CREATE TABLE `ads` ( `left_ads` longtext NOT NULL, `right_ads` longtext NOT NULL, `top_ads` longtext NOT NULL, `bottom_ads` longtext NOT NULL ) ;**####** INSERT INTO `ads` VALUES ('', '', '', '');**####** CREATE TABLE `categories` ( `title` varchar(255) NOT NULL default '', `keywords` varchar(255) NOT NULL default '', `description` varchar(255) NOT NULL default '', `content` text NOT NULL, `id` int(11) NOT NULL auto_increment, `cat_id` int(11) NOT NULL default '0', `cat_name` varchar(255) NOT NULL default '', `file_name` varchar(255) NOT NULL default '', `parent_id` int(11) NOT NULL default '0', `page_order` int(11) NOT NULL default '1000', `query` varchar(255) NOT NULL default '', `local` tinyint(1) NOT NULL default '0', `miles` text NOT NULL, `zip` text NOT NULL, `minbid` varchar(11) NOT NULL default '', `maxbid` varchar(11) NOT NULL default '', `minprice` varchar(11) NOT NULL default '', `maxprice` varchar(11) NOT NULL default '', `bin` tinyint(1) default NULL, `display` tinyint(1) NOT NULL default '1', `productdisplay` tinyint(1) NOT NULL default '1', `ppPage` varchar(4) NOT NULL default '', `contentbelow` text NOT NULL, `left_ads` longtext NOT NULL, `right_ads` longtext NOT NULL, `top_ads` longtext NOT NULL, `bottom_ads` longtext NOT NULL, `displaynext` tinyint(1) NOT NULL default '1', `displaysort` tinyint(1) NOT NULL default '1', `sort` varchar(7) NOT NULL default '', `sellerid` text NOT NULL, PRIMARY KEY (`id`), KEY `parent_id` (`parent_id`), KEY `cat_name` (`cat_name`) ) AUTO_INCREMENT=1000001 ;**####** INSERT INTO `categories` VALUES ('', '', '', '', 1000000, 0, 'eBay', 'eBay', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2, 0, 'Store', 'Store', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20081, 20081, 'Antiques', 'Antiques', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37903, 37903, 'Antiquities (Classical, Amer.)', 'Antiquities-Classical-Amer-', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66834, 66834, 'Neolithic, Paleolithic', 'Neolithic-Paleolithic', 37903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37908, 37908, 'The Americas', 'The-Americas', 37903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37905, 37905, 'Egyptian', 'Egyptian', 37903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37906, 37906, 'Greek', 'Greek', 37903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37907, 37907, 'Roman', 'Roman', 37903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73464, 73464, 'Other', 'Other', 37903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4707, 4707, 'Architectural & Garden', 'Architectural-and-Garden', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37909, 37909, 'Ceiling Tins', 'Ceiling-Tins', 4707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63516, 63516, 'Chandeliers, Fixtures, Sconces', 'Chandeliers-Fixtures-Sconces', 4707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37910, 37910, 'Doors', 'Doors', 4707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63517, 63517, 'Finials', 'Finials', 4707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63518, 63518, 'Fireplaces, Mantles', 'Fireplaces-Mantles', 4707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4708, 4708, 'Garden', 'Garden', 4707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37911, 37911, 'Hardware', 'Hardware', 4707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37912, 37912, 'Door Bells, Knockers', 'Door-Bells-Knockers', 37911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37913, 37913, 'Hooks & Brackets', 'Hooks-and-Brackets', 37911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37914, 37914, 'Knobs & Handles', 'Knobs-and-Handles', 37911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37915, 37915, 'Locks & Keys', 'Locks-and-Keys', 37911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37916, 37916, 'Plates - Doors, Lights', 'Plates-Doors-Lights', 37911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66637, 66637, 'Other', 'Other', 37911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63519, 63519, 'Signs', 'Signs', 4707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 151721, 151721, 'Stained Glass Windows', 'Stained-Glass-Windows', 4707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 151722, 151722, 'Pre-1900', 'Pre-1900', 151721, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4771, 4771, '1900 - 1940', '1900-1940', 151721, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 151723, 151723, '1940 - Now', '1940-Now', 151721, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37917, 37917, 'Tiles', 'Tiles', 4707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37918, 37918, 'Weathervanes, Lightning Rods', 'Weathervanes-Lightning-Rods', 4707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63520, 63520, 'Windows, Sashes, Locks', 'Windows-Sashes-Locks', 4707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1207, 1207, 'Other', 'Other', 4707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20082, 20082, 'Asian Antiques', 'Asian-Antiques', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37919, 37919, 'Chinese', 'Chinese', 20082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37920, 37920, 'Baskets', 'Baskets', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37921, 37921, 'Bowls', 'Bowls', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37922, 37922, 'Boxes', 'Boxes', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37923, 37923, 'Cabinets', 'Cabinets', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37924, 37924, 'Chairs', 'Chairs', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37925, 37925, 'Chests', 'Chests', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37926, 37926, 'Glasses, Cups', 'Glasses-Cups', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37927, 37927, 'Necklaces, Pendants', 'Necklaces-Pendants', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38124, 38124, 'Paintings, Scrolls', 'Paintings-Scrolls', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37928, 37928, 'Plates', 'Plates', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37929, 37929, 'Pots', 'Pots', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155352, 155352, 'Robes, Textiles', 'Robes-Textiles', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37930, 37930, 'Snuff Bottles', 'Snuff-Bottles', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60189, 60189, 'Statues', 'Statues', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60190, 60190, 'Buddha', 'Buddha', 60189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60191, 60191, 'Dragon', 'Dragon', 60189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60192, 60192, 'Elephant', 'Elephant', 60189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60193, 60193, 'Horse', 'Horse', 60189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60194, 60194, 'Kwan-yin', 'Kwan-yin', 60189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60195, 60195, 'Men, Women, Children', 'Men-Women-Children', 60189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37931, 37931, 'Other', 'Other', 60189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37932, 37932, 'Tables', 'Tables', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37933, 37933, 'Vases', 'Vases', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73465, 73465, 'Other Items', 'Other-Items', 37919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37934, 37934, 'Japanese', 'Japanese', 20082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37935, 37935, 'Bowls', 'Bowls', 37934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37936, 37936, 'Boxes', 'Boxes', 37934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37937, 37937, 'Glasses, Cups', 'Glasses-Cups', 37934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155353, 155353, 'Kimonos, Textiles', 'Kimonos-Textiles', 37934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37938, 37938, 'Netsuke', 'Netsuke', 37934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38125, 38125, 'Paintings, Scrolls', 'Paintings-Scrolls', 37934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37939, 37939, 'Plates', 'Plates', 37934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38126, 38126, 'Prints', 'Prints', 37934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37940, 37940, 'Vases', 'Vases', 37934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73466, 73466, 'Other Items', 'Other-Items', 37934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20085, 20085, 'Southeast Asian', 'Southeast-Asian', 20082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155354, 155354, 'Reproductions', 'Reproductions', 20082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2194, 2194, 'Other', 'Other', 20082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2195, 2195, 'Books, Manuscripts', 'Books-Manuscripts', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2196, 2196, 'American', 'American', 2195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2198, 2198, 'Asian', 'Asian', 2195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2200, 2200, 'English', 'English', 2195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2201, 2201, 'European', 'European', 2195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 356, 356, 'Other', 'Other', 2195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20086, 20086, 'Decorative Arts', 'Decorative-Arts', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63521, 63521, 'Ceramics, Porcelain', 'Ceramics-Porcelain', 20086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63522, 63522, 'Bowls', 'Bowls', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63523, 63523, 'Boxes', 'Boxes', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63524, 63524, 'Creamers, Sugar Bowls', 'Creamers-Sugar-Bowls', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63525, 63525, 'Cups, Saucers', 'Cups-Saucers', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63526, 63526, 'Figurines', 'Figurines', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63527, 63527, 'Jars', 'Jars', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63528, 63528, 'Jugs, Pitchers', 'Jugs-Pitchers', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63529, 63529, 'Mugs, Tankards', 'Mugs-Tankards', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63530, 63530, 'Planters, Vases', 'Planters-Vases', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63531, 63531, 'Plates, Chargers', 'Plates-Chargers', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63532, 63532, 'Platters, Trays', 'Platters-Trays', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63533, 63533, 'Salt, Pepper Shakers', 'Salt-Pepper-Shakers', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63534, 63534, 'Teapots, Sets', 'Teapots-Sets', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63535, 63535, 'Tiles', 'Tiles', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63536, 63536, 'Tureens', 'Tureens', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2203, 2203, 'Other', 'Other', 63521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63537, 63537, 'Clocks', 'Clocks', 20086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63538, 63538, 'Glass', 'Glass', 20086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63539, 63539, 'Bowls', 'Bowls', 63538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63540, 63540, 'Compotes, Dishes, Jars', 'Compotes-Dishes-Jars', 63538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63541, 63541, 'Decanters', 'Decanters', 63538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63542, 63542, 'Perfume Bottles', 'Perfume-Bottles', 63538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63543, 63543, 'Pitchers, Jugs', 'Pitchers-Jugs', 63538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63544, 63544, 'Plates', 'Plates', 63538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63545, 63545, 'Stemware', 'Stemware', 63538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63546, 63546, 'Vases', 'Vases', 63538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2205, 2205, 'Other', 'Other', 63538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63547, 63547, 'Lamps', 'Lamps', 20086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1211, 1211, 'Metalware', 'Metalware', 20086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38281, 38281, 'Brass', 'Brass', 1211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38282, 38282, 'Candlesticks, Snuffers', 'Candlesticks-Snuffers', 38281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38283, 38283, 'Statues, Figures', 'Statues-Figures', 38281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4175, 4175, 'Other', 'Other', 38281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1212, 1212, 'Bronze', 'Bronze', 1211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20087, 20087, 'Cast Iron', 'Cast-Iron', 1211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1213, 1213, 'Copper', 'Copper', 1211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4176, 4176, 'Gold', 'Gold', 1211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1214, 1214, 'Pewter', 'Pewter', 1211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63548, 63548, 'Tin', 'Tin', 1211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20088, 20088, 'Wrought Iron', 'Wrought-Iron', 1211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 358, 358, 'Other', 'Other', 1211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20089, 20089, 'Mirrors', 'Mirrors', 20086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40024, 40024, 'Picture Frames', 'Picture-Frames', 20086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40025, 40025, 'Metal', 'Metal', 40024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40026, 40026, 'Wood', 'Wood', 40024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40027, 40027, 'Mixed Materials', 'Mixed-Materials', 40024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20090, 20090, 'Other Materials', 'Other-Materials', 40024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1218, 1218, 'Toleware', 'Toleware', 20086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 151724, 151724, 'Trivets', 'Trivets', 20086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37941, 37941, 'Woodenware', 'Woodenware', 20086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37942, 37942, 'Bowls', 'Bowls', 37941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37943, 37943, 'Boxes', 'Boxes', 37941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37944, 37944, 'Trays', 'Trays', 37941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1219, 1219, 'Other', 'Other', 37941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73467, 73467, 'Other', 'Other', 20086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2207, 2207, 'Ethnographic', 'Ethnographic', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37945, 37945, 'African', 'African', 2207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37946, 37946, 'Masks', 'Masks', 37945, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37947, 37947, 'Sculptures, Statues', 'Sculptures-Statues', 37945, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4171, 4171, 'Other', 'Other', 37945, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4170, 4170, 'Latin American', 'Latin-American', 2207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4173, 4173, 'Native American', 'Native-American', 2207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4172, 4172, 'Pacific Rim', 'Pacific-Rim', 2207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2204, 2204, 'Other', 'Other', 2207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20091, 20091, 'Furniture', 'Furniture', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63549, 63549, 'Beds', 'Beds', 20091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63552, 63552, 'Pre-1800', 'Pre-1800', 63549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63550, 63550, '1800-1899', '1800-1899', 63549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63551, 63551, '1900-1950', '1900-1950', 63549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156308, 156308, 'Post-1950', 'Post-1950', 63549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63553, 63553, 'Benches, Stools', 'Benches-Stools', 20091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63554, 63554, 'Pre-1800', 'Pre-1800', 63553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63555, 63555, '1800-1899', '1800-1899', 63553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63556, 63556, '1900-1950', '1900-1950', 63553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156953, 156953, 'Post-1950', 'Post-1950', 63553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63557, 63557, 'Bookcases', 'Bookcases', 20091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63558, 63558, 'Pre-1800', 'Pre-1800', 63557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63559, 63559, '1800-1899', '1800-1899', 63557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63560, 63560, '1900-1950', '1900-1950', 63557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156309, 156309, 'Post-1950', 'Post-1950', 63557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63561, 63561, 'Cabinets, Armoires, Cupboards', 'Cabinets-Armoires-Cupboards', 20091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63562, 63562, 'Pre-1800', 'Pre-1800', 63561, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63563, 63563, '1800-1899', '1800-1899', 63561, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63564, 63564, '1900-1950', '1900-1950', 63561, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156310, 156310, 'Post-1950', 'Post-1950', 63561, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63565, 63565, 'Chairs', 'Chairs', 20091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63566, 63566, 'Pre-1800', 'Pre-1800', 63565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63567, 63567, '1800-1899', '1800-1899', 63565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63568, 63568, '1900-1950', '1900-1950', 63565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156311, 156311, 'Post-1950', 'Post-1950', 63565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63569, 63569, 'Desks', 'Desks', 20091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63570, 63570, 'Pre-1800', 'Pre-1800', 63569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63571, 63571, '1800-1899', '1800-1899', 63569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63572, 63572, '1900-1950', '1900-1950', 63569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156312, 156312, 'Post-1950', 'Post-1950', 63569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63573, 63573, 'Dining Sets', 'Dining-Sets', 20091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63574, 63574, 'Pre-1800', 'Pre-1800', 63573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63575, 63575, '1800-1899', '1800-1899', 63573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63576, 63576, '1900-1950', '1900-1950', 63573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156313, 156313, 'Post-1950', 'Post-1950', 63573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63577, 63577, 'Dressers, Vanities', 'Dressers-Vanities', 20091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63578, 63578, 'Pre-1800', 'Pre-1800', 63577, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63579, 63579, '1800-1899', '1800-1899', 63577, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63580, 63580, '1900-1950', '1900-1950', 63577, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156314, 156314, 'Post-1950', 'Post-1950', 63577, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63581, 63581, 'Sofas, Chaises', 'Sofas-Chaises', 20091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63582, 63582, 'Pre-1800', 'Pre-1800', 63581, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63583, 63583, '1800-1899', '1800-1899', 63581, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63584, 63584, '1900-1950', '1900-1950', 63581, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156315, 156315, 'Post-1950', 'Post-1950', 63581, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63585, 63585, 'Tables, Stands', 'Tables-Stands', 20091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63586, 63586, 'Pre-1800', 'Pre-1800', 63585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63587, 63587, '1800-1899', '1800-1899', 63585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63588, 63588, '1900-1950', '1900-1950', 63585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156316, 156316, 'Post-1950', 'Post-1950', 63585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63589, 63589, 'Other Furniture', 'Other-Furniture', 20091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63590, 63590, 'Pre-1800', 'Pre-1800', 63589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63591, 63591, '1800-1899', '1800-1899', 63589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63592, 63592, '1900-1950', '1900-1950', 63589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156317, 156317, 'Post-1950', 'Post-1950', 63589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37958, 37958, 'Maps, Atlases, Globes', 'Maps-Atlases-Globes', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63593, 63593, 'Globes', 'Globes', 37958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63594, 63594, 'Maps, Atlases', 'Maps-Atlases', 37958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37959, 37959, 'Africa', 'Africa', 63594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37960, 37960, 'Asia', 'Asia', 63594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37961, 37961, 'Australia, New Zealand', 'Australia-New-Zealand', 63594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63596, 63596, 'Caribbean', 'Caribbean', 63594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38325, 38325, 'Continental Europe, Russia', 'Continental-Europe-Russia', 63594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63597, 63597, 'India', 'India', 63594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63598, 63598, 'Middle East', 'Middle-East', 63594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63599, 63599, 'North America', 'North-America', 63594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63600, 63600, 'Canada', 'Canada', 63599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63601, 63601, 'Mexico', 'Mexico', 63599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63602, 63602, 'United States', 'United-States', 63599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63603, 63603, 'AK, HI', 'AK-HI', 63602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63604, 63604, 'AL, FL, GA, MS, NC, SC', 'AL-FL-GA-MS-NC-SC', 63602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63605, 63605, 'AR, IA, KS, LA, MO, NE', 'AR-IA-KS-LA-MO-NE', 63602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63606, 63606, 'AZ, CA, CO, NM, NV, UT', 'AZ-CA-CO-NM-NV-UT', 63602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63607, 63607, 'CT, MA, ME, NH, RI, VT', 'CT-MA-ME-NH-RI-VT', 63602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63608, 63608, 'DE, MD, NJ, NY, PA', 'DE-MD-NJ-NY-PA', 63602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63609, 63609, 'ID, OR, WA', 'ID-OR-WA', 63602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63610, 63610, 'IL, IN, MI, OH, WI', 'IL-IN-MI-OH-WI', 63602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63611, 63611, 'MN, MT, ND, SD, WY', 'MN-MT-ND-SD-WY', 63602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63612, 63612, 'OK, TX', 'OK-TX', 63602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63613, 63613, 'VA, WV, KY, TN', 'VA-WV-KY-TN', 63602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37962, 37962, 'Entire US', 'Entire-US', 63602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37963, 37963, 'South America', 'South-America', 63594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63614, 63614, 'United Kingdom', 'United-Kingdom', 63594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2206, 2206, 'World & Hemisphere Maps', 'World-and-Hemisphere-Maps', 63594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37964, 37964, 'Mixed Lots', 'Mixed-Lots', 63594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38326, 38326, 'Other', 'Other', 63594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63595, 63595, 'Maps on CD', 'Maps-on-CD', 37958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 151725, 151725, 'Reproductions', 'Reproductions', 37958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37965, 37965, 'Maritime', 'Maritime', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63615, 63615, 'Anchors', 'Anchors', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63616, 63616, 'Bells, Whistles', 'Bells-Whistles', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37966, 37966, 'Clocks', 'Clocks', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37967, 37967, 'Compasses', 'Compasses', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63617, 63617, 'Diving Helmets', 'Diving-Helmets', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37968, 37968, 'Fishing Nets, Floats', 'Fishing-Nets-Floats', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156318, 156318, 'Folk Art', 'Folk-Art', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37969, 37969, 'Lamps, Lighting', 'Lamps-Lighting', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37970, 37970, 'Model Ships', 'Model-Ships', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63618, 63618, 'Portholes', 'Portholes', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 63619, 63619, 'Scrimshaw', 'Scrimshaw', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37971, 37971, 'Sextants', 'Sextants', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37972, 37972, 'Telescopes', 'Telescopes', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37973, 37973, 'Wheels', 'Wheels', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156319, 156319, 'Reproductions', 'Reproductions', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66638, 66638, 'Other', 'Other', 37965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37974, 37974, 'Musical Instruments', 'Musical-Instruments', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156320, 156320, 'Brass', 'Brass', 37974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37975, 37975, 'Keyboard', 'Keyboard', 37974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37976, 37976, 'Percussion', 'Percussion', 37974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 359, 359, 'String', 'String', 37974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37977, 37977, 'Wind', 'Wind', 37974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156321, 156321, 'Reproductions', 'Reproductions', 37974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156322, 156322, 'Other', 'Other', 37974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100927, 100927, 'Periods, Styles', 'Periods-Styles', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100928, 100928, 'Aesthetic Movement', 'Aesthetic-Movement', 100927, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 69471, 69471, 'Art Deco', 'Art-Deco', 100927, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 69472, 69472, 'Art Nouveau', 'Art-Nouveau', 100927, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 96768, 96768, 'Arts & Crafts Movement', 'Arts-and-Crafts-Movement', 100927, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 69473, 69473, 'Mid-Century Modernism', 'Mid-Century-Modernism', 100927, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 151738, 151738, 'Victorian', 'Victorian', 100927, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1217, 1217, 'Primitives', 'Primitives', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22608, 22608, 'Reproduction Antiques', 'Reproduction-Antiques', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37978, 37978, 'Rugs, Carpets', 'Rugs-Carpets', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37979, 37979, 'Small (1x2-4)', 'Small-1x2-4', 37978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37980, 37980, 'Medium (4x2-9x6)', 'Medium-4x2-9x6', 37978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37981, 37981, 'Large (9x7-9x12)', 'Large-9x7-9x12', 37978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37982, 37982, 'Larger than 9x12', 'Larger-than-9x12', 37978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37983, 37983, 'Runners', 'Runners', 37978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73468, 73468, 'Other', 'Other', 37978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20094, 20094, 'Science & Medicine', 'Science-and-Medicine', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1210, 1210, 'Medical', 'Medical', 20094, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 361, 361, 'Science Instruments', 'Science-Instruments', 20094, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20095, 20095, 'Other', 'Other', 20094, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156323, 156323, 'Sewing', 'Sewing', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156324, 156324, 'Baskets, Boxes', 'Baskets-Boxes', 156323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156325, 156325, 'Buttons', 'Buttons', 156323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156326, 156326, 'Furniture', 'Furniture', 156323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156327, 156327, 'Machines, Machine Parts', 'Machines-Machine-Parts', 156323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156328, 156328, 'Needles', 'Needles', 156323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156329, 156329, 'Patterns', 'Patterns', 156323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156332, 156332, 'Spools, Thread', 'Spools-Thread', 156323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156330, 156330, 'Thimbles', 'Thimbles', 156323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156331, 156331, 'Other', 'Other', 156323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20096, 20096, 'Silver', 'Silver', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20097, 20097, 'Coin Silver', 'Coin-Silver', 20096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 151726, 151726, 'Non-U.S. Silver', 'Non-U-S-Silver', 20096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 151732, 151732, 'Asia', 'Asia', 151726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 151727, 151727, 'Canada', 'Canada', 151726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 151729, 151729, 'France', 'France', 151726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 151730, 151730, 'Germany', 'Germany', 151726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 151733, 151733, 'Mexico', 'Mexico', 151726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156333, 156333, 'Middle East', 'Middle-East', 151726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 151736, 151736, 'Russia', 'Russia', 151726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156334, 156334, 'Scandinavia', 'Scandinavia', 151726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 151735, 151735, 'Spain', 'Spain', 151726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 151728, 151728, 'United Kingdom', 'United-Kingdom', 151726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 151737, 151737, 'Other Countries', 'Other-Countries', 151726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156335, 156335, 'Unknown', 'Unknown', 151726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2212, 2212, 'Silverplate', 'Silverplate', 20096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37985, 37985, 'Bowls', 'Bowls', 2212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20098, 20098, 'Candlesticks, Candelabra', 'Candlesticks-Candelabra', 2212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37986, 37986, 'Cups, Goblets', 'Cups-Goblets', 2212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20099, 20099, 'Flatware', 'Flatware', 2212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20100, 20100, 'Holmes & Edwards', 'Holmes-and-Edwards', 20099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20101, 20101, 'International/1847 Rogers', 'International-1847-Rogers', 20099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20102, 20102, 'Oneida/Wm. A. Rogers', 'Oneida-Wm-A-Rogers', 20099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39436, 39436, 'Wallace', 'Wallace', 20099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2216, 2216, 'Other', 'Other', 20099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39437, 39437, 'Pitchers, Jugs', 'Pitchers-Jugs', 2212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39438, 39438, 'Platters, Trays', 'Platters-Trays', 2212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37988, 37988, 'Teapots & Sets', 'Teapots-and-Sets', 2212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39439, 39439, 'Vases, Urns', 'Vases-Urns', 2212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1216, 1216, 'Other Silverplate', 'Other-Silverplate', 2212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2213, 2213, 'Sterling', 'Sterling', 20096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37991, 37991, 'Bowls', 'Bowls', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37992, 37992, 'Boxes', 'Boxes', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20103, 20103, 'Candlesticks, Candelabra', 'Candlesticks-Candelabra', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37993, 37993, 'Cups, Goblets', 'Cups-Goblets', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63620, 63620, 'Dishes', 'Dishes', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20104, 20104, 'Flatware', 'Flatware', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60196, 60196, 'Alvin', 'Alvin', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32710, 32710, 'Dominick & Haff', 'Dominick-and-Haff', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32711, 32711, 'Durgin', 'Durgin', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20105, 20105, 'Georg Jensen', 'Georg-Jensen', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20106, 20106, 'Gorham, Whiting', 'Gorham-Whiting', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20108, 20108, 'International/1847 Rogers', 'International-1847-Rogers', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20110, 20110, 'Kirk', 'Kirk', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20111, 20111, 'Lunt', 'Lunt', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32712, 32712, 'Manchester', 'Manchester', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20107, 20107, 'Oneida/Wm. A. Rogers', 'Oneida-Wm-A-Rogers', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20109, 20109, 'Reed & Barton', 'Reed-and-Barton', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60197, 60197, 'Royal Crest, Castle', 'Royal-Crest-Castle', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20112, 20112, 'Stieff', 'Stieff', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20113, 20113, 'Tiffany', 'Tiffany', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20114, 20114, 'Towle', 'Towle', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20115, 20115, 'Wallace', 'Wallace', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20116, 20116, 'Watson', 'Watson', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32713, 32713, 'Westmorland', 'Westmorland', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2214, 2214, 'Unknown', 'Unknown', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60198, 60198, 'Other Brands', 'Other-Brands', 20104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63623, 63623, 'Miniatures', 'Miniatures', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39440, 39440, 'Napkin Rings, Clips', 'Napkin-Rings-Clips', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37995, 37995, 'Pitchers, Vases, Jugs', 'Pitchers-Vases-Jugs', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39441, 39441, 'Platters, Trays', 'Platters-Trays', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39442, 39442, 'Salt Cellars, S&P Shakers', 'Salt-Cellars-SandP-Shakers', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63621, 63621, 'Souvenir spoons', 'Souvenir-spoons', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63622, 63622, 'Sugar Bowls, Tongs', 'Sugar-Bowls-Tongs', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37998, 37998, 'Teapots & Sets', 'Teapots-and-Sets', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39443, 39443, 'Vases, Urns', 'Vases-Urns', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1215, 1215, 'Other Sterling', 'Other-Sterling', 2213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2218, 2218, 'Textiles, Linens', 'Textiles-Linens', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20117, 20117, 'Embroidery', 'Embroidery', 2218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38000, 38000, 'Fabric', 'Fabric', 2218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66639, 66639, 'Chenille', 'Chenille', 38000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38001, 38001, 'Cotton', 'Cotton', 38000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66640, 66640, 'Damask', 'Damask', 38000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66641, 66641, 'Linen', 'Linen', 38000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38002, 38002, 'Silk', 'Silk', 38000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66642, 66642, 'Velvet', 'Velvet', 38000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38003, 38003, 'Wool', 'Wool', 38000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73469, 73469, 'Other Fabric', 'Other-Fabric', 38000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39444, 39444, 'Lace, Crochet, Doilies', 'Lace-Crochet-Doilies', 2218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39445, 39445, 'Doilies', 'Doilies', 39444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39446, 39446, 'Runners', 'Runners', 39444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39447, 39447, 'Tablecloths', 'Tablecloths', 39444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39448, 39448, 'Trim', 'Trim', 39444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2219, 2219, 'Other', 'Other', 39444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39449, 39449, 'Linens', 'Linens', 2218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39450, 39450, 'Napkins', 'Napkins', 39449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39451, 39451, 'Runners', 'Runners', 39449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39452, 39452, 'Sheets, Pillowcases', 'Sheets-Pillowcases', 39449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39453, 39453, 'Tablecloths', 'Tablecloths', 39449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39454, 39454, 'Towels', 'Towels', 39449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2220, 2220, 'Other', 'Other', 39449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63624, 63624, 'Pillows', 'Pillows', 2218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63625, 63625, 'Quilts, Bedspreads', 'Quilts-Bedspreads', 2218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63626, 63626, 'Bedspreads, Throws', 'Bedspreads-Throws', 63625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63627, 63627, 'Quilts', 'Quilts', 63625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63628, 63628, 'Applique', 'Applique', 63627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63629, 63629, 'Baby, Crib', 'Baby-Crib', 63627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63630, 63630, 'Crazy', 'Crazy', 63627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63631, 63631, 'Wedding Ring', 'Wedding-Ring', 63627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63632, 63632, 'Patchwork', 'Patchwork', 63627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63633, 63633, 'Star', 'Star', 63627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63634, 63634, 'Quilt Blocks, Squares', 'Quilt-Blocks-Squares', 63627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2221, 2221, 'Other', 'Other', 63627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2223, 2223, 'Samplers', 'Samplers', 2218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2224, 2224, 'Tapestries', 'Tapestries', 2218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 362, 362, 'Other', 'Other', 2218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12, 12, 'Other Antiques', 'Other-Antiques', 20081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 550, 550, 'Art', 'Art', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20118, 20118, 'Digital Art', 'Digital-Art', 550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20119, 20119, 'Drawings', 'Drawings', 550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156192, 156192, 'Pre-1800', 'Pre-1800', 20119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20120, 20120, '1800-1899', '1800-1899', 20119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20121, 20121, '1900-1949', '1900-1949', 20119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 552, 552, '1950-Now', '1950-Now', 20119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 357, 357, 'Folk Art', 'Folk-Art', 550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20122, 20122, 'Mixed Media', 'Mixed-Media', 550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156193, 156193, 'Pre-1800', 'Pre-1800', 20122, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20123, 20123, '1800-1899', '1800-1899', 20122, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20124, 20124, '1900-1949', '1900-1949', 20122, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 554, 554, '1950-Now', '1950-Now', 20122, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20125, 20125, 'Paintings', 'Paintings', 550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156194, 156194, 'Pre-1800', 'Pre-1800', 20125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20126, 20126, '1800-1899', '1800-1899', 20125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20128, 20128, 'American', 'American', 20126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20129, 20129, 'European', 'European', 20126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20130, 20130, 'Other', 'Other', 20126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20127, 20127, '1900-1949', '1900-1949', 20125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20131, 20131, 'American', 'American', 20127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20132, 20132, 'European', 'European', 20127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20133, 20133, 'Other', 'Other', 20127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20134, 20134, '1950-Now', '1950-Now', 20125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20135, 20135, 'American', 'American', 20134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20136, 20136, 'European', 'European', 20134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20137, 20137, 'Latin American', 'Latin-American', 20134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 551, 551, 'Other', 'Other', 20134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66465, 66465, 'Photographic Images', 'Photographic-Images', 550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28009, 28009, 'Posters', 'Posters', 550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20140, 20140, 'Prints', 'Prints', 550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156195, 156195, 'Pre-1800', 'Pre-1800', 20140, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10163, 10163, '1800-1899', '1800-1899', 20140, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10165, 10165, 'Architecture', 'Architecture', 10163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10166, 10166, 'Botanical', 'Botanical', 10163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10167, 10167, 'Costume', 'Costume', 10163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10168, 10168, 'Natural History', 'Natural-History', 10163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10169, 10169, 'Portrait', 'Portrait', 10163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20141, 20141, 'Religion', 'Religion', 10163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10170, 10170, 'Topographical', 'Topographical', 10163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10164, 10164, 'Other', 'Other', 10163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20142, 20142, '1900-1949', '1900-1949', 20140, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20143, 20143, 'Limited Editions', 'Limited-Editions', 20142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20144, 20144, 'Open Editions', 'Open-Editions', 20142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20145, 20145, '1950-Now', '1950-Now', 20140, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20146, 20146, 'Limited Editions', 'Limited-Editions', 20145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20147, 20147, 'Giclee, Iris Prints', 'Giclee-Iris-Prints', 20146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20148, 20148, 'Original', 'Original', 20146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 360, 360, 'Other', 'Other', 20146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20149, 20149, 'Open Editions', 'Open-Editions', 20145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 553, 553, 'Sculpture, Carvings', 'Sculpture-Carvings', 550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20158, 20158, 'Self-Representing Artists', 'Self-Representing-Artists', 550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 151719, 151719, 'Self-Representing ACEOs', 'Self-Representing-ACEOs', 550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156196, 156196, 'Textile Art', 'Textile-Art', 550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4174, 4174, 'Other Art', 'Other-Art', 550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52524, 52524, 'Wholesale Lots', 'Wholesale-Lots', 550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52525, 52525, 'Paintings', 'Paintings', 52524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52526, 52526, 'Photographic Images', 'Photographic-Images', 52524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52527, 52527, 'Prints', 'Prints', 52524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52528, 52528, 'Posters', 'Posters', 52524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52529, 52529, 'Other', 'Other', 52524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2984, 2984, 'Baby', 'Baby', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100223, 100223, 'Baby Gear', 'Baby-Gear', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20412, 20412, 'Baby Backpacks', 'Baby-Backpacks', 100223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146535, 146535, 'Baby Carriers & Slings', 'Baby-Carriers-and-Slings', 100223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146536, 146536, 'Baby Bjorn', 'Baby-Bjorn', 146535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146537, 146537, 'Hotslings', 'Hotslings', 146535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146538, 146538, 'Infantino', 'Infantino', 146535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146539, 146539, 'Maya', 'Maya', 146535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146540, 146540, 'New Native', 'New-Native', 146535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146541, 146541, 'Playtex', 'Playtex', 146535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146542, 146542, 'Snugli', 'Snugli', 146535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117031, 117031, 'Other Brands', 'Other-Brands', 146535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117032, 117032, 'Baby Jumpers', 'Baby-Jumpers', 100223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2990, 2990, 'Baby Swings', 'Baby-Swings', 100223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2988, 2988, 'Play Pens & Play Yards', 'Play-Pens-and-Play-Yards', 100223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117033, 117033, 'Play Shades & Tents', 'Play-Shades-and-Tents', 100223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117034, 117034, 'Vibrating Chairs', 'Vibrating-Chairs', 100223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20413, 20413, 'Saucers', 'Saucers', 100223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134282, 134282, 'Walkers', 'Walkers', 100223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100224, 100224, 'Other Baby Gear', 'Other-Baby-Gear', 100223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20433, 20433, 'Baby Safety & Health', 'Baby-Safety-and-Health', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134281, 134281, 'Baby Latches', 'Baby-Latches', 20433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117027, 117027, 'Baby Locks', 'Baby-Locks', 20433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20435, 20435, 'Baby Monitors', 'Baby-Monitors', 20433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117026, 117026, 'Baby Thermometers', 'Baby-Thermometers', 20433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134762, 134762, 'Car Safety Signs', 'Car-Safety-Signs', 20433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134763, 134763, 'Door Jammers', 'Door-Jammers', 20433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134764, 134764, 'Outlet Covers', 'Outlet-Covers', 20433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117029, 117029, 'Safety Gates', 'Safety-Gates', 20433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73470, 73470, 'Shopping Cart Covers', 'Shopping-Cart-Covers', 20433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134761, 134761, 'Toddler Safety Harnesses', 'Toddler-Safety-Harnesses', 20433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20436, 20436, 'Other Baby Safety', 'Other-Baby-Safety', 20433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20394, 20394, 'Bathing & Grooming', 'Bathing-and-Grooming', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117016, 117016, 'Baby Scales', 'Baby-Scales', 20394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100221, 100221, 'Bathing Accessories', 'Bathing-Accessories', 20394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82563, 82563, 'Bathing Products', 'Bathing-Products', 20394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134756, 134756, 'Gift Sets', 'Gift-Sets', 20394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45452, 45452, 'Health & Grooming', 'Health-and-Grooming', 20394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20398, 20398, 'Skin Care', 'Skin-Care', 20394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45453, 45453, 'Towels & Washcloths', 'Towels-and-Washcloths', 20394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45454, 45454, 'Other Bathing & Grooming', 'Other-Bathing-and-Grooming', 20394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66692, 66692, 'Car Safety Seats', 'Car-Safety-Seats', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66694, 66694, 'Booster to 80lbs', 'Booster-to-80lbs', 66692, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66693, 66693, 'Car Seat Accessories', 'Car-Seat-Accessories', 66692, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66695, 66695, 'Convertible Car Seat 5-40lbs', 'Convertible-Car-Seat-5-40lbs', 66692, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66696, 66696, 'Infant Car Seat 5-20 lbs', 'Infant-Car-Seat-5-20-lbs', 66692, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117030, 117030, 'Infant Head Support', 'Infant-Head-Support', 66692, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2987, 2987, 'Other Car Seats', 'Other-Car-Seats', 66692, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45455, 45455, 'Diapering', 'Diapering', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117017, 117017, 'Baby Wipe Warmers', 'Baby-Wipe-Warmers', 45455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45456, 45456, 'Baby Wipes', 'Baby-Wipes', 45455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66674, 66674, 'Changing Pads', 'Changing-Pads', 45455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121148, 121148, 'Cloth Diapers', 'Cloth-Diapers', 45455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134759, 134759, 'Bumkins', 'Bumkins', 121148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121149, 121149, 'Fuzzi Bunz', 'Fuzzi-Bunz', 121148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121150, 121150, 'Kushies', 'Kushies', 121148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121151, 121151, 'Little Lambs', 'Little-Lambs', 121148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134760, 134760, 'Tot Bots', 'Tot-Bots', 121148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146531, 146531, 'Other Cloth Diapers', 'Other-Cloth-Diapers', 121148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117372, 117372, 'Diaper Bags', 'Diaper-Bags', 45455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134757, 134757, 'Baby Bjorn', 'Baby-Bjorn', 117372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146527, 146527, 'Diaper Dude', 'Diaper-Dude', 117372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117373, 117373, 'Eddie Bauer', 'Eddie-Bauer', 117372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117374, 117374, 'Fluerville', 'Fluerville', 117372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117375, 117375, 'Graco', 'Graco', 117372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117376, 117376, 'Handmade', 'Handmade', 117372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146528, 146528, 'Kalencom', 'Kalencom', 117372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117377, 117377, 'Kate Spade', 'Kate-Spade', 117372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117378, 117378, 'Kecci', 'Kecci', 117372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117379, 117379, 'Petunia Picklebottom', 'Petunia-Picklebottom', 117372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146529, 146529, 'Skip Hop', 'Skip-Hop', 117372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117380, 117380, 'Tommy Hilfiger', 'Tommy-Hilfiger', 117372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117381, 117381, 'Winnie the Pooh', 'Winnie-the-Pooh', 117372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146530, 146530, 'Other Diaper Bags', 'Other-Diaper-Bags', 117372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117018, 117018, 'Diaper Cakes', 'Diaper-Cakes', 45455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26267, 26267, 'Diaper Covers', 'Diaper-Covers', 45455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20397, 20397, 'Diaper Disposal', 'Diaper-Disposal', 45455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134758, 134758, 'Diaper Stackers', 'Diaper-Stackers', 45455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15559, 15559, 'Disposable Diapers', 'Disposable-Diapers', 45455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100222, 100222, 'Swim Diapers', 'Swim-Diapers', 45455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20399, 20399, 'Other Diapering', 'Other-Diapering', 45455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20400, 20400, 'Feeding', 'Feeding', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146520, 146520, 'Baby Bottles', 'Baby-Bottles', 20400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146521, 146521, 'Avent', 'Avent', 146520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146522, 146522, 'Dr Browns', 'Dr-Browns', 146520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146523, 146523, 'Evenflo', 'Evenflo', 146520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146524, 146524, 'Gerber', 'Gerber', 146520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146525, 146525, 'Playtex', 'Playtex', 146520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146526, 146526, 'Tommee Tippee', 'Tommee-Tippee', 146520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20402, 20402, 'Other Brands', 'Other-Brands', 146520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20404, 20404, 'Baby Bottle Warmers', 'Baby-Bottle-Warmers', 20400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37626, 37626, 'Baby Formula', 'Baby-Formula', 20400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37627, 37627, 'Carnation', 'Carnation', 37626, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82228, 82228, 'Formula Coupons', 'Formula-Coupons', 37626, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37628, 37628, 'Enfamil, Nutramigen', 'Enfamil-Nutramigen', 37626, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37629, 37629, 'Similac, Isomil', 'Similac-Isomil', 37626, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20403, 20403, 'Other Baby Formula', 'Other-Baby-Formula', 37626, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32866, 32866, 'Food & Food Grinders', 'Food-and-Food-Grinders', 20400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20408, 20408, 'Bibs', 'Bibs', 20400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20406, 20406, 'Breastfeeding Supplies', 'Breastfeeding-Supplies', 20400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66676, 66676, 'Breastpumps', 'Breastpumps', 20400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32867, 32867, 'Burp Cloths', 'Burp-Cloths', 20400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134276, 134276, 'Booster Chairs', 'Booster-Chairs', 20400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117382, 117382, 'Cups, Dishes & Utensils', 'Cups-Dishes-and-Utensils', 20400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117383, 117383, 'Baby Bowls', 'Baby-Bowls', 117382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117384, 117384, 'Baby Plates', 'Baby-Plates', 117382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117385, 117385, 'Baby Utensils', 'Baby-Utensils', 117382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117386, 117386, 'Feeding Sets', 'Feeding-Sets', 117382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117387, 117387, 'Sippy Cups & Mugs', 'Sippy-Cups-and-Mugs', 117382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20409, 20409, 'Other Baby Cups & Dishes', 'Other-Baby-Cups-and-Dishes', 117382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66675, 66675, 'Feeding, Boppy Pillows', 'Feeding-Boppy-Pillows', 20400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2986, 2986, 'High Chairs', 'High-Chairs', 20400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32872, 32872, 'Pacifiers', 'Pacifiers', 20400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20405, 20405, 'Other Feeding', 'Other-Feeding', 20400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117388, 117388, 'Keepsakes & Baby Announcements', 'Keepsakes-and-Baby-Announcements', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117389, 117389, 'Baby Books & Albums', 'Baby-Books-and-Albums', 117388, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117390, 117390, 'Baby Boxes', 'Baby-Boxes', 117388, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117392, 117392, 'Baby Picture Frames', 'Baby-Picture-Frames', 117388, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117391, 117391, 'Birth Announcements & Cards', 'Birth-Announcements-and-Cards', 117388, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146532, 146532, 'Other Keepsakes', 'Other-Keepsakes', 117388, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20416, 20416, 'Nursery Bedding', 'Nursery-Bedding', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117019, 117019, 'Blankets', 'Blankets', 20416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117020, 117020, 'Baby Boy Blankets', 'Baby-Boy-Blankets', 117019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117021, 117021, 'Baby Girl Blankets', 'Baby-Girl-Blankets', 117019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117022, 117022, 'Gender Neutral Blankets', 'Gender-Neutral-Blankets', 117019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117393, 117393, 'Swaddling Blankets', 'Swaddling-Blankets', 117019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3081, 3081, 'Other Baby Blankets', 'Other-Baby-Blankets', 117019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20417, 20417, 'Bumpers', 'Bumpers', 20416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52345, 52345, 'Cribskirts & Dust Ruffles', 'Cribskirts-and-Dust-Ruffles', 20416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134277, 134277, 'Nursery Comforters', 'Nursery-Comforters', 20416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134278, 134278, 'Nursery Duvets', 'Nursery-Duvets', 20416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48086, 48086, 'Nursery Sheet Sets', 'Nursery-Sheet-Sets', 20416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66683, 66683, 'Bassinet Sheet Sets', 'Bassinet-Sheet-Sets', 48086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66687, 66687, 'Cradle Sheet Sets', 'Cradle-Sheet-Sets', 48086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66684, 66684, 'Crib Sheet Sets', 'Crib-Sheet-Sets', 48086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88434, 88434, 'Blue Jean Teddy', 'Blue-Jean-Teddy', 66684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66685, 66685, 'Carters', 'Carters', 66684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48087, 48087, 'Disney', 'Disney', 66684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117394, 117394, 'Glenna Jean', 'Glenna-Jean', 66684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117395, 117395, 'Handmade', 'Handmade', 66684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117023, 117023, 'Kidsline', 'Kidsline', 66684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117024, 117024, 'Lambs & Ivy', 'Lambs-and-Ivy', 66684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48088, 48088, 'Noahs Ark', 'Noahs-Ark', 66684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48089, 48089, 'Pottery Barn', 'Pottery-Barn', 66684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66686, 66686, 'Precious Moments', 'Precious-Moments', 66684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117396, 117396, 'Suzys Zoo', 'Suzys-Zoo', 66684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117025, 117025, 'Winnie the Pooh', 'Winnie-the-Pooh', 66684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20420, 20420, 'Other Crib Sheet Sets', 'Other-Crib-Sheet-Sets', 66684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66688, 66688, 'Toddler Sheet Sets', 'Toddler-Sheet-Sets', 48086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66680, 66680, 'Nursery Sheets', 'Nursery-Sheets', 20416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66681, 66681, 'Bassinet Sheets', 'Bassinet-Sheets', 66680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146533, 146533, 'Changing Table Pad Sheets', 'Changing-Table-Pad-Sheets', 66680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66682, 66682, 'Crib & Toddler Sheets', 'Crib-and-Toddler-Sheets', 66680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20419, 20419, 'Other Nursery Sheets', 'Other-Nursery-Sheets', 66680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32868, 32868, 'Pillows', 'Pillows', 20416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20418, 20418, 'Nursery Quilts', 'Nursery-Quilts', 20416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66679, 66679, 'Shams', 'Shams', 20416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20421, 20421, 'Other Nursery Bedding', 'Other-Nursery-Bedding', 20416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66697, 66697, 'Nursery Decor', 'Nursery-Decor', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117398, 117398, 'Boxes & Storage', 'Boxes-and-Storage', 66697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20428, 20428, 'Lamps & Shades', 'Lamps-and-Shades', 66697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121153, 121153, 'Nursery Night Lights', 'Nursery-Night-Lights', 66697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37632, 37632, 'Nursery Mats & Rugs', 'Nursery-Mats-and-Rugs', 66697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20429, 20429, 'Nursery Mobiles', 'Nursery-Mobiles', 66697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33235, 33235, 'Picture Frames', 'Picture-Frames', 66697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37633, 37633, 'Wall Decor', 'Wall-Decor', 66697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37634, 37634, 'Framed Art & Prints', 'Framed-Art-and-Prints', 37633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117397, 117397, 'Murals & Wallies', 'Murals-and-Wallies', 37633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37635, 37635, 'Wall Hangings', 'Wall-Hangings', 37633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37636, 37636, 'Wallpaper Borders', 'Wallpaper-Borders', 37633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134280, 134280, 'Wall Stickers', 'Wall-Stickers', 37633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20430, 20430, 'Other Nursery Wall Decor', 'Other-Nursery-Wall-Decor', 37633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146534, 146534, 'Wall Letters', 'Wall-Letters', 66697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20431, 20431, 'Window Treatments', 'Window-Treatments', 66697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20432, 20432, 'Other Nursery Decor', 'Other-Nursery-Decor', 66697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20422, 20422, 'Nursery Furniture', 'Nursery-Furniture', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121152, 121152, 'Baby Co-Sleepers', 'Baby-Co-Sleepers', 20422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134279, 134279, 'Baby Dressers', 'Baby-Dressers', 20422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20423, 20423, 'Bassinets & Cradles', 'Bassinets-and-Cradles', 20422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20424, 20424, 'Changing Tables', 'Changing-Tables', 20422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2985, 2985, 'Cribs', 'Cribs', 20422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117035, 117035, 'Crib Mattresess', 'Crib-Mattresess', 20422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94931, 94931, 'Moses Baskets', 'Moses-Baskets', 20422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20425, 20425, 'Nursery Furniture Sets', 'Nursery-Furniture-Sets', 20422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66690, 66690, 'Rockers, Gliders', 'Rockers-Gliders', 20422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66691, 66691, 'Toddler Beds', 'Toddler-Beds', 20422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20426, 20426, 'Other Nursery Furniture', 'Other-Nursery-Furniture', 20422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37631, 37631, 'Potty Training', 'Potty-Training', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66698, 66698, 'Strollers', 'Strollers', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117036, 117036, 'Bike Trailers', 'Bike-Trailers', 66698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66699, 66699, 'Jogging Strollers', 'Jogging-Strollers', 66698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66700, 66700, 'Single', 'Single', 66699, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66701, 66701, 'Multiple', 'Multiple', 66699, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117037, 117037, 'Pram Strollers', 'Pram-Strollers', 66698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66702, 66702, 'Standard Strollers', 'Standard-Strollers', 66698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66703, 66703, 'Single', 'Single', 66702, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66704, 66704, 'Multiple', 'Multiple', 66702, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117038, 117038, 'Stroller Accessories', 'Stroller-Accessories', 66698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66705, 66705, 'Travel System Strollers', 'Travel-System-Strollers', 66698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2989, 2989, 'Other Strollers', 'Other-Strollers', 66698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19068, 19068, 'Toys', 'Toys', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19069, 19069, 'Activity Gyms', 'Activity-Gyms', 19068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100225, 100225, 'Baby Blocks & Sorters', 'Baby-Blocks-and-Sorters', 19068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19070, 19070, 'Baby Rattles', 'Baby-Rattles', 19068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100226, 100226, 'Crib Toys & Accessories', 'Crib-Toys-and-Accessories', 19068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134283, 134283, 'Developmental Baby Toys', 'Developmental-Baby-Toys', 19068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134286, 134286, 'Baby Einstein', 'Baby-Einstein', 134283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134288, 134288, 'Fisher Price', 'Fisher-Price', 134283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134285, 134285, 'Lamaze', 'Lamaze', 134283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134287, 134287, 'Leap Frog', 'Leap-Frog', 134283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134766, 134766, 'Playskool', 'Playskool', 134283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134284, 134284, 'Vtech', 'Vtech', 134283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100227, 100227, 'Other Brands', 'Other-Brands', 134283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146543, 146543, 'Plush Baby Toys', 'Plush-Baby-Toys', 19068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134289, 134289, 'Teethers', 'Teethers', 19068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2991, 2991, 'Other Baby Toys', 'Other-Baby-Toys', 19068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1261, 1261, 'Other Baby Items', 'Other-Baby-Items', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48757, 48757, 'Baby Wholesale Lots', 'Baby-Wholesale-Lots', 2984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 267, 267, 'Books', 'Books', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45110, 45110, 'Accessories', 'Accessories', 267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45111, 45111, 'Address Books', 'Address-Books', 45110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45112, 45112, 'Blank Diaries, Journals', 'Blank-Diaries-Journals', 45110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45113, 45113, 'Book Covers', 'Book-Covers', 45110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48831, 48831, 'Book Plates', 'Book-Plates', 45110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45114, 45114, 'Bookmarks', 'Bookmarks', 45110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45115, 45115, 'Other', 'Other', 45110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29223, 29223, 'Antiquarian & Collectible', 'Antiquarian-and-Collectible', 267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29792, 29792, 'Audiobooks', 'Audiobooks', 267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118254, 118254, 'Catalogs', 'Catalogs', 267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118255, 118255, 'Agriculture', 'Agriculture', 118254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118256, 118256, 'Art & Exhibitions', 'Art-and-Exhibitions', 118254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118257, 118257, 'Auction', 'Auction', 118254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118258, 118258, 'Clothing, Fashion', 'Clothing-Fashion', 118254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118259, 118259, 'Department Stores', 'Department-Stores', 118254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 616, 616, 'Other', 'Other', 118254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 279, 279, 'Childrens Books', 'Childrens-Books', 267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11104, 11104, 'Cookbooks', 'Cookbooks', 267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 377, 377, 'Fiction Books', 'Fiction-Books', 267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 280, 280, 'Magazine Back Issues', 'Magazine-Back-Issues', 267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29253, 29253, 'Magazine Subscriptions', 'Magazine-Subscriptions', 267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29254, 29254, 'Automobile & Motorcycle', 'Automobile-and-Motorcycle', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29255, 29255, 'Celebrity', 'Celebrity', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82142, 82142, 'Business and Economics', 'Business-and-Economics', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82143, 82143, 'Children', 'Children', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82144, 82144, 'Computers & Internet', 'Computers-and-Internet', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82145, 82145, 'Cooking, Food, Wine', 'Cooking-Food-Wine', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29259, 29259, 'General Interest', 'General-Interest', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82146, 82146, 'Health & Fitness', 'Health-and-Fitness', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82147, 82147, 'Hobbies, Crafts & Games', 'Hobbies-Crafts-and-Games', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29256, 29256, 'Home & Garden', 'Home-and-Garden', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29257, 29257, 'Men', 'Men', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29258, 29258, 'Movies & TV', 'Movies-and-TV', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45124, 45124, 'News & Newspapers', 'News-and-Newspapers', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82148, 82148, 'Science & Technology', 'Science-and-Technology', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82149, 82149, 'Sports & Outdoors', 'Sports-and-Outdoors', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82150, 82150, 'Teen', 'Teen', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82151, 82151, 'Travel & Regional', 'Travel-and-Regional', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29260, 29260, 'Women', 'Women', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16118, 16118, 'Other', 'Other', 29253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 378, 378, 'Nonfiction Books', 'Nonfiction-Books', 267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2228, 2228, 'Textbooks, Education', 'Textbooks-Education', 267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29399, 29399, 'Wholesale, Bulk Lots', 'Wholesale-Bulk-Lots', 267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42939, 42939, 'Audiobooks', 'Audiobooks', 29399, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46752, 46752, 'Books', 'Books', 29399, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46753, 46753, 'Up to 5 Items', 'Up-to-5-Items', 46752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52541, 52541, '6-10 Items', '6-10-Items', 46752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40173, 40173, '11-50 Items', '11-50-Items', 46752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52542, 52542, '51-100 Items', '51-100-Items', 46752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40174, 40174, '101-500', '101-500', 46752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46759, 46759, 'More than 500', 'More-than-500', 46752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52543, 52543, 'Magazines', 'Magazines', 29399, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26185, 26185, 'Other', 'Other', 29399, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 268, 268, 'Other', 'Other', 267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12576, 12576, 'Business & Industrial', 'Business-and-Industrial', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11748, 11748, 'Agriculture & Forestry', 'Agriculture-and-Forestry', 12576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45009, 45009, 'Antique Tractors & Equipment', 'Antique-Tractors-and-Equipment', 11748, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58181, 58181, 'Allis Chalmers', 'Allis-Chalmers', 45009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113722, 113722, 'Manuals & Books', 'Manuals-and-Books', 58181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113723, 113723, 'A', 'A', 113722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113719, 113719, 'B', 'B', 113722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113720, 113720, 'C & CA', 'C-and-CA', 113722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113721, 113721, 'WD & WD-45', 'WD-and-WD-45', 113722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46567, 46567, 'Other', 'Other', 113722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109280, 109280, 'Parts', 'Parts', 58181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109281, 109281, 'Decals & Decal Sets', 'Decals-and-Decal-Sets', 109280, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109282, 109282, 'Starters', 'Starters', 109280, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109283, 109283, 'Tires & Wheels', 'Tires-and-Wheels', 109280, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45011, 45011, 'Other Allis Chalmers Parts', 'Other-Allis-Chalmers-Parts', 109280, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73103, 73103, 'Tractors', 'Tractors', 58181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73104, 73104, 'C & CA', 'C-and-CA', 73103, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73105, 73105, 'WD & WD-45', 'WD-and-WD-45', 73103, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46565, 46565, 'Other Allis Chalmers Tractors', 'Other-Allis-Chalmers-Tractors', 73103, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58182, 58182, 'Other Antique Allis Chalmers', 'Other-Antique-Allis-Chalmers', 58181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50919, 50919, 'Case', 'Case', 45009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57138, 57138, 'Manuals & Books', 'Manuals-and-Books', 50919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58180, 58180, 'Parts', 'Parts', 50919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45012, 45012, 'Tractors', 'Tractors', 50919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58179, 58179, 'Other Antique Case', 'Other-Antique-Case', 50919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63989, 63989, 'Cockshutt', 'Cockshutt', 45009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56174, 56174, 'Farmall', 'Farmall', 45009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63968, 63968, 'Manuals & Books', 'Manuals-and-Books', 56174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63969, 63969, 'Cub & Cub Cadet', 'Cub-and-Cub-Cadet', 63968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73099, 73099, 'H & HV', 'H-and-HV', 63968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63970, 63970, 'M, MD, MDV, MV, Super M', 'M-MD-MDV-MV-Super-M', 63968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36342, 36342, 'Implements', 'Implements', 63968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63971, 63971, 'Other', 'Other', 63968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63954, 63954, 'Parts', 'Parts', 56174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111483, 111483, 'Brakes & Brake Assemblies', 'Brakes-and-Brake-Assemblies', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63955, 63955, 'Carburetors & Air Intake', 'Carburetors-and-Air-Intake', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63956, 63956, 'Decals & Decal Sets', 'Decals-and-Decal-Sets', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111484, 111484, 'Distributors & Ignition System', 'Distributors-and-Ignition-System', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56175, 56175, 'Gauges', 'Gauges', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63957, 63957, 'Generators', 'Generators', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111485, 111485, 'Fuel Systems', 'Fuel-Systems', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63958, 63958, 'Hoods, Fenders, Grills', 'Hoods-Fenders-Grills', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63959, 63959, 'Mufflers & Exhaust Systems', 'Mufflers-and-Exhaust-Systems', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63960, 63960, 'NOS - New Old Stock', 'NOS-New-Old-Stock', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63961, 63961, 'Pistons, Rods, Cylinders', 'Pistons-Rods-Cylinders', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71360, 71360, 'Radiators & Parts', 'Radiators-and-Parts', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63962, 63962, 'Seats', 'Seats', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63963, 63963, 'Starters', 'Starters', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63964, 63964, 'Steering & Front Axles', 'Steering-and-Front-Axles', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63965, 63965, 'Switches', 'Switches', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63966, 63966, 'Tires & Wheels', 'Tires-and-Wheels', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111486, 111486, 'Transmissions & Drivetrains', 'Transmissions-and-Drivetrains', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63967, 63967, 'Other Farmall Parts', 'Other-Farmall-Parts', 63954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61591, 61591, 'Tractors', 'Tractors', 56174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71361, 71361, 'A, AV, Super A', 'A-AV-Super-A', 61591, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73097, 73097, 'B & BN', 'B-and-BN', 61591, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73098, 73098, 'C & Super C', 'C-and-Super-C', 61591, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61592, 61592, 'Cub & Cub Cadet', 'Cub-and-Cub-Cadet', 61591, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61593, 61593, 'H & HV', 'H-and-HV', 61591, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61594, 61594, 'M, MD, MDV, MV, Super M', 'M-MD-MDV-MV-Super-M', 61591, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50920, 50920, 'Other Farmall Tractors', 'Other-Farmall-Tractors', 61591, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56176, 56176, 'Other Antique Farmall', 'Other-Antique-Farmall', 56174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56177, 56177, 'Ford', 'Ford', 45009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63972, 63972, 'Manuals & Books', 'Manuals-and-Books', 56177, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63973, 63973, 'Parts', 'Parts', 56177, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63974, 63974, 'Carburetors & Air Intake', 'Carburetors-and-Air-Intake', 63973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71362, 71362, 'Decals & Decal Sets', 'Decals-and-Decal-Sets', 63973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63975, 63975, 'Gaskets', 'Gaskets', 63973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56178, 56178, 'Gauges', 'Gauges', 63973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63976, 63976, 'Hoods, Fenders, Grills', 'Hoods-Fenders-Grills', 63973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71363, 71363, 'Mufflers & Exhaust Systems', 'Mufflers-and-Exhaust-Systems', 63973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71364, 71364, 'Pistons, Rods, Cylinders', 'Pistons-Rods-Cylinders', 63973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63977, 63977, 'Radiators & Parts', 'Radiators-and-Parts', 63973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71365, 71365, 'Seats', 'Seats', 63973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63978, 63978, 'Steering & Front Axles', 'Steering-and-Front-Axles', 63973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111487, 111487, 'Tires & Wheels', 'Tires-and-Wheels', 63973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111488, 111488, 'Transmissions & Drivetrains', 'Transmissions-and-Drivetrains', 63973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63979, 63979, 'Other Ford Parts', 'Other-Ford-Parts', 63973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71366, 71366, 'Tractors', 'Tractors', 56177, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71367, 71367, 'Ford 9N, 2N, 8N', 'Ford-9N-2N-8N', 71366, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53067, 53067, 'Other Ford Tractors', 'Other-Ford-Tractors', 71366, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56179, 56179, 'Other Antique Ford', 'Other-Antique-Ford', 56177, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56180, 56180, 'John Deere', 'John-Deere', 45009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46570, 46570, 'Implements', 'Implements', 56180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71371, 71371, 'Manuals & Books', 'Manuals-and-Books', 56180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71372, 71372, 'Implements', 'Implements', 71371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56983, 56983, 'Tractors', 'Tractors', 71371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71373, 71373, 'Other', 'Other', 71371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63980, 63980, 'Parts', 'Parts', 56180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109277, 109277, 'Brakes & Brake Assemblies', 'Brakes-and-Brake-Assemblies', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63981, 63981, 'Carburetors & Air Intake', 'Carburetors-and-Air-Intake', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111489, 111489, 'Distributors & Ignition System', 'Distributors-and-Ignition-System', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63982, 63982, 'Gaskets', 'Gaskets', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56181, 56181, 'Gauges', 'Gauges', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63983, 63983, 'Hoods, Fenders, Grills', 'Hoods-Fenders-Grills', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71368, 71368, 'Mufflers & Exhaust Systems', 'Mufflers-and-Exhaust-Systems', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63984, 63984, 'NOS - New Old Stock', 'NOS-New-Old-Stock', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63985, 63985, 'Pistons, Rods, Cylinders', 'Pistons-Rods-Cylinders', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63986, 63986, 'Radiators & Parts', 'Radiators-and-Parts', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71369, 71369, 'Seats', 'Seats', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109278, 109278, 'Starters', 'Starters', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63987, 63987, 'Steering & Front Axles', 'Steering-and-Front-Axles', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71370, 71370, 'Tires & Wheels', 'Tires-and-Wheels', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111490, 111490, 'Transmissions & Drivetrains', 'Transmissions-and-Drivetrains', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63988, 63988, 'Other Deere Parts', 'Other-Deere-Parts', 63980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73100, 73100, 'Tractors', 'Tractors', 56180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73101, 73101, 'A, AO, AR', 'A-AO-AR', 73100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73102, 73102, 'B, BO, BR', 'B-BO-BR', 73100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109279, 109279, '600, 700 & 800 Series', '600-700-and-800-Series', 73100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50921, 50921, 'Other Antique Deere Tractors', 'Other-Antique-Deere-Tractors', 73100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56182, 56182, 'Other Vintage Deere', 'Other-Vintage-Deere', 56180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58183, 58183, 'Massey Harris, Ferguson', 'Massey-Harris-Ferguson', 45009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56981, 56981, 'Manuals & Books', 'Manuals-and-Books', 58183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109297, 109297, 'Parts', 'Parts', 58183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109298, 109298, 'Hoods, Fenders, Grills', 'Hoods-Fenders-Grills', 109297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109299, 109299, 'Steering & Front Axles', 'Steering-and-Front-Axles', 109297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71374, 71374, 'Other Massey Parts', 'Other-Massey-Parts', 109297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53064, 53064, 'Tractors', 'Tractors', 58183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58184, 58184, 'Other Antique Massey', 'Other-Antique-Massey', 58183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73106, 73106, 'McCormick', 'McCormick', 45009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73107, 73107, 'Manuals & Books', 'Manuals-and-Books', 73106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73108, 73108, 'Tractors', 'Tractors', 73106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45010, 45010, 'Other Vintage McCormick', 'Other-Vintage-McCormick', 73106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58185, 58185, 'Minneapolis Moline', 'Minneapolis-Moline', 45009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56982, 56982, 'Manuals & Books', 'Manuals-and-Books', 58185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53065, 53065, 'Tractors', 'Tractors', 58185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58186, 58186, 'Other Minneapolis Moline', 'Other-Minneapolis-Moline', 58185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58187, 58187, 'Oliver', 'Oliver', 45009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46569, 46569, 'Manuals & Books', 'Manuals-and-Books', 58187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53066, 53066, 'Tractors', 'Tractors', 58187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58188, 58188, 'Other Antique Oliver', 'Other-Antique-Oliver', 58187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11757, 11757, 'Other Antique Equipment', 'Other-Antique-Equipment', 45009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26186, 26186, 'Farm Implements & Attachments', 'Farm-Implements-and-Attachments', 11748, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66879, 66879, 'Balers', 'Balers', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66876, 66876, 'Blades & Box Blades', 'Blades-and-Box-Blades', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66886, 66886, 'Cultivators', 'Cultivators', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66887, 66887, 'Disc Harrows', 'Disc-Harrows', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26187, 26187, 'Grain Equipment', 'Grain-Equipment', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 91954, 91954, 'Harvesting Equipment', 'Harvesting-Equipment', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66881, 66881, 'Hay Rakes', 'Hay-Rakes', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119096, 119096, 'Hitches', 'Hitches', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26189, 26189, 'Irrigation Equipment', 'Irrigation-Equipment', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106365, 106365, 'Manure Spreaders', 'Manure-Spreaders', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26190, 26190, 'Material Handling Equipment', 'Material-Handling-Equipment', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66880, 66880, 'Mowers & Mower Conditioners', 'Mowers-and-Mower-Conditioners', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66877, 66877, 'Mower Decks', 'Mower-Decks', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48712, 48712, 'Parts & Accessories', 'Parts-and-Accessories', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66883, 66883, 'Planters', 'Planters', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66888, 66888, 'Plows', 'Plows', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109296, 109296, 'Post Hole Diggers', 'Post-Hole-Diggers', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66884, 66884, 'Seeders & Spreaders', 'Seeders-and-Spreaders', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66889, 66889, 'Tillers', 'Tillers', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11752, 11752, 'Other Implements & Attachments', 'Other-Implements-and-Attachments', 26186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97116, 97116, 'Farm Supplies', 'Farm-Supplies', 11748, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46526, 46526, 'Livestock Supplies', 'Livestock-Supplies', 97116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113991, 113991, 'Animal Feed', 'Animal-Feed', 46526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53059, 53059, 'Animal Health & Veterinary', 'Animal-Health-and-Veterinary', 46526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66890, 66890, 'Beekeeping', 'Beekeeping', 46526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66891, 66891, 'Smokers', 'Smokers', 66890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66892, 66892, 'Hives & Frames', 'Hives-and-Frames', 66890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66893, 66893, 'Manuals & Guides', 'Manuals-and-Guides', 66890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46527, 46527, 'Other Beekeeping', 'Other-Beekeeping', 66890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46531, 46531, 'Cattle - Beef', 'Cattle-Beef', 46526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66894, 66894, 'Cattle - Dairy', 'Cattle-Dairy', 46526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66895, 66895, 'Buckets, Cans, Pails', 'Buckets-Cans-Pails', 66894, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66896, 66896, 'Milking Equipment', 'Milking-Equipment', 66894, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46528, 46528, 'Other Dairy Supplies', 'Other-Dairy-Supplies', 66894, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66897, 66897, 'Fencing', 'Fencing', 46526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66898, 66898, 'Energizers & Chargers', 'Energizers-and-Chargers', 66897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66899, 66899, 'Wire', 'Wire', 66897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66900, 66900, 'Stretchers & Pullers', 'Stretchers-and-Pullers', 66897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46529, 46529, 'Other Fencing', 'Other-Fencing', 66897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66901, 66901, 'Hog', 'Hog', 46526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61583, 61583, 'Horse', 'Horse', 46526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61584, 61584, 'Bits & Bridles', 'Bits-and-Bridles', 61583, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66902, 66902, 'Clippers', 'Clippers', 61583, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 61585, 61585, 'Saddles', 'Saddles', 61583, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46530, 46530, 'Signs & Decorating Kits', 'Signs-and-Decorating-Kits', 61583, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61586, 61586, 'Other', 'Other', 61583, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66904, 66904, 'Poultry', 'Poultry', 46526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66906, 66906, 'Feeders & Waterers', 'Feeders-and-Waterers', 66904, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155175, 155175, 'Hatching Eggs', 'Hatching-Eggs', 66904, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66905, 66905, 'Incubators', 'Incubators', 66904, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46532, 46532, 'Other Poultry Supplies', 'Other-Poultry-Supplies', 66904, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56976, 56976, 'Sheep & Goat', 'Sheep-and-Goat', 46526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11751, 11751, 'Other Livestock Supplies', 'Other-Livestock-Supplies', 46526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58175, 58175, 'Stationary Engines', 'Stationary-Engines', 97116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11754, 11754, 'Diesel', 'Diesel', 58175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63944, 63944, 'Gas', 'Gas', 58175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63945, 63945, 'Hit and Miss Engines', 'Hit-and-Miss-Engines', 63944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63946, 63946, 'Manuals & Books', 'Manuals-and-Books', 63944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97118, 97118, 'Parts', 'Parts', 63944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63949, 63949, 'Other Gas Engines', 'Other-Gas-Engines', 63944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63953, 63953, 'Steam', 'Steam', 58175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58177, 58177, 'Other Stationary Engines', 'Other-Stationary-Engines', 58175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11750, 11750, 'Work Apparel', 'Work-Apparel', 97116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97117, 97117, 'Other Farm Supplies', 'Other-Farm-Supplies', 97116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61787, 61787, 'Forestry Equipment & Supplies', 'Forestry-Equipment-and-Supplies', 11748, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61788, 61788, 'Equipment', 'Equipment', 61787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57111, 57111, 'Supplies & Tools', 'Supplies-and-Tools', 61787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61790, 61790, 'Other', 'Other', 61787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 91952, 91952, 'Tractors & Farm Machinery', 'Tractors-and-Farm-Machinery', 11748, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73094, 73094, 'Combines', 'Combines', 91952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 91953, 91953, 'Tractors', 'Tractors', 91952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97119, 97119, 'Trailers', 'Trailers', 91952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58178, 58178, 'Utility Vehicles', 'Utility-Vehicles', 91952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92021, 92021, 'Other', 'Other', 91952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41481, 41481, 'Tractor Parts & Manuals', 'Tractor-Parts-and-Manuals', 11748, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26194, 26194, 'Manuals & Books', 'Manuals-and-Books', 41481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36340, 36340, 'Case, IH', 'Case-IH', 26194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113725, 113725, 'Farmall', 'Farmall', 26194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36341, 36341, 'Ford', 'Ford', 26194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26195, 26195, 'General Tractor Guides', 'General-Tractor-Guides', 26194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26196, 26196, 'General Parts Catalogs', 'General-Parts-Catalogs', 26194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53060, 53060, 'John Deere', 'John-Deere', 26194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53061, 53061, 'Engines', 'Engines', 53060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53062, 53062, 'Implements', 'Implements', 53060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53063, 53063, 'Tractors', 'Tractors', 53060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36343, 36343, 'Other Deere Manuals', 'Other-Deere-Manuals', 53060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46568, 46568, 'Kubota', 'Kubota', 26194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40111, 40111, 'Massey Ferguson', 'Massey-Ferguson', 26194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40112, 40112, 'New Holland', 'New-Holland', 26194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111482, 111482, 'Yanmar', 'Yanmar', 26194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11753, 11753, 'Other Repair Manuals', 'Other-Repair-Manuals', 26194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92020, 92020, 'Parts', 'Parts', 41481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111481, 111481, 'Alternator & Battery', 'Alternator-and-Battery', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46554, 46554, 'Carburetors & Air Intake', 'Carburetors-and-Air-Intake', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50918, 50918, 'Complete Engines', 'Complete-Engines', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46550, 46550, 'Decals & Decal Sets', 'Decals-and-Decal-Sets', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41483, 41483, 'Distributors & Ignition System', 'Distributors-and-Ignition-System', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46555, 46555, 'Filters', 'Filters', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46551, 46551, 'Fuel Systems', 'Fuel-Systems', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46556, 46556, 'Gaskets', 'Gaskets', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46552, 46552, 'Gauges', 'Gauges', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41482, 41482, 'Hoods, Fenders & Grills', 'Hoods-Fenders-and-Grills', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41484, 41484, 'Hydraulics', 'Hydraulics', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46561, 46561, 'Lights & Mounts', 'Lights-and-Mounts', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109295, 109295, 'Manifolds', 'Manifolds', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46557, 46557, 'Mufflers & Exhaust Systems', 'Mufflers-and-Exhaust-Systems', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46558, 46558, 'Pistons, Rings, Rods & Parts', 'Pistons-Rings-Rods-and-Parts', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46559, 46559, 'Radiators & Parts', 'Radiators-and-Parts', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46562, 46562, 'Seats', 'Seats', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46563, 46563, 'Steering & Front Axles', 'Steering-and-Front-Axles', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41485, 41485, 'Tires & Wheels', 'Tires-and-Wheels', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46564, 46564, 'Transmissions & Drivetrains', 'Transmissions-and-Drivetrains', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11756, 11756, 'Other Tractor Parts', 'Other-Tractor-Parts', 92020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1269, 1269, 'Other Agriculture & Forestry', 'Other-Agriculture-and-Forestry', 11748, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45013, 45013, 'Wholesale Lots', 'Wholesale-Lots', 11748, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11765, 11765, 'Construction', 'Construction', 12576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41498, 41498, 'Building Materials & Supplies', 'Building-Materials-and-Supplies', 11765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42300, 42300, 'Contractor Guides', 'Contractor-Guides', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66940, 66940, 'Carpentry', 'Carpentry', 42300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66941, 66941, 'Concrete, Masonry', 'Concrete-Masonry', 42300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111478, 111478, 'Construction Estimating', 'Construction-Estimating', 42300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111479, 111479, 'Guides & Templates', 'Guides-and-Templates', 111478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111480, 111480, 'Software', 'Software', 111478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66942, 66942, 'Other', 'Other', 111478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66943, 66943, 'Electrical Training & Codes', 'Electrical-Training-and-Codes', 42300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73127, 73127, 'Excavation, Grading, Site Prep', 'Excavation-Grading-Site-Prep', 42300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42303, 42303, 'General Contracting', 'General-Contracting', 42300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73126, 73126, 'HVAC', 'HVAC', 42300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66944, 66944, 'Plumbing', 'Plumbing', 42300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66945, 66945, 'Roofing', 'Roofing', 42300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25255, 25255, 'Other Contractor Guides', 'Other-Contractor-Guides', 42300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111471, 111471, 'Ducts & Vents', 'Ducts-and-Vents', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63890, 63890, 'Doors & Fixtures', 'Doors-and-Fixtures', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58142, 58142, 'Doors', 'Doors', 63890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63891, 63891, 'Locks & Locksets', 'Locks-and-Locksets', 63890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63892, 63892, 'Openers & Closers', 'Openers-and-Closers', 63890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63893, 63893, 'Other', 'Other', 63890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41499, 41499, 'Electrical', 'Electrical', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66907, 66907, 'Fasteners & Connectors', 'Fasteners-and-Connectors', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66908, 66908, 'Anchors', 'Anchors', 66907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66909, 66909, 'Bolts', 'Bolts', 66907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66910, 66910, 'Nails', 'Nails', 66907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66911, 66911, 'Nuts', 'Nuts', 66907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66913, 66913, 'Screws', 'Screws', 66907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41500, 41500, 'Other Fasteners & Connectors', 'Other-Fasteners-and-Connectors', 66907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63894, 63894, 'Insulation', 'Insulation', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58143, 58143, 'Lights & Lighting', 'Lights-and-Lighting', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111472, 111472, 'Fluorescent', 'Fluorescent', 58143, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66915, 66915, 'Ballasts', 'Ballasts', 111472, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111474, 111474, 'Fixtures', 'Fixtures', 111472, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111473, 111473, 'Other', 'Other', 111472, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58144, 58144, 'Halogen, Metal Halide', 'Halogen-Metal-Halide', 58143, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46571, 46571, 'Incandescent', 'Incandescent', 58143, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58145, 58145, 'Other Lighting', 'Other-Lighting', 58143, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58146, 58146, 'Lumber & Millwork', 'Lumber-and-Millwork', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41502, 41502, 'Dimension', 'Dimension', 58146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58147, 58147, 'Hardwood', 'Hardwood', 58146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104214, 104214, 'Trim, Moulding', 'Trim-Moulding', 58146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58148, 58148, 'Other Lumber', 'Other-Lumber', 58146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46572, 46572, 'Marble, Tile, Stone', 'Marble-Tile-Stone', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63896, 63896, 'Plumbing', 'Plumbing', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63897, 63897, 'Faucets, Taps', 'Faucets-Taps', 63896, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63898, 63898, 'Pipe', 'Pipe', 63896, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63899, 63899, 'Pipe Fittings', 'Pipe-Fittings', 63896, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111475, 111475, 'Brass', 'Brass', 63899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63900, 63900, 'Copper', 'Copper', 63899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111476, 111476, 'Steel', 'Steel', 63899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63901, 63901, 'PVC, Plastic', 'PVC-Plastic', 63899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63902, 63902, 'Tubing', 'Tubing', 63896, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63903, 63903, 'Valves', 'Valves', 63896, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63904, 63904, 'Ball', 'Ball', 63903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63906, 63906, 'Gate', 'Gate', 63903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41504, 41504, 'Stop', 'Stop', 63903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63907, 63907, 'Other', 'Other', 63903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63905, 63905, 'Other Plumbing Supplies', 'Other-Plumbing-Supplies', 63896, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66914, 66914, 'Sealant & Adhesives', 'Sealant-and-Adhesives', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63895, 63895, 'Signs - Construction', 'Signs-Construction', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41501, 41501, 'Windows & Glass', 'Windows-and-Glass', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63908, 63908, 'Work Gear & Apparel', 'Work-Gear-and-Apparel', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63909, 63909, 'Hard Hats', 'Hard-Hats', 63908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63910, 63910, 'Work Gloves', 'Work-Gloves', 63908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42292, 42292, 'Work Jackets', 'Work-Jackets', 63908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63911, 63911, 'Work Pants & Coveralls', 'Work-Pants-and-Coveralls', 63908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63912, 63912, 'Other', 'Other', 63908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26197, 26197, 'Other Materials & Supplies', 'Other-Materials-and-Supplies', 41498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25249, 25249, 'Heavy Equipment & Trailers', 'Heavy-Equipment-and-Trailers', 11765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95493, 95493, 'Backhoe Loaders', 'Backhoe-Loaders', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41492, 41492, 'Compactors & Rollers - Riding', 'Compactors-and-Rollers-Riding', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25253, 25253, 'Cranes', 'Cranes', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97121, 97121, 'Crawler Dozers & Loaders', 'Crawler-Dozers-and-Loaders', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73120, 73120, 'Directional Drills', 'Directional-Drills', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97122, 97122, 'Excavators', 'Excavators', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61568, 61568, 'Graders', 'Graders', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97123, 97123, 'Lifts', 'Lifts', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73121, 73121, 'Pavers - Asphalt & Concrete', 'Pavers-Asphalt-and-Concrete', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117484, 117484, 'Scrapers', 'Scrapers', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95494, 95494, 'Skid Steer Loaders', 'Skid-Steer-Loaders', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95495, 95495, 'Trailers', 'Trailers', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97125, 97125, 'Trenchers - Riding', 'Trenchers-Riding', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58161, 58161, 'Wheel Loaders', 'Wheel-Loaders', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63924, 63924, 'Wood Chippers & Stump Grinders', 'Wood-Chippers-and-Stump-Grinders', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11766, 11766, 'Other Heavy Equipment', 'Other-Heavy-Equipment', 25249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41489, 41489, 'Heavy Equipment Parts, Manuals', 'Heavy-Equipment-Parts-Manuals', 11765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92019, 92019, 'Attachments', 'Attachments', 41489, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66927, 66927, 'Augers', 'Augers', 92019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66926, 66926, 'Backhoes', 'Backhoes', 92019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92072, 92072, 'Blades & Plows', 'Blades-and-Plows', 92019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61565, 61565, 'Buckets & Accessories', 'Buckets-and-Accessories', 92019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26199, 26199, 'Bucket Thumbs', 'Bucket-Thumbs', 61565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61566, 61566, 'Excavator - Heavy Duty', 'Excavator-Heavy-Duty', 61565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74988, 74988, 'Grapple - Root', 'Grapple-Root', 61565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50908, 50908, 'Skid Steer - Multi-Purpose', 'Skid-Steer-Multi-Purpose', 61565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74987, 74987, 'Teeth', 'Teeth', 61565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41488, 41488, 'Forks', 'Forks', 92019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61567, 61567, 'Other Attachments', 'Other-Attachments', 92019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97654, 97654, 'Parts & Parts Machines', 'Parts-and-Parts-Machines', 41489, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61569, 61569, 'Brakes', 'Brakes', 97654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61570, 61570, 'Decals & Decal Sets', 'Decals-and-Decal-Sets', 97654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41505, 41505, 'Engines & Engine Parts', 'Engines-and-Engine-Parts', 97654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117485, 117485, 'Filters', 'Filters', 97654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117486, 117486, 'Fuel Systems', 'Fuel-Systems', 97654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63920, 63920, 'Gauges', 'Gauges', 97654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41506, 41506, 'Hydraulics & Hydrostatics', 'Hydraulics-and-Hydrostatics', 97654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41507, 41507, 'Keys & Key Sets', 'Keys-and-Key-Sets', 97654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63921, 63921, 'Seats', 'Seats', 97654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73123, 73123, 'Transmissions & Parts', 'Transmissions-and-Parts', 97654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61571, 61571, 'Undercarriage', 'Undercarriage', 97654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41508, 41508, 'Wheels, Tires & Tracks', 'Wheels-Tires-and-Tracks', 97654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41490, 41490, 'Other Heavy Equipment Parts', 'Other-Heavy-Equipment-Parts', 97654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48713, 48713, 'Repair & Operations Manuals', 'Repair-and-Operations-Manuals', 41489, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106361, 106361, 'Bobcat', 'Bobcat', 48713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42301, 42301, 'Case', 'Case', 48713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121269, 121269, 'Caterpillar', 'Caterpillar', 48713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121270, 121270, 'Crawler Tractors', 'Crawler-Tractors', 121269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121271, 121271, 'Wheel Loaders', 'Wheel-Loaders', 121269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42302, 42302, 'Other', 'Other', 121269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106362, 106362, 'Cummins', 'Cummins', 48713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56975, 56975, 'Deere', 'Deere', 48713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106363, 106363, 'New Holland', 'New-Holland', 48713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106364, 106364, 'Terex', 'Terex', 48713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48714, 48714, 'Other Repair Manuals', 'Other-Repair-Manuals', 48713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97126, 97126, 'Other Parts & Manuals', 'Other-Parts-and-Manuals', 41489, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42297, 42297, 'Levels & Surveying Equipment', 'Levels-and-Surveying-Equipment', 11765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63940, 63940, 'Levels & Autolevels', 'Levels-and-Autolevels', 42297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63941, 63941, 'Automatic Levels', 'Automatic-Levels', 63940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63942, 63942, 'Rotary Lasers', 'Rotary-Lasers', 63940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42298, 42298, 'Torpedo Levels & Lasers', 'Torpedo-Levels-and-Lasers', 63940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63943, 63943, 'Other', 'Other', 63940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55808, 55808, 'Total Stations & Accessories', 'Total-Stations-and-Accessories', 42297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55807, 55807, 'Transits & Theodolites', 'Transits-and-Theodolites', 42297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42299, 42299, 'Tripods & Grade Rods', 'Tripods-and-Grade-Rods', 42297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26204, 26204, 'Other Levels & Surveying', 'Other-Levels-and-Surveying', 42297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61573, 61573, 'Tools & Light Equipment', 'Tools-and-Light-Equipment', 11765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41491, 41491, 'Air Compressors', 'Air-Compressors', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46573, 46573, 'Air Tools', 'Air-Tools', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58149, 58149, 'Air Nailers', 'Air-Nailers', 46573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42293, 42293, 'Brad', 'Brad', 58149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58150, 58150, 'Finish', 'Finish', 58149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58151, 58151, 'Framing', 'Framing', 58149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73109, 73109, 'Roofing', 'Roofing', 58149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58152, 58152, 'Other Air Nailers', 'Other-Air-Nailers', 58149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46575, 46575, 'Air Tool Accessories', 'Air-Tool-Accessories', 46573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73110, 73110, 'Impact Wrenches', 'Impact-Wrenches', 46573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46574, 46574, 'Staplers', 'Staplers', 46573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55809, 55809, 'Other Air Tools', 'Other-Air-Tools', 46573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104216, 104216, 'Breakers & Demolition Hammers', 'Breakers-and-Demolition-Hammers', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104215, 104215, 'Compactors - Walk-Behind', 'Compactors-Walk-Behind', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55804, 55804, 'Concrete Stamps, Forms, Mats', 'Concrete-Stamps-Forms-Mats', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25248, 25248, 'Concrete Vibrators', 'Concrete-Vibrators', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42294, 42294, 'Drills & Hammers', 'Drills-and-Hammers', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66929, 66929, 'Bits, Chisels & Breaker Points', 'Bits-Chisels-and-Breaker-Points', 42294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55815, 55815, 'Bits - Concrete', 'Bits-Concrete', 66929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45015, 45015, 'Bits - Wood', 'Bits-Wood', 66929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109294, 109294, 'Core Bits', 'Core-Bits', 66929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66930, 66930, 'SDS', 'SDS', 66929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66931, 66931, 'SDS Max', 'SDS-Max', 66929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66932, 66932, 'SDS Plus', 'SDS-Plus', 66929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55814, 55814, 'Spline', 'Spline', 66929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66933, 66933, 'Other', 'Other', 66929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50892, 50892, 'Core Drills & Rigs', 'Core-Drills-and-Rigs', 42294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66917, 66917, 'Drill Presses', 'Drill-Presses', 42294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46580, 46580, 'Drills, Drivers', 'Drills-Drivers', 42294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66918, 66918, '3/8 Drills, Drivers', '3-8-Drills-Drivers', 46580, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46581, 46581, '1/2 Drills, Drivers', '1-2-Drills-Drivers', 46580, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42295, 42295, 'Other Drills, Drivers', 'Other-Drills-Drivers', 46580, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109293, 109293, 'Hammer Drills', 'Hammer-Drills', 42294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56966, 56966, 'Right Angle Drills', 'Right-Angle-Drills', 42294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63919, 63919, 'Rotary Hammer Drills', 'Rotary-Hammer-Drills', 42294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46583, 46583, 'Screw Guns', 'Screw-Guns', 42294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55811, 55811, 'Grinders - Professional', 'Grinders-Professional', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46576, 46576, 'Hand Tools', 'Hand-Tools', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63913, 63913, 'Chalk Lines', 'Chalk-Lines', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66916, 66916, 'Clamps', 'Clamps', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56964, 56964, 'Concrete Tools', 'Concrete-Tools', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46579, 46579, 'Crescent Wrenches', 'Crescent-Wrenches', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56965, 56965, 'Crimpers', 'Crimpers', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73111, 73111, 'Drywall Tools', 'Drywall-Tools', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73112, 73112, 'Pattern Guns & Hoppers', 'Pattern-Guns-and-Hoppers', 73111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73113, 73113, 'Stilts', 'Stilts', 73111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46577, 46577, 'Taping Tools', 'Taping-Tools', 73111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73114, 73114, 'Other Drywall Tools', 'Other-Drywall-Tools', 73111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63914, 63914, 'Hammers - Professional', 'Hammers-Professional', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46578, 46578, 'Knives & Cutters', 'Knives-and-Cutters', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73115, 73115, 'Knockout & Punch Sets', 'Knockout-and-Punch-Sets', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73116, 73116, 'Punches & Dies', 'Punches-and-Dies', 73115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73117, 73117, 'Sets - Hydraulic', 'Sets-Hydraulic', 73115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55810, 55810, 'Sets - Manual', 'Sets-Manual', 73115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73118, 73118, 'Other Knockouts & Punches', 'Other-Knockouts-and-Punches', 73115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63915, 63915, 'Measuring Tapes & Tools', 'Measuring-Tapes-and-Tools', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63916, 63916, 'Pipe Cutters', 'Pipe-Cutters', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58154, 58154, 'Pipe Wrenches', 'Pipe-Wrenches', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111477, 111477, 'Propane Torches', 'Propane-Torches', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63917, 63917, 'Screwdrivers - Professional', 'Screwdrivers-Professional', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42337, 42337, 'Other Hand Tools', 'Other-Hand-Tools', 46576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63938, 63938, 'Heaters - Jobsite', 'Heaters-Jobsite', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63939, 63939, 'Hoists', 'Hoists', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50903, 50903, 'Mixers - Concrete & Mortar', 'Mixers-Concrete-and-Mortar', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104220, 104220, 'Pipe & Tubing Benders', 'Pipe-and-Tubing-Benders', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62094, 62094, 'Pipe Threaders & Dies', 'Pipe-Threaders-and-Dies', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104217, 104217, 'Dies & Accessories', 'Dies-and-Accessories', 62094, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104218, 104218, 'Pipe Threaders', 'Pipe-Threaders', 62094, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71341, 71341, 'Powder Actuated Tools', 'Powder-Actuated-Tools', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58155, 58155, 'Nail & Stud Guns', 'Nail-and-Stud-Guns', 71341, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71342, 71342, 'Power Hammers & Drivers', 'Power-Hammers-and-Drivers', 71341, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66912, 66912, 'Pins & Fasteners', 'Pins-and-Fasteners', 71341, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71344, 71344, 'Other', 'Other', 71341, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46584, 46584, 'Routers', 'Routers', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32714, 32714, 'Sanders', 'Sanders', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56968, 56968, 'Floor Sanders', 'Floor-Sanders', 32714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56967, 56967, 'Handheld Sanders', 'Handheld-Sanders', 32714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32717, 32717, 'Belt Sanders - Professional', 'Belt-Sanders-Professional', 56967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71345, 71345, 'Orbital', 'Orbital', 56967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56969, 56969, 'Other Sanders', 'Other-Sanders', 56967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46585, 46585, 'Saws', 'Saws', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109320, 109320, 'Blades', 'Blades', 46585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63929, 63929, '4 Concrete', '4-Concrete', 109320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63930, 63930, '7 Concrete', '7-Concrete', 109320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63931, 63931, '10 Concrete', '10-Concrete', 109320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50897, 50897, '12 Concrete', '12-Concrete', 109320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63932, 63932, '14 Concrete', '14-Concrete', 109320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109323, 109323, 'Circular Woodworking', 'Circular-Woodworking', 109320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109324, 109324, 'Reciprocating', 'Reciprocating', 109320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63933, 63933, 'Other Blades', 'Other-Blades', 109320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46586, 46586, 'Circular Saws', 'Circular-Saws', 46585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104219, 104219, 'Concrete Cut-Off Saws', 'Concrete-Cut-Off-Saws', 46585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46588, 46588, 'Masonry & Tile Saws', 'Masonry-and-Tile-Saws', 46585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58158, 58158, 'Miter Saws - Professional', 'Miter-Saws-Professional', 46585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55812, 55812, 'Reciprocating - Professional', 'Reciprocating-Professional', 46585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42296, 42296, 'Other Saws', 'Other-Saws', 46585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55806, 55806, 'Scaffolding', 'Scaffolding', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50896, 50896, 'Tool Batteries & Chargers', 'Tool-Batteries-and-Chargers', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63918, 63918, 'Tool Combo Kits', 'Tool-Combo-Kits', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61577, 61577, 'Trenchers - Walk Behind', 'Trenchers-Walk-Behind', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66934, 66934, 'Winches, Come Alongs, Straps', 'Winches-Come-Alongs-Straps', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66937, 66937, 'Lever Hoists & Come Alongs', 'Lever-Hoists-and-Come-Alongs', 66934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11767, 11767, 'Straps & Slings', 'Straps-and-Slings', 66934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66938, 66938, 'Winches', 'Winches', 66934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66939, 66939, 'Other', 'Other', 66934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61574, 61574, 'Other Tools & Light Equipment', 'Other-Tools-and-Light-Equipment', 61573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55805, 55805, 'Modular, Pre-Fab Buildings', 'Modular-Pre-Fab-Buildings', 11765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116996, 116996, 'Vintage Construction', 'Vintage-Construction', 11765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116997, 116997, 'Machine Parts & Tools', 'Machine-Parts-and-Tools', 116996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116998, 116998, 'Manuals & Brochures', 'Manuals-and-Brochures', 116996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99995, 99995, 'Other', 'Other', 116996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1268, 1268, 'Other Construction', 'Other-Construction', 11765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56137, 56137, 'Wholesale Lots', 'Wholesale-Lots', 11765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56138, 56138, 'Building Materials & Supplies', 'Building-Materials-and-Supplies', 56137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61578, 61578, 'Contractor Tools', 'Contractor-Tools', 56137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61580, 61580, 'Drills', 'Drills', 61578, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45016, 45016, 'Grinders - Professional', 'Grinders-Professional', 61578, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61579, 61579, 'Saws', 'Saws', 61578, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61581, 61581, 'Other', 'Other', 61578, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56139, 56139, 'Other', 'Other', 56137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11874, 11874, 'Food Service & Retail', 'Food-Service-and-Retail', 12576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25362, 25362, 'Bar & Beverage Equipment', 'Bar-and-Beverage-Equipment', 11874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11875, 11875, 'Bar Supplies', 'Bar-Supplies', 25362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67117, 67117, 'Beer Dispensers & Coolers', 'Beer-Dispensers-and-Coolers', 25362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67118, 67118, 'Coolers & Glass Frosters', 'Coolers-and-Glass-Frosters', 67117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57071, 57071, 'Draft Beer Dispensing', 'Draft-Beer-Dispensing', 67117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67139, 67139, 'Couplers, Hoses & Fittings', 'Couplers-Hoses-and-Fittings', 57071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67135, 67135, 'Draft Beer Towers & Faucets', 'Draft-Beer-Towers-and-Faucets', 57071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67136, 67136, 'Drip, Drain Pans', 'Drip-Drain-Pans', 57071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67137, 67137, 'Empty Kegs', 'Empty-Kegs', 57071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67138, 67138, 'Keg Pumps', 'Keg-Pumps', 57071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53189, 53189, 'Systems & Conversion Kits', 'Systems-and-Conversion-Kits', 57071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67140, 67140, 'Tap Handles', 'Tap-Handles', 57071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67141, 67141, 'Other Draft Beer Equipment', 'Other-Draft-Beer-Equipment', 57071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67119, 67119, 'Kegerator, Direct Draw Coolers', 'Kegerator-Direct-Draw-Coolers', 67117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67120, 67120, 'Other Beer Equipment', 'Other-Beer-Equipment', 67117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67121, 67121, 'Blenders, Mixers & Juicers', 'Blenders-Mixers-and-Juicers', 25362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25364, 25364, 'Blenders, Vitamix', 'Blenders-Vitamix', 67121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53213, 53213, 'Juicers', 'Juicers', 67121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67122, 67122, 'Mixers- Multi Head, Multimixer', 'Mixers-Multi-Head-Multimixer', 67121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67123, 67123, 'Mixers- Single Head', 'Mixers-Single-Head', 67121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67124, 67124, 'Other Blenders & Mixers', 'Other-Blenders-and-Mixers', 67121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53185, 53185, 'Coffee, Cocoa, Tea Equipment', 'Coffee-Cocoa-Tea-Equipment', 25362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64016, 64016, 'Cappuccino & Hot Chocolate', 'Cappuccino-and-Hot-Chocolate', 53185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67129, 67129, 'Coffee Brewers, Warmers', 'Coffee-Brewers-Warmers', 53185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67130, 67130, 'Airpot, Thermal Brewers', 'Airpot-Thermal-Brewers', 67129, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67131, 67131, 'Automatic Brewer', 'Automatic-Brewer', 67129, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25363, 25363, 'Pourover Brewers', 'Pourover-Brewers', 67129, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67132, 67132, 'Shuttle, Satellite Brewers', 'Shuttle-Satellite-Brewers', 67129, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67133, 67133, 'Urn Brewers', 'Urn-Brewers', 67129, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67134, 67134, 'Other Brewers', 'Other-Brewers', 67129, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67126, 67126, 'Coffee Containers', 'Coffee-Containers', 53185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67127, 67127, 'Airpot, Thermal', 'Airpot-Thermal', 67126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53186, 53186, 'Decanters, Glass Pots', 'Decanters-Glass-Pots', 67126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67128, 67128, 'Other Coffee Containers', 'Other-Coffee-Containers', 67126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57070, 57070, 'Coffee Roasters', 'Coffee-Roasters', 53185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53187, 53187, 'Espresso Machines', 'Espresso-Machines', 53185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53304, 53304, 'Espresso Supplies', 'Espresso-Supplies', 53185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53305, 53305, 'Grinders', 'Grinders', 53185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53188, 53188, 'Tea Equipment', 'Tea-Equipment', 53185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53306, 53306, 'Other', 'Other', 53185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67113, 67113, 'Fountains, Soda Dispensing', 'Fountains-Soda-Dispensing', 25362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57072, 57072, 'Accessories & Parts', 'Accessories-and-Parts', 67113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57073, 57073, 'Carbonators', 'Carbonators', 57072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57074, 57074, 'CO2 Tanks, Air Tanks', 'CO2-Tanks-Air-Tanks', 57072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67114, 67114, 'Hose & Fittings', 'Hose-and-Fittings', 57072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57076, 57076, 'Pressure Regulators', 'Pressure-Regulators', 57072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57075, 57075, 'Soda Guns & Bar Dispensers', 'Soda-Guns-and-Bar-Dispensers', 57072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67116, 67116, 'Syrup Racks', 'Syrup-Racks', 57072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53289, 53289, 'Other Accessories & Parts', 'Other-Accessories-and-Parts', 57072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57067, 57067, 'Fountains - Non-Carbonated', 'Fountains-Non-Carbonated', 67113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95071, 95071, 'Soda Fountains - Carbonated', 'Soda-Fountains-Carbonated', 67113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67115, 67115, 'Post-Mix', 'Post-Mix', 95071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53214, 53214, 'Pre-Mix', 'Pre-Mix', 95071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57068, 57068, 'Other Beverage Dispensing', 'Other-Beverage-Dispensing', 67113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25365, 25365, 'Frozen Beverage, Slush Machine', 'Frozen-Beverage-Slush-Machine', 25362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57069, 57069, 'Water Filtration', 'Water-Filtration', 25362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67125, 67125, 'Wine Equipment & Supplies', 'Wine-Equipment-and-Supplies', 25362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11876, 11876, 'Other Bar & Beverage Equipment', 'Other-Bar-and-Beverage-Equipment', 25362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25367, 25367, 'Commercial Kitchen Equipment', 'Commercial-Kitchen-Equipment', 11874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50935, 50935, 'Aprons & Apparel', 'Aprons-and-Apparel', 25367, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50936, 50936, 'Aprons', 'Aprons', 50935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50937, 50937, 'Chef Coats', 'Chef-Coats', 50935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121274, 121274, 'Chef Pants', 'Chef-Pants', 50935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50938, 50938, 'Hats', 'Hats', 50935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11885, 11885, 'Other Aprons & Apparel', 'Other-Aprons-and-Apparel', 50935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95072, 95072, 'Baking, Dough Equipment', 'Baking-Dough-Equipment', 25367, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95093, 95093, 'Bakery Racks', 'Bakery-Racks', 95072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95085, 95085, 'Donut Machines', 'Donut-Machines', 95072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95086, 95086, 'Dough Proofers & Warmers', 'Dough-Proofers-and-Warmers', 95072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95087, 95087, 'Dough Rollers & Cutters', 'Dough-Rollers-and-Cutters', 95072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95088, 95088, 'Pans', 'Pans', 95072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95089, 95089, 'Loaf, Bread Pans', 'Loaf-Bread-Pans', 95088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95090, 95090, 'Muffin, Biscuit Pans', 'Muffin-Biscuit-Pans', 95088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95091, 95091, 'Sheet Pans', 'Sheet-Pans', 95088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95092, 95092, 'Other Pans', 'Other-Pans', 95088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95073, 95073, 'Other Bakery Equipment', 'Other-Bakery-Equipment', 95072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57106, 57106, 'Cleaning & Warewashing', 'Cleaning-and-Warewashing', 25367, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57107, 57107, 'Dishwashers', 'Dishwashers', 57106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57108, 57108, 'Grease Traps', 'Grease-Traps', 57106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67193, 67193, 'Sinks', 'Sinks', 57106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67194, 67194, '1-Compartment Sinks', '1-Compartment-Sinks', 67193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67195, 67195, '2-Compartment Sinks', '2-Compartment-Sinks', 67193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67196, 67196, '3-Compartment Sinks', '3-Compartment-Sinks', 67193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57109, 57109, 'Other Sinks', 'Other-Sinks', 67193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57110, 57110, 'Waste Disposal', 'Waste-Disposal', 57106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53230, 53230, 'Other Cleanup Supplies', 'Other-Cleanup-Supplies', 57106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53220, 53220, 'Cooking & Warming Equipment', 'Cooking-and-Warming-Equipment', 25367, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113742, 113742, 'Fryers', 'Fryers', 53220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95094, 95094, 'Grills, Griddles & Broilers', 'Grills-Griddles-and-Broilers', 53220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53216, 53216, 'Char Grills, Broilers', 'Char-Grills-Broilers', 95094, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57078, 57078, 'Griddles, Flat Grills', 'Griddles-Flat-Grills', 95094, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95095, 95095, 'Other', 'Other', 95094, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67155, 67155, 'Outdoor Barbecue, Smokers', 'Outdoor-Barbecue-Smokers', 53220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53217, 53217, 'Ovens & Ranges', 'Ovens-and-Ranges', 53220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95084, 95084, 'Bakery Ovens', 'Bakery-Ovens', 53217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57080, 57080, 'Commercial Microwave Ovens', 'Commercial-Microwave-Ovens', 53217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53218, 53218, 'Convection Ovens', 'Convection-Ovens', 53217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57079, 57079, 'Deck, Conveyor Ovens', 'Deck-Conveyor-Ovens', 53217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25369, 25369, 'Pizza Ovens', 'Pizza-Ovens', 53217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25368, 25368, 'Ranges', 'Ranges', 53217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57081, 57081, 'Rotisserie Ovens', 'Rotisserie-Ovens', 53217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53219, 53219, 'Other Ovens & Ranges', 'Other-Ovens-and-Ranges', 53217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40116, 40116, 'Parts & Accessories', 'Parts-and-Accessories', 53220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57083, 57083, 'Sandwich, Panini Grills', 'Sandwich-Panini-Grills', 53220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57084, 57084, 'Soup, Steam Kettles', 'Soup-Steam-Kettles', 53220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67156, 67156, 'Steamers, Steam Cooking', 'Steamers-Steam-Cooking', 53220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67157, 67157, 'Toasters', 'Toasters', 53220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67158, 67158, 'Conveyor Toasters', 'Conveyor-Toasters', 67157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57085, 57085, 'Pop-up, Up-Down Toasters', 'Pop-up-Up-Down-Toasters', 67157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67159, 67159, 'Other Toasting Equipment', 'Other-Toasting-Equipment', 67157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57086, 57086, 'Waffle Irons & Crepe Machines', 'Waffle-Irons-and-Crepe-Machines', 53220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25370, 25370, 'Other Cooking Equipment', 'Other-Cooking-Equipment', 53220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25357, 25357, 'Cookware & Kitchen Tools', 'Cookware-and-Kitchen-Tools', 25367, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11886, 11886, 'Bakeware', 'Bakeware', 25357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11878, 11878, 'Cutlery', 'Cutlery', 25357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57101, 57101, 'Foil, Wrap', 'Foil-Wrap', 25357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57087, 57087, 'Knife Stones & Sharpeners', 'Knife-Stones-and-Sharpeners', 25357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67160, 67160, 'Pans', 'Pans', 25357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67161, 67161, 'Fry Pans', 'Fry-Pans', 67160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95080, 95080, 'Pizza Pans & Screens', 'Pizza-Pans-and-Screens', 67160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67162, 67162, 'Sauce Pans', 'Sauce-Pans', 67160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57103, 57103, 'Steam Table Pans', 'Steam-Table-Pans', 67160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67163, 67163, 'Other Pans', 'Other-Pans', 67160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11877, 11877, 'Pots', 'Pots', 25357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25358, 25358, 'Utensils', 'Utensils', 25357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25359, 25359, 'Other', 'Other', 25357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95078, 95078, 'Food Preparation Equipment', 'Food-Preparation-Equipment', 25367, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57099, 57099, 'Can Openers', 'Can-Openers', 95078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67164, 67164, 'Choppers & Cutters', 'Choppers-and-Cutters', 95078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36346, 36346, 'Food Processors', 'Food-Processors', 95078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95074, 95074, 'Meat Grinders & Butcher Supply', 'Meat-Grinders-and-Butcher-Supply', 95078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53215, 53215, 'Knives', 'Knives', 95074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25372, 25372, 'Meat Grinders', 'Meat-Grinders', 95074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57088, 57088, 'Meat Tenderizers', 'Meat-Tenderizers', 95074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95075, 95075, 'Sausage Stuffers', 'Sausage-Stuffers', 95074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95076, 95076, 'Saws', 'Saws', 95074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95077, 95077, 'Other Butcher Supply', 'Other-Butcher-Supply', 95074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57089, 57089, 'Mixers', 'Mixers', 95078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57090, 57090, '20 QT & Smaller', '20-QT-and-Smaller', 57089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57092, 57092, '60 QT', '60-QT', 57089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57091, 57091, '80 QT & Larger', '80-QT-and-Larger', 57089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25373, 25373, 'Other Dough Mixers', 'Other-Dough-Mixers', 57089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109364, 109364, 'Mixer Accessories', 'Mixer-Accessories', 95078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109365, 109365, 'Beaters & Paddles', 'Beaters-and-Paddles', 109364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109366, 109366, 'Bowls', 'Bowls', 109364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109368, 109368, 'Dough Hooks', 'Dough-Hooks', 109364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109367, 109367, 'Whips & Whisks', 'Whips-and-Whisks', 109364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53221, 53221, 'Other', 'Other', 109364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111517, 111517, 'Prep Tables', 'Prep-Tables', 95078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95081, 95081, 'Pizza Preparation', 'Pizza-Preparation', 111517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55840, 55840, 'Work Tables', 'Work-Tables', 111517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111518, 111518, 'Other', 'Other', 111517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25383, 25383, 'Scales', 'Scales', 95078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25374, 25374, 'Slicers', 'Slicers', 95078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 53222, 53222, 'Stick Blenders', 'Stick-Blenders', 95078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95083, 95083, 'Other Food Prep', 'Other-Food-Prep', 95078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57082, 57082, 'Hood Systems, Fire Suppression', 'Hood-Systems-Fire-Suppression', 25367, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57100, 57100, 'Storage & Handling Equipment', 'Storage-and-Handling-Equipment', 25367, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57102, 57102, 'Food Storage Containers', 'Food-Storage-Containers', 57100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67148, 67148, 'Heating & Holding Cabinets', 'Heating-and-Holding-Cabinets', 57100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95079, 95079, 'Pizza Delivery Bags', 'Pizza-Delivery-Bags', 57100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71419, 71419, 'Shelving & Racks', 'Shelving-and-Racks', 57100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57104, 57104, 'Other Food Storage', 'Other-Food-Storage', 57100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92301, 92301, 'Other Kitchen Equipment', 'Other-Kitchen-Equipment', 25367, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67145, 67145, 'Concession Trailers & Carts', 'Concession-Trailers-and-Carts', 11874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67146, 67146, 'Carts, Stands & Kiosks', 'Carts-Stands-and-Kiosks', 67145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46590, 46590, 'Concession Trailers', 'Concession-Trailers', 67145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67147, 67147, 'Other', 'Other', 67145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57093, 57093, 'Furniture, Signs, Decor', 'Furniture-Signs-Decor', 11874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67172, 67172, 'Chairs & Seating', 'Chairs-and-Seating', 57093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67173, 67173, 'Booth Seating', 'Booth-Seating', 67172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67174, 67174, 'High Chairs & Booster Seats', 'High-Chairs-and-Booster-Seats', 67172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67175, 67175, 'Stacking & Folding Chairs', 'Stacking-and-Folding-Chairs', 67172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57095, 57095, 'Standard, Wood Chairs', 'Standard-Wood-Chairs', 67172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67176, 67176, 'Stools, Barstools', 'Stools-Barstools', 67172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57094, 57094, 'Other Restaurant Seating', 'Other-Restaurant-Seating', 67172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57098, 57098, 'Decorations, Decor', 'Decorations-Decor', 57093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109369, 109369, 'Display Cases', 'Display-Cases', 57093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25361, 25361, 'Bakery', 'Bakery', 109369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53228, 53228, 'Freezer & Ice Cream', 'Freezer-and-Ice-Cream', 109369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109370, 109370, 'Heated', 'Heated', 109369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25376, 25376, 'Refrigerated', 'Refrigerated', 109369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11893, 11893, 'Retail', 'Retail', 109369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109371, 109371, 'Other', 'Other', 109369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50932, 50932, 'Signage & Menu Boards', 'Signage-and-Menu-Boards', 57093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57097, 57097, 'Banner Signs', 'Banner-Signs', 50932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117493, 117493, 'Flag Signs', 'Flag-Signs', 50932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46718, 46718, 'Letter Signage', 'Letter-Signage', 50932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50933, 50933, 'Menu Boards & Chalkboards', 'Menu-Boards-and-Chalkboards', 50932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50934, 50934, 'Neon Signs', 'Neon-Signs', 50932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95082, 95082, 'Pizza Signs', 'Pizza-Signs', 50932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117494, 117494, 'Programmable Message Signs', 'Programmable-Message-Signs', 50932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99997, 99997, 'Yard Signs', 'Yard-Signs', 50932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25380, 25380, 'Other Signage', 'Other-Signage', 50932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11883, 11883, 'Tables', 'Tables', 57093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57096, 57096, 'Other', 'Other', 57093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71465, 71465, 'Point of Sale, POS Equipment', 'Point-of-Sale-POS-Equipment', 11874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46706, 46706, 'Bar Code Scanners', 'Bar-Code-Scanners', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71478, 71478, 'Card Encoders, Readers ', 'Card-Encoders-Readers-', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46708, 46708, 'Cash Drawers & Inserts', 'Cash-Drawers-and-Inserts', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109398, 109398, 'Cash Registers', 'Cash-Registers', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109399, 109399, 'Casio', 'Casio', 109398, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11891, 11891, 'IBM', 'IBM', 109398, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109400, 109400, 'Royal', 'Royal', 109398, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109401, 109401, 'Samsung', 'Samsung', 109398, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109402, 109402, 'Sharp', 'Sharp', 109398, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109403, 109403, 'TEC', 'TEC', 109398, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109404, 109404, 'Other Cash Registers', 'Other-Cash-Registers', 109398, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71476, 71476, 'Check Readers', 'Check-Readers', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104246, 104246, 'Complete PC-Based Systems', 'Complete-PC-Based-Systems', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46594, 46594, 'Restaurant POS, Paging Systems', 'Restaurant-POS-Paging-Systems', 104246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71470, 71470, 'Retail Systems', 'Retail-Systems', 104246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71477, 71477, 'Other Complete POS Systems', 'Other-Complete-POS-Systems', 104246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46714, 46714, 'Credit Card Imprinters', 'Credit-Card-Imprinters', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55846, 55846, 'Credit Card Terminals, Readers', 'Credit-Card-Terminals-Readers', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55847, 55847, 'Hypercom', 'Hypercom', 55846, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55848, 55848, 'Linkpoint', 'Linkpoint', 55846, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55849, 55849, 'Nurit', 'Nurit', 55846, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117495, 117495, 'Verifone', 'Verifone', 55846, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117496, 117496, 'Omni 3200, 3200SE', 'Omni-3200-3200SE', 117495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117497, 117497, 'Omni 3750', 'Omni-3750', 117495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117498, 117498, 'Tranz 330', 'Tranz-330', 117495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117499, 117499, 'Tranz 380', 'Tranz-380', 117495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117500, 117500, 'Tranz 420', 'Tranz-420', 117495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117501, 117501, 'Tranz 460', 'Tranz-460', 117495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55850, 55850, 'Other', 'Other', 117495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11892, 11892, 'Other Terminals & Readers', 'Other-Terminals-and-Readers', 55846, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71466, 71466, 'Money Handling & Counting', 'Money-Handling-and-Counting', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71467, 71467, 'Bill, Cash Counting', 'Bill-Cash-Counting', 71466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46707, 46707, 'Coin & Change Sorting', 'Coin-and-Change-Sorting', 71466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71468, 71468, 'Counterfeit Detection', 'Counterfeit-Detection', 71466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71469, 71469, 'Other Currency Counters', 'Other-Currency-Counters', 71466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46710, 46710, 'Pin Pads & Keyboards', 'Pin-Pads-and-Keyboards', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46709, 46709, 'Pole Displays', 'Pole-Displays', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121275, 121275, 'Printers & Supplies', 'Printers-and-Supplies', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46712, 46712, 'Printers', 'Printers', 121275, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71471, 71471, 'Ribbons & Paper', 'Ribbons-and-Paper', 121275, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71473, 71473, 'Ink Ribbons', 'Ink-Ribbons', 71471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46713, 46713, 'Receipt Paper & Thermal Paper', 'Receipt-Paper-and-Thermal-Paper', 71471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71472, 71472, 'Other Ribbons & Paper', 'Other-Ribbons-and-Paper', 71471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121276, 121276, 'Other Printers & Supplies', 'Other-Printers-and-Supplies', 121275, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71475, 71475, 'POS Scales', 'POS-Scales', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46711, 46711, 'POS Software', 'POS-Software', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71474, 71474, 'Other Point of Sale, POS', 'Other-Point-of-Sale-POS', 71465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25375, 25375, 'Refrigeration & Ice Machines', 'Refrigeration-and-Ice-Machines', 11874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53223, 53223, 'Coolers, Refrigerators', 'Coolers-Refrigerators', 25375, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40118, 40118, 'Parts & Accessories', 'Parts-and-Accessories', 53223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53224, 53224, 'Sandwich Prep', 'Sandwich-Prep', 53223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11881, 11881, 'Walk-In, Reach-In', 'Walk-In-Reach-In', 53223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53225, 53225, 'Other Coolers, Refrigerators', 'Other-Coolers-Refrigerators', 53223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53227, 53227, 'Freezers', 'Freezers', 25375, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25377, 25377, 'Walk-In, Reach-In', 'Walk-In-Reach-In', 53227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53229, 53229, 'Other Freezers', 'Other-Freezers', 53227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67165, 67165, 'Ice Cream Machines', 'Ice-Cream-Machines', 25375, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67166, 67166, 'Parts & Accessories', 'Parts-and-Accessories', 67165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53290, 53290, 'Soft-Serve Machines', 'Soft-Serve-Machines', 67165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67167, 67167, 'Other Ice-Cream Machines', 'Other-Ice-Cream-Machines', 67165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67168, 67168, 'Ice Machines', 'Ice-Machines', 25375, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67169, 67169, 'Ice Bins', 'Ice-Bins', 67168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25378, 25378, 'Ice Machines, Dispensers', 'Ice-Machines-Dispensers', 67168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67170, 67170, 'Parts & Accessories', 'Parts-and-Accessories', 67168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67171, 67171, 'Other', 'Other', 67168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53226, 53226, 'Other', 'Other', 25375, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46700, 46700, 'Retail Supplies', 'Retail-Supplies', 11874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109415, 109415, 'Labeling & Tagging', 'Labeling-and-Tagging', 46700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109416, 109416, 'Accessories', 'Accessories', 109415, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109417, 109417, 'Barbs & Hooks', 'Barbs-and-Hooks', 109416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109419, 109419, 'Labels', 'Labels', 109416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109420, 109420, 'Tags', 'Tags', 109416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109418, 109418, 'Other', 'Other', 109416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109421, 109421, 'Price, Label Guns', 'Price-Label-Guns', 109415, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109422, 109422, 'Tag Guns', 'Tag-Guns', 109415, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27172, 27172, 'Other', 'Other', 109415, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50941, 50941, 'Mannequins & Dress Forms', 'Mannequins-and-Dress-Forms', 46700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50942, 50942, 'Dress Forms', 'Dress-Forms', 50941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50943, 50943, 'Adult Female', 'Adult-Female', 50942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109405, 109405, 'Adult Male', 'Adult-Male', 50942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109406, 109406, 'Child', 'Child', 50942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50945, 50945, 'Other Dress Forms', 'Other-Dress-Forms', 50942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50946, 50946, 'Full-Body Mannequins', 'Full-Body-Mannequins', 50941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46702, 46702, 'Adult Female', 'Adult-Female', 50946, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50947, 50947, 'Adult Male', 'Adult-Male', 50946, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50948, 50948, 'Child', 'Child', 50946, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50949, 50949, 'Other', 'Other', 50946, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109407, 109407, 'Partial-Body, Mannequin Parts', 'Partial-Body-Mannequin-Parts', 50941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109408, 109408, 'Arms & Hands', 'Arms-and-Hands', 109407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109409, 109409, 'Heads', 'Heads', 109407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109410, 109410, 'Legs & Feet', 'Legs-and-Feet', 109407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50950, 50950, 'Other', 'Other', 109407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109411, 109411, 'Torsos', 'Torsos', 50941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109412, 109412, 'Adult Female', 'Adult-Female', 109411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109413, 109413, 'Adult Male', 'Adult-Male', 109411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109414, 109414, 'Child', 'Child', 109411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50944, 50944, 'Other', 'Other', 109411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50951, 50951, 'Other', 'Other', 50941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109430, 109430, 'Retail Racks', 'Retail-Racks', 46700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121277, 121277, 'Card & Literature', 'Card-and-Literature', 109430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109431, 109431, 'Garments, Clothing', 'Garments-Clothing', 109430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109432, 109432, 'Hats', 'Hats', 109430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109433, 109433, 'Pegboards & Hooks', 'Pegboards-and-Hooks', 109430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121278, 121278, 'Sign Holders', 'Sign-Holders', 109430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109434, 109434, 'Spinners & Carousels', 'Spinners-and-Carousels', 109430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11894, 11894, 'Other', 'Other', 109430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71479, 71479, 'Security & Surveillance', 'Security-and-Surveillance', 46700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46974, 46974, 'Camera, Video Systems', 'Camera-Video-Systems', 71479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71480, 71480, 'EAS, Tag-based Systems', 'EAS-Tag-based-Systems', 71479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71481, 71481, 'Locking Devices & Alarms', 'Locking-Devices-and-Alarms', 71479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71482, 71482, 'Other Security & Surveillance', 'Other-Security-and-Surveillance', 71479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46704, 46704, 'Shelving', 'Shelving', 46700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71483, 71483, 'Shopping Carts & Baskets', 'Shopping-Carts-and-Baskets', 46700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46701, 46701, 'Other Retail Supplies', 'Other-Retail-Supplies', 46700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25381, 25381, 'Tabletop & Serving', 'Tabletop-and-Serving', 11874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55835, 55835, 'Serving, Buffet & Catering', 'Serving-Buffet-and-Catering', 25381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55836, 55836, 'Buffet Tables & Salad Bars', 'Buffet-Tables-and-Salad-Bars', 55835, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55837, 55837, 'Chafers & Accessories', 'Chafers-and-Accessories', 55835, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55838, 55838, 'Insulated Food Containers', 'Insulated-Food-Containers', 55835, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25356, 25356, 'Other', 'Other', 55835, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25385, 25385, 'Tabletop', 'Tabletop', 25381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11887, 11887, 'Dinnerware', 'Dinnerware', 25385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25382, 25382, 'Disposables', 'Disposables', 25385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11879, 11879, 'Flatware', 'Flatware', 25385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11884, 11884, 'Glassware', 'Glassware', 25385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25386, 25386, 'Linens', 'Linens', 25385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25387, 25387, 'Tabletop Accessories', 'Tabletop-Accessories', 25385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25388, 25388, 'Other Items', 'Other-Items', 25385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25384, 25384, 'Other Tabletop & Serving', 'Other-Tabletop-and-Serving', 25381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25389, 25389, 'Vending & Tabletop Concessions', 'Vending-and-Tabletop-Concessions', 11874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67177, 67177, 'Beverage & Snack Vending', 'Beverage-and-Snack-Vending', 25389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67180, 67180, 'Cold Beverage, Soda Machines', 'Cold-Beverage-Soda-Machines', 67177, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67181, 67181, 'Coke', 'Coke', 67180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67182, 67182, 'Pepsi', 'Pepsi', 67180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25390, 25390, 'Other Soda, Pop Machines', 'Other-Soda-Pop-Machines', 67180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67178, 67178, 'Hot Beverage Machines', 'Hot-Beverage-Machines', 67177, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50940, 50940, 'Parts & Accessories', 'Parts-and-Accessories', 67177, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67179, 67179, 'Snack, Beverage Combo', 'Snack-Beverage-Combo', 67177, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11888, 11888, 'Snack, Food Machines', 'Snack-Food-Machines', 67177, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67184, 67184, 'Candy & Bulk Vending', 'Candy-and-Bulk-Vending', 25389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50939, 50939, 'Candy & Bulk Vending Machines', 'Candy-and-Bulk-Vending-Machines', 67184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109428, 109428, 'Parts', 'Parts', 67184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67188, 67188, 'Supplies', 'Supplies', 67184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67189, 67189, 'Candy', 'Candy', 67188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67190, 67190, 'Gumballs', 'Gumballs', 67188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67191, 67191, 'Stickers & Tattoos', 'Stickers-and-Tattoos', 67188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67192, 67192, 'Other', 'Other', 67188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67185, 67185, 'Tattoo & Sticker Machines', 'Tattoo-and-Sticker-Machines', 67184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67186, 67186, 'Other Candy & Bulk Vending', 'Other-Candy-and-Bulk-Vending', 67184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109429, 109429, 'Change & ATM Machines', 'Change-and-ATM-Machines', 25389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55845, 55845, 'ATM Machines', 'ATM-Machines', 109429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67183, 67183, 'Change Machines', 'Change-Machines', 109429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46589, 46589, 'Concession Machines, Tabletop', 'Concession-Machines-Tabletop', 25389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67142, 67142, 'Concession Condiment Systems', 'Concession-Condiment-Systems', 46589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67143, 67143, 'Cotton Candy Machines', 'Cotton-Candy-Machines', 46589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109423, 109423, 'Hot Dog Machines', 'Hot-Dog-Machines', 46589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109424, 109424, 'Accessories & Parts', 'Accessories-and-Parts', 109423, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109425, 109425, 'Bun Warmers', 'Bun-Warmers', 109423, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109426, 109426, 'Roller Grills', 'Roller-Grills', 109423, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109427, 109427, 'Steamers', 'Steamers', 109423, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46591, 46591, 'Other', 'Other', 109423, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55839, 55839, 'Nacho Machines', 'Nacho-Machines', 46589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46592, 46592, 'Popcorn Machines', 'Popcorn-Machines', 46589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57077, 57077, 'Pretzel Machines', 'Pretzel-Machines', 46589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67144, 67144, 'Snow Cone, Shaved Ice Machines', 'Snow-Cone-Shaved-Ice-Machines', 46589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25366, 25366, 'Other Tabletop Concessions', 'Other-Tabletop-Concessions', 46589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67187, 67187, 'Medicine & Condom Vending', 'Medicine-and-Condom-Vending', 25389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25391, 25391, 'Other Vending & Concessions', 'Other-Vending-and-Concessions', 25389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1271, 1271, 'Other Food Service & Retail', 'Other-Food-Service-and-Retail', 11874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55841, 55841, 'Wholesale Lots & Bulk Foods', 'Wholesale-Lots-and-Bulk-Foods', 11874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55842, 55842, 'Bulk Food', 'Bulk-Food', 55841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55843, 55843, 'Restaurant Supplies', 'Restaurant-Supplies', 55841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52533, 52533, 'Retail Supplies', 'Retail-Supplies', 55841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55844, 55844, 'Tabletop, Dinnerware', 'Tabletop-Dinnerware', 55841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31487, 31487, 'Other', 'Other', 55841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11815, 11815, 'Healthcare, Lab & Life Science', 'Healthcare-Lab-and-Life-Science', 12576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63991, 63991, 'Dental', 'Dental', 11815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63992, 63992, 'Air & Vacuum Systems', 'Air-and-Vacuum-Systems', 63991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63993, 63993, 'Amalgamators', 'Amalgamators', 63991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99996, 99996, 'Burs & Bur Blocks', 'Burs-and-Bur-Blocks', 63991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63994, 63994, 'Curing-Light', 'Curing-Light', 63991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63995, 63995, 'Dental Chairs & Stools', 'Dental-Chairs-and-Stools', 63991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71376, 71376, 'Dental Delivery Units- Control', 'Dental-Delivery-Units-Control', 63991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119097, 119097, 'Dental Imaging & X-Ray', 'Dental-Imaging-and-X-Ray', 63991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119098, 119098, 'Cameras - Intraoral', 'Cameras-Intraoral', 119097, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119099, 119099, 'Dental X-Ray Film & Supplies', 'Dental-X-Ray-Film-and-Supplies', 119097, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63996, 63996, 'Other Dental X-Ray', 'Other-Dental-X-Ray', 119097, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106366, 106366, 'Dental Lab', 'Dental-Lab', 63991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106367, 106367, 'Articulators', 'Articulators', 106366, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71377, 71377, 'Dental Lab Equipment', 'Dental-Lab-Equipment', 106366, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106368, 106368, 'Impression Materials', 'Impression-Materials', 106366, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106369, 106369, 'Porcelain', 'Porcelain', 106366, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106370, 106370, 'Other Dental Lab', 'Other-Dental-Lab', 106366, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106371, 106371, 'Dental Supplies', 'Dental-Supplies', 63991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71378, 71378, 'Handpieces', 'Handpieces', 63991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113726, 113726, 'Instruments', 'Instruments', 63991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31471, 31471, 'Dental', 'Dental', 113726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113727, 113727, 'Endodontic', 'Endodontic', 113726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113728, 113728, 'Files', 'Files', 113726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113729, 113729, 'Mirrors', 'Mirrors', 113726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113730, 113730, 'Orthodontic', 'Orthodontic', 113726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113731, 113731, 'Other Instruments', 'Other-Instruments', 113726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71379, 71379, 'Scalers', 'Scalers', 63991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31458, 31458, 'Other Dental Equipment', 'Other-Dental-Equipment', 63991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92035, 92035, 'Imaging & Aesthetics Equipment', 'Imaging-and-Aesthetics-Equipment', 11815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63990, 63990, 'Aesthetics, Cosmetic Equipment', 'Aesthetics-Cosmetic-Equipment', 92035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63997, 63997, 'Imaging Equipment', 'Imaging-Equipment', 92035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63999, 63999, 'Ultrasound Equipment', 'Ultrasound-Equipment', 63997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11820, 11820, 'X-Ray, CT & MRI Equipment', 'X-Ray-CT-and-MRI-Equipment', 63997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64000, 64000, 'Other Imaging Equipment', 'Other-Imaging-Equipment', 63997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92036, 92036, 'Other Imaging & Aesthetics', 'Other-Imaging-and-Aesthetics', 92035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97655, 97655, 'Imaging & Aesthetics Supplies', 'Imaging-and-Aesthetics-Supplies', 11815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97656, 97656, 'Imaging Parts, Supplies', 'Imaging-Parts-Supplies', 97655, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97132, 97132, 'Ultrasound Transducers & Parts', 'Ultrasound-Transducers-and-Parts', 97656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97133, 97133, 'X-Ray, CT, MRI Parts, Supplies', 'X-Ray-CT-MRI-Parts-Supplies', 97656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97134, 97134, 'Other Imaging Parts & Supplies', 'Other-Imaging-Parts-and-Supplies', 97656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97135, 97135, 'Other Supplies', 'Other-Supplies', 97655, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26231, 26231, 'Lab Equipment', 'Lab-Equipment', 11815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48719, 48719, 'Analytical Instruments', 'Analytical-Instruments', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78214, 78214, 'Auto Samplers', 'Auto-Samplers', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113741, 113741, 'Cell Counters', 'Cell-Counters', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58190, 58190, 'Chemistry Analyzers', 'Chemistry-Analyzers', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48720, 48720, 'Chromatographs', 'Chromatographs', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78215, 78215, 'Detectors', 'Detectors', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113737, 113737, 'Electrophoresis', 'Electrophoresis', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78216, 78216, 'Fraction Collectors', 'Fraction-Collectors', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113738, 113738, 'Gas Analyzers', 'Gas-Analyzers', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78217, 78217, 'Parts & Accessories', 'Parts-and-Accessories', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58191, 58191, 'PH-Meters', 'PH-Meters', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111537, 111537, 'Refractometers', 'Refractometers', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67038, 67038, 'Spectrometers', 'Spectrometers', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48721, 48721, 'Spectrophotometers', 'Spectrophotometers', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113739, 113739, 'Thermal Analysis', 'Thermal-Analysis', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113740, 113740, 'Viscometers & Rheometers', 'Viscometers-and-Rheometers', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26230, 26230, 'Other Analytical Instruments', 'Other-Analytical-Instruments', 48719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48722, 48722, 'Autoclaves & Sterilizers', 'Autoclaves-and-Sterilizers', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109449, 109449, 'Centrifuges & Parts', 'Centrifuges-and-Parts', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26232, 26232, 'Centrifuges', 'Centrifuges', 109449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109450, 109450, 'Rotors & Parts', 'Rotors-and-Parts', 109449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109451, 109451, 'Other Centrifuges', 'Other-Centrifuges', 109449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48723, 48723, 'Cleaning Equipment', 'Cleaning-Equipment', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119114, 119114, 'Evaporators', 'Evaporators', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40115, 40115, 'Furnishings & Facilities', 'Furnishings-and-Facilities', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48728, 48728, 'Heating & Cooling', 'Heating-and-Cooling', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48729, 48729, 'Burners & Hotplates', 'Burners-and-Hotplates', 48728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119115, 119115, 'Cryogenics', 'Cryogenics', 48728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48730, 48730, 'Environmental Chambers', 'Environmental-Chambers', 48728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48731, 48731, 'Freezers & Fridges', 'Freezers-and-Fridges', 48728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119116, 119116, 'Heating Mantles', 'Heating-Mantles', 48728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119117, 119117, 'Hoods', 'Hoods', 48728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48732, 48732, 'Laboratory Furnaces', 'Laboratory-Furnaces', 48728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119118, 119118, 'Laboratory Ovens', 'Laboratory-Ovens', 48728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119119, 119119, 'Temperature Monitoring', 'Temperature-Monitoring', 48728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48733, 48733, 'Water Baths & Chillers', 'Water-Baths-and-Chillers', 48728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26234, 26234, 'Other Heating & Cooling', 'Other-Heating-and-Cooling', 48728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26233, 26233, 'Incubators', 'Incubators', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109452, 109452, 'Lab Lasers & Photonics', 'Lab-Lasers-and-Photonics', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48724, 48724, 'Lab Scales & Balances', 'Lab-Scales-and-Balances', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11814, 11814, 'Digital Scales & Balances', 'Digital-Scales-and-Balances', 48724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48726, 48726, 'Mechanical & Beam Balances', 'Mechanical-and-Beam-Balances', 48724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48727, 48727, 'Weights & Calibration Sets', 'Weights-and-Calibration-Sets', 48724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48725, 48725, 'Other Laboratory Scales', 'Other-Laboratory-Scales', 48724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48736, 48736, 'Microscope Parts & Accessories', 'Microscope-Parts-and-Accessories', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48737, 48737, 'Eyepieces', 'Eyepieces', 48736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119124, 119124, 'Illuminators & Lights', 'Illuminators-and-Lights', 48736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119125, 119125, 'Dual Pipe Lights', 'Dual-Pipe-Lights', 119124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119126, 119126, 'Fluorescent Lights', 'Fluorescent-Lights', 119124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119127, 119127, 'Ring Lights', 'Ring-Lights', 119124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48738, 48738, 'Other Illuminators', 'Other-Illuminators', 119124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48739, 48739, 'Objectives', 'Objectives', 48736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11813, 11813, 'Other Microscope Parts', 'Other-Microscope-Parts', 48736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26410, 26410, 'Microscopes', 'Microscopes', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58192, 58192, 'Microscope Cameras, Video', 'Microscope-Cameras-Video', 26410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71406, 71406, 'Microscopes - Compound', 'Microscopes-Compound', 26410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71407, 71407, 'Binocular', 'Binocular', 71406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71408, 71408, 'Dual-View', 'Dual-View', 71406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71409, 71409, 'Monocular', 'Monocular', 71406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71410, 71410, 'Trinocular', 'Trinocular', 71406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26411, 26411, 'Other Compound Microscopes', 'Other-Compound-Microscopes', 71406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53155, 53155, 'Microscopes - Digital', 'Microscopes-Digital', 26410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71411, 71411, 'Microscopes - Electron', 'Microscopes-Electron', 26410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71412, 71412, 'Microscopes - Inverted', 'Microscopes-Inverted', 26410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48740, 48740, 'Microscopes - Stereo', 'Microscopes-Stereo', 26410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48741, 48741, 'Other Microscopy', 'Other-Microscopy', 26410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26235, 26235, 'Mixers', 'Mixers', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111538, 111538, 'Motion Control', 'Motion-Control', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111539, 111539, 'Actuators', 'Actuators', 111538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111540, 111540, 'Controllers & Amplifiers', 'Controllers-and-Amplifiers', 111538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111541, 111541, 'Linear Stages', 'Linear-Stages', 111538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111542, 111542, 'Other Motion Control', 'Other-Motion-Control', 111538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111543, 111543, 'Power Supply', 'Power-Supply', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78218, 78218, 'Pumps', 'Pumps', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78219, 78219, 'Gradient Pumps', 'Gradient-Pumps', 78218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78220, 78220, 'Peristaltic Pumps', 'Peristaltic-Pumps', 78218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26236, 26236, 'Vacuum Pumps', 'Vacuum-Pumps', 78218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78221, 78221, 'Veristaltic Pumps', 'Veristaltic-Pumps', 78218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78222, 78222, 'Other Pumps', 'Other-Pumps', 78218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48734, 48734, 'Recorders & Plotters', 'Recorders-and-Plotters', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119120, 119120, 'Shakers', 'Shakers', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119121, 119121, 'Stirrers', 'Stirrers', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26237, 26237, 'Other Lab Equipment', 'Other-Lab-Equipment', 26231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26413, 26413, 'Lab Supplies', 'Lab-Supplies', 11815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26414, 26414, 'Disposables', 'Disposables', 26413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26415, 26415, 'Filtration Supplies', 'Filtration-Supplies', 26413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26416, 26416, 'Frames, Supports & Clamps', 'Frames-Supports-and-Clamps', 26413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26402, 26402, 'Glassware', 'Glassware', 26413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26403, 26403, 'Beakers', 'Beakers', 26402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26404, 26404, 'Bottles', 'Bottles', 26402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26405, 26405, 'Condensers', 'Condensers', 26402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119122, 119122, 'Cylinders', 'Cylinders', 26402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26406, 26406, 'Distillation', 'Distillation', 26402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26407, 26407, 'Flasks', 'Flasks', 26402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26408, 26408, 'Funnels', 'Funnels', 26402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26412, 26412, 'Porcelainware', 'Porcelainware', 26402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26409, 26409, 'Test Tubes', 'Test-Tubes', 26402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119123, 119123, 'Vials', 'Vials', 26402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11812, 11812, 'Other Laboratory Glassware', 'Other-Laboratory-Glassware', 26402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104233, 104233, 'Lab Chemicals', 'Lab-Chemicals', 26413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100014, 100014, 'Lab Kits & Sets', 'Lab-Kits-and-Sets', 26413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48742, 48742, 'Lab Safety', 'Lab-Safety', 26413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26417, 26417, 'Pipettes', 'Pipettes', 26413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100015, 100015, 'Plasticware', 'Plasticware', 26413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71413, 71413, 'Slides & Covers', 'Slides-and-Covers', 26413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71414, 71414, 'Blank Slides', 'Blank-Slides', 71413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71415, 71415, 'Prepared Slides', 'Prepared-Slides', 71413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71416, 71416, 'Slide Cover Glass', 'Slide-Cover-Glass', 71413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 26418, 26418, 'Other Slides & Covers', 'Other-Slides-and-Covers', 71413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26419, 26419, 'Tubing, Valves & Fittings', 'Tubing-Valves-and-Fittings', 26413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26420, 26420, 'Other Laboratory Supplies', 'Other-Laboratory-Supplies', 26413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11817, 11817, 'Medical Equipment', 'Medical-Equipment', 11815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31459, 31459, 'Disinfection & Sterilization', 'Disinfection-and-Sterilization', 11817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99998, 99998, 'Endoscopy & Laparoscopy', 'Endoscopy-and-Laparoscopy', 11817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31460, 31460, 'Endoscopes', 'Endoscopes', 99998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113733, 113733, 'Insufflators', 'Insufflators', 99998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99999, 99999, 'Light Sources', 'Light-Sources', 99998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100000, 100000, 'Parts & Accessories', 'Parts-and-Accessories', 99998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113732, 113732, 'Shavers & Power Systems', 'Shavers-and-Power-Systems', 99998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100001, 100001, 'Video Endoscopes', 'Video-Endoscopes', 99998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100002, 100002, 'Other Endoscopy & Laparoscopy', 'Other-Endoscopy-and-Laparoscopy', 99998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106432, 106432, 'Furniture', 'Furniture', 11817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11821, 11821, 'Beds, Stretchers & Tables', 'Beds-Stretchers-and-Tables', 106432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106433, 106433, 'Carts & Stands', 'Carts-and-Stands', 106432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106434, 106434, 'Chairs & Stools', 'Chairs-and-Stools', 106432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106435, 106435, 'Other Furniture', 'Other-Furniture', 106432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31462, 31462, 'General Medicine', 'General-Medicine', 11817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31463, 31463, 'Home Care', 'Home-Care', 11817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31464, 31464, 'IV & Fluid Administration', 'IV-and-Fluid-Administration', 11817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100003, 100003, 'Monitoring Systems', 'Monitoring-Systems', 11817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100004, 100004, 'Blood Pressure Monitors', 'Blood-Pressure-Monitors', 100003, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100005, 100005, 'ECG, EKG Systems', 'ECG-EKG-Systems', 100003, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31465, 31465, 'Oximeters', 'Oximeters', 100003, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100006, 100006, 'Patient Monitors', 'Patient-Monitors', 100003, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117028, 117028, 'Prenatal Heart Monitors', 'Prenatal-Heart-Monitors', 100003, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100007, 100007, 'Other Monitoring Systems', 'Other-Monitoring-Systems', 100003, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11816, 11816, 'Other Medical Equipment', 'Other-Medical-Equipment', 11817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11823, 11823, 'Medical Instruments', 'Medical-Instruments', 11815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104221, 104221, 'Exam & Diagnostic', 'Exam-and-Diagnostic', 11823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104226, 104226, 'Headlights & Lights', 'Headlights-and-Lights', 104221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104227, 104227, 'Laryngoscopes', 'Laryngoscopes', 104221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31472, 31472, 'Otoscopes', 'Otoscopes', 104221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104222, 104222, 'Reflex Hammers', 'Reflex-Hammers', 104221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104223, 104223, 'Specula', 'Specula', 104221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104224, 104224, 'Thermometers', 'Thermometers', 104221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104225, 104225, 'Other Exam, Diagnostic', 'Other-Exam-Diagnostic', 104221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109442, 109442, 'Stethoscopes', 'Stethoscopes', 11823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109443, 109443, 'Electronic Stethoscopes', 'Electronic-Stethoscopes', 109442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11824, 11824, 'Mechanical Stethoscopes', 'Mechanical-Stethoscopes', 109442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109444, 109444, 'Other Stethoscopes', 'Other-Stethoscopes', 109442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104228, 104228, 'Surgical', 'Surgical', 11823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19327, 19327, 'Forceps', 'Forceps', 104228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104229, 104229, 'Scalpels', 'Scalpels', 104228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104230, 104230, 'Scissors & Needleholders', 'Scissors-and-Needleholders', 104228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104231, 104231, 'Other Surgical Instruments', 'Other-Surgical-Instruments', 104228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11822, 11822, 'Other Medical Instruments', 'Other-Medical-Instruments', 11823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92073, 92073, 'Medical - Specialty', 'Medical-Specialty', 11815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31457, 31457, 'Alternative Medicine', 'Alternative-Medicine', 92073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31470, 31470, 'Animal - Veterinary', 'Animal-Veterinary', 92073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100009, 100009, 'Chiropractic', 'Chiropractic', 92073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100010, 100010, 'Emergency, EMT', 'Emergency-EMT', 92073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100011, 100011, 'AED - Defibrillators', 'AED-Defibrillators', 100010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31461, 31461, 'EMT Bags & Kits', 'EMT-Bags-and-Kits', 100010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100012, 100012, 'Training & Manikins', 'Training-and-Manikins', 100010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100013, 100013, 'Other Emergency, EMT', 'Other-Emergency-EMT', 100010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71380, 71380, 'Ophthalmology, Optometry', 'Ophthalmology-Optometry', 92073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71381, 71381, 'Anatomical Models & Charts', 'Anatomical-Models-and-Charts', 71380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71382, 71382, 'Autorefractors & Phoropters', 'Autorefractors-and-Phoropters', 71380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71383, 71383, 'Chairs, Stands & Tables', 'Chairs-Stands-and-Tables', 71380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71384, 71384, 'Lensmeters & Keratometers', 'Lensmeters-and-Keratometers', 71380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71385, 71385, 'Ophthalmoscopes', 'Ophthalmoscopes', 71380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100008, 100008, 'Optometry Equipment & Supplies', 'Optometry-Equipment-and-Supplies', 71380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71386, 71386, 'Perimeters & Retinal Cameras', 'Perimeters-and-Retinal-Cameras', 71380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71387, 71387, 'Projectors & Charts', 'Projectors-and-Charts', 71380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71388, 71388, 'Slit Lamps', 'Slit-Lamps', 71380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31466, 31466, 'Other Ophthalmology Equipment', 'Other-Ophthalmology-Equipment', 71380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31467, 31467, 'Orthopedic', 'Orthopedic', 92073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31468, 31468, 'Physical Therapy & Rehab', 'Physical-Therapy-and-Rehab', 92073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11819, 11819, 'Respiratory', 'Respiratory', 92073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31469, 31469, 'Surgery & OR', 'Surgery-and-OR', 92073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31473, 31473, 'Medical Supplies & Disposables', 'Medical-Supplies-and-Disposables', 11815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31474, 31474, 'Gloves', 'Gloves', 31473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31475, 31475, 'Linens & Apparel', 'Linens-and-Apparel', 31473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31476, 31476, 'Syringes', 'Syringes', 31473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31477, 31477, 'Sutures', 'Sutures', 31473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31480, 31480, 'Teaching & Education Supplies', 'Teaching-and-Education-Supplies', 31473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31478, 31478, 'Wound Care', 'Wound-Care', 31473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31479, 31479, 'Other Supplies & Disposables', 'Other-Supplies-and-Disposables', 31473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3179, 3179, 'Other Healthcare, Life Science', 'Other-Healthcare-Life-Science', 11815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113734, 113734, 'Wholesale Lots', 'Wholesale-Lots', 11815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113735, 113735, 'Dental', 'Dental', 113734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52531, 52531, 'Medical & Lab', 'Medical-and-Lab', 113734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113736, 113736, 'Other Wholesale Lots', 'Other-Wholesale-Lots', 113734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92074, 92074, 'Industrial Electrical & Test', 'Industrial-Electrical-and-Test', 12576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92075, 92075, 'Circuit Breakers, Transformers', 'Circuit-Breakers-Transformers', 92074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104232, 104232, 'Circuit Breakers', 'Circuit-Breakers', 92075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71389, 71389, 'Transformers', 'Transformers', 92075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42881, 42881, 'Single Phase', 'Single-Phase', 71389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71390, 71390, 'Three Phase', 'Three-Phase', 71389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71391, 71391, 'Other Transformers', 'Other-Transformers', 71389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100016, 100016, 'Connectors, Switches & Wire', 'Connectors-Switches-and-Wire', 92074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117489, 117489, 'Conduit & Fittings', 'Conduit-and-Fittings', 100016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42887, 42887, 'Conduit', 'Conduit', 117489, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117490, 117490, 'Fittings', 'Fittings', 117489, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48715, 48715, 'Connectors, Plugs & Sockets', 'Connectors-Plugs-and-Sockets', 100016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109435, 109435, 'Connectors', 'Connectors', 48715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48716, 48716, 'Audio Connectors', 'Audio-Connectors', 109435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73133, 73133, 'BNC Connectors', 'BNC-Connectors', 109435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109436, 109436, 'Female', 'Female', 109435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109437, 109437, 'Locking', 'Locking', 109435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117487, 117487, 'Pin', 'Pin', 109435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109438, 109438, 'Other Connectors', 'Other-Connectors', 109435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73141, 73141, 'Crimps', 'Crimps', 48715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73134, 73134, 'Jacks', 'Jacks', 48715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109439, 109439, 'Plugs', 'Plugs', 48715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109440, 109440, 'Leviton', 'Leviton', 109439, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109441, 109441, 'Hubbell', 'Hubbell', 109439, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73135, 73135, 'Other Plugs', 'Other-Plugs', 109439, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53112, 53112, 'Receptacles, Outlets', 'Receptacles-Outlets', 48715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117488, 117488, 'Sockets', 'Sockets', 48715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48717, 48717, 'Terminal Blocks', 'Terminal-Blocks', 48715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7285, 7285, 'Other Connectors & Sockets', 'Other-Connectors-and-Sockets', 48715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58165, 58165, 'Switches', 'Switches', 100016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66981, 66981, 'Disconnect Switches', 'Disconnect-Switches', 58165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117491, 117491, '30 Amps & Under', '30-Amps-and-Under', 66981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42879, 42879, '31 - 100 Amps', '31-100-Amps', 66981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66982, 66982, '101 Amps & Over', '101-Amps-and-Over', 66981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66983, 66983, 'Other Disconnect Switches', 'Other-Disconnect-Switches', 66981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111606, 111606, 'Limit', 'Limit', 58165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111607, 111607, 'Pressure', 'Pressure', 58165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58166, 58166, 'Pushbutton', 'Pushbutton', 58165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58167, 58167, 'Rocker', 'Rocker', 58165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58168, 58168, 'Rotary', 'Rotary', 58165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26211, 26211, 'Toggle', 'Toggle', 58165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58169, 58169, 'Other Switches', 'Other-Switches', 58165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73136, 73136, 'Wire & Cable', 'Wire-and-Cable', 100016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73130, 73130, 'Cable', 'Cable', 73136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73137, 73137, 'Coaxial', 'Coaxial', 73130, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73132, 73132, 'Heat Shrink Tubing', 'Heat-Shrink-Tubing', 73130, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73131, 73131, 'Ties', 'Ties', 73130, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4667, 4667, 'Other Cable', 'Other-Cable', 73130, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100179, 100179, 'Communications/Telephone', 'Communications-Telephone', 73136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73138, 73138, 'Conductor', 'Conductor', 73136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73139, 73139, 'Hookup & Lead', 'Hookup-and-Lead', 73136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100180, 100180, 'Magnet', 'Magnet', 73136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73140, 73140, 'Wire Nuts', 'Wire-Nuts', 73136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26213, 26213, 'Other Wire', 'Other-Wire', 73136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100181, 100181, 'Other', 'Other', 100016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100182, 100182, 'Electrical Equipment & Tools', 'Electrical-Equipment-and-Tools', 92074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100183, 100183, 'Books and Manuals', 'Books-and-Manuals', 100182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111610, 111610, 'Boxes, Enclosures', 'Boxes-Enclosures', 100182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111611, 111611, 'Bell', 'Bell', 111610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111612, 111612, 'Hoffman', 'Hoffman', 111610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42886, 42886, 'Other Enclosures', 'Other-Enclosures', 111610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66991, 66991, 'Electrical Meters', 'Electrical-Meters', 100182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55824, 55824, 'Electrical Panels & Boards', 'Electrical-Panels-and-Boards', 100182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66984, 66984, 'Electrical Tools', 'Electrical-Tools', 100182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66985, 66985, 'Benders', 'Benders', 66984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111613, 111613, 'Cable Cutters', 'Cable-Cutters', 66984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66986, 66986, 'Cable Pullers', 'Cable-Pullers', 66984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66987, 66987, 'Crimpers', 'Crimpers', 66984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66988, 66988, 'Dies', 'Dies', 66984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42889, 42889, 'Electrical Tool Kits', 'Electrical-Tool-Kits', 66984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111614, 111614, 'Electrical Pliers', 'Electrical-Pliers', 66984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66989, 66989, 'Strippers', 'Strippers', 66984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66990, 66990, 'Other Electrical Tools', 'Other-Electrical-Tools', 66984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66992, 66992, 'Fuses & Accessories', 'Fuses-and-Accessories', 100182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66993, 66993, 'Fuse Blocks & Holders', 'Fuse-Blocks-and-Holders', 66992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109445, 109445, 'Fuses', 'Fuses', 66992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42880, 42880, 'Buss / Bussman', 'Buss-Bussman', 109445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109448, 109448, 'GE', 'GE', 109445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109446, 109446, 'Littelfuse', 'Littelfuse', 109445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109447, 109447, 'Other Fuses', 'Other-Fuses', 109445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66994, 66994, 'Other Fuses & Accessories', 'Other-Fuses-and-Accessories', 66992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41952, 41952, 'Phase Converters', 'Phase-Converters', 100182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66995, 66995, 'Universal Power Supplies/UPS', 'Universal-Power-Supplies-UPS', 100182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100184, 100184, 'Other Electrical Equipment', 'Other-Electrical-Equipment', 100182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4659, 4659, 'Electronic Components', 'Electronic-Components', 92074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36322, 36322, 'Assemblies & EM Devices', 'Assemblies-and-EM-Devices', 4659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36323, 36323, 'Batteries & Power Supplies', 'Batteries-and-Power-Supplies', 36322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73128, 73128, 'Converters', 'Converters', 36322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36324, 36324, 'Fans', 'Fans', 36322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66946, 66946, 'Heatsinks', 'Heatsinks', 36322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73129, 73129, 'Indicators', 'Indicators', 36322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36326, 36326, 'Input Devices', 'Input-Devices', 36322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36327, 36327, 'PCBs', 'PCBs', 36322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4661, 4661, 'Other Assemblies & EM Devices', 'Other-Assemblies-and-EM-Devices', 36322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41519, 41519, 'Books and Manuals', 'Books-and-Manuals', 4659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36334, 36334, 'Capacitors', 'Capacitors', 4659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36335, 36335, 'Ceramic', 'Ceramic', 36334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111601, 111601, 'Electrolytic', 'Electrolytic', 36334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111602, 111602, 'Axial', 'Axial', 111601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111603, 111603, 'Radial, Snap-In', 'Radial-Snap-In', 111601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116999, 116999, 'Surface Mount', 'Surface-Mount', 111601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36336, 36336, 'Other', 'Other', 111601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40113, 40113, 'Film', 'Film', 36334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73143, 73143, 'Mica', 'Mica', 36334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40114, 40114, 'Tantalum', 'Tantalum', 36334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4662, 4662, 'Other Capacitors', 'Other-Capacitors', 36334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73154, 73154, 'Electronic Component Tools', 'Electronic-Component-Tools', 4659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50911, 50911, 'ICs & Processors', 'ICs-and-Processors', 4659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50912, 50912, 'Analog Devices', 'Analog-Devices', 50911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50913, 50913, 'Logic Devices & ASICS', 'Logic-Devices-and-ASICS', 50911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50914, 50914, 'Memory', 'Memory', 50911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50915, 50915, 'Microcontrollers', 'Microcontrollers', 50911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50916, 50916, 'Microprocessors', 'Microprocessors', 50911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50917, 50917, 'Optoelectronics', 'Optoelectronics', 50911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4663, 4663, 'Other ICs & Processors', 'Other-ICs-and-Processors', 50911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66947, 66947, 'LEDs', 'LEDs', 4659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111608, 111608, 'Amber LEDs', 'Amber-LEDs', 66947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66948, 66948, 'Blue LEDs', 'Blue-LEDs', 66947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66949, 66949, 'Green LEDs', 'Green-LEDs', 66947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111609, 111609, 'Infrared LEDs', 'Infrared-LEDs', 66947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66950, 66950, 'Orange LEDs', 'Orange-LEDs', 66947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26207, 26207, 'Red LEDs', 'Red-LEDs', 66947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66951, 66951, 'Ultra Violet, UV LEDs', 'Ultra-Violet-UV-LEDs', 66947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66952, 66952, 'White LEDs', 'White-LEDs', 66947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66953, 66953, 'Yellow LEDs', 'Yellow-LEDs', 66947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66954, 66954, 'Other LEDs', 'Other-LEDs', 66947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36333, 36333, 'Passive Components', 'Passive-Components', 4659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7286, 7286, 'Crystals & Oscillators', 'Crystals-and-Oscillators', 36333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26205, 26205, 'Fuses & Circuit Protection', 'Fuses-and-Circuit-Protection', 36333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7288, 7288, 'Inductors, Coils, Filters', 'Inductors-Coils-Filters', 36333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58163, 58163, 'Knobs', 'Knobs', 36333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36337, 36337, 'Magnetics', 'Magnetics', 36333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73144, 73144, 'Metal Oxide Varistors, MOVs', 'Metal-Oxide-Varistors-MOVs', 36333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73145, 73145, 'Meters', 'Meters', 36333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58164, 58164, 'Pots, Trimmers & Thermistors', 'Pots-Trimmers-and-Thermistors', 36333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73146, 73146, 'Resistors & Resistive Products', 'Resistors-and-Resistive-Products', 36333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73147, 73147, '? Watt', '?-Watt', 73146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73148, 73148, '¾ Watt', '¾-Watt', 73146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73149, 73149, '1 Watt', '1-Watt', 73146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73150, 73150, '2 Watt', '2-Watt', 73146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73151, 73151, 'Mixed Lots', 'Mixed-Lots', 73146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4664, 4664, 'Other Resistors', 'Other-Resistors', 73146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73152, 73152, 'Toroids', 'Toroids', 36333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4665, 4665, 'Transformers', 'Transformers', 36333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73153, 73153, 'Variacs', 'Variacs', 36333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36338, 36338, 'Other Passive Components', 'Other-Passive-Components', 36333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36330, 36330, 'Semiconductors & Actives', 'Semiconductors-and-Actives', 4659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36331, 36331, 'Analog Semiconductors', 'Analog-Semiconductors', 36330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58162, 58162, 'Buzzers & Speakers', 'Buzzers-and-Speakers', 36330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7287, 7287, 'Diodes', 'Diodes', 36330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26206, 26206, 'LCDs & Displays', 'LCDs-and-Displays', 36330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73142, 73142, 'Rectifiers', 'Rectifiers', 36330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109454, 109454, 'Transistors', 'Transistors', 36330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109455, 109455, 'MOSFET', 'MOSFET', 109454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109456, 109456, 'NPN', 'NPN', 109454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109457, 109457, 'PNP', 'PNP', 109454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4666, 4666, 'Other Transistors', 'Other-Transistors', 109454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36332, 36332, 'Other Semiconductors, Actives', 'Other-Semiconductors-Actives', 36330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58170, 58170, 'Tubes & Acoustics', 'Tubes-and-Acoustics', 4659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58171, 58171, 'Eimac', 'Eimac', 58170, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58172, 58172, 'GE/Phillips', 'GE-Phillips', 58170, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14947, 14947, 'RCA', 'RCA', 58170, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58173, 58173, 'Sylvania', 'Sylvania', 58170, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58174, 58174, 'Other Tubes', 'Other-Tubes', 58170, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117000, 117000, 'Voltage Regulators', 'Voltage-Regulators', 4659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4660, 4660, 'Other Electronic Components', 'Other-Electronic-Components', 4659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42892, 42892, 'Industrial Automation, Control', 'Industrial-Automation-Control', 92074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97184, 97184, 'Control Systems and PLCs', 'Control-Systems-and-PLCs', 42892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78186, 78186, 'Drives & Motion Control', 'Drives-and-Motion-Control', 42892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78187, 78187, 'Air Actuators & Cylinders', 'Air-Actuators-and-Cylinders', 78186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78188, 78188, 'Drives & Amplifiers', 'Drives-and-Amplifiers', 78186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78189, 78189, 'Amplifiers', 'Amplifiers', 78188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42894, 42894, 'AC Drives', 'AC-Drives', 78188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78190, 78190, 'DC Drives', 'DC-Drives', 78188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78191, 78191, 'Servo Drives', 'Servo-Drives', 78188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78192, 78192, 'Variable Frequency, Inverter', 'Variable-Frequency-Inverter', 78188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78193, 78193, 'Other Drives', 'Other-Drives', 78188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55826, 55826, 'Linear Actuators', 'Linear-Actuators', 78186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71392, 71392, 'Motor Controls', 'Motor-Controls', 78186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71393, 71393, 'Speed Controls', 'Speed-Controls', 71392, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42895, 42895, 'Starters', 'Starters', 71392, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71394, 71394, 'Stepper Controls & Drives', 'Stepper-Controls-and-Drives', 71392, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71395, 71395, 'Other Motor Controls', 'Other-Motor-Controls', 71392, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78194, 78194, 'Motors for Automation', 'Motors-for-Automation', 78186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78195, 78195, 'Servo Motors', 'Servo-Motors', 78194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78196, 78196, 'Stepper Motors', 'Stepper-Motors', 78194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78197, 78197, 'Other Automation Motors', 'Other-Automation-Motors', 78194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67004, 67004, 'Fieldbus, DeviceNet, Ethernet', 'Fieldbus-DeviceNet-Ethernet', 42892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78181, 78181, 'Instrumentation', 'Instrumentation', 42892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55825, 55825, 'Gauges', 'Gauges', 78181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111615, 111615, 'Meters', 'Meters', 78181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78182, 78182, 'Transmitters', 'Transmitters', 78181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78183, 78183, 'Other Instrumentation', 'Other-Instrumentation', 78181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55827, 55827, 'Operator Interface Panels', 'Operator-Interface-Panels', 42892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78198, 78198, 'Power Supply, Circuit Breakers', 'Power-Supply-Circuit-Breakers', 42892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78199, 78199, 'Circuit Breaker for Automation', 'Circuit-Breaker-for-Automation', 78198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117492, 117492, 'Fuses for Automation', 'Fuses-for-Automation', 78198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78200, 78200, 'Generators for Automation', 'Generators-for-Automation', 78198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11772, 11772, 'Power Supplies for Automation', 'Power-Supplies-for-Automation', 78198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78201, 78201, 'Transformers for Automation', 'Transformers-for-Automation', 78198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78202, 78202, 'Relays, Timers, Counters', 'Relays-Timers-Counters', 42892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78203, 78203, 'Counters', 'Counters', 78202, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78204, 78204, 'Relays', 'Relays', 78202, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78205, 78205, 'General Purpose Relays', 'General-Purpose-Relays', 78204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111616, 111616, 'Overload', 'Overload', 78204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78207, 78207, 'Solid State Relays', 'Solid-State-Relays', 78204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78208, 78208, 'Time Delay Relays', 'Time-Delay-Relays', 78204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42897, 42897, 'Other Relays', 'Other-Relays', 78204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78206, 78206, 'Timers', 'Timers', 78202, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87078, 87078, 'Robotics', 'Robotics', 42892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87079, 87079, 'Complete Robotics Systems', 'Complete-Robotics-Systems', 87078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87080, 87080, 'Robotics Controls', 'Robotics-Controls', 87078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50924, 50924, 'Other Robotics', 'Other-Robotics', 87078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67001, 67001, 'Sensors', 'Sensors', 42892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67005, 67005, 'Encoders', 'Encoders', 67001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67002, 67002, 'Photoelectric Sensors', 'Photoelectric-Sensors', 67001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87081, 87081, 'Pressure Sensors', 'Pressure-Sensors', 67001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50925, 50925, 'Proximity Sensors', 'Proximity-Sensors', 67001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67003, 67003, 'Other Sensors', 'Other-Sensors', 67001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55832, 55832, 'Switches for Automation', 'Switches-for-Automation', 42892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55833, 55833, 'Limit Switches', 'Limit-Switches', 55832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67006, 67006, 'Pressure Switches', 'Pressure-Switches', 55832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42898, 42898, 'Pushbutton Switches', 'Pushbutton-Switches', 55832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55834, 55834, 'Other Switches', 'Other-Switches', 55832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87082, 87082, 'Temperature Controllers', 'Temperature-Controllers', 42892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87083, 87083, 'Honeywell', 'Honeywell', 87082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87084, 87084, 'Omega', 'Omega', 87082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87085, 87085, 'Omron', 'Omron', 87082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87086, 87086, 'Watlow', 'Watlow', 87082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50926, 50926, 'Other Temperature Controllers', 'Other-Temperature-Controllers', 87082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87087, 87087, 'Valves and Flow Controls', 'Valves-and-Flow-Controls', 42892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67000, 67000, 'Wiring for Automation', 'Wiring-for-Automation', 42892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42899, 42899, 'Other Industrial Automation', 'Other-Industrial-Automation', 42892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26225, 26225, 'Motors & Transmissions', 'Motors-and-Transmissions', 92074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42919, 42919, 'Motors', 'Motors', 26225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71400, 71400, 'Less than 0.5 HP', 'Less-than-0-5-HP', 42919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42920, 42920, '0.5 HP - 0.9 HP', '0-5-HP-0-9-HP', 42919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26226, 26226, '1 HP - 5 HP', '1-HP-5-HP', 42919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67008, 67008, '5.1 HP - 10 HP', '5-1-HP-10-HP', 42919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42922, 42922, 'Over 10 HP', 'Over-10-HP', 42919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26227, 26227, 'Power Transmissions', 'Power-Transmissions', 26225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42923, 42923, 'Parts & Accessories', 'Parts-and-Accessories', 26225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11769, 11769, 'Bearings', 'Bearings', 42923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67009, 67009, 'Gears', 'Gears', 42923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42924, 42924, 'Other Parts & Accessories', 'Other-Parts-and-Accessories', 42923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4676, 4676, 'Test Equipment', 'Test-Equipment', 92074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36316, 36316, 'Attenuators', 'Attenuators', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50952, 50952, 'Broadcast Measurement', 'Broadcast-Measurement', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25422, 25422, 'Tube Testers', 'Tube-Testers', 50952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50953, 50953, 'Other Broadcast Measurement', 'Other-Broadcast-Measurement', 50952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25399, 25399, 'Calibrators, Standards', 'Calibrators-Standards', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58272, 58272, 'Card Based (VXI/PXI/PCI)', 'Card-Based-VXI-PXI-PCI', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97136, 97136, 'Cellular Test Equipment', 'Cellular-Test-Equipment', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25401, 25401, 'Counters & Timers', 'Counters-and-Timers', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36314, 36314, 'Data Acquisition, Recorders', 'Data-Acquisition-Recorders', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25402, 25402, 'Data Acquisition Systems', 'Data-Acquisition-Systems', 36314, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25416, 25416, 'Recorders & Plotters', 'Recorders-and-Plotters', 36314, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97137, 97137, 'Datacom & Telecom Measurement', 'Datacom-and-Telecom-Measurement', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97138, 97138, 'Butt Sets', 'Butt-Sets', 97137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97139, 97139, 'Cable Testers', 'Cable-Testers', 97137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97140, 97140, 'Call & Tone Analyzers', 'Call-and-Tone-Analyzers', 97137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97657, 97657, 'LAN/WAN Analyzers', 'LAN-WAN-Analyzers', 97137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97144, 97144, 'Complete Systems & Mainframes', 'Complete-Systems-and-Mainframes', 97657, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97145, 97145, 'Modules', 'Modules', 97657, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97146, 97146, 'Older Platforms', 'Older-Platforms', 97657, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97142, 97142, 'TDR/OTDR Testers', 'TDR-OTDR-Testers', 97137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97143, 97143, 'Other', 'Other', 97137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50960, 50960, 'Electrical Power Measurement', 'Electrical-Power-Measurement', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50961, 50961, 'Clamp Meters', 'Clamp-Meters', 50960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50962, 50962, 'Electrical Power Analyzers', 'Electrical-Power-Analyzers', 50960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50963, 50963, 'Electrical Power Meters', 'Electrical-Power-Meters', 50960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50964, 50964, 'Other', 'Other', 50960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25413, 25413, 'Frequency Power Meters', 'Frequency-Power-Meters', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50965, 50965, 'Gas Testers', 'Gas-Testers', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25421, 25421, 'Impedance & LCR (QZ) Meters', 'Impedance-and-LCR-QZ-Meters', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97231, 97231, 'Logic Analyzers', 'Logic-Analyzers', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97186, 97186, 'Complete Systems & Mainframes', 'Complete-Systems-and-Mainframes', 97231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97187, 97187, 'Modules', 'Modules', 97231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97188, 97188, 'Older Platforms', 'Older-Platforms', 97231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40119, 40119, 'Manuals & Books', 'Manuals-and-Books', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40120, 40120, 'Fluke', 'Fluke', 40119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40121, 40121, 'HP, Agilent', 'HP-Agilent', 40119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40123, 40123, 'Tektronix', 'Tektronix', 40119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25409, 25409, 'Other Test Equipment Manuals', 'Other-Test-Equipment-Manuals', 40119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25410, 25410, 'Meters', 'Meters', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73157, 73157, 'Amp & Voltmeters', 'Amp-and-Voltmeters', 25410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73158, 73158, 'Digital', 'Digital', 73157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73159, 73159, 'Vintage & Tube', 'Vintage-and-Tube', 73157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25411, 25411, 'Other Voltmeters', 'Other-Voltmeters', 73157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73160, 73160, 'Capacitance Meters', 'Capacitance-Meters', 25410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73161, 73161, 'Flow Meters', 'Flow-Meters', 25410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73162, 73162, 'Light & Lux Meters', 'Light-and-Lux-Meters', 25410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58274, 58274, 'Multimeters', 'Multimeters', 25410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58275, 58275, 'Bench', 'Bench', 58274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73163, 73163, 'Clamp', 'Clamp', 58274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58276, 58276, 'Handheld Analog', 'Handheld-Analog', 58274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25412, 25412, 'Handheld Digital', 'Handheld-Digital', 58274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58277, 58277, 'Other Multimeters', 'Other-Multimeters', 58274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58278, 58278, 'Panel Meters', 'Panel-Meters', 25410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73164, 73164, 'Power Meters', 'Power-Meters', 25410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4678, 4678, 'Other Meters', 'Other-Meters', 25410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97658, 97658, 'Network Analyzers', 'Network-Analyzers', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97190, 97190, 'Complete Systems & Mainframes', 'Complete-Systems-and-Mainframes', 97658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97191, 97191, 'Modules', 'Modules', 97658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97192, 97192, 'Older Platforms', 'Older-Platforms', 97658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73165, 73165, 'Optical Test Equipment', 'Optical-Test-Equipment', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104247, 104247, 'Oscilloscopes', 'Oscilloscopes', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36315, 36315, 'Parts, Accessories, Plug-Ins', 'Parts-Accessories-Plug-Ins', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73166, 73166, 'Adapters', 'Adapters', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25392, 25392, 'Amplifiers', 'Amplifiers', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58283, 58283, 'Cables', 'Cables', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73167, 73167, 'Cases', 'Cases', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73168, 73168, 'Connectors', 'Connectors', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25400, 25400, 'Controllers', 'Controllers', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25403, 25403, 'Filters', 'Filters', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50966, 50966, 'Plug-Ins', 'Plug-Ins', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73169, 73169, 'Power Splitters', 'Power-Splitters', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73170, 73170, 'SMA', 'SMA', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25417, 25417, 'Sensors', 'Sensors', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58284, 58284, 'Software', 'Software', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48745, 48745, 'Soldering Tools', 'Soldering-Tools', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25425, 25425, 'Waveguides', 'Waveguides', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25414, 25414, 'Other Parts', 'Other-Parts', 36315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50967, 50967, 'Power Supplies', 'Power-Supplies', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50968, 50968, 'AC Power Supplies', 'AC-Power-Supplies', 50967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 58285, 58285, 'DC Power Supplies', 'DC-Power-Supplies', 50967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58286, 58286, 'Single Output', 'Single-Output', 58285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32720, 32720, 'Dual Output', 'Dual-Output', 58285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58287, 58287, 'Triple Output', 'Triple-Output', 58285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58288, 58288, 'Other DC Power Supplies', 'Other-DC-Power-Supplies', 58285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50969, 50969, 'Probes', 'Probes', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50970, 50970, 'Logic Analyzer Probes', 'Logic-Analyzer-Probes', 50969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25415, 25415, 'Oscilloscope Probes', 'Oscilloscope-Probes', 50969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50971, 50971, 'Other Probes', 'Other-Probes', 50969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58289, 58289, 'Radiation Testers', 'Radiation-Testers', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73171, 73171, 'Reflectometers', 'Reflectometers', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73172, 73172, 'Satellite and Radar Test', 'Satellite-and-Radar-Test', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97659, 97659, 'Signal Sources, Generators', 'Signal-Sources-Generators', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97196, 97196, 'Function', 'Function', 97659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97197, 97197, 'Pulse', 'Pulse', 97659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97198, 97198, 'Signal', 'Signal', 97659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97199, 97199, 'Sweep', 'Sweep', 97659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97200, 97200, 'Other Signal Generators', 'Other-Signal-Generators', 97659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25423, 25423, 'Sound & Audio Measurement', 'Sound-and-Audio-Measurement', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97201, 97201, 'Spectrum Analyzers', 'Spectrum-Analyzers', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97202, 97202, 'Complete Systems & Mainframes', 'Complete-Systems-and-Mainframes', 97201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97203, 97203, 'Modules', 'Modules', 97201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97204, 97204, 'Older Platforms', 'Older-Platforms', 97201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73173, 73173, 'Television Test Equipment', 'Television-Test-Equipment', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50974, 50974, 'Thermometers', 'Thermometers', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73174, 73174, 'Time Test Equipment', 'Time-Test-Equipment', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1504, 1504, 'Other Test Equipment', 'Other-Test-Equipment', 4676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92078, 92078, 'Other', 'Other', 92074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52534, 52534, 'Wholesale Lots', 'Wholesale-Lots', 92074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1266, 1266, 'Industrial Supply, MRO', 'Industrial-Supply-MRO', 12576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109471, 109471, 'Adhesives & Sealant', 'Adhesives-and-Sealant', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109472, 109472, 'Caulks & Sealant', 'Caulks-and-Sealant', 109471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109473, 109473, 'Glues & Cements', 'Glues-and-Cements', 109471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109474, 109474, 'Guns & Dispensers', 'Guns-and-Dispensers', 109471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109475, 109475, 'Tapes', 'Tapes', 109471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109476, 109476, 'Other Adhesives', 'Other-Adhesives', 109471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42874, 42874, 'Air Compressors & Generators', 'Air-Compressors-and-Generators', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106436, 106436, 'Air Compressors', 'Air-Compressors', 42874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56990, 56990, 'Compressor Parts & Accessories', 'Compressor-Parts-and-Accessories', 42874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56991, 56991, 'Filters & Lubricators', 'Filters-and-Lubricators', 56990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56992, 56992, 'Gauges', 'Gauges', 56990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56993, 56993, 'Pressure Switches & Valves', 'Pressure-Switches-and-Valves', 56990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56994, 56994, 'Regulators', 'Regulators', 56990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42875, 42875, 'Other Parts & Accessories', 'Other-Parts-and-Accessories', 56990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106437, 106437, 'Generators', 'Generators', 42874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42907, 42907, 'Generator Parts & Accessories', 'Generator-Parts-and-Accessories', 42874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56995, 56995, 'Transfer Switches', 'Transfer-Switches', 42874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109458, 109458, 'Cleaning & Painting', 'Cleaning-and-Painting', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46534, 46534, 'Cleaning Equipment & Supplies', 'Cleaning-Equipment-and-Supplies', 109458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66955, 66955, 'Buffers & Burnishers', 'Buffers-and-Burnishers', 46534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66956, 66956, 'Buffer Pads & Drivers', 'Buffer-Pads-and-Drivers', 66955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46535, 46535, 'Electric Cord Buffers', 'Electric-Cord-Buffers', 66955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66957, 66957, 'Propane Buffers', 'Propane-Buffers', 66955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66958, 66958, 'Other Buffers & Burnishers', 'Other-Buffers-and-Burnishers', 66955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66959, 66959, 'Carpet Cleaning & Care', 'Carpet-Cleaning-and-Care', 46534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109459, 109459, 'Blowers, Air Movers, Dryers', 'Blowers-Air-Movers-Dryers', 66959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42926, 42926, 'Carpet Cleaners', 'Carpet-Cleaners', 66959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53286, 53286, 'Commercial Upright Vacuums', 'Commercial-Upright-Vacuums', 66959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109460, 109460, 'Extractors', 'Extractors', 66959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66960, 66960, 'Hose, Filters and Accessories', 'Hose-Filters-and-Accessories', 66959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66961, 66961, 'Industrial Wet & Dry Vacuums', 'Industrial-Wet-and-Dry-Vacuums', 66959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66962, 66962, 'Other Carpet Cleaning & Care', 'Other-Carpet-Cleaning-and-Care', 66959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66963, 66963, 'Chemicals, Solvents & Soaps', 'Chemicals-Solvents-and-Soaps', 46534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66967, 66967, 'Solvents & Cleaners', 'Solvents-and-Cleaners', 66963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46537, 46537, 'Other Cleaning Supplies', 'Other-Cleaning-Supplies', 66963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66964, 66964, 'Commercial Mops & Buckets', 'Commercial-Mops-and-Buckets', 46534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119100, 119100, 'Pressure Washers & Accessories', 'Pressure-Washers-and-Accessories', 46534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46536, 46536, 'Pressure Washers', 'Pressure-Washers', 119100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119101, 119101, 'Pressure Washer Accessories', 'Pressure-Washer-Accessories', 119100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66965, 66965, 'Receptacles & Containers', 'Receptacles-and-Containers', 46534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109461, 109461, 'Restroom Equipment & Supplies', 'Restroom-Equipment-and-Supplies', 46534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109462, 109462, 'Air Freshners', 'Air-Freshners', 109461, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66966, 66966, 'Soap Dispensers', 'Soap-Dispensers', 109461, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109789, 109789, 'Toilet Paper Dispensers', 'Toilet-Paper-Dispensers', 109461, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109463, 109463, 'Other Restroom Equipment', 'Other-Restroom-Equipment', 109461, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66968, 66968, 'Sweepers & Scrubbers', 'Sweepers-and-Scrubbers', 46534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66969, 66969, 'Rider Sweepers', 'Rider-Sweepers', 66968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53285, 53285, 'Walk Behind Sweepers', 'Walk-Behind-Sweepers', 66968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66970, 66970, 'Other Sweepers', 'Other-Sweepers', 66968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43015, 43015, 'Other Cleaning Equipment', 'Other-Cleaning-Equipment', 46534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46544, 46544, 'Painting Equipment & Supplies', 'Painting-Equipment-and-Supplies', 109458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109464, 109464, 'Brushes & Rollers', 'Brushes-and-Rollers', 46544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109503, 109503, 'Mixers & Stripers', 'Mixers-and-Stripers', 46544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42927, 42927, 'Paints, Powders & Coatings', 'Paints-Powders-and-Coatings', 46544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71401, 71401, 'Sprayers', 'Sprayers', 46544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26228, 26228, 'Air Sprayers', 'Air-Sprayers', 71401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71402, 71402, 'Airless Sprayers', 'Airless-Sprayers', 71401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71403, 71403, 'Other Sprayers', 'Other-Sprayers', 71401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46545, 46545, 'Other Painting', 'Other-Painting', 46544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25299, 25299, 'Commercial Radios', 'Commercial-Radios', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53106, 53106, 'Accessories', 'Accessories', 25299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53107, 53107, 'Antennas', 'Antennas', 53106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119102, 119102, 'Batteries', 'Batteries', 53106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119103, 119103, 'Kenwood', 'Kenwood', 119102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56985, 56985, 'Motorola', 'Motorola', 119102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119104, 119104, 'Other Batteries', 'Other-Batteries', 119102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109465, 109465, 'Cases', 'Cases', 53106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119105, 119105, 'Chargers', 'Chargers', 53106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119106, 119106, 'GE / Ericsson', 'GE-Ericsson', 119105, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56986, 56986, 'Motorola', 'Motorola', 119105, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119107, 119107, 'Other Chargers', 'Other-Chargers', 119105, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109466, 109466, 'Clips & Holsters', 'Clips-and-Holsters', 53106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109467, 109467, 'Headsets', 'Headsets', 53106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119108, 119108, 'Speakers & Microphones', 'Speakers-and-Microphones', 53106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119109, 119109, 'Kenwood', 'Kenwood', 119108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53108, 53108, 'Motorola', 'Motorola', 119108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119110, 119110, 'Other Speakers', 'Other-Speakers', 119108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25300, 25300, 'Other Radio Accessories', 'Other-Radio-Accessories', 53106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66971, 66971, 'Commercial Pagers', 'Commercial-Pagers', 25299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66972, 66972, 'Intercom Systems', 'Intercom-Systems', 25299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42872, 42872, 'Two-Way Radios', 'Two-Way-Radios', 25299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53109, 53109, 'G.E./Ericsson Radios', 'G-E-Ericsson-Radios', 42872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56987, 56987, 'ICOM Radios', 'ICOM-Radios', 42872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56988, 56988, 'Kenwood Radios', 'Kenwood-Radios', 42872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56989, 56989, 'Midland Radios', 'Midland-Radios', 42872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66973, 66973, 'Motorola', 'Motorola', 42872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109468, 109468, 'Motorola Astro Series', 'Motorola-Astro-Series', 66973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109469, 109469, 'Motorola CDM Series', 'Motorola-CDM-Series', 66973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66974, 66974, 'Motorola HT Series', 'Motorola-HT-Series', 66973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66975, 66975, 'Motorola Maxtrac Series', 'Motorola-Maxtrac-Series', 66973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4669, 4669, 'Motorola MT, MTS & MTX Series', 'Motorola-MT-MTS-and-MTX-Series', 66973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66976, 66976, 'Motorola Radius Series', 'Motorola-Radius-Series', 66973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109470, 109470, 'Motorola XTS & XTN Series', 'Motorola-XTS-and-XTN-Series', 66973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66977, 66977, 'Other Motorola Series Radios', 'Other-Motorola-Series-Radios', 66973, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46539, 46539, 'Other Radios', 'Other-Radios', 42872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43010, 43010, 'Other Radios & Communication', 'Other-Radios-and-Communication', 25299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42901, 42901, 'Fasteners & Hardware', 'Fasteners-and-Hardware', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42902, 42902, 'Bolts', 'Bolts', 42901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57007, 57007, 'Cable Ties', 'Cable-Ties', 42901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109489, 109489, 'Clamps & Anchors', 'Clamps-and-Anchors', 42901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119111, 119111, 'Magnets', 'Magnets', 42901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119112, 119112, 'Block', 'Block', 119111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53142, 53142, 'Cylinder', 'Cylinder', 119111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119113, 119113, 'Other Magnets', 'Other-Magnets', 119111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109493, 109493, 'Nails & Staples', 'Nails-and-Staples', 42901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42903, 42903, 'Nuts', 'Nuts', 42901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109490, 109490, 'Plates & Brackets', 'Plates-and-Brackets', 42901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109491, 109491, 'Rivets', 'Rivets', 42901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26217, 26217, 'Screws', 'Screws', 42901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109492, 109492, 'Shock Cords, Bungees', 'Shock-Cords-Bungees', 42901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42904, 42904, 'Washers', 'Washers', 42901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42905, 42905, 'Other Fasteners & Hardware', 'Other-Fasteners-and-Hardware', 42901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97185, 97185, 'Forklifts & Other Lifts', 'Forklifts-and-Other-Lifts', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109504, 109504, 'Forklift Parts, Accessories', 'Forklift-Parts-Accessories', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109505, 109505, 'Batteries & Chargers', 'Batteries-and-Chargers', 109504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109506, 109506, 'Manuals', 'Manuals', 109504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109507, 109507, 'Motors & Pumps', 'Motors-and-Pumps', 109504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109508, 109508, 'Seats & Tires', 'Seats-and-Tires', 109504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56998, 56998, 'Other Parts & Accessories', 'Other-Parts-and-Accessories', 109504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53292, 53292, 'Government & Public Safety', 'Government-and-Public-Safety', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78223, 78223, 'Fire & Rescue', 'Fire-and-Rescue', 53292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109509, 109509, 'Decals & Patches', 'Decals-and-Patches', 78223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78224, 78224, 'Firefighter Flashlights', 'Firefighter-Flashlights', 78223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109510, 109510, 'Firefighter Jackets', 'Firefighter-Jackets', 78223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78225, 78225, 'Firefighter Packs & Bags', 'Firefighter-Packs-and-Bags', 78223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53293, 53293, 'Other Fire & Rescue', 'Other-Fire-and-Rescue', 78223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109511, 109511, 'Police', 'Police', 53292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109512, 109512, 'Duty Belts', 'Duty-Belts', 109511, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109513, 109513, 'Gloves', 'Gloves', 109511, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109514, 109514, 'Handcuffs', 'Handcuffs', 109511, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109515, 109515, 'Holsters', 'Holsters', 109511, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53294, 53294, 'Other Police', 'Other-Police', 109511, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109516, 109516, 'Traffic Control & Road Safety', 'Traffic-Control-and-Road-Safety', 53292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109517, 109517, 'Lightbars', 'Lightbars', 109516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67225, 67225, 'Other Traffic Control', 'Other-Traffic-Control', 109516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36347, 36347, 'Other', 'Other', 53292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42909, 42909, 'HVAC', 'HVAC', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109477, 109477, 'HVAC Units', 'HVAC-Units', 42909, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42910, 42910, 'AC & Refrigeration Units', 'AC-and-Refrigeration-Units', 109477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26218, 26218, 'Heating Units', 'Heating-Units', 109477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53295, 53295, 'HVAC Parts', 'HVAC-Parts', 42909, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109478, 109478, 'Controls', 'Controls', 53295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109479, 109479, 'Aerovox', 'Aerovox', 109478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109480, 109480, 'GE', 'GE', 109478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109481, 109481, 'Honeywell', 'Honeywell', 109478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109482, 109482, 'Johnson Controls', 'Johnson-Controls', 109478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109483, 109483, 'Siemens', 'Siemens', 109478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53296, 53296, 'Other HVAC Controls', 'Other-HVAC-Controls', 109478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53297, 53297, 'Fans & Blowers', 'Fans-and-Blowers', 53295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109484, 109484, 'Heat Exchangers', 'Heat-Exchangers', 53295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53299, 53299, 'Motors', 'Motors', 53295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53300, 53300, 'Pumps', 'Pumps', 53295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64007, 64007, 'Refrigeration', 'Refrigeration', 53295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53301, 53301, 'Sensors', 'Sensors', 53295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53302, 53302, 'Thermostats', 'Thermostats', 53295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109485, 109485, 'Valves', 'Valves', 53295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109486, 109486, 'Asco', 'Asco', 109485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109487, 109487, 'Honeywell', 'Honeywell', 109485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53303, 53303, 'Other Valves', 'Other-Valves', 109485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42911, 42911, 'Other HVAC Parts', 'Other-HVAC-Parts', 53295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66996, 66996, 'HVAC Tools', 'HVAC-Tools', 42909, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66997, 66997, 'Electronic Charging Meters', 'Electronic-Charging-Meters', 66996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66998, 66998, 'Gauges', 'Gauges', 66996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53298, 53298, 'Leak Detectors', 'Leak-Detectors', 66996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109488, 109488, 'Recovery Units', 'Recovery-Units', 66996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66999, 66999, 'Other HVAC Tools', 'Other-HVAC-Tools', 66996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42912, 42912, 'Other HVAC', 'Other-HVAC', 42909, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57008, 57008, 'Hydraulics & Pneumatics', 'Hydraulics-and-Pneumatics', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57009, 57009, 'Hose & Reels', 'Hose-and-Reels', 57008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57010, 57010, 'Hydraulic Fittings', 'Hydraulic-Fittings', 57008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109494, 109494, 'Hydraulic Valves', 'Hydraulic-Valves', 57008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109495, 109495, 'Check Valves', 'Check-Valves', 109494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109496, 109496, 'Solenoid Valves', 'Solenoid-Valves', 109494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57011, 57011, 'Other Hydraulic Valves', 'Other-Hydraulic-Valves', 109494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50928, 50928, 'General Pneumatics', 'General-Pneumatics', 57008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109497, 109497, 'Pneumatic Cylinders', 'Pneumatic-Cylinders', 57008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109498, 109498, 'Bimba', 'Bimba', 109497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109499, 109499, 'SMC', 'SMC', 109497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67010, 67010, 'Other Pneumatic Cylinders', 'Other-Pneumatic-Cylinders', 109497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109500, 109500, 'Pneumatic Valves', 'Pneumatic-Valves', 57008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109501, 109501, 'MAC', 'MAC', 109500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109502, 109502, 'SMC', 'SMC', 109500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67011, 67011, 'Other Pneumatic Valves', 'Other-Pneumatic-Valves', 109500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48718, 48718, 'Other Hydraulics & Pneumatics', 'Other-Hydraulics-and-Pneumatics', 57008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42882, 42882, 'Lighting & Lasers', 'Lighting-and-Lasers', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42883, 42883, 'Bulbs', 'Bulbs', 42882, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26219, 26219, 'Fixtures', 'Fixtures', 42882, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53141, 53141, 'Industrial Lasers', 'Industrial-Lasers', 42882, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42884, 42884, 'Other Lighting', 'Other-Lighting', 42882, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26220, 26220, 'Manuals, Books', 'Manuals-Books', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26221, 26221, 'Material Handling', 'Material-Handling', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109538, 109538, 'Carts & Trucks', 'Carts-and-Trucks', 26221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26222, 26222, 'Carts', 'Carts', 109538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97229, 97229, 'Dollies & Hand Trucks', 'Dollies-and-Hand-Trucks', 109538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109539, 109539, 'Manual Lift Trucks', 'Manual-Lift-Trucks', 109538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109540, 109540, 'Pallet Jacks', 'Pallet-Jacks', 109538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109541, 109541, 'Other Carts & Trucks', 'Other-Carts-and-Trucks', 109538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109542, 109542, 'Casters & Wheels', 'Casters-and-Wheels', 26221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109543, 109543, '2', '2', 109542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109544, 109544, '3', '3', 109542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109545, 109545, '4', '4', 109542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121272, 121272, '5', '5', 109542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109546, 109546, '6', '6', 109542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121273, 121273, '8', '8', 109542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109547, 109547, 'Over 8', 'Over-8-', 109542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56997, 56997, 'Other Casters & Wheels', 'Other-Casters-and-Wheels', 109542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42913, 42913, 'Conveyors', 'Conveyors', 26221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109551, 109551, 'Hoists, Winches, Rigging', 'Hoists-Winches-Rigging', 26221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42916, 42916, 'Hoists', 'Hoists', 109551, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109552, 109552, 'Rigging', 'Rigging', 109551, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109553, 109553, 'Winches', 'Winches', 109551, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109548, 109548, 'Ladders, Scaffold, Platforms', 'Ladders-Scaffold-Platforms', 26221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42914, 42914, 'Ladders', 'Ladders', 109548, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109549, 109549, 'Scaffold & Platforms', 'Scaffold-and-Platforms', 109548, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42917, 42917, 'Packaging', 'Packaging', 26221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109550, 109550, 'Bags', 'Bags', 42917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11808, 11808, 'Sealers/Sealing Machines', 'Sealers-Sealing-Machines', 42917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67007, 67007, 'Strapping Machines', 'Strapping-Machines', 42917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42918, 42918, 'Wrap, Paper, Tape', 'Wrap-Paper-Tape', 42917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43014, 43014, 'Other Packaging', 'Other-Packaging', 42917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57004, 57004, 'Shelving & Storage', 'Shelving-and-Storage', 26221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57005, 57005, 'Bins & Cabinets', 'Bins-and-Cabinets', 57004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57006, 57006, 'Pallets & Pallet Racking', 'Pallets-and-Pallet-Racking', 57004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56996, 56996, 'Storage Containers', 'Storage-Containers', 57004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26223, 26223, 'Other Shelving & Storage', 'Other-Shelving-and-Storage', 57004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92079, 92079, 'Shipping Containers', 'Shipping-Containers', 26221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26224, 26224, 'Other', 'Other', 26221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31481, 31481, 'Professional Tools', 'Professional-Tools', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109558, 109558, 'Air Tools', 'Air-Tools', 31481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109559, 109559, 'Aircraft & Aviation', 'Aircraft-and-Aviation', 109558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109560, 109560, 'Drills', 'Drills', 109558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109561, 109561, 'Grinders', 'Grinders', 109558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109562, 109562, 'Riveters', 'Riveters', 109558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109563, 109563, 'Wrenches', 'Wrenches', 109558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31482, 31482, 'Other Air Tools', 'Other-Air-Tools', 109558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109564, 109564, 'Hand Tools', 'Hand-Tools', 31481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109565, 109565, 'Sockets & Socket Sets', 'Sockets-and-Socket-Sets', 109564, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109566, 109566, 'Wire Strippers & Crimpers', 'Wire-Strippers-and-Crimpers', 109564, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31483, 31483, 'Other Hand Tools', 'Other-Hand-Tools', 109564, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109554, 109554, 'Industrial Soldering', 'Industrial-Soldering', 31481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109555, 109555, 'Solder', 'Solder', 109554, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109556, 109556, 'Soldering Irons & Stations', 'Soldering-Irons-and-Stations', 109554, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109557, 109557, 'Soldering Tips', 'Soldering-Tips', 109554, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57012, 57012, 'Other Soldering Equipment', 'Other-Soldering-Equipment', 109554, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109567, 109567, 'Power Tools', 'Power-Tools', 31481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109568, 109568, 'Grinders', 'Grinders', 109567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109569, 109569, 'Heat Guns', 'Heat-Guns', 109567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31484, 31484, 'Other Power Tools', 'Other-Power-Tools', 109567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41953, 41953, 'Tooling Storage & Cabinets', 'Tooling-Storage-and-Cabinets', 31481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26229, 26229, 'Other Tools', 'Other-Tools', 31481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109619, 109619, 'Pumps & Plumbing', 'Pumps-and-Plumbing', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46546, 46546, 'Plumbing', 'Plumbing', 109619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42933, 42933, 'Fittings', 'Fittings', 46546, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42934, 42934, 'Pipes', 'Pipes', 46546, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53287, 53287, 'Tools', 'Tools', 46546, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42932, 42932, 'Valves', 'Valves', 46546, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43016, 43016, 'Other Plumbing', 'Other-Plumbing', 46546, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42928, 42928, 'Pumps', 'Pumps', 109619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11773, 11773, 'Hydraulic', 'Hydraulic', 42928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57013, 57013, 'Pump Accessories & Parts', 'Pump-Accessories-and-Parts', 42928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57014, 57014, 'Pump Motors', 'Pump-Motors', 42928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42931, 42931, 'Submersible, Sump', 'Submersible-Sump', 42928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109620, 109620, 'Vacuum', 'Vacuum', 42928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109621, 109621, 'Edwards', 'Edwards', 109620, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109622, 109622, 'Gast', 'Gast', 109620, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109623, 109623, 'Leybold', 'Leybold', 109620, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46548, 46548, 'Other Vacuum Pumps', 'Other-Vacuum-Pumps', 109620, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57015, 57015, 'Water, Trash Pumps', 'Water-Trash-Pumps', 42928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46547, 46547, 'Other Pumps', 'Other-Pumps', 42928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11897, 11897, 'Safety & Security', 'Safety-and-Security', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53144, 53144, 'Alarm Systems & Accessories', 'Alarm-Systems-and-Accessories', 11897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53146, 53146, 'Cameras', 'Cameras', 53144, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53147, 53147, 'Control Panels & Keypads', 'Control-Panels-and-Keypads', 53144, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57016, 57016, 'Motion Detectors', 'Motion-Detectors', 53144, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53148, 53148, 'Sirens & Alarms', 'Sirens-and-Alarms', 53144, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67012, 67012, 'Systems', 'Systems', 53144, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11898, 11898, 'Ademco Alarm Systems', 'Ademco-Alarm-Systems', 67012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67013, 67013, 'DSC Alarm Systems', 'DSC-Alarm-Systems', 67012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67014, 67014, 'Ge/ITI', 'Ge-ITI', 67012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67015, 67015, 'Other Alarm Systems', 'Other-Alarm-Systems', 67012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53145, 53145, 'Other Alarms', 'Other-Alarms', 53144, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109612, 109612, 'Emergency & Safety Lights', 'Emergency-and-Safety-Lights', 11897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109613, 109613, 'Exit Signs', 'Exit-Signs', 109612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109614, 109614, 'Strobe & Beacon Lights', 'Strobe-and-Beacon-Lights', 109612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53149, 53149, 'Other Safety Lights', 'Other-Safety-Lights', 109612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57017, 57017, 'Industrial Fire Protection', 'Industrial-Fire-Protection', 11897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109615, 109615, 'Fire Alarms', 'Fire-Alarms', 57017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109616, 109616, 'Edwards', 'Edwards', 109615, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109617, 109617, 'Notifier', 'Notifier', 109615, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109618, 109618, 'Simplex', 'Simplex', 109615, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57018, 57018, 'Other Fire Alarms', 'Other-Fire-Alarms', 109615, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57019, 57019, 'Fire Extinguishers', 'Fire-Extinguishers', 57017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57020, 57020, 'Fire Hoses', 'Fire-Hoses', 57017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57021, 57021, 'Smoke Detectors', 'Smoke-Detectors', 57017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57022, 57022, 'Sprinkler Heads', 'Sprinkler-Heads', 57017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11899, 11899, 'Other Fire Protection', 'Other-Fire-Protection', 57017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67028, 67028, 'Locks, Safes & Locksmith Gear', 'Locks-Safes-and-Locksmith-Gear', 11897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67029, 67029, 'Lock Boxes', 'Lock-Boxes', 67028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109678, 109678, 'Locks', 'Locks', 67028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109679, 109679, 'Padlocks', 'Padlocks', 109678, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109680, 109680, 'Safe Locks', 'Safe-Locks', 109678, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53150, 53150, 'Other Locks', 'Other-Locks', 109678, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67030, 67030, 'Locksmith Equipment', 'Locksmith-Equipment', 67028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11906, 11906, 'Safes', 'Safes', 67028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67031, 67031, 'Other Locksmith', 'Other-Locksmith', 67028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11901, 11901, 'Protective Gear', 'Protective-Gear', 11897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109674, 109674, 'Boots', 'Boots', 11901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53151, 53151, 'Coveralls & Suits', 'Coveralls-and-Suits', 11901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67016, 67016, 'Glasses, Goggles', 'Glasses-Goggles', 11901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11902, 11902, 'Safety Glasses', 'Safety-Glasses', 67016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67017, 67017, 'Safety Goggles', 'Safety-Goggles', 67016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67018, 67018, 'Safety Sunglasses', 'Safety-Sunglasses', 67016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67019, 67019, 'Other Glasses & Goggles', 'Other-Glasses-and-Goggles', 67016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67020, 67020, 'Gloves', 'Gloves', 11901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67021, 67021, 'Cotton', 'Cotton', 67020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109675, 109675, 'Kevlar', 'Kevlar', 67020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11903, 11903, 'Latex', 'Latex', 67020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67022, 67022, 'Leather', 'Leather', 67020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109676, 109676, 'Rubber', 'Rubber', 67020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67023, 67023, 'Other Gloves', 'Other-Gloves', 67020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53152, 53152, 'Hearing Protection', 'Hearing-Protection', 11901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11904, 11904, 'Helmets, Hoods', 'Helmets-Hoods', 11901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67024, 67024, 'Masks & Respirators', 'Masks-and-Respirators', 11901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67025, 67025, 'Disposable Filter Masks', 'Disposable-Filter-Masks', 67024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67026, 67026, 'Mask Replacement Cartridges', 'Mask-Replacement-Cartridges', 67024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11905, 11905, 'Respirator Masks', 'Respirator-Masks', 67024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67027, 67027, 'Other Masks & Respirators', 'Other-Masks-and-Respirators', 67024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53153, 53153, 'Safety Harnesses', 'Safety-Harnesses', 11901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109677, 109677, 'Safety Vests', 'Safety-Vests', 11901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11900, 11900, 'Other Protective Gear', 'Other-Protective-Gear', 11901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53154, 53154, 'Radiation Detectors, Geigers', 'Radiation-Detectors-Geigers', 11897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53288, 53288, 'Safety Signage', 'Safety-Signage', 11897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11896, 11896, 'Other Safety & Security', 'Other-Safety-and-Security', 11897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1267, 1267, 'Other Industrial Supplies', 'Other-Industrial-Supplies', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67032, 67032, 'Industrial, MRO Wholesale Lots', 'Industrial-MRO-Wholesale-Lots', 1266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67033, 67033, 'Bearings', 'Bearings', 67032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67034, 67034, 'Gloves', 'Gloves', 67032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67035, 67035, 'Tools', 'Tools', 67032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31485, 31485, 'Other MRO Wholesale Lots', 'Other-MRO-Wholesale-Lots', 67032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11804, 11804, 'Manufacturing & Metalworking', 'Manufacturing-and-Metalworking', 12576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92080, 92080, 'Manufacturing Equipment', 'Manufacturing-Equipment', 11804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26257, 26257, 'Chemical & Petrochemical', 'Chemical-and-Petrochemical', 92080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45040, 45040, 'Heating & Cooling Equipment', 'Heating-and-Cooling-Equipment', 92080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58572, 58572, 'Material Handling & Processing', 'Material-Handling-and-Processing', 92080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58573, 58573, 'Conveyors', 'Conveyors', 58572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 58574, 58574, 'Fillers', 'Fillers', 58572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45042, 45042, 'Other Material Handling', 'Other-Material-Handling', 58572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92081, 92081, 'Other Manufacturing Equipment', 'Other-Manufacturing-Equipment', 92080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92082, 92082, 'Metalworking Equipment', 'Metalworking-Equipment', 11804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25274, 25274, 'Automatics & Screw Machines', 'Automatics-and-Screw-Machines', 92082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12579, 12579, 'Drilling & Tapping Machines', 'Drilling-and-Tapping-Machines', 92082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25277, 25277, 'EDM Machines', 'EDM-Machines', 92082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41955, 41955, 'Fabrication Equipment', 'Fabrication-Equipment', 92082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42147, 42147, 'Bending Machines', 'Bending-Machines', 41955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41957, 41957, 'Press Brakes', 'Press-Brakes', 41955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31372, 31372, 'Punch Presses', 'Punch-Presses', 41955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41958, 41958, 'Shears', 'Shears', 41955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25278, 25278, 'Other Fab Equipment', 'Other-Fab-Equipment', 41955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25279, 25279, 'Finishing Machines', 'Finishing-Machines', 92082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45020, 45020, 'Grinding Machines', 'Grinding-Machines', 92082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57030, 57030, 'Cylindrical', 'Cylindrical', 45020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45021, 45021, 'Surface', 'Surface', 45020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45022, 45022, 'Tool & Cutter', 'Tool-and-Cutter', 45020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12580, 12580, 'Other Grinding Machines', 'Other-Grinding-Machines', 45020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97230, 97230, 'Lathes', 'Lathes', 92082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12584, 12584, 'Mills', 'Mills', 92082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92083, 92083, 'Other Metalworking Equipment', 'Other-Metalworking-Equipment', 92082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92084, 92084, 'Metalworking Tooling, Supplies', 'Metalworking-Tooling-Supplies', 11804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25257, 25257, 'Cutting Tools, Consumables', 'Cutting-Tools-Consumables', 92084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58193, 58193, 'Abrasives', 'Abrasives', 25257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58194, 58194, 'Belts', 'Belts', 58193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58195, 58195, 'Brushes', 'Brushes', 58193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58196, 58196, 'Cut-Off Wheels', 'Cut-Off-Wheels', 58193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58197, 58197, 'Discs', 'Discs', 58193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25264, 25264, 'Grinding Wheels', 'Grinding-Wheels', 58193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58198, 58198, 'Other Abrasives', 'Other-Abrasives', 58193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58199, 58199, 'Carbide Inserts', 'Carbide-Inserts', 25257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58200, 58200, 'ANC', 'ANC', 58199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58201, 58201, 'Carboloy', 'Carboloy', 58199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58202, 58202, 'Generic', 'Generic', 58199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58203, 58203, 'Ingersoll', 'Ingersoll', 58199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58204, 58204, 'Iscar', 'Iscar', 58199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25258, 25258, 'Kennametal', 'Kennametal', 58199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58206, 58206, 'Mitsubishi', 'Mitsubishi', 58199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58207, 58207, 'Mixed Lots', 'Mixed-Lots', 58199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58208, 58208, 'Sandvik', 'Sandvik', 58199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58209, 58209, 'Sumitomo', 'Sumitomo', 58199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58210, 58210, 'Valenite', 'Valenite', 58199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58211, 58211, 'Other Carbide Inserts', 'Other-Carbide-Inserts', 58199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58212, 58212, 'Ceramic Inserts', 'Ceramic-Inserts', 25257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58213, 58213, 'Drills', 'Drills', 25257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58214, 58214, 'Coolant', 'Coolant', 58213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58215, 58215, 'Extra Length', 'Extra-Length', 58213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25259, 25259, 'Jobber Length', 'Jobber-Length', 58213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58216, 58216, 'Mixed Lots', 'Mixed-Lots', 58213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58217, 58217, 'Screw Machine', 'Screw-Machine', 58213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58218, 58218, 'Solid Carbide', 'Solid-Carbide', 58213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58219, 58219, 'Taper Shank Drills', 'Taper-Shank-Drills', 58213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58220, 58220, 'End Mills', 'End-Mills', 25257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58221, 58221, 'Cobalt Roughing', 'Cobalt-Roughing', 58220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58222, 58222, 'High Speed Steel', 'High-Speed-Steel', 58220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58223, 58223, 'Mixed Lots', 'Mixed-Lots', 58220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58224, 58224, 'Solid Carbide', 'Solid-Carbide', 58220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25260, 25260, 'Other End Mills', 'Other-End-Mills', 58220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25296, 25296, 'Punches & Dies', 'Punches-and-Dies', 25257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25261, 25261, 'Reamers', 'Reamers', 25257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58255, 58255, 'Saws & Blades', 'Saws-and-Blades', 25257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12586, 12586, 'Horizontal Band', 'Horizontal-Band', 58255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25265, 25265, 'Saw Blades', 'Saw-Blades', 58255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58256, 58256, 'Vertical Band', 'Vertical-Band', 58255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58257, 58257, 'Other Saws', 'Other-Saws', 58255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58225, 58225, 'Taps', 'Taps', 25257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58226, 58226, 'Hand', 'Hand', 58225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58227, 58227, 'Mixed Tap Sets', 'Mixed-Tap-Sets', 58225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58228, 58228, 'Pipe', 'Pipe', 58225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25262, 25262, 'Spiral Pointed', 'Spiral-Pointed', 58225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58229, 58229, 'Other Taps', 'Other-Taps', 58225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41933, 41933, 'Tool Bits', 'Tool-Bits', 25257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12578, 12578, 'Other Cutting Tools', 'Other-Cutting-Tools', 25257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104234, 104234, 'Equipment Specific Tooling', 'Equipment-Specific-Tooling', 92084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104235, 104235, 'Automatics & Screw', 'Automatics-and-Screw', 104234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104236, 104236, 'Drilling & Tapping', 'Drilling-and-Tapping', 104234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104237, 104237, 'EDM', 'EDM', 104234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104238, 104238, 'Fabrication', 'Fabrication', 104234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104239, 104239, 'Finishing', 'Finishing', 104234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104240, 104240, 'Grinding', 'Grinding', 104234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104241, 104241, 'Lathe', 'Lathe', 104234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104242, 104242, 'Milling', 'Milling', 104234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104243, 104243, 'Saw', 'Saw', 104234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104244, 104244, 'Other', 'Other', 104234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12582, 12582, 'Inspection & Measurement', 'Inspection-and-Measurement', 92084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25267, 25267, 'Calipers', 'Calipers', 12582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25268, 25268, 'Dial', 'Dial', 25267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25269, 25269, 'Digital', 'Digital', 25267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25270, 25270, 'Vernier', 'Vernier', 25267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25271, 25271, 'CMM Machines & Comparators', 'CMM-Machines-and-Comparators', 12582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41934, 41934, 'Gage Blocks', 'Gage-Blocks', 12582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58236, 58236, 'Indicators', 'Indicators', 12582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25272, 25272, 'Dial', 'Dial', 58236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58237, 58237, 'Digital', 'Digital', 58236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58238, 58238, 'Test', 'Test', 58236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58239, 58239, 'Other Indicators', 'Other-Indicators', 58236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58230, 58230, 'Inspection Gages', 'Inspection-Gages', 12582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20043, 20043, 'Height', 'Height', 58230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58231, 58231, 'Hole', 'Hole', 58230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58232, 58232, 'Radius', 'Radius', 58230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58233, 58233, 'Surface', 'Surface', 58230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58234, 58234, 'Thickness', 'Thickness', 58230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58235, 58235, 'Other Gages', 'Other-Gages', 58230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58240, 58240, 'Magnetic Holders', 'Magnetic-Holders', 12582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41935, 41935, 'Micrometers', 'Micrometers', 12582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41936, 41936, 'Depth', 'Depth', 41935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41937, 41937, 'Inside', 'Inside', 41935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92085, 92085, 'Outside', 'Outside', 41935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41938, 41938, 'Other Micrometers', 'Other-Micrometers', 41935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58245, 58245, 'Rules', 'Rules', 12582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58246, 58246, 'Squares', 'Squares', 12582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58247, 58247, 'Surface Plates', 'Surface-Plates', 12582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58248, 58248, 'Protractors', 'Protractors', 12582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12581, 12581, 'Other Inspection Equipment', 'Other-Inspection-Equipment', 12582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41949, 41949, 'Manuals, Books & Plans', 'Manuals-Books-and-Plans', 92084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41950, 41950, 'Metal Cutting', 'Metal-Cutting', 41949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42148, 42148, 'Metal Fabrication', 'Metal-Fabrication', 41949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45046, 45046, 'Plans', 'Plans', 41949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41951, 41951, 'Welding', 'Welding', 41949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25281, 25281, 'Other Manuals & Books', 'Other-Manuals-and-Books', 41949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25283, 25283, 'Replacement Parts', 'Replacement-Parts', 92084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111617, 111617, 'Bearings', 'Bearings', 25283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25284, 25284, 'Ball', 'Ball', 111617, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111619, 111619, 'Roller', 'Roller', 111617, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111618, 111618, 'Other', 'Other', 111617, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41941, 41941, 'Circuit Boards', 'Circuit-Boards', 25283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41939, 41939, 'Digital Readouts, DRO', 'Digital-Readouts-DRO', 25283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57023, 57023, 'Gears', 'Gears', 25283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41942, 41942, 'Motors', 'Motors', 25283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25290, 25290, 'Other Replacement Parts', 'Other-Replacement-Parts', 25283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104245, 104245, 'Toolholding & Workholding', 'Toolholding-and-Workholding', 92084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45017, 45017, 'Toolholding', 'Toolholding', 104245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58250, 58250, 'Arbors & Adapters', 'Arbors-and-Adapters', 45017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58251, 58251, 'Boring Tool Holders', 'Boring-Tool-Holders', 45017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57024, 57024, 'BT Holders', 'BT-Holders', 45017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57025, 57025, 'Bushings', 'Bushings', 45017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45018, 45018, 'CAT Holders', 'CAT-Holders', 45017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41947, 41947, 'Drill Chucks', 'Drill-Chucks', 45017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57026, 57026, 'Extensions', 'Extensions', 45017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41940, 41940, 'Indexable Inserts', 'Indexable-Inserts', 45017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57027, 57027, 'Mandrels', 'Mandrels', 45017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45019, 45019, 'Quick Change', 'Quick-Change', 45017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57028, 57028, 'Spindles', 'Spindles', 45017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25295, 25295, 'Other Toolholding', 'Other-Toolholding', 45017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36344, 36344, 'Workholding', 'Workholding', 104245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57029, 57029, 'Blocks', 'Blocks', 36344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41944, 41944, 'Centers', 'Centers', 36344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25292, 25292, 'Chucks', 'Chucks', 36344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41945, 41945, 'Clamps', 'Clamps', 36344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41946, 41946, 'Collet Chucks', 'Collet-Chucks', 36344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25294, 25294, 'Collets', 'Collets', 36344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109681, 109681, 'Fixtures & Plates', 'Fixtures-and-Plates', 36344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41943, 41943, 'Rotary Tables', 'Rotary-Tables', 36344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25297, 25297, 'Vises', 'Vises', 36344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36345, 36345, 'Other Workholding', 'Other-Workholding', 36344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 633, 633, 'Other Metalworking Supplies', 'Other-Metalworking-Supplies', 92084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31486, 31486, 'Wholesale Lots', 'Wholesale-Lots', 92084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45038, 45038, 'Process Equipment', 'Process-Equipment', 11804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67068, 67068, 'Gas & Fluid Control, Transfer', 'Gas-and-Fluid-Control-Transfer', 45038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67069, 67069, 'Fittings', 'Fittings', 67068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67070, 67070, 'Flow Meters', 'Flow-Meters', 67068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67071, 67071, 'Pressure Control, Switches', 'Pressure-Control-Switches', 67068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45039, 45039, 'Valves', 'Valves', 67068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67072, 67072, 'Other Fluid Control Equipment', 'Other-Fluid-Control-Equipment', 67068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58575, 58575, 'Packaging & Labeling Equipment', 'Packaging-and-Labeling-Equipment', 45038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78226, 78226, 'Labelers', 'Labelers', 58575, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58576, 58576, 'Sealers', 'Sealers', 58575, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58577, 58577, 'Wrappers', 'Wrappers', 58575, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45041, 45041, 'Other Packaging Equipment', 'Other-Packaging-Equipment', 58575, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36350, 36350, 'Plastics Equipment & Supplies', 'Plastics-Equipment-and-Supplies', 45038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67065, 67065, 'Auxiliary Process Equipment', 'Auxiliary-Process-Equipment', 36350, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67066, 67066, 'Dryers', 'Dryers', 67065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67067, 67067, 'Plastic Granulators', 'Plastic-Granulators', 67065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71420, 71420, 'Plastic Welders & Sealers', 'Plastic-Welders-and-Sealers', 67065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36351, 36351, 'Other Auxiliary Process', 'Other-Auxiliary-Process', 67065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45037, 45037, 'Injection & Blow Molding', 'Injection-and-Blow-Molding', 36350, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61791, 61791, 'Molds & Dies', 'Molds-and-Dies', 36350, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61792, 61792, 'Plastics & Rubber', 'Plastics-and-Rubber', 36350, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61794, 61794, 'Acetyl, Delrin', 'Acetyl-Delrin', 61792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61795, 61795, 'Acrylics, Plexiglass', 'Acrylics-Plexiglass', 61792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61796, 61796, 'Polyethylene, HDPE', 'Polyethylene-HDPE', 61792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61793, 61793, 'Rubber, Neoprene', 'Rubber-Neoprene', 61792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61797, 61797, 'Teflon', 'Teflon', 61792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61798, 61798, 'UHMW', 'UHMW', 61792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36352, 36352, 'Other Plastics', 'Other-Plastics', 61792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26258, 26258, 'Other Plastics Equipment', 'Other-Plastics-Equipment', 36350, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98119, 98119, 'Process Mixers', 'Process-Mixers', 45038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11809, 11809, 'Other Process Equipment', 'Other-Process-Equipment', 45038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31488, 31488, 'Metals & Alloys', 'Metals-and-Alloys', 11804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45023, 45023, 'Aluminum', 'Aluminum', 31488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61596, 61596, 'Aluminum Bar - Flat', 'Aluminum-Bar-Flat', 45023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45024, 45024, 'Aluminum Bar - Square', 'Aluminum-Bar-Square', 45023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45025, 45025, 'Aluminum Plate', 'Aluminum-Plate', 45023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61599, 61599, 'Aluminum Round Rod', 'Aluminum-Round-Rod', 45023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61597, 61597, 'Aluminum Sheet', 'Aluminum-Sheet', 45023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61598, 61598, 'Aluminum Tube', 'Aluminum-Tube', 45023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31489, 31489, 'Other Aluminum', 'Other-Aluminum', 45023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61600, 61600, 'Brass', 'Brass', 31488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41961, 41961, 'Brass Bar', 'Brass-Bar', 61600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61601, 61601, 'Brass Rod', 'Brass-Rod', 61600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61602, 61602, 'Brass Sheet', 'Brass-Sheet', 61600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61603, 61603, 'Other Brass', 'Other-Brass', 61600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61604, 61604, 'Bronze', 'Bronze', 31488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58258, 58258, 'Copper', 'Copper', 31488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61605, 61605, 'Magnesium', 'Magnesium', 31488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45026, 45026, 'Steel', 'Steel', 31488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92087, 92087, 'Cold Roll', 'Cold-Roll', 45026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92088, 92088, 'Hot Roll', 'Hot-Roll', 45026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117509, 117509, 'Stainless', 'Stainless', 45026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117510, 117510, 'Bar & Rod', 'Bar-and-Rod', 117509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117511, 117511, 'Sheet & Plate', 'Sheet-and-Plate', 117509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117512, 117512, 'Tube', 'Tube', 117509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92089, 92089, 'Other Stainless', 'Other-Stainless', 117509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61617, 61617, 'Tool Steel', 'Tool-Steel', 45026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31490, 31490, 'Other Steel', 'Other-Steel', 45026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61618, 61618, 'Titanium', 'Titanium', 31488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41963, 41963, 'Bar', 'Bar', 61618, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61619, 61619, 'Plate', 'Plate', 61618, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61620, 61620, 'Sheet', 'Sheet', 61618, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71417, 71417, 'Tube', 'Tube', 61618, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61621, 61621, 'Other Titanium', 'Other-Titanium', 61618, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29402, 29402, 'Other Metals', 'Other-Metals', 31488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58290, 58290, 'Semiconductor & PCB Equipment', 'Semiconductor-and-PCB-Equipment', 11804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58296, 58296, 'Burn-in Equipment', 'Burn-in-Equipment', 58290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58291, 58291, 'Cleanroom Equipment & Supplies', 'Cleanroom-Equipment-and-Supplies', 58290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58292, 58292, 'Inspection Equipment', 'Inspection-Equipment', 58290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58293, 58293, 'PCB Assembly Equipment', 'PCB-Assembly-Equipment', 58290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45043, 45043, 'Semiconductor Manufacturing', 'Semiconductor-Manufacturing', 58290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45045, 45045, 'Test & Assembly, Back-End', 'Test-and-Assembly-Back-End', 45043, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45044, 45044, 'Wafer Processing, Front-End', 'Wafer-Processing-Front-End', 45043, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26260, 26260, 'Other', 'Other', 45043, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58294, 58294, 'Tool & Machine Components', 'Tool-and-Machine-Components', 58290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58295, 58295, 'Other Semiconductor Equipment', 'Other-Semiconductor-Equipment', 58290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45033, 45033, 'Textile & Apparel Equipment', 'Textile-and-Apparel-Equipment', 11804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67221, 67221, 'Cutting & Finishing Machines', 'Cutting-and-Finishing-Machines', 45033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53232, 53232, 'Die Cutting', 'Die-Cutting', 67221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67222, 67222, 'Shears & Cutters', 'Shears-and-Cutters', 67221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67223, 67223, 'Other Cutting & Finishing', 'Other-Cutting-and-Finishing', 67221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67224, 67224, 'Embroidery Machines', 'Embroidery-Machines', 45033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45034, 45034, 'Machine Parts & Attachments', 'Machine-Parts-and-Attachments', 45033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53233, 53233, 'Supplies', 'Supplies', 45033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67217, 67217, 'Bobbins', 'Bobbins', 53233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45035, 45035, 'Fabric & Yarn', 'Fabric-and-Yarn', 53233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67219, 67219, 'Needles', 'Needles', 53233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53234, 53234, 'Thread, Trim & Findings', 'Thread-Trim-and-Findings', 53233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53235, 53235, 'Other Textile Supplies', 'Other-Textile-Supplies', 53233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26256, 26256, 'Sewing Machines', 'Sewing-Machines', 45033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45036, 45036, 'Other', 'Other', 45033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34095, 34095, 'Welding Equipment & Supplies', 'Welding-Equipment-and-Supplies', 11804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67044, 67044, 'Helmets & Safety Gear', 'Helmets-and-Safety-Gear', 34095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58260, 58260, 'Welding Aprons', 'Welding-Aprons', 67044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67045, 67045, 'Welding Gloves', 'Welding-Gloves', 67044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67046, 67046, 'Welding Goggles', 'Welding-Goggles', 67044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92090, 92090, 'Welding Helmets', 'Welding-Helmets', 67044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67051, 67051, 'Welding Jackets', 'Welding-Jackets', 67044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67052, 67052, 'Other Safety Gear', 'Other-Safety-Gear', 67044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113743, 113743, 'Welders', 'Welders', 34095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113744, 113744, 'Welding Supplies & Accessories', 'Welding-Supplies-and-Accessories', 34095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67039, 67039, 'Accessories', 'Accessories', 113744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67040, 67040, 'Clamps', 'Clamps', 67039, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67041, 67041, 'Electrode Holders', 'Electrode-Holders', 67039, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67042, 67042, 'Welding Cable', 'Welding-Cable', 67039, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34096, 34096, 'Other Accessories', 'Other-Accessories', 67039, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45029, 45029, 'Mig Supplies', 'Mig-Supplies', 113744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67053, 67053, 'Mig Carts', 'Mig-Carts', 45029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67054, 67054, 'Mig Guns', 'Mig-Guns', 45029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34097, 34097, 'Welding Rods, Wire', 'Welding-Rods-Wire', 45029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67055, 67055, 'Other Mig Welding', 'Other-Mig-Welding', 45029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67056, 67056, 'Oxy Acetylene Supplies', 'Oxy-Acetylene-Supplies', 113744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67057, 67057, 'Kits', 'Kits', 67056, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67058, 67058, 'Regulators & Tanks', 'Regulators-and-Tanks', 67056, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67059, 67059, 'Other Oxy Acetylene', 'Other-Oxy-Acetylene', 67056, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67061, 67061, 'Tig Supplies', 'Tig-Supplies', 113744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67062, 67062, 'Tig Torches', 'Tig-Torches', 67061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67063, 67063, 'Tungsten Electrodes', 'Tungsten-Electrodes', 67061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67064, 67064, 'Other Tig Welding', 'Other-Tig-Welding', 67061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11774, 11774, 'Other Supplies & Accessories', 'Other-Supplies-and-Accessories', 113744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42935, 42935, 'Woodworking', 'Woodworking', 11804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57125, 57125, 'Carving Tools & Chisels', 'Carving-Tools-and-Chisels', 42935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53237, 53237, 'Clamps & Vises', 'Clamps-and-Vises', 42935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57120, 57120, 'Equipment & Machinery', 'Equipment-and-Machinery', 42935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67228, 67228, 'Boring Machines', 'Boring-Machines', 57120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67226, 67226, 'Drill Presses', 'Drill-Presses', 57120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67227, 67227, 'Jointers', 'Jointers', 57120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57121, 57121, 'Lathes', 'Lathes', 57120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67229, 67229, 'Planers - Professional', 'Planers-Professional', 57120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57122, 57122, 'Routers - Professional', 'Routers-Professional', 57120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57123, 57123, 'Sanders - Professional', 'Sanders-Professional', 57120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57124, 57124, 'Saws - Professional', 'Saws-Professional', 57120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11810, 11810, 'Other Equipment & Machinery', 'Other-Equipment-and-Machinery', 57120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67230, 67230, 'Lumber & Veneer', 'Lumber-and-Veneer', 42935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67231, 67231, 'Cherry', 'Cherry', 67230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67232, 67232, 'Maple', 'Maple', 67230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67233, 67233, 'Oak', 'Oak', 67230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67234, 67234, 'Veneer', 'Veneer', 67230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67235, 67235, 'Walnut', 'Walnut', 67230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57126, 57126, 'Mixed Lots', 'Mixed-Lots', 67230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67236, 67236, 'Other Wood & Lumber', 'Other-Wood-and-Lumber', 67230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67237, 67237, 'Manuals & Books', 'Manuals-and-Books', 42935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67238, 67238, 'Woodworking Supplies', 'Woodworking-Supplies', 42935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42937, 42937, 'Blades', 'Blades', 67238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67239, 67239, 'Chisels & Carving Tools', 'Chisels-and-Carving-Tools', 67238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67240, 67240, 'Drill Bits', 'Drill-Bits', 67238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67241, 67241, 'Glue & Epoxy Adhesives', 'Glue-and-Epoxy-Adhesives', 67238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67242, 67242, 'Jigs', 'Jigs', 67238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67243, 67243, 'Router Bits', 'Router-Bits', 67238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67244, 67244, 'Knives', 'Knives', 67238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67245, 67245, 'Other Tooling & Accessories', 'Other-Tooling-and-Accessories', 67238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42938, 42938, 'Other Woodworking Equipment', 'Other-Woodworking-Equipment', 42935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92150, 92150, 'Other', 'Other', 11804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25298, 25298, 'Office, Printing & Shipping', 'Office-Printing-and-Shipping', 12576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97232, 97232, 'Commercial Printing Essentials', 'Commercial-Printing-Essentials', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97234, 97234, 'Books, Manuals', 'Books-Manuals', 97232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26251, 26251, 'Letter Presses & Die Cutters', 'Letter-Presses-and-Die-Cutters', 97232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46696, 46696, 'Parts, Feeders & Attachments', 'Parts-Feeders-and-Attachments', 97232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97233, 97233, 'Other Printing Essentials', 'Other-Printing-Essentials', 97232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26247, 26247, 'Commercial Printing Presses', 'Commercial-Printing-Presses', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26249, 26249, 'Sheet-fed Offset Presses', 'Sheet-fed-Offset-Presses', 26247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73155, 73155, 'Web-fed Offset Presses', 'Web-fed-Offset-Presses', 26247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46697, 46697, 'Other Commercial Presses', 'Other-Commercial-Presses', 26247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25301, 25301, 'Copier Toner & Supplies', 'Copier-Toner-and-Supplies', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67073, 67073, 'Cleaning Kits', 'Cleaning-Kits', 25301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67075, 67075, 'Parts & Accessories', 'Parts-and-Accessories', 25301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67076, 67076, 'Refill Kits', 'Refill-Kits', 25301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41809, 41809, 'Toner', 'Toner', 25301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61651, 61651, 'Brother', 'Brother', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41810, 41810, 'Canon', 'Canon', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71421, 71421, 'Epson', 'Epson', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121279, 121279, 'Gestetner', 'Gestetner', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121280, 121280, 'Hewlett Packard', 'Hewlett-Packard', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121281, 121281, 'Kodak', 'Kodak', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61652, 61652, 'Konica', 'Konica', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61653, 61653, 'Lanier', 'Lanier', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61654, 61654, 'Lexmark', 'Lexmark', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41811, 41811, 'Minolta', 'Minolta', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71422, 71422, 'Mita', 'Mita', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61655, 61655, 'Panasonic', 'Panasonic', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41812, 41812, 'Ricoh', 'Ricoh', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61656, 61656, 'Savin', 'Savin', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61657, 61657, 'Sharp', 'Sharp', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61658, 61658, 'Toshiba', 'Toshiba', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41813, 41813, 'Xerox', 'Xerox', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29405, 29405, 'Other Copier Toner', 'Other-Copier-Toner', 41809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67074, 67074, 'Other Copier Toner & Supplies', 'Other-Copier-Toner-and-Supplies', 25301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109684, 109684, 'Copiers', 'Copiers', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11162, 11162, 'DVD-R, CD-R & Blank Media', 'DVD-R-CD-R-and-Blank-Media', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41800, 41800, 'Blank Tapes', 'Blank-Tapes', 11162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67084, 67084, '8mm Tapes', '8mm-Tapes', 41800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67085, 67085, 'DAT Tapes', 'DAT-Tapes', 41800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67086, 67086, 'DDS Tapes', 'DDS-Tapes', 41800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41801, 41801, 'DLT Tapes', 'DLT-Tapes', 41800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67087, 67087, 'LTO Tapes', 'LTO-Tapes', 41800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41802, 41802, 'Travan Tapes', 'Travan-Tapes', 41800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67088, 67088, 'VHS Tapes', 'VHS-Tapes', 41800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11165, 11165, 'Other Blank Tapes', 'Other-Blank-Tapes', 41800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41789, 41789, 'CD-R Disks', 'CD-R-Disks', 11162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61625, 61625, '1 - 49 in Pack', '1-49-in-Pack', 41789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41790, 41790, '50 - 99 in Pack', '50-99-in-Pack', 41789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41791, 41791, '100 - 199 in Pack', '100-199-in-Pack', 41789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46317, 46317, '200 and over in Pack', '200-and-over-in-Pack', 41789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21890, 21890, 'Other CD-R Disks', 'Other-CD-R-Disks', 41789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61626, 61626, 'CD-RW Disks', 'CD-RW-Disks', 11162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61627, 61627, '1 - 99 in Pack', '1-99-in-Pack', 61626, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61628, 61628, '100 and over in Pack', '100-and-over-in-Pack', 61626, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21891, 21891, 'Other CD-RW Disks', 'Other-CD-RW-Disks', 61626, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44927, 44927, 'Cleaning Kits', 'Cleaning-Kits', 11162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41792, 41792, 'DVD-R Disks', 'DVD-R-Disks', 11162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41793, 41793, '1 - 10 in Pack', '1-10-in-Pack', 41792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44928, 44928, '11 - 20 in Pack', '11-20-in-Pack', 41792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41794, 41794, '21 - 25 in Pack', '21-25-in-Pack', 41792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41795, 41795, '26 - 50 in Pack', '26-50-in-Pack', 41792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41796, 41796, '51 and over in Pack', '51-and-over-in-Pack', 41792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11163, 11163, 'Other DVD-R Disks', 'Other-DVD-R-Disks', 41792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61629, 61629, 'DVD+R Disks', 'DVDR-Disks', 11162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44929, 44929, '1 - 49 in Pack', '1-49-in-Pack', 61629, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61630, 61630, '50 - 99 in Pack', '50-99-in-Pack', 61629, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61631, 61631, '100 - 199 in Pack', '100-199-in-Pack', 61629, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61632, 61632, '200 and over in Pack', '200-and-over-in-Pack', 61629, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61633, 61633, 'Other DVD+R', 'Other-DVDR', 61629, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67080, 67080, 'DVD+RW Disks', 'DVDRW-Disks', 11162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44930, 44930, '1 - 25 in Pack', '1-25-in-Pack', 67080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67081, 67081, '26 - 50 in Pack', '26-50-in-Pack', 67080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67082, 67082, '100 and over in Pack', '100-and-over-in-Pack', 67080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67083, 67083, 'Other DVD+RW Disks', 'Other-DVDRW-Disks', 67080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117522, 117522, 'Floppy Disks', 'Floppy-Disks', 11162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117523, 117523, '3.5" Disks', '3-5-Disks', 117522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117524, 117524, '5.25" Disks', '5-25-Disks', 117522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11164, 11164, 'Other Floppy Disks', 'Other-Floppy-Disks', 117522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61634, 61634, 'DVD, CD Packaging', 'DVD-CD-Packaging', 11162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61635, 61635, 'Jewel Cases', 'Jewel-Cases', 61634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61636, 61636, '1 Disk Cases', '1-Disk-Cases', 61635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61637, 61637, '2 Disk Cases', '2-Disk-Cases', 61635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61638, 61638, '3+ Disk Cases', '3-Disk-Cases', 61635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61639, 61639, 'Slim Jewel Cases', 'Slim-Jewel-Cases', 61635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61640, 61640, 'Other Jewel Cases', 'Other-Jewel-Cases', 61635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61641, 61641, 'DVD Boxes', 'DVD-Boxes', 61634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61642, 61642, '1 Disk DVD Boxes', '1-Disk-DVD-Boxes', 61641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61643, 61643, '2 Disk DVD Boxes', '2-Disk-DVD-Boxes', 61641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61644, 61644, '3+ Disk DVD Boxes', '3-Disk-DVD-Boxes', 61641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41799, 41799, 'Paper Sleeves', 'Paper-Sleeves', 61634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109717, 109717, 'Poly Cases', 'Poly-Cases', 61634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109716, 109716, 'Wallets', 'Wallets', 61634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41798, 41798, 'Other DVD & CD Packaging', 'Other-DVD-and-CD-Packaging', 61634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67089, 67089, 'SuperDisks', 'SuperDisks', 11162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11166, 11166, 'Zip & Jaz Disks', 'Zip-and-Jaz-Disks', 11162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11161, 11161, 'Other Blank Media', 'Other-Blank-Media', 11162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25307, 25307, 'Fax Machines & Supplies', 'Fax-Machines-and-Supplies', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31384, 31384, 'Fax Machines', 'Fax-Machines', 25307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25308, 25308, 'Brother', 'Brother', 31384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61664, 61664, 'Canon', 'Canon', 31384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61665, 61665, 'Hewlett Packard', 'Hewlett-Packard', 31384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25309, 25309, 'Panasonic', 'Panasonic', 31384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67077, 67077, 'Ricoh', 'Ricoh', 31384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25310, 25310, 'Sharp', 'Sharp', 31384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61666, 61666, 'Xerox', 'Xerox', 31384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3298, 3298, 'Other Fax Machines', 'Other-Fax-Machines', 31384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61667, 61667, 'Fax Toner & Supplies', 'Fax-Toner-and-Supplies', 25307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117519, 117519, 'Fax Manuals & Supplies', 'Fax-Manuals-and-Supplies', 61667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117520, 117520, 'Fax Toner', 'Fax-Toner', 61667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61668, 61668, 'Brother', 'Brother', 117520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61669, 61669, 'Canon', 'Canon', 117520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67078, 67078, 'Hewlett Packard', 'Hewlett-Packard', 117520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61670, 61670, 'Panasonic', 'Panasonic', 117520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67079, 67079, 'Ricoh', 'Ricoh', 117520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61671, 61671, 'Sharp', 'Sharp', 117520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61672, 61672, 'Xerox', 'Xerox', 117520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29796, 29796, 'Other Fax Toner', 'Other-Fax-Toner', 117520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117521, 117521, 'Other Fax Supplies', 'Other-Fax-Supplies', 61667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61673, 61673, 'Microfilm & Microfiche', 'Microfilm-and-Microfiche', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11828, 11828, 'Office Furniture', 'Office-Furniture', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11829, 11829, 'Bookshelves', 'Bookshelves', 11828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11831, 11831, 'Computer Furniture', 'Computer-Furniture', 11828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61678, 61678, 'Cubicles & Systems Furniture', 'Cubicles-and-Systems-Furniture', 11828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61679, 61679, 'Steelcase', 'Steelcase', 61678, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25331, 25331, 'Herman Miller', 'Herman-Miller', 61678, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61680, 61680, 'HON', 'HON', 61678, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61681, 61681, 'Other Cubicle Systems', 'Other-Cubicle-Systems', 61678, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11832, 11832, 'Desks & Tables', 'Desks-and-Tables', 11828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3299, 3299, 'Filing Cabinets', 'Filing-Cabinets', 11828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61674, 61674, 'Office Chairs & Stools', 'Office-Chairs-and-Stools', 11828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113745, 113745, 'Chairs', 'Chairs', 61674, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61675, 61675, 'Fabric', 'Fabric', 113745, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25328, 25328, 'Leather', 'Leather', 113745, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113746, 113746, 'Massaging', 'Massaging', 113745, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113747, 113747, 'Mesh', 'Mesh', 113745, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 61676, 61676, 'Wood', 'Wood', 113745, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61677, 61677, 'Other Office Chairs', 'Other-Office-Chairs', 113745, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113748, 113748, 'Stools', 'Stools', 61674, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113749, 113749, 'Other Office Chairs & Stools', 'Other-Office-Chairs-and-Stools', 61674, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3300, 3300, 'Other Office Furniture', 'Other-Office-Furniture', 11828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25319, 25319, 'Presentation, A/V & Projectors', 'Presentation-A-V-and-Projectors', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61770, 61770, 'Dry Erase Boards', 'Dry-Erase-Boards', 25319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25320, 25320, 'Microphones & Speakers', 'Microphones-and-Speakers', 25319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67090, 67090, 'Overhead Projectors', 'Overhead-Projectors', 25319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25322, 25322, '3M', '3M', 67090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67091, 67091, 'Apollo', 'Apollo', 67090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67092, 67092, 'Dukane', 'Dukane', 67090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67093, 67093, 'Elmo', 'Elmo', 67090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67094, 67094, 'Other Projectors', 'Other-Projectors', 67090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58270, 58270, 'Projector Bulbs', 'Projector-Bulbs', 25319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25323, 25323, 'Screens', 'Screens', 25319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3307, 3307, 'Other Presentation', 'Other-Presentation', 25319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26238, 26238, 'Printing & Graphic Arts', 'Printing-and-Graphic-Arts', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26240, 26240, 'Bindery & Finishing Equipment', 'Bindery-and-Finishing-Equipment', 26238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26243, 26243, 'Binders & Stitchers', 'Binders-and-Stitchers', 26240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57045, 57045, 'Collators & Bookletmakers', 'Collators-and-Bookletmakers', 26240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46692, 46692, 'Folders', 'Folders', 26240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46693, 46693, 'Laminators', 'Laminators', 26240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57050, 57050, 'Numbering Machines', 'Numbering-Machines', 26240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57046, 57046, 'Paper Cutters & Trimmers', 'Paper-Cutters-and-Trimmers', 26240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57047, 57047, 'Electric & Hydraulic', 'Electric-and-Hydraulic', 57046, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57048, 57048, 'Guillotine', 'Guillotine', 57046, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26241, 26241, 'Rotary', 'Rotary', 57046, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57049, 57049, 'Other Paper Cutters', 'Other-Paper-Cutters', 57046, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57051, 57051, 'Paper Drills & Punches', 'Paper-Drills-and-Punches', 26240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26242, 26242, 'Paper Joggers', 'Paper-Joggers', 26240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26244, 26244, 'Other Finishing & Binding', 'Other-Finishing-and-Binding', 26240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46698, 46698, 'Direct Mail Equipment', 'Direct-Mail-Equipment', 26238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46694, 46694, 'Ink, Plates & Film', 'Ink-Plates-and-Film', 26238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57053, 57053, 'Blankets', 'Blankets', 46694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57054, 57054, 'Film', 'Film', 46694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50929, 50929, 'Inks & Coatings', 'Inks-and-Coatings', 46694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50930, 50930, 'Offset Inks', 'Offset-Inks', 50929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57055, 57055, 'Riso Inks', 'Riso-Inks', 50929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92151, 92151, 'Other Inks & Coatings', 'Other-Inks-and-Coatings', 50929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46721, 46721, 'Plates', 'Plates', 46694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46695, 46695, 'Other Ink, Plates & Film', 'Other-Ink-Plates-and-Film', 46694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46722, 46722, 'Plotters, Wide Format Printing', 'Plotters-Wide-Format-Printing', 26238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26245, 26245, 'Cutters- Wide Format', 'Cutters-Wide-Format', 46722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46724, 46724, 'Printers- Wide Format', 'Printers-Wide-Format', 46722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46723, 46723, 'Other Plotters', 'Other-Plotters', 46722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46725, 46725, 'PrePress Equipment', 'PrePress-Equipment', 26238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26246, 26246, 'Imagesetters', 'Imagesetters', 46725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46726, 46726, 'Platemakers', 'Platemakers', 46725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57059, 57059, 'Proofing', 'Proofing', 46725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57056, 57056, 'RIPs', 'RIPs', 46725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57057, 57057, 'Scanners', 'Scanners', 46725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57058, 57058, 'Other PrePress Equipment', 'Other-PrePress-Equipment', 46725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46727, 46727, 'Printing & Graphic Essentials', 'Printing-and-Graphic-Essentials', 26238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46728, 46728, 'Books & Manuals', 'Books-and-Manuals', 46727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46729, 46729, 'Color Control & Evaluation', 'Color-Control-and-Evaluation', 46727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46730, 46730, 'Color Guides & Pantone', 'Color-Guides-and-Pantone', 46729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46731, 46731, 'Densitometers & Other Meters', 'Densitometers-and-Other-Meters', 46729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46732, 46732, 'Other Color Control', 'Other-Color-Control', 46729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117513, 117513, 'Duplicator Supplies', 'Duplicator-Supplies', 46727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46733, 46733, 'General Accessories', 'General-Accessories', 46727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26254, 26254, 'Software, Clipart', 'Software-Clipart', 46727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109688, 109688, 'Type, Cuts & Printing Blocks', 'Type-Cuts-and-Printing-Blocks', 46727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109689, 109689, 'Antique Printing Blocks', 'Antique-Printing-Blocks', 109688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109690, 109690, 'Bookbinding Cuts', 'Bookbinding-Cuts', 109688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109691, 109691, 'Copper & Metal Blocks', 'Copper-and-Metal-Blocks', 109688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109692, 109692, 'Metal on Wood Printer Blocks', 'Metal-on-Wood-Printer-Blocks', 109688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109693, 109693, 'Wood Blocks', 'Wood-Blocks', 109688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46735, 46735, 'Other Types & Printing Blocks', 'Other-Types-and-Printing-Blocks', 109688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46734, 46734, 'Other Graphic Essentials', 'Other-Graphic-Essentials', 46727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46743, 46743, 'Screen & Specialty Printing', 'Screen-and-Specialty-Printing', 26238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46744, 46744, 'Engraving', 'Engraving', 46743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57064, 57064, 'Heat Transfer', 'Heat-Transfer', 46743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26253, 26253, 'Iron on Paper', 'Iron-on-Paper', 57064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57065, 57065, 'Presses', 'Presses', 57064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26248, 26248, 'Transfers', 'Transfers', 57064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57066, 57066, 'Other Heat Transfer', 'Other-Heat-Transfer', 57064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46746, 46746, 'Pad Printing', 'Pad-Printing', 46743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46736, 46736, 'Screen Printing', 'Screen-Printing', 46743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26252, 26252, 'Equipment', 'Equipment', 46736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46737, 46737, 'Parts, Accessories & Supplies', 'Parts-Accessories-and-Supplies', 46736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46738, 46738, 'Other Screen Printing', 'Other-Screen-Printing', 46736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57060, 57060, 'Stamping & Embossing', 'Stamping-and-Embossing', 46743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46745, 46745, 'Dies & Fonts', 'Dies-and-Fonts', 57060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57061, 57061, 'Machines', 'Machines', 57060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57062, 57062, 'Parts & Accessories', 'Parts-and-Accessories', 57060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57063, 57063, 'Other Stamping & Embossing', 'Other-Stamping-and-Embossing', 57060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46747, 46747, 'Other Specialty Printing', 'Other-Specialty-Printing', 46743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46739, 46739, 'Sign Making Supplies', 'Sign-Making-Supplies', 26238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117514, 117514, 'Magnetic Sheets & Supplies', 'Magnetic-Sheets-and-Supplies', 46739, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46740, 46740, 'Sign Lettering', 'Sign-Lettering', 46739, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46741, 46741, 'Vinyl & Sign Film', 'Vinyl-and-Sign-Film', 46739, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46742, 46742, 'Other Sign Making Supplies', 'Other-Sign-Making-Supplies', 46739, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3180, 3180, 'Other Printing & Graphics', 'Other-Printing-and-Graphics', 26238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19273, 19273, 'Shipping & Packing Supplies', 'Shipping-and-Packing-Supplies', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109694, 109694, 'Bags', 'Bags', 19273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109695, 109695, 'Anti-Static Bags', 'Anti-Static-Bags', 109694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109696, 109696, 'Flat Poly Bags', 'Flat-Poly-Bags', 109694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109697, 109697, 'Merchandise Bags', 'Merchandise-Bags', 109694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46699, 46699, 'Reclosable, Zipper Bags', 'Reclosable-Zipper-Bags', 109694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109698, 109698, 'Other Bags', 'Other-Bags', 109694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109699, 109699, 'Cushioning Wrap', 'Cushioning-Wrap', 19273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109700, 109700, 'Bubble Cushioning Wrap', 'Bubble-Cushioning-Wrap', 109699, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19274, 19274, 'Small - 3/16', 'Small-3-16-', 109700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109701, 109701, 'Medium - 5/16"', 'Medium-5-16-', 109700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109702, 109702, 'Large - 1/2"', 'Large-1-2-', 109700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109703, 109703, 'Other Bubble Wrap', 'Other-Bubble-Wrap', 109700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109704, 109704, 'Foam Wrap', 'Foam-Wrap', 109699, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109705, 109705, 'Other Cushioning Wrap', 'Other-Cushioning-Wrap', 109699, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106438, 106438, 'Envelopes', 'Envelopes', 19273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58263, 58263, 'Letter Folders', 'Letter-Folders', 19273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111650, 111650, 'Mailers', 'Mailers', 19273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109731, 109731, 'Packing Peanuts', 'Packing-Peanuts', 19273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109732, 109732, 'Green - Recycled', 'Green-Recycled', 109731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109733, 109733, 'Pink - Anti Static', 'Pink-Anti-Static', 109731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19275, 19275, 'White', 'White', 109731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109734, 109734, 'Other Packing Peanuts', 'Other-Packing-Peanuts', 109731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109735, 109735, 'Packing Tape & Dispensers', 'Packing-Tape-and-Dispensers', 19273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19276, 19276, 'Carton Sealing', 'Carton-Sealing', 109735, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109736, 109736, 'Paper & Reinforced', 'Paper-and-Reinforced', 109735, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109737, 109737, 'Strapping', 'Strapping', 109735, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109738, 109738, 'Packing Tape Dispensers', 'Packing-Tape-Dispensers', 109735, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109739, 109739, 'Other Packing Tape', 'Other-Packing-Tape', 109735, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58265, 58265, 'Postage Meters, Supplies', 'Postage-Meters-Supplies', 19273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109762, 109762, 'Postage Meters', 'Postage-Meters', 58265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58264, 58264, 'Postage Meter Supplies', 'Postage-Meter-Supplies', 58265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109740, 109740, 'Shipping Boxes', 'Shipping-Boxes', 19273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109741, 109741, 'Brown Corrugated Boxes', 'Brown-Corrugated-Boxes', 109740, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19278, 19278, '4 - 14 Long', '4-14-Long', 109741, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109744, 109744, '15" - 20" Long', '15-20-Long', 109741, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109745, 109745, '21" - 48" Long', '21-48-Long', 109741, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109746, 109746, 'Flat', 'Flat', 109741, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109747, 109747, 'Tall', 'Tall', 109741, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109748, 109748, 'Other Corrugated Boxes', 'Other-Corrugated-Boxes', 109741, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109742, 109742, 'White Corrugated Boxes', 'White-Corrugated-Boxes', 109740, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109743, 109743, 'Other Shipping Boxes', 'Other-Shipping-Boxes', 109740, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109749, 109749, 'Shipping, Postal Scales', 'Shipping-Postal-Scales', 19273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109750, 109750, 'Digital Scales', 'Digital-Scales', 109749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109751, 109751, 'Under 6 Pound Capacity', 'Under-6-Pound-Capacity', 109750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109752, 109752, '6 - 25 Pound Capacity', '6-25-Pound-Capacity', 109750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50954, 50954, '26 - 50 Pound Capacity', '26-50-Pound-Capacity', 109750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109753, 109753, '51 - 100 Pound Capacity', '51-100-Pound-Capacity', 109750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109754, 109754, 'Over 100 Pound Capacity', 'Over-100-Pound-Capacity', 109750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109755, 109755, 'Mechanical Scales', 'Mechanical-Scales', 109749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109756, 109756, 'Other Shipping Scales', 'Other-Shipping-Scales', 109749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50955, 50955, 'Shrink Wrap', 'Shrink-Wrap', 19273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1290, 1290, 'Other Shipping Supplies', 'Other-Shipping-Supplies', 19273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67095, 67095, 'Shredders', 'Shredders', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67096, 67096, 'Confetti Paper Shredders', 'Confetti-Paper-Shredders', 67095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3304, 3304, 'Cross Cut Paper Shredders', 'Cross-Cut-Paper-Shredders', 67095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109763, 109763, 'Strip Cut Shredders', 'Strip-Cut-Shredders', 67095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67097, 67097, 'Other Paper Shredders', 'Other-Paper-Shredders', 67095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58271, 58271, 'Supplies & Small Equipment', 'Supplies-and-Small-Equipment', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16460, 16460, 'Breakroom, Cleaning Supplies', 'Breakroom-Cleaning-Supplies', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41912, 41912, 'Calendars', 'Calendars', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61751, 61751, 'Desk Calendars', 'Desk-Calendars', 41912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41913, 41913, 'Wall Calendars', 'Wall-Calendars', 41912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61752, 61752, 'Other Calendars', 'Other-Calendars', 41912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25337, 25337, 'Desk Accessories', 'Desk-Accessories', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25338, 25338, 'Business Card Holders', 'Business-Card-Holders', 25337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61753, 61753, 'Copy & Document Holders', 'Copy-and-Document-Holders', 25337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121282, 121282, 'Desk & Drawer Organizers', 'Desk-and-Drawer-Organizers', 25337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121283, 121283, 'Desk Organizers', 'Desk-Organizers', 121282, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121284, 121284, 'Drawer Organizers', 'Drawer-Organizers', 121282, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25339, 25339, 'Other Desk and Drawer', 'Other-Desk-and-Drawer', 121282, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25340, 25340, 'Desk Sets', 'Desk-Sets', 25337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121285, 121285, 'Pencil Sharpeners', 'Pencil-Sharpeners', 25337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121286, 121286, 'Electric', 'Electric', 121285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121287, 121287, 'Manual', 'Manual', 121285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25341, 25341, 'Other Pencil Sharpeners', 'Other-Pencil-Sharpeners', 121285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61754, 61754, 'Rolodexes, Business Card Files', 'Rolodexes-Business-Card-Files', 25337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25342, 25342, 'Stamps & Daters', 'Stamps-and-Daters', 25337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113750, 113750, 'Staplers', 'Staplers', 25337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113751, 113751, 'Staplers - Electric', 'Staplers-Electric', 113750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25343, 25343, 'Staplers - Mechanical', 'Staplers-Mechanical', 113750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113752, 113752, 'Other Staplers', 'Other-Staplers', 113750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113753, 113753, 'Staples', 'Staples', 25337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117014, 117014, 'Sticky Notes', 'Sticky-Notes', 25337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117534, 117534, 'Tape Dispensers', 'Tape-Dispensers', 25337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3297, 3297, 'Other Desk Accessories', 'Other-Desk-Accessories', 25337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62034, 62034, 'Dictation & Stenography', 'Dictation-and-Stenography', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62045, 62045, 'Dictation Accessories', 'Dictation-Accessories', 62034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62043, 62043, 'Dictation Machines', 'Dictation-Machines', 62034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25324, 25324, 'Dictaphone', 'Dictaphone', 62043, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62037, 62037, 'Lanier', 'Lanier', 62043, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62038, 62038, 'Olympus', 'Olympus', 62043, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62039, 62039, 'Panasonic', 'Panasonic', 62043, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62040, 62040, 'Sanyo', 'Sanyo', 62043, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62041, 62041, 'Sony', 'Sony', 62043, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62042, 62042, 'Other Dictation Machines', 'Other-Dictation-Machines', 62043, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62044, 62044, 'Stenographs', 'Stenographs', 62034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62036, 62036, 'Other Dictation', 'Other-Dictation', 62034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25344, 25344, 'Filing, Storage & Binding', 'Filing-Storage-and-Binding', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25345, 25345, 'Binders & Supplies', 'Binders-and-Supplies', 25344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61755, 61755, 'Binding Covers & Spines', 'Binding-Covers-and-Spines', 25344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61756, 61756, 'Binding Machines', 'Binding-Machines', 25344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25346, 25346, 'Files & Supplies', 'Files-and-Supplies', 25344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11834, 11834, 'Other Filing & Binding', 'Other-Filing-and-Binding', 25344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25347, 25347, 'Label Makers & Supplies', 'Label-Makers-and-Supplies', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61757, 61757, 'Label Makers', 'Label-Makers', 25347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61758, 61758, 'Brother', 'Brother', 61757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61759, 61759, 'Casio', 'Casio', 61757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61760, 61760, 'Dymo', 'Dymo', 61757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25348, 25348, 'Other Label Makers', 'Other-Label-Makers', 61757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58261, 58261, 'Label Maker Supplies', 'Label-Maker-Supplies', 25347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58262, 58262, 'Other Label Makers & Supplies', 'Other-Label-Makers-and-Supplies', 25347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117007, 117007, 'Labels', 'Labels', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117008, 117008, 'Address & Shipping Labels', 'Address-and-Shipping-Labels', 117007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44931, 44931, 'CD, DVD & Disk Labels', 'CD-DVD-and-Disk-Labels', 117007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117009, 117009, 'Inkjet Labels', 'Inkjet-Labels', 117007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117010, 117010, 'Laser Labels', 'Laser-Labels', 117007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117012, 117012, 'Return Address Labels', 'Return-Address-Labels', 117007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117013, 117013, 'Thermal Labels', 'Thermal-Labels', 117007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20163, 20163, 'Other Labels', 'Other-Labels', 117007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61771, 61771, 'Laminating', 'Laminating', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25317, 25317, 'Machines', 'Machines', 61771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61772, 61772, 'Supplies', 'Supplies', 61771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61773, 61773, 'Other Laminating', 'Other-Laminating', 61771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3301, 3301, 'Laser Pointers', 'Laser-Pointers', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62046, 62046, 'Mousepads', 'Mousepads', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62047, 62047, 'Gel & Neoprene', 'Gel-and-Neoprene', 62046, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11192, 11192, 'Animal', 'Animal', 62047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62049, 62049, 'Auto & Motorcycle', 'Auto-and-Motorcycle', 62047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62050, 62050, 'Sports', 'Sports', 62047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62051, 62051, 'Other Gel', 'Other-Gel', 62047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62052, 62052, 'Leather', 'Leather', 62046, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62048, 62048, 'Other Mousepads', 'Other-Mousepads', 62046, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20160, 20160, 'Paper Products', 'Paper-Products', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20161, 20161, 'Cards & Card Stock', 'Cards-and-Card-Stock', 20160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61766, 61766, 'Copier, Printer & Fax Paper', 'Copier-Printer-and-Fax-Paper', 20160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61767, 61767, 'Epson', 'Epson', 61766, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25349, 25349, 'Hewlett Packard', 'Hewlett-Packard', 61766, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61768, 61768, 'Kodak', 'Kodak', 61766, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61769, 61769, 'Other Paper', 'Other-Paper', 61766, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25350, 25350, 'Forms & Record Keeping', 'Forms-and-Record-Keeping', 20160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20164, 20164, 'Note Pads', 'Note-Pads', 20160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92153, 92153, 'Plotter Paper', 'Plotter-Paper', 20160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92154, 92154, 'Stationery', 'Stationery', 20160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3305, 3305, 'Other Paper Products', 'Other-Paper-Products', 20160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25351, 25351, 'Pen & Writing Instruments', 'Pen-and-Writing-Instruments', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61779, 61779, 'Ballpoint Pens', 'Ballpoint-Pens', 25351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61778, 61778, 'Calligraphy & Fountain Pens', 'Calligraphy-and-Fountain-Pens', 25351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61780, 61780, 'Fine Pens, Writing Instruments', 'Fine-Pens-Writing-Instruments', 25351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61781, 61781, 'Cross', 'Cross', 61780, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61782, 61782, 'Mont Blanc', 'Mont-Blanc', 61780, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61783, 61783, 'Parker', 'Parker', 61780, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61784, 61784, 'Other Fine Writing Instruments', 'Other-Fine-Writing-Instruments', 61780, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119128, 119128, 'Highlighters', 'Highlighters', 25351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25353, 25353, 'Markers', 'Markers', 25351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25354, 25354, 'Pencils', 'Pencils', 25351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67107, 67107, 'Refills', 'Refills', 25351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25352, 25352, 'Rollerball Pens', 'Rollerball-Pens', 25351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25355, 25355, 'Sets', 'Sets', 25351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11835, 11835, 'Other Writing', 'Other-Writing', 25351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61774, 61774, 'Planners, Organizers & Refills', 'Planners-Organizers-and-Refills', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117004, 117004, 'Planners & Organizers', 'Planners-and-Organizers', 61774, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61775, 61775, 'At - A - Glance', 'At-A-Glance', 117004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61776, 61776, 'Day Runner', 'Day-Runner', 117004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117005, 117005, 'Filofax', 'Filofax', 117004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41914, 41914, 'Franklin Covey', 'Franklin-Covey', 117004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61777, 61777, 'Mead', 'Mead', 117004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3295, 3295, 'Other Planners', 'Other-Planners', 117004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117006, 117006, 'Refills', 'Refills', 61774, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117525, 117525, 'Time Clocks & Supplies', 'Time-Clocks-and-Supplies', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117526, 117526, 'Time Clock Supplies', 'Time-Clock-Supplies', 117525, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117527, 117527, 'Time Clocks', 'Time-Clocks', 117525, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117528, 117528, 'Acroprint', 'Acroprint', 117527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117529, 117529, 'Amano', 'Amano', 117527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117530, 117530, 'Kronos', 'Kronos', 117527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117531, 117531, 'Lathem', 'Lathem', 117527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117532, 117532, 'Simplex', 'Simplex', 117527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117533, 117533, 'Other Time Clocks', 'Other-Time-Clocks', 117527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25325, 25325, 'Other Time Clocks & Supplies', 'Other-Time-Clocks-and-Supplies', 117525, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41814, 41814, 'Typewriters & Word Processors', 'Typewriters-and-Word-Processors', 58271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41815, 41815, 'Brother', 'Brother', 41814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41816, 41816, 'IBM', 'IBM', 41814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67098, 67098, 'Olivetti', 'Olivetti', 41814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67099, 67099, 'Olympia', 'Olympia', 41814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67100, 67100, 'Panasonic', 'Panasonic', 41814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67101, 67101, 'Quickpad', 'Quickpad', 41814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67102, 67102, 'Remington', 'Remington', 41814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67103, 67103, 'Royal', 'Royal', 41814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67104, 67104, 'Sharp', 'Sharp', 41814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41817, 41817, 'Smith Corona', 'Smith-Corona', 41814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67105, 67105, 'Typewriter Ribbon & Supplies', 'Typewriter-Ribbon-and-Supplies', 41814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67106, 67106, 'Underwood', 'Underwood', 41814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25326, 25326, 'Other Typewriters', 'Other-Typewriters', 41814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3241, 3241, 'Trade Show Displays', 'Trade-Show-Displays', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71484, 71484, 'Banner Systems, Signage', 'Banner-Systems-Signage', 3241, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3242, 3242, 'Pop-Up & Booth Displays', 'Pop-Up-and-Booth-Displays', 3241, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71485, 71485, 'Tabletop & Portable Displays', 'Tabletop-and-Portable-Displays', 3241, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71486, 71486, 'Trade Show Display Accessories', 'Trade-Show-Display-Accessories', 3241, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71487, 71487, 'Literature Stands & Racks', 'Literature-Stands-and-Racks', 71486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71488, 71488, 'Trade Show Counters & Tables', 'Trade-Show-Counters-and-Tables', 71486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71489, 71489, 'Tradeshow Booth Lighting', 'Tradeshow-Booth-Lighting', 71486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71490, 71490, 'Travel & Carrying Cases', 'Travel-and-Carrying-Cases', 71486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55851, 55851, 'Other Display Accessories', 'Other-Display-Accessories', 71486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1304, 1304, 'Other Trade Show Displays', 'Other-Trade-Show-Displays', 3241, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 302, 302, 'Other Office Products', 'Other-Office-Products', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67108, 67108, 'Office - Wholesale Lots', 'Office-Wholesale-Lots', 25298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14885, 14885, 'Pencils & Pens', 'Pencils-and-Pens', 67108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67109, 67109, 'Staplers & Staples', 'Staplers-and-Staples', 67108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67110, 67110, 'Tape', 'Tape', 67108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67111, 67111, 'Other Office Wholesale Lots', 'Other-Office-Wholesale-Lots', 67108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26255, 26255, 'Other Industries', 'Other-Industries', 12576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73175, 73175, 'Dry Cleaning, Laundromat', 'Dry-Cleaning-Laundromat', 26255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55852, 55852, 'Coin-op Washers, Dryers', 'Coin-op-Washers-Dryers', 73175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73177, 73177, 'Dry Cleaning Equipment', 'Dry-Cleaning-Equipment', 73175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73178, 73178, 'Other Commercial Cleaning', 'Other-Commercial-Cleaning', 73175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139960, 139960, 'Inventions', 'Inventions', 26255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92152, 92152, 'Mining', 'Mining', 26255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57112, 57112, 'Oil & Gas', 'Oil-and-Gas', 26255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71495, 71495, 'Dispensers & Accessories', 'Dispensers-and-Accessories', 57112, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36349, 36349, 'Drilling Equipment', 'Drilling-Equipment', 57112, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57113, 57113, 'Supplies', 'Supplies', 57112, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57114, 57114, 'Other Oil & Gas', 'Other-Oil-and-Gas', 57112, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57115, 57115, 'Power & Utilities', 'Power-and-Utilities', 26255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36353, 36353, 'Belts, Straps, Harnesses', 'Belts-Straps-Harnesses', 57115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57116, 57116, 'Cable Tools & Supplies', 'Cable-Tools-and-Supplies', 57115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71496, 71496, 'Climbing Spikes, Gaffs', 'Climbing-Spikes-Gaffs', 57115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57117, 57117, 'Gas, Water Meters', 'Gas-Water-Meters', 57115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57118, 57118, 'Other', 'Other', 57115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26259, 26259, 'Railroad', 'Railroad', 26255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11759, 11759, 'Websites & Businesses for Sale', 'Websites-and-Businesses-for-Sale', 26255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67214, 67214, 'Advertising Inventory', 'Advertising-Inventory', 11759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50972, 50972, 'Banner Ads, Email, Online', 'Banner-Ads-Email-Online', 67214, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67215, 67215, 'Radio, Television', 'Radio-Television', 67214, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117001, 117001, 'Text Links', 'Text-Links', 67214, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67216, 67216, 'Other Advertising Inventory', 'Other-Advertising-Inventory', 67214, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46685, 46685, 'Home-Based Businesses', 'Home-Based-Businesses', 11759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46686, 46686, 'Internet Businesses, Websites', 'Internet-Businesses-Websites', 11759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117002, 117002, 'Dating', 'Dating', 46686, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117515, 117515, 'Ecommerce', 'Ecommerce', 46686, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117516, 117516, 'Jewelry', 'Jewelry', 117515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117517, 117517, 'Pet Supplies', 'Pet-Supplies', 117515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117518, 117518, 'Travel', 'Travel', 117515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46687, 46687, 'Other', 'Other', 117515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11763, 11763, 'Entertainment', 'Entertainment', 46686, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117003, 117003, 'Hosting', 'Hosting', 46686, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46688, 46688, 'Portals, Search', 'Portals-Search', 46686, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46689, 46689, 'Other Internet Businesses', 'Other-Internet-Businesses', 46686, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11760, 11760, 'Manufacturing', 'Manufacturing', 11759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46690, 46690, 'Marketing', 'Marketing', 11759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50973, 50973, 'Patents, Trademarks', 'Patents-Trademarks', 11759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11761, 11761, 'Retail, General Stores', 'Retail-General-Stores', 11759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11762, 11762, 'Service Businesses', 'Service-Businesses', 11759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46691, 46691, 'Vending, Coin-Op', 'Vending-Coin-Op', 11759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11764, 11764, 'Wholesale Trade & Distribution', 'Wholesale-Trade-and-Distribution', 11759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2992, 2992, 'Other', 'Other', 11759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3258, 3258, 'Wholesale Lots', 'Wholesale-Lots', 26255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26261, 26261, 'Other', 'Other', 26255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 625, 625, 'Cameras & Photo', 'Cameras-and-Photo', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107894, 107894, 'Bags, Cases & Straps', 'Bags-Cases-and-Straps', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83858, 83858, 'For Camcorders', 'For-Camcorders', 107894, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83859, 83859, 'Compact Camcorder Case, Bag', 'Compact-Camcorder-Case-Bag', 83858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83861, 83861, 'Pro, Aluminum, Hard Cases', 'Pro-Aluminum-Hard-Cases', 83858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83860, 83860, 'Shoulder Bags', 'Shoulder-Bags', 83858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43432, 43432, 'Other Bags, Cases & Straps', 'Other-Bags-Cases-and-Straps', 83858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50502, 50502, 'For Cameras', 'For-Cameras', 107894, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64335, 64335, 'Fitted Camera Cases', 'Fitted-Camera-Cases', 50502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64337, 64337, 'To Fit Canon', 'To-Fit-Canon', 64335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88651, 88651, 'To Fit Casio', 'To-Fit-Casio', 64335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64338, 64338, 'To Fit Fuji', 'To-Fit-Fuji', 64335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88652, 88652, 'To Fit Kodak', 'To-Fit-Kodak', 64335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64339, 64339, 'To Fit Minolta', 'To-Fit-Minolta', 64335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64340, 64340, 'To Fit Nikon', 'To-Fit-Nikon', 64335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64341, 64341, 'To Fit Olympus', 'To-Fit-Olympus', 64335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64342, 64342, 'To Fit Sony', 'To-Fit-Sony', 64335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43442, 43442, 'Other', 'Other', 64335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64336, 64336, 'Generic/Universal Camera Cases', 'Generic-Universal-Camera-Cases', 50502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30049, 30049, 'Lens, Flash Cases', 'Lens-Flash-Cases', 50502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 50503, 50503, 'Memory Card Cases', 'Memory-Card-Cases', 50502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50504, 50504, 'Pouches, Shoulder Bags', 'Pouches-Shoulder-Bags', 50502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50505, 50505, 'Pro, Aluminum, Hard Cases', 'Pro-Aluminum-Hard-Cases', 50502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64343, 64343, 'Straps', 'Straps', 50502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30051, 30051, 'Suitcase-Style Cases', 'Suitcase-Style-Cases', 50502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50507, 50507, 'Other Bags, Cases & Straps', 'Other-Bags-Cases-and-Straps', 50502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28179, 28179, 'Binoculars & Telescopes', 'Binoculars-and-Telescopes', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50536, 50536, 'Binoculars & Monoculars', 'Binoculars-and-Monoculars', 28179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83880, 83880, 'Binoculars', 'Binoculars', 50536, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83881, 83881, 'Compact, Pocket-Sized', 'Compact-Pocket-Sized', 83880, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83882, 83882, '2x to 5x magnification', '2x-to-5x-magnification', 83881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83883, 83883, '6x to 9x magnification', '6x-to-9x-magnification', 83881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28180, 28180, '10x & more', '10x-and-more', 83881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50537, 50537, 'Digital Camera Binoculars', 'Digital-Camera-Binoculars', 83880, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74921, 74921, 'Night Vision', 'Night-Vision', 83880, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83884, 83884, 'Standard', 'Standard', 83880, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83885, 83885, '2x to 5x magnification', '2x-to-5x-magnification', 83884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83886, 83886, '6x to 9x magnification', '6x-to-9x-magnification', 83884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50538, 50538, '10x & more', '10x-and-more', 83884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50539, 50539, 'Zoom', 'Zoom', 83880, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83887, 83887, 'Monoculars', 'Monoculars', 50536, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50540, 50540, 'Other Binoculars & Monoculars', 'Other-Binoculars-and-Monoculars', 50536, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74922, 74922, 'Eyepieces & Telescope Accs.', 'Eyepieces-and-Telescope-Accs-', 28179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29954, 29954, 'Eyepieces', 'Eyepieces', 74922, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74923, 74923, 'Filters', 'Filters', 74922, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74924, 74924, 'Lenses', 'Lenses', 74922, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74925, 74925, 'Mirrors, Prisms & Holders', 'Mirrors-Prisms-and-Holders', 74922, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74926, 74926, 'Other Telescope Accessories', 'Other-Telescope-Accessories', 74922, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74927, 74927, 'Telescopes', 'Telescopes', 28179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28181, 28181, 'Reflector', 'Reflector', 74927, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74928, 74928, 'Refractor', 'Refractor', 74927, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74929, 74929, 'Schmidt-Cassegrain', 'Schmidt-Cassegrain', 74927, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74930, 74930, 'Other Telescopes', 'Other-Telescopes', 74927, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11723, 11723, 'Camcorder Accessories', 'Camcorder-Accessories', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23779, 23779, 'Accessories', 'Accessories', 11723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64320, 64320, 'Accessory Kits', 'Accessory-Kits', 23779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64321, 64321, 'Canon', 'Canon', 64320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64322, 64322, 'Sony', 'Sony', 64320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64323, 64323, 'Other Brands', 'Other-Brands', 64320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74903, 74903, 'Filters', 'Filters', 23779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64328, 64328, 'Kits & Sets', 'Kits-and-Sets', 74903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74904, 74904, 'Polarizing', 'Polarizing', 74903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74905, 74905, 'Special Effects', 'Special-Effects', 74903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74906, 74906, 'UV, Haze & Protection', 'UV-Haze-and-Protection', 74903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74907, 74907, 'Other Filters', 'Other-Filters', 74903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43440, 43440, 'Lights', 'Lights', 23779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83857, 83857, 'Microphones', 'Microphones', 23779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64330, 64330, 'Tripods', 'Tripods', 23779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23780, 23780, 'Other Camcorder Items', 'Other-Camcorder-Items', 23779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48508, 48508, 'Batteries & Chargers', 'Batteries-and-Chargers', 11723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43433, 43433, 'Batteries', 'Batteries', 48508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43434, 43434, 'Canon', 'Canon', 43433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43435, 43435, 'JVC', 'JVC', 43433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43436, 43436, 'Panasonic', 'Panasonic', 43433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67343, 67343, 'RCA', 'RCA', 43433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64331, 64331, 'Samsung', 'Samsung', 43433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43437, 43437, 'Sharp', 'Sharp', 43433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43438, 43438, 'Sony', 'Sony', 43433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67344, 67344, 'Universal, Multi-Brand', 'Universal-Multi-Brand', 43433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15072, 15072, 'Other Brands', 'Other-Brands', 43433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50480, 50480, 'Chargers', 'Chargers', 48508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50481, 50481, 'Canon', 'Canon', 50480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50482, 50482, 'JVC', 'JVC', 50480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50483, 50483, 'Panasonic', 'Panasonic', 50480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50484, 50484, 'Sharp', 'Sharp', 50480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22788, 22788, 'Sony', 'Sony', 50480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50485, 50485, 'Universal, Multi-Brand', 'Universal-Multi-Brand', 50480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50486, 50486, 'Other Brands', 'Other-Brands', 50480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67339, 67339, 'Blank Tapes & Memory', 'Blank-Tapes-and-Memory', 11723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67340, 67340, '8mm, Hi8', '8mm-Hi8', 67339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103403, 103403, 'DVD-R/RW', 'DVD-R-RW', 67339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103404, 103404, 'Mini DV', 'Mini-DV', 67339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103405, 103405, 'JVC', 'JVC', 103404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103406, 103406, 'Panasonic', 'Panasonic', 103404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103407, 103407, 'Sony', 'Sony', 103404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15073, 15073, 'Other', 'Other', 103404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67341, 67341, 'VHS', 'VHS', 67339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67342, 67342, 'Other Cassettes & Tapes', 'Other-Cassettes-and-Tapes', 67339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43439, 43439, 'Cables, Cords & Connectors', 'Cables-Cords-and-Connectors', 11723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64324, 64324, 'Lenses & Accessories', 'Lenses-and-Accessories', 11723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74902, 74902, 'Lenses', 'Lenses', 64324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64325, 64325, 'Canon', 'Canon', 74902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64326, 64326, 'JVC', 'JVC', 74902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73444, 73444, 'Panasonic', 'Panasonic', 74902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64327, 64327, 'Sony', 'Sony', 74902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29964, 29964, 'Other Brands', 'Other-Brands', 74902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64329, 64329, 'Lens Accessories', 'Lens-Accessories', 64324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23781, 23781, 'Camcorders', 'Camcorders', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48510, 48510, '8mm, Hi8, VHS', '8mm-Hi8-VHS', 23781, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15074, 15074, '8mm', '8mm', 48510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15075, 15075, 'Hi8', 'Hi8', 48510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22787, 22787, 'VHS & VHS-C', 'VHS-and-VHS-C', 48510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3315, 3315, 'S-VHS & S-VHS-C', 'S-VHS-and-S-VHS-C', 48510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48512, 48512, 'Digital 8', 'Digital-8', 23781, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64332, 64332, 'DVD', 'DVD', 23781, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 148487, 148487, 'HDD', 'HDD', 23781, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 122611, 122611, 'HDV', 'HDV', 23781, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50487, 50487, 'MicroMV', 'MicroMV', 23781, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48513, 48513, 'MiniDV', 'MiniDV', 23781, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20330, 20330, 'Canon', 'Canon', 48513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20331, 20331, 'JVC', 'JVC', 48513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20332, 20332, 'Panasonic', 'Panasonic', 48513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64333, 64333, 'Samsung', 'Samsung', 48513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64334, 64334, 'Sharp', 'Sharp', 48513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20333, 20333, 'Sony', 'Sony', 48513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11724, 11724, 'Other Camcorder Brands', 'Other-Camcorder-Brands', 48513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48514, 48514, 'Other Digital Formats', 'Other-Digital-Formats', 23781, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3327, 3327, 'Digital Camera Accessories', 'Digital-Camera-Accessories', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18866, 18866, 'Accessories', 'Accessories', 3327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50488, 50488, 'Accessory Kits', 'Accessory-Kits', 18866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50489, 50489, 'Canon', 'Canon', 50488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50490, 50490, 'Fuji', 'Fuji', 50488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50491, 50491, 'Minolta', 'Minolta', 50488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50492, 50492, 'Nikon', 'Nikon', 50488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50493, 50493, 'Olympus', 'Olympus', 50488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29994, 29994, 'Sony', 'Sony', 50488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50494, 50494, 'Other Brands', 'Other-Brands', 50488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50495, 50495, 'AC, DC Power Adapters', 'AC-DC-Power-Adapters', 18866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50496, 50496, 'Canon', 'Canon', 50495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50497, 50497, 'Fuji', 'Fuji', 50495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50498, 50498, 'HP, Minolta, Casio', 'HP-Minolta-Casio', 50495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50499, 50499, 'Nikon', 'Nikon', 50495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50500, 50500, 'Olympus', 'Olympus', 50495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29996, 29996, 'Sony', 'Sony', 50495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50501, 50501, 'Other Brands', 'Other-Brands', 50495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64344, 64344, 'Camera & Printer Docks', 'Camera-and-Printer-Docks', 18866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50508, 50508, 'LCD Hood, Screen', 'LCD-Hood-Screen', 18866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64345, 64345, 'Remote Controls', 'Remote-Controls', 18866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50506, 50506, 'Underwater Housings', 'Underwater-Housings', 18866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15215, 15215, 'Other Accessories', 'Other-Accessories', 18866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48522, 48522, 'Batteries & Chargers', 'Batteries-and-Chargers', 3327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43444, 43444, 'Batteries', 'Batteries', 48522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43445, 43445, 'AA', 'AA', 43444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64346, 64346, 'AAA', 'AAA', 43444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48516, 48516, 'Canon', 'Canon', 43444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64347, 64347, 'Casio', 'Casio', 43444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48517, 48517, 'Fuji', 'Fuji', 43444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48518, 48518, 'Kodak', 'Kodak', 43444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50509, 50509, 'Minolta', 'Minolta', 43444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48519, 48519, 'Nikon', 'Nikon', 43444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48520, 48520, 'Olympus', 'Olympus', 43444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64348, 64348, 'Pentax', 'Pentax', 43444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48521, 48521, 'Sony', 'Sony', 43444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43447, 43447, 'Other Brands', 'Other-Brands', 43444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50510, 50510, 'Chargers', 'Chargers', 48522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50511, 50511, 'AA', 'AA', 50510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64349, 64349, 'AAA', 'AAA', 50510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50512, 50512, 'Canon', 'Canon', 50510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50513, 50513, 'Fuji', 'Fuji', 50510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50514, 50514, 'Kodak', 'Kodak', 50510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50515, 50515, 'Minolta', 'Minolta', 50510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50516, 50516, 'Nikon', 'Nikon', 50510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50517, 50517, 'Olympus', 'Olympus', 50510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29995, 29995, 'Sony', 'Sony', 50510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50518, 50518, 'Other Brands', 'Other-Brands', 50510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88653, 88653, 'Cables, Cords & Connectors', 'Cables-Cords-and-Connectors', 3327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88654, 88654, 'Audio/Video Cables', 'Audio-Video-Cables', 88653, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88655, 88655, 'Serial Cables', 'Serial-Cables', 88653, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88656, 88656, 'USB Cables', 'USB-Cables', 88653, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88657, 88657, 'Camera Cable for Canon', 'Camera-Cable-for-Canon', 88656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88658, 88658, 'Camera Cable for Fuji', 'Camera-Cable-for-Fuji', 88656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88659, 88659, 'Camera Cable for HP', 'Camera-Cable-for-HP', 88656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88660, 88660, 'Camera Cable for Kodak', 'Camera-Cable-for-Kodak', 88656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88661, 88661, 'Camera Cable for Minolta', 'Camera-Cable-for-Minolta', 88656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88662, 88662, 'Camera Cable for Nikon', 'Camera-Cable-for-Nikon', 88656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88663, 88663, 'Camera Cable for Olympus', 'Camera-Cable-for-Olympus', 88656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88664, 88664, 'For Other Brands', 'For-Other-Brands', 88656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43443, 43443, 'Other', 'Other', 88653, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150043, 150043, 'Digital Photo Frames', 'Digital-Photo-Frames', 3327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18867, 18867, 'Memory Cards', 'Memory-Cards', 3327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43462, 43462, 'CompactFlash', 'CompactFlash', 18867, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43463, 43463, '32MB & Less', '32MB-and-Less', 43462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43464, 43464, '64MB', '64MB', 43462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43465, 43465, '128MB', '128MB', 43462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43466, 43466, '256MB', '256MB', 43462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43467, 43467, '512MB', '512MB', 43462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48526, 48526, '1GB', '1GB', 43462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 122612, 122612, '2GB & More', '2GB-and-More', 43462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50519, 50519, 'CompactFlash II, Microdrives', 'CompactFlash-II-Microdrives', 18867, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50520, 50520, 'MultiMedia', 'MultiMedia', 18867, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43476, 43476, '128MB & Less', '128MB-and-Less', 50520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50521, 50521, '256MB & More', '256MB-and-More', 50520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50522, 50522, 'Secure Digital', 'Secure-Digital', 18867, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50523, 50523, '64MB & Less', '64MB-and-Less', 50522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50524, 50524, '128MB', '128MB', 50522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50525, 50525, '256MB', '256MB', 50522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103408, 103408, '512MB', '512MB', 50522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103409, 103409, '1GB', '1GB', 50522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 122613, 122613, '2GB & More', '2GB-and-More', 50522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43468, 43468, 'SmartMedia', 'SmartMedia', 18867, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43469, 43469, '16MB', '16MB', 43468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43470, 43470, '32MB', '32MB', 43468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43471, 43471, '64MB', '64MB', 43468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43472, 43472, '128MB', '128MB', 43468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43473, 43473, 'Sony Memory Stick', 'Sony-Memory-Stick', 18867, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43474, 43474, '64MB & Less', '64MB-and-Less', 43473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43475, 43475, '128MB', '128MB', 43473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48527, 48527, '256MB', '256MB', 43473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103410, 103410, '512MB', '512MB', 43473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 122614, 122614, '1GB', '1GB', 43473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 122615, 122615, '2GB & More', '2GB-and-More', 43473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83862, 83862, 'xD Picture Card', 'xD-Picture-Card', 18867, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83863, 83863, '128MB & Less', '128MB-and-Less', 83862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43477, 43477, '256MB & More', '256MB-and-More', 83862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18871, 18871, 'Other Memory', 'Other-Memory', 18867, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43448, 43448, 'Memory Card Adapters & Readers', 'Memory-Card-Adapters-and-Readers', 3327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43449, 43449, 'For CompactFlash', 'For-CompactFlash', 43448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50526, 50526, 'For Multimedia, Secure Digital', 'For-Multimedia-Secure-Digital', 43448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83864, 83864, 'For Multiple Formats', 'For-Multiple-Formats', 43448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83865, 83865, '4 in 1', '4-in-1', 83864, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83866, 83866, '5 in 1', '5-in-1', 83864, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83867, 83867, '6 in 1', '6-in-1', 83864, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83868, 83868, '7 in 1', '7-in-1', 83864, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83869, 83869, '9 in 1', '9-in-1', 83864, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83870, 83870, '12 in 1', '12-in-1', 83864, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43450, 43450, 'Other Multiple Format Readers', 'Other-Multiple-Format-Readers', 83864, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43451, 43451, 'For SmartMedia', 'For-SmartMedia', 43448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43452, 43452, 'For Sony Memory Stick', 'For-Sony-Memory-Stick', 43448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48546, 48546, 'For xD Picture Card', 'For-xD-Picture-Card', 43448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48545, 48545, 'PCMCIA Adapters', 'PCMCIA-Adapters', 43448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18872, 18872, 'Other Memory Card Readers', 'Other-Memory-Card-Readers', 43448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29997, 29997, 'Digital Cameras', 'Digital-Cameras', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29998, 29998, 'Point & Shoot', 'Point-and-Shoot', 29997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29999, 29999, 'Less than 2.0 Megapixels', 'Less-than-2-0-Megapixels', 29998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48529, 48529, 'Canon', 'Canon', 29999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48530, 48530, 'Fujifilm', 'Fujifilm', 29999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48531, 48531, 'Hewlett-Packard', 'Hewlett-Packard', 29999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3336, 3336, 'Kodak', 'Kodak', 29999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3338, 3338, 'Olympus', 'Olympus', 29999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48532, 48532, 'Polaroid', 'Polaroid', 29999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3339, 3339, 'Sony', 'Sony', 29999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30151, 30151, 'Vivitar', 'Vivitar', 29999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1085, 1085, 'Other', 'Other', 29999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30000, 30000, '2.0 to 2.9 Megapixels', '2-0-to-2-9-Megapixels', 29998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3335, 3335, 'Canon', 'Canon', 30000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3337, 3337, 'Fujifilm', 'Fujifilm', 30000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15227, 15227, 'Hewlett-Packard', 'Hewlett-Packard', 30000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30001, 30001, 'Kodak', 'Kodak', 30000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30002, 30002, 'Minolta', 'Minolta', 30000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11070, 11070, 'Nikon', 'Nikon', 30000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30003, 30003, 'Olympus', 'Olympus', 30000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50527, 50527, 'Panasonic', 'Panasonic', 30000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30004, 30004, 'Sony', 'Sony', 30000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50528, 50528, 'Toshiba', 'Toshiba', 30000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30005, 30005, 'Other', 'Other', 30000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30006, 30006, '3.0 to 3.9 Megapixels', '3-0-to-3-9-Megapixels', 29998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46315, 46315, 'Canon', 'Canon', 30006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48533, 48533, 'Casio', 'Casio', 30006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48534, 48534, 'Fujifilm', 'Fujifilm', 30006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50529, 50529, 'Hewlett-Packard', 'Hewlett-Packard', 30006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30007, 30007, 'Kodak', 'Kodak', 30006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30008, 30008, 'Minolta', 'Minolta', 30006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30009, 30009, 'Nikon', 'Nikon', 30006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30010, 30010, 'Olympus', 'Olympus', 30006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48535, 48535, 'Pentax', 'Pentax', 30006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30011, 30011, 'Sony', 'Sony', 30006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48536, 48536, 'Toshiba', 'Toshiba', 30006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30012, 30012, 'Other', 'Other', 30006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30013, 30013, '4.0 to 4.9 Megapixels', '4-0-to-4-9-Megapixels', 29998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30014, 30014, 'Canon', 'Canon', 30013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64351, 64351, 'Casio', 'Casio', 30013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50530, 50530, 'Fujifilm', 'Fujifilm', 30013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107889, 107889, 'HP', 'HP', 30013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30015, 30015, 'Kodak', 'Kodak', 30013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48537, 48537, 'Minolta', 'Minolta', 30013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46316, 46316, 'Nikon', 'Nikon', 30013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30016, 30016, 'Olympus', 'Olympus', 30013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50531, 50531, 'Pentax', 'Pentax', 30013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30017, 30017, 'Sony', 'Sony', 30013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30018, 30018, 'Other', 'Other', 30013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48538, 48538, '5.0 to 5.9 Megapixels', '5-0-to-5-9-Megapixels', 29998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48539, 48539, 'Canon', 'Canon', 48538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50532, 50532, 'Fujifilm', 'Fujifilm', 48538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107890, 107890, 'HP', 'HP', 48538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114272, 114272, 'Kodak', 'Kodak', 48538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48540, 48540, 'Minolta', 'Minolta', 48538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48541, 48541, 'Nikon', 'Nikon', 48538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48542, 48542, 'Olympus', 'Olympus', 48538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114273, 114273, 'Panasonic', 'Panasonic', 48538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50533, 50533, 'Pentax', 'Pentax', 48538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107891, 107891, 'Sony', 'Sony', 48538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107892, 107892, 'Cyber-Shot', 'Cyber-Shot', 107891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107893, 107893, 'Mavica', 'Mavica', 107891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48543, 48543, 'Other', 'Other', 107891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30019, 30019, 'Other', 'Other', 48538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107895, 107895, '6.0 to 6.9 Megapixels', '6-0-to-6-9-Megapixels', 29998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107896, 107896, 'Canon', 'Canon', 107895, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107897, 107897, 'Olympus', 'Olympus', 107895, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107898, 107898, 'Other', 'Other', 107895, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107899, 107899, '7.0 to 7.9 Megapixels', '7-0-to-7-9-Megapixels', 29998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107900, 107900, 'Canon', 'Canon', 107899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107901, 107901, 'Nikon', 'Nikon', 107899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107902, 107902, 'Olympus', 'Olympus', 107899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107903, 107903, 'Sony', 'Sony', 107899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107904, 107904, 'Other', 'Other', 107899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146253, 146253, '8.0 Megapixels & More', '8-0-Megapixels-and-More', 29998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146254, 146254, 'Canon', 'Canon', 146253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146255, 146255, 'Casio', 'Casio', 146253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146256, 146256, 'Nikon', 'Nikon', 146253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146257, 146257, 'Sony', 'Sony', 146253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146258, 146258, 'Other', 'Other', 146253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43453, 43453, 'Digital SLR', 'Digital-SLR', 29997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107905, 107905, 'Canon', 'Canon', 43453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107906, 107906, 'EOS 10D', 'EOS-10D', 107905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107907, 107907, 'EOS 20D', 'EOS-20D', 107905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107908, 107908, 'EOS Digital Rebel', 'EOS-Digital-Rebel', 107905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107909, 107909, 'EOS Digital Rebel XT', 'EOS-Digital-Rebel-XT', 107905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147173, 147173, 'EOS Digital Rebel XTi', 'EOS-Digital-Rebel-XTi', 107905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43454, 43454, 'Other', 'Other', 107905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43455, 43455, 'Fujifilm', 'Fujifilm', 43453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107910, 107910, 'Minolta', 'Minolta', 43453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107911, 107911, 'Nikon', 'Nikon', 43453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150130, 150130, 'D40', 'D40', 107911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 122616, 122616, 'D50', 'D50', 107911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107912, 107912, 'D70s', 'D70s', 107911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147174, 147174, 'D80', 'D80', 107911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107913, 107913, 'D100', 'D100', 107911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150131, 150131, 'D200', 'D200', 107911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43456, 43456, 'Other', 'Other', 107911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43457, 43457, 'Olympus', 'Olympus', 43453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72403, 72403, 'Sony', 'Sony', 43453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30020, 30020, 'Other Digital SLR', 'Other-Digital-SLR', 43453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43458, 43458, 'Specialty Digital Cameras', 'Specialty-Digital-Cameras', 29997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43459, 43459, '2, 3, 4 and 5 in 1 Cameras', '2-3-4-and-5-in-1-Cameras', 43458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48544, 48544, 'Mini Cameras', 'Mini-Cameras', 43458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43461, 43461, 'Pen, PC Cameras', 'Pen-PC-Cameras', 43458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103411, 103411, 'Spy Cameras', 'Spy-Cameras', 43458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103412, 103412, 'Webcams', 'Webcams', 43458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50534, 50534, 'Other', 'Other', 43458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64352, 64352, 'Parts & Repair', 'Parts-and-Repair', 29997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31388, 31388, 'Other Digital Cameras', 'Other-Digital-Cameras', 29997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4201, 4201, 'Film', 'Film', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 151720, 151720, '16MM', '16MM', 4201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74916, 74916, '35MM', '35MM', 4201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74917, 74917, 'Black & White', 'Black-and-White', 74916, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74918, 74918, 'Color', 'Color', 74916, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74919, 74919, '100 Speed', '100-Speed', 74918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74920, 74920, '200 Speed', '200-Speed', 74918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4202, 4202, '400 Speed', '400-Speed', 74918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4203, 4203, 'APS', 'APS', 4201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4204, 4204, 'Medium, Large Format', 'Medium-Large-Format', 4201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3348, 3348, 'Polaroid & Instant Print', 'Polaroid-and-Instant-Print', 4201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4200, 4200, 'Processing & Other', 'Processing-and-Other', 4201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43478, 43478, 'Film Camera Accessories', 'Film-Camera-Accessories', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30055, 30055, 'Cables, Cords & Connectors', 'Cables-Cords-and-Connectors', 43478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15203, 15203, 'Camera Body Accessories', 'Camera-Body-Accessories', 43478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29965, 29965, 'For 35mm Rangefinder', 'For-35mm-Rangefinder', 15203, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29966, 29966, 'For 35mm SLR', 'For-35mm-SLR', 15203, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29967, 29967, 'Battery Packs, Power & Grips', 'Battery-Packs-Power-and-Grips', 29966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29968, 29968, 'Finders & Eye Cups', 'Finders-and-Eye-Cups', 29966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29969, 29969, 'Focusing Screens', 'Focusing-Screens', 29966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29970, 29970, 'Motor Drives & Winders', 'Motor-Drives-and-Winders', 29966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29971, 29971, 'Other 35mm SLR Items', 'Other-35mm-SLR-Items', 29966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29972, 29972, 'For Medium Format', 'For-Medium-Format', 15203, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29973, 29973, 'Film Backs & Holders', 'Film-Backs-and-Holders', 29972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29974, 29974, 'Grips, Motor Drives & Winders', 'Grips-Motor-Drives-and-Winders', 29972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29975, 29975, 'Finders & Eye Cups', 'Finders-and-Eye-Cups', 29972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29976, 29976, 'Focusing Screens & Prisms', 'Focusing-Screens-and-Prisms', 29972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29977, 29977, 'Other Medium Format Items', 'Other-Medium-Format-Items', 29972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29978, 29978, 'For Large Format', 'For-Large-Format', 15203, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29979, 29979, 'Film Backs & Holders', 'Film-Backs-and-Holders', 29978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29980, 29980, 'Lensboards, Rails, Standards', 'Lensboards-Rails-Standards', 29978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29981, 29981, 'Other Large Format Items', 'Other-Large-Format-Items', 29978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30057, 30057, 'Remotes & Wireless', 'Remotes-and-Wireless', 43478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43479, 43479, 'Other Film & Movie Accessories', 'Other-Film-and-Movie-Accessories', 43478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15230, 15230, 'Film Cameras', 'Film-Cameras', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3322, 3322, '35mm Point & Shoot', '35mm-Point-and-Shoot', 15230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3328, 3328, 'Canon', 'Canon', 3322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4789, 4789, 'Contax/Yashica', 'Contax-Yashica', 3322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15231, 15231, 'Fujifilm', 'Fujifilm', 3322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15232, 15232, 'Kodak', 'Kodak', 3322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3330, 3330, 'Leica', 'Leica', 3322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3331, 3331, 'Minolta', 'Minolta', 3322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3332, 3332, 'Nikon', 'Nikon', 3322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3333, 3333, 'Olympus', 'Olympus', 3322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3334, 3334, 'Pentax', 'Pentax', 3322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83871, 83871, 'Ricoh', 'Ricoh', 3322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83872, 83872, 'Samsung', 'Samsung', 3322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15233, 15233, 'Vivitar', 'Vivitar', 3322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 626, 626, 'Other 35mm Point & Shoot', 'Other-35mm-Point-and-Shoot', 3322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30026, 30026, '35mm Rangefinder', '35mm-Rangefinder', 15230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30027, 30027, 'Canon', 'Canon', 30026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30028, 30028, 'Contax/Yashica', 'Contax-Yashica', 30026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107914, 107914, 'Kiev', 'Kiev', 30026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30030, 30030, 'Leica', 'Leica', 30026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107915, 107915, 'Voigtlander', 'Voigtlander', 30026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15234, 15234, 'Other 35mm Rangefinder', 'Other-35mm-Rangefinder', 30026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15303, 15303, '35mm SLR', '35mm-SLR', 15230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30032, 30032, 'Canon', 'Canon', 15303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107916, 107916, 'EOS-3', 'EOS-3', 30032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107917, 107917, 'EOS ELAN', 'EOS-ELAN', 30032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107918, 107918, 'EOS Rebel', 'EOS-Rebel', 30032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107919, 107919, 'Other', 'Other', 30032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48550, 48550, 'Contax/Yashica', 'Contax-Yashica', 15303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15236, 15236, 'Konica', 'Konica', 15303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73445, 73445, 'Leica', 'Leica', 15303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43482, 43482, 'Minolta', 'Minolta', 15303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43493, 43493, 'SLR Maxxum', 'SLR-Maxxum', 43482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43486, 43486, 'SLR X-Series', 'SLR-X-Series', 43482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15237, 15237, 'Other', 'Other', 43482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30034, 30034, 'Nikon', 'Nikon', 15303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107920, 107920, 'F5', 'F5', 30034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107921, 107921, 'F100', 'F100', 30034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107922, 107922, 'N65', 'N65', 30034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107923, 107923, 'N75', 'N75', 30034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107924, 107924, 'N80', 'N80', 30034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107925, 107925, 'Other', 'Other', 30034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15239, 15239, 'Olympus', 'Olympus', 15303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15240, 15240, 'Pentax', 'Pentax', 15303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73446, 73446, 'Ricoh', 'Ricoh', 15303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73447, 73447, 'Zeiss', 'Zeiss', 15303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73448, 73448, 'Zenit', 'Zenit', 15303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15241, 15241, 'Other 35mm SLR Cameras', 'Other-35mm-SLR-Cameras', 15303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15242, 15242, 'APS', 'APS', 15230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15243, 15243, 'Canon', 'Canon', 15242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15244, 15244, 'Kodak', 'Kodak', 15242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15245, 15245, 'Other APS Cameras', 'Other-APS-Cameras', 15242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30036, 30036, 'Cameras for Kids', 'Cameras-for-Kids', 15230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73449, 73449, 'Disposable', 'Disposable', 15230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3347, 3347, 'Instant Print, Polaroid', 'Instant-Print-Polaroid', 15230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15246, 15246, 'Large Format', 'Large-Format', 15230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107926, 107926, '5x7 & Smaller', '5x7-and-Smaller', 15246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107927, 107927, 'Linhof', 'Linhof', 107926, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107928, 107928, 'Sinar', 'Sinar', 107926, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107929, 107929, 'Toyo', 'Toyo', 107926, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15247, 15247, 'Other', 'Other', 107926, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15248, 15248, '8x10 and Larger', '8x10-and-Larger', 15246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3349, 3349, 'Medium Format', 'Medium-Format', 15230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3350, 3350, 'Bronica', 'Bronica', 3349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30037, 30037, 'Contax/Yashica', 'Contax-Yashica', 3349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3351, 3351, 'Hasselblad', 'Hasselblad', 3349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3352, 3352, 'Mamiya', 'Mamiya', 3349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3353, 3353, 'Pentax', 'Pentax', 3349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3354, 3354, 'Rollei', 'Rollei', 3349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 710, 710, 'Other Medium Format', 'Other-Medium-Format', 3349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4689, 4689, 'Movie', 'Movie', 15230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4690, 4690, 'Accessories', 'Accessories', 4689, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4691, 4691, 'Cameras', 'Cameras', 4689, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4790, 4790, 'Editing', 'Editing', 4689, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 628, 628, 'Other Movie Camera Items', 'Other-Movie-Camera-Items', 4689, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30038, 30038, 'Parts & Repair', 'Parts-and-Repair', 15230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 709, 709, 'Submini, Disc, 110', 'Submini-Disc-110', 15230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4703, 4703, 'Underwater', 'Underwater', 15230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 297, 297, 'Other Film Cameras', 'Other-Film-Cameras', 15230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15224, 15224, 'Film Processing & Darkroom', 'Film-Processing-and-Darkroom', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29983, 29983, 'Chemistry', 'Chemistry', 15224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29984, 29984, 'Enlargement Equip. & Supplies', 'Enlargement-Equip-and-Supplies', 15224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29985, 29985, 'Enlargers', 'Enlargers', 29984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29986, 29986, 'Enlargement Lenses', 'Enlargement-Lenses', 29984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29987, 29987, 'Other Enlargement Equipment', 'Other-Enlargement-Equipment', 29984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29988, 29988, 'Finishing Equipment', 'Finishing-Equipment', 15224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29989, 29989, 'Hardware, Lighting & Setup', 'Hardware-Lighting-and-Setup', 15224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29990, 29990, 'Bulbs & Lights', 'Bulbs-and-Lights', 29989, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29991, 29991, 'Clocks & Timers', 'Clocks-and-Timers', 29989, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 15225, 15225, 'Other Hardware', 'Other-Hardware', 29989, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29992, 29992, 'Loupes & Magnifiers', 'Loupes-and-Magnifiers', 15224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15226, 15226, 'Photographic Paper', 'Photographic-Paper', 15224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29993, 29993, 'Processing Equipment', 'Processing-Equipment', 15224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 629, 629, 'Other Darkroom Equipment', 'Other-Darkroom-Equipment', 15224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64353, 64353, 'Flashes & Accessories', 'Flashes-and-Accessories', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107930, 107930, 'Digital Camera Flash Units', 'Digital-Camera-Flash-Units', 64353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107931, 107931, 'Canon', 'Canon', 107930, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107932, 107932, 'Minolta', 'Minolta', 107930, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107933, 107933, 'Nikon', 'Nikon', 107930, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152384, 152384, 'Sony', 'Sony', 107930, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107934, 107934, 'Vivitar', 'Vivitar', 107930, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48515, 48515, 'Other', 'Other', 107930, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103413, 103413, 'Film Camera Flash Units', 'Film-Camera-Flash-Units', 64353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103414, 103414, 'Canon', 'Canon', 103413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103415, 103415, 'Minolta', 'Minolta', 103413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103416, 103416, 'Nikon', 'Nikon', 103413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103417, 103417, 'Vivitar', 'Vivitar', 103413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48549, 48549, 'Other', 'Other', 103413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64354, 64354, 'Flash Accessories', 'Flash-Accessories', 64353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78997, 78997, 'Lenses & Filters', 'Lenses-and-Filters', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30065, 30065, 'Digital Camera Lenses', 'Digital-Camera-Lenses', 78997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116184, 116184, 'Digital SLR Lenses', 'Digital-SLR-Lenses', 30065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106841, 106841, 'To fit Canon', 'To-fit-Canon', 116184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106842, 106842, 'Close Up / Macro', 'Close-Up-Macro', 106841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106843, 106843, 'Fisheye', 'Fisheye', 106841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106844, 106844, 'Telephoto', 'Telephoto', 106841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106845, 106845, 'Wide Angle', 'Wide-Angle', 106841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152380, 152380, 'Zoom', 'Zoom', 106841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30066, 30066, 'Other', 'Other', 106841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106846, 106846, 'To fit Fuji', 'To-fit-Fuji', 116184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106847, 106847, 'Close Up / Macro', 'Close-Up-Macro', 106846, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106848, 106848, 'Fisheye', 'Fisheye', 106846, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106849, 106849, 'Telephoto', 'Telephoto', 106846, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106850, 106850, 'Wide Angle', 'Wide-Angle', 106846, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152381, 152381, 'Zoom', 'Zoom', 106846, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48528, 48528, 'Other', 'Other', 106846, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106851, 106851, 'To fit Kodak', 'To-fit-Kodak', 116184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106852, 106852, 'Close Up / Macro', 'Close-Up-Macro', 106851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106853, 106853, 'Telephoto', 'Telephoto', 106851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106854, 106854, 'Wide Angle', 'Wide-Angle', 106851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152382, 152382, 'Zoom', 'Zoom', 106851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67345, 67345, 'Other', 'Other', 106851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106859, 106859, 'To fit Nikon', 'To-fit-Nikon', 116184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106860, 106860, 'Close Up / Macro', 'Close-Up-Macro', 106859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106861, 106861, 'Fisheye', 'Fisheye', 106859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106862, 106862, 'Telephoto', 'Telephoto', 106859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106863, 106863, 'Wide Angle', 'Wide-Angle', 106859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152383, 152383, 'Zoom', 'Zoom', 106859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30067, 30067, 'Other', 'Other', 106859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106873, 106873, 'Other Digital SLR Lenses', 'Other-Digital-SLR-Lenses', 116184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106874, 106874, 'Close Up / Macro', 'Close-Up-Macro', 106873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106875, 106875, 'Fisheye', 'Fisheye', 106873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106876, 106876, 'Telephoto', 'Telephoto', 106873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106877, 106877, 'Wide Angle', 'Wide-Angle', 106873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152379, 152379, 'Zoom', 'Zoom', 106873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30070, 30070, 'Other', 'Other', 106873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116185, 116185, 'Digital Point & Shoot Lenses', 'Digital-Point-and-Shoot-Lenses', 30065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116186, 116186, 'To fit Canon', 'To-fit-Canon', 116185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116187, 116187, 'To fit Kodak', 'To-fit-Kodak', 116185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116188, 116188, 'To fit Minolta', 'To-fit-Minolta', 116185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116189, 116189, 'To fit Olympus', 'To-fit-Olympus', 116185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116190, 116190, 'To fit Sony', 'To-fit-Sony', 116185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116191, 116191, 'Other', 'Other', 116185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3323, 3323, 'Film Camera Lenses', 'Film-Camera-Lenses', 78997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30061, 30061, 'For 35mm Rangefinder', 'For-35mm-Rangefinder', 3323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30062, 30062, 'To fit Contax/Yashica', 'To-fit-Contax-Yashica', 30061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30063, 30063, 'To fit Leica', 'To-fit-Leica', 30061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30039, 30039, 'Other Rangefinder Lenses', 'Other-Rangefinder-Lenses', 30061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30064, 30064, 'For 35mm SLR', 'For-35mm-SLR', 3323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48551, 48551, 'To fit Canon', 'To-fit-Canon', 30064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4687, 4687, 'Auto Focus', 'Auto-Focus', 48551, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48552, 48552, 'Manual Focus', 'Manual-Focus', 48551, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3340, 3340, 'To fit Contax/Yashica', 'To-fit-Contax-Yashica', 30064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3341, 3341, 'To fit Leica', 'To-fit-Leica', 30064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48553, 48553, 'To fit Minolta', 'To-fit-Minolta', 30064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3342, 3342, 'Auto Focus', 'Auto-Focus', 48553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48554, 48554, 'Manual Focus', 'Manual-Focus', 48553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48555, 48555, 'To fit Nikon', 'To-fit-Nikon', 30064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3343, 3343, 'Auto Focus', 'Auto-Focus', 48555, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48556, 48556, 'Manual Focus', 'Manual-Focus', 48555, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3344, 3344, 'To fit Olympus', 'To-fit-Olympus', 30064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48557, 48557, 'To fit Pentax', 'To-fit-Pentax', 30064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48558, 48558, 'Auto Focus', 'Auto-Focus', 48557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4688, 4688, 'Manual Focus', 'Manual-Focus', 48557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 707, 707, 'Other 35mm SLR Lenses', 'Other-35mm-SLR-Lenses', 30064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30071, 30071, 'For Medium Format', 'For-Medium-Format', 3323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30073, 30073, 'To fit Hasselblad', 'To-fit-Hasselblad', 30071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30074, 30074, 'To fit Mamiya', 'To-fit-Mamiya', 30071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30075, 30075, 'Other Medium Format Lenses', 'Other-Medium-Format-Lenses', 30071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30076, 30076, 'For Large Format', 'For-Large-Format', 3323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30077, 30077, 'Other Lenses', 'Other-Lenses', 3323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67355, 67355, 'Filter Accessories', 'Filter-Accessories', 78997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30040, 30040, 'Adapters', 'Adapters', 67355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67356, 67356, 'Filter Cases & Wallets', 'Filter-Cases-and-Wallets', 67355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67357, 67357, 'Step Down Rings', 'Step-Down-Rings', 67355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67358, 67358, 'Step Up Rings', 'Step-Up-Rings', 67355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15216, 15216, 'Filters', 'Filters', 78997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30041, 30041, 'Color Conversion', 'Color-Conversion', 15216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30042, 30042, 'Enhancing', 'Enhancing', 15216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30043, 30043, 'For Black & White Photography', 'For-Black-and-White-Photography', 15216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74908, 74908, 'Kits & Sets', 'Kits-and-Sets', 15216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74909, 74909, 'To fit Canon', 'To-fit-Canon', 74908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74910, 74910, 'To fit Fuji', 'To-fit-Fuji', 74908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74911, 74911, 'To fit Kodak', 'To-fit-Kodak', 74908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74912, 74912, 'To Fit Minolta', 'To-Fit-Minolta', 74908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74913, 74913, 'To fit Nikon', 'To-fit-Nikon', 74908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74914, 74914, 'To fit Olympus', 'To-fit-Olympus', 74908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48525, 48525, 'To fit Sony', 'To-fit-Sony', 74908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74915, 74915, 'Other', 'Other', 74908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30044, 30044, 'Light Balancing', 'Light-Balancing', 15216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67346, 67346, 'Neutral Density', 'Neutral-Density', 15216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15217, 15217, 'Polarizing', 'Polarizing', 15216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50535, 50535, 'Skylight', 'Skylight', 15216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67347, 67347, 'Special Effects', 'Special-Effects', 15216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67348, 67348, 'Soft Effects', 'Soft-Effects', 67347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67349, 67349, 'Special Color Effects', 'Special-Color-Effects', 67347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67350, 67350, 'Star & Spectral Effects', 'Star-and-Spectral-Effects', 67347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30045, 30045, 'Other Special Effects', 'Other-Special-Effects', 67347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67351, 67351, 'UV, Haze & Protection', 'UV-Haze-and-Protection', 15216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67352, 67352, 'Canon', 'Canon', 67351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67353, 67353, 'Hoya', 'Hoya', 67351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67354, 67354, 'Tiffen', 'Tiffen', 67351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15219, 15219, 'Other Brands', 'Other-Brands', 67351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15220, 15220, 'Other Filters', 'Other-Filters', 15216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78998, 78998, 'Lens Accessories', 'Lens-Accessories', 78997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30059, 30059, 'Adapters & Mounts', 'Adapters-and-Mounts', 78998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79001, 79001, 'Lens Cap', 'Lens-Cap', 78998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79002, 79002, 'Front Cap', 'Front-Cap', 79001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30060, 30060, 'Rear Cap', 'Rear-Cap', 79001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78999, 78999, 'Lens Hood', 'Lens-Hood', 78998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79000, 79000, 'Other Lens Accessories', 'Other-Lens-Accessories', 78998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30078, 30078, 'Lighting & Studio Equipment', 'Lighting-and-Studio-Equipment', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79003, 79003, 'Background Material & Equip', 'Background-Material-and-Equip', 30078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79004, 79004, 'Canvas', 'Canvas', 79003, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79005, 79005, 'Chroma Key', 'Chroma-Key', 79003, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30079, 30079, 'Muslin Backgrounds', 'Muslin-Backgrounds', 79003, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79006, 79006, 'Other', 'Other', 79003, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88665, 88665, 'Booms, Stands & Supports', 'Booms-Stands-and-Supports', 30078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88666, 88666, 'Booms', 'Booms', 88665, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30080, 30080, 'Lightstands', 'Lightstands', 88665, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88667, 88667, 'Lightstands & Boom Accessories', 'Lightstands-and-Boom-Accessories', 88665, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3860, 3860, 'Continuous Lighting', 'Continuous-Lighting', 30078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79007, 79007, 'Light Controls & Modifiers', 'Light-Controls-and-Modifiers', 30078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30082, 30082, 'Reflectors', 'Reflectors', 79007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79008, 79008, 'Softboxes', 'Softboxes', 79007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79009, 79009, 'Umbrellas', 'Umbrellas', 79007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79010, 79010, 'Other', 'Other', 79007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88668, 88668, 'Light Meters', 'Light-Meters', 30078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 708, 708, 'Flash', 'Flash', 88668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88669, 88669, 'Spot', 'Spot', 88668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88670, 88670, 'Other Light Meters', 'Other-Light-Meters', 88668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30083, 30083, 'Portable Flash/Strobe', 'Portable-Flash-Strobe', 30078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103418, 103418, 'Flash Units', 'Flash-Units', 30083, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103419, 103419, 'Canon', 'Canon', 103418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103420, 103420, 'Metz', 'Metz', 103418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103421, 103421, 'Minolta', 'Minolta', 103418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103422, 103422, 'Nikon', 'Nikon', 103418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15221, 15221, 'Other', 'Other', 103418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30084, 30084, 'Flash Accessories', 'Flash-Accessories', 30083, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30085, 30085, 'Props & Stage Equipment', 'Props-and-Stage-Equipment', 30078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30086, 30086, 'Slaves', 'Slaves', 30078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30087, 30087, 'Studio Flash/Strobe', 'Studio-Flash-Strobe', 30078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30088, 30088, 'Other Lighting & Studio Items', 'Other-Lighting-and-Studio-Items', 30078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4684, 4684, 'Manuals, Guides & Books', 'Manuals-Guides-and-Books', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4685, 4685, 'How-To, Guides & Techniques', 'How-To-Guides-and-Techniques', 4684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29956, 29956, 'Camera Manuals', 'Camera-Manuals', 4684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67359, 67359, 'Agfa', 'Agfa', 29956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67360, 67360, 'Argus', 'Argus', 29956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67361, 67361, 'Canon', 'Canon', 29956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67362, 67362, 'EOS Elan', 'EOS-Elan', 67361, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67363, 67363, 'EOS Rebel', 'EOS-Rebel', 67361, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29957, 29957, 'Other', 'Other', 67361, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67364, 67364, 'Graflex', 'Graflex', 29956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29958, 29958, 'Hasselblad', 'Hasselblad', 29956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67365, 67365, 'Kodak', 'Kodak', 29956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29959, 29959, 'Leica', 'Leica', 29956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29960, 29960, 'Minolta', 'Minolta', 29956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67366, 67366, 'Minox', 'Minox', 29956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29961, 29961, 'Nikon', 'Nikon', 29956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29962, 29962, 'Olympus', 'Olympus', 29956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29963, 29963, 'Pentax', 'Pentax', 29956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4686, 4686, 'Other Manuals', 'Other-Manuals', 29956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67367, 67367, 'CheatSheets for Cameras', 'CheatSheets-for-Cameras', 4684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67368, 67368, 'Lens Manuals', 'Lens-Manuals', 4684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 712, 712, 'Other Manuals, Guides & Books', 'Other-Manuals-Guides-and-Books', 4684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29951, 29951, 'Photo Albums & Archive Items', 'Photo-Albums-and-Archive-Items', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29952, 29952, 'Archival & Mounting Materials', 'Archival-and-Mounting-Materials', 29951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73459, 73459, 'Photo Albums', 'Photo-Albums', 29951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73460, 73460, 'Baby Albums', 'Baby-Albums', 73459, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73461, 73461, 'Leather & Silver Albums', 'Leather-and-Silver-Albums', 73459, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73462, 73462, 'Vintage Albums', 'Vintage-Albums', 73459, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73463, 73463, 'Wedding Albums', 'Wedding-Albums', 73459, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23795, 23795, 'Other', 'Other', 73459, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29953, 29953, 'Other Albums & Archive Items', 'Other-Albums-and-Archive-Items', 29951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30021, 30021, 'Printers, Scanners & Supplies', 'Printers-Scanners-and-Supplies', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67369, 67369, 'Photo Printers', 'Photo-Printers', 30021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67370, 67370, 'Canon', 'Canon', 67369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67371, 67371, 'Epson', 'Epson', 67369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67372, 67372, 'Hewlett-Packard', 'Hewlett-Packard', 67369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88671, 88671, 'Kodak', 'Kodak', 67369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73450, 73450, 'Olympus', 'Olympus', 67369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73451, 73451, 'Sony', 'Sony', 67369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15222, 15222, 'Other Brands', 'Other-Brands', 67369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48547, 48547, 'Printing Software & Supplies', 'Printing-Software-and-Supplies', 30021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73452, 73452, 'Photo Inkjet Paper', 'Photo-Inkjet-Paper', 48547, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73453, 73453, 'Glossy', 'Glossy', 73452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18873, 18873, '4x6', '4x6', 73453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73456, 73456, '5x7', '5x7', 73453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73457, 73457, '8.5x11', '8-5x11', 73453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73458, 73458, 'Other Sizes', 'Other-Sizes', 73453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73454, 73454, 'Matte', 'Matte', 73452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73455, 73455, 'Other Surfaces', 'Other-Surfaces', 73452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30022, 30022, 'Software', 'Software', 48547, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30024, 30024, 'Other Printing Items', 'Other-Printing-Items', 48547, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15223, 15223, 'Scanners', 'Scanners', 30021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21162, 21162, 'Professional Video Equipment', 'Professional-Video-Equipment', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21163, 21163, 'Blank Tapes & Media', 'Blank-Tapes-and-Media', 21162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21164, 21164, 'Cables & Wires', 'Cables-and-Wires', 21162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107935, 107935, 'Cameras', 'Cameras', 21162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107936, 107936, 'Canon', 'Canon', 107935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107937, 107937, 'Panasonic', 'Panasonic', 107935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107938, 107938, 'Sony', 'Sony', 107935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21165, 21165, 'Other', 'Other', 107935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21166, 21166, 'Editing, Post-Production', 'Editing-Post-Production', 21162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21167, 21167, 'Manuals', 'Manuals', 21162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21517, 21517, 'Monitors', 'Monitors', 21162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21168, 21168, 'Recorders & Players', 'Recorders-and-Players', 21162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21169, 21169, 'Video Switchers, Routers', 'Video-Switchers-Routers', 21162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3319, 3319, 'Other', 'Other', 21162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15250, 15250, 'Projection Equipment', 'Projection-Equipment', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83873, 83873, 'Accessories', 'Accessories', 15250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15251, 15251, 'Bulbs, Lamps', 'Bulbs-Lamps', 83873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83874, 83874, 'Projection Lens', 'Projection-Lens', 83873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83875, 83875, 'Projector Case', 'Projector-Case', 83873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83876, 83876, 'Slide Tray', 'Slide-Tray', 83873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83877, 83877, 'Slide Viewer', 'Slide-Viewer', 83873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83878, 83878, 'Other Accessories', 'Other-Accessories', 83873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83879, 83879, 'Projectors', 'Projectors', 15250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15252, 15252, 'Movie Projectors', 'Movie-Projectors', 83879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15253, 15253, '8mm', '8mm', 15252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15254, 15254, '16mm', '16mm', 15252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152385, 152385, 'Dual 8', 'Dual-8', 15252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15255, 15255, 'Super 8', 'Super-8', 15252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4791, 4791, 'Other Movie Projectors', 'Other-Movie-Projectors', 15252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15256, 15256, 'Slide Projectors', 'Slide-Projectors', 83879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30089, 30089, 'Screens', 'Screens', 15250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15257, 15257, 'Other Projection Equipment', 'Other-Projection-Equipment', 15250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21198, 21198, 'Stock Photography & Footage', 'Stock-Photography-and-Footage', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30090, 30090, 'Tripods, Monopods', 'Tripods-Monopods', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30091, 30091, 'Accessories', 'Accessories', 30090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30092, 30092, 'Monopods', 'Monopods', 30090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30093, 30093, 'Tripods', 'Tripods', 30090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30094, 30094, 'Complete Tripods', 'Complete-Tripods', 30093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30095, 30095, 'Heads & Legs', 'Heads-and-Legs', 30093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30096, 30096, 'Tabletop & Mini Tripods', 'Tabletop-and-Mini-Tripods', 30093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30097, 30097, 'Other Tripod Items', 'Other-Tripod-Items', 30093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3325, 3325, 'Other Tripod, Monopod Items', 'Other-Tripod-Monopod-Items', 30090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3326, 3326, 'Vintage', 'Vintage', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4702, 4702, 'Accessories', 'Accessories', 3326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30098, 30098, 'Cameras', 'Cameras', 3326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67373, 67373, 'By Collection', 'By-Collection', 30098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67374, 67374, 'Ihagee', 'Ihagee', 67373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67375, 67375, 'Kodak Brownie', 'Kodak-Brownie', 67373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67376, 67376, 'Zeiss-Ikon', 'Zeiss-Ikon', 67373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67377, 67377, 'Polaroid', 'Polaroid', 67373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67378, 67378, 'Other Brands', 'Other-Brands', 67373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67379, 67379, 'By Type', 'By-Type', 30098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67380, 67380, '35mm', '35mm', 67379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11716, 11716, 'Box', 'Box', 67379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11717, 11717, 'Folding', 'Folding', 67379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11718, 11718, 'Instant', 'Instant', 67379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11719, 11719, 'Movie', 'Movie', 67379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30099, 30099, 'Rangefinder', 'Rangefinder', 67379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11720, 11720, 'SLR', 'SLR', 67379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4692, 4692, 'Stereo', 'Stereo', 67379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11721, 11721, 'TLR', 'TLR', 67379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4701, 4701, 'Other Vintage Cameras', 'Other-Vintage-Cameras', 67379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11722, 11722, 'Projectors', 'Projectors', 3326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 711, 711, 'Other Vintage Items', 'Other-Vintage-Items', 3326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45086, 45086, 'Wholesale Lots', 'Wholesale-Lots', 625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50995, 50995, 'Cameras', 'Cameras', 45086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50996, 50996, 'Digital Cameras', 'Digital-Cameras', 50995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50997, 50997, 'Film Cameras', 'Film-Cameras', 50995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31611, 31611, 'Other', 'Other', 50995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45087, 45087, 'General Accessories', 'General-Accessories', 45086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45088, 45088, 'Vintage', 'Vintage', 45086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45089, 45089, 'Other', 'Other', 45086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15032, 15032, 'Cell Phones & PDAs', 'Cell-Phones-and-PDAs', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20336, 20336, 'Accessories, Parts', 'Accessories-Parts', 15032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35149, 35149, 'Accessory Bundles, Packages', 'Accessory-Bundles-Packages', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152371, 152371, 'Apple iPhone', 'Apple-iPhone', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35150, 35150, 'Audiovox', 'Audiovox', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35152, 35152, 'Kyocera, Qualcomm', 'Kyocera-Qualcomm', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29848, 29848, 'HP/Compaq', 'HP-Compaq', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35153, 35153, 'LG, Touchpoint', 'LG-Touchpoint', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41287, 41287, 'Motorola', 'Motorola', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43227, 43227, 'C331, C350, C650, C Series', 'C331-C350-C650-C-Series', 41287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41288, 41288, 'i Series, Nextel, i730, i80', 'i-Series-Nextel-i730-i80', 41287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108322, 108322, 'RAZR V3', 'RAZR-V3', 41287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146418, 146418, 'SLVR', 'SLVR', 41287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41289, 41289, 'Startac', 'Startac', 41287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41291, 41291, 'T720, T722, T730, T Series', 'T720-T722-T730-T-Series', 41287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41290, 41290, 'V60, V300, V500, V Series', 'V60-V300-V500-V-Series', 41287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41292, 41292, 'Mixed Lots', 'Mixed-Lots', 41287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35154, 35154, 'Other Series', 'Other-Series', 41287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41293, 41293, 'Nokia', 'Nokia', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41294, 41294, '3360, 3390, 3000 Series', '3360-3390-3000-Series', 41293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41295, 41295, '3200, 5100, 6100, 6300 Series', '3200-5100-6100-6300-Series', 41293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41296, 41296, '8260, 8290, 8000 Series', '8260-8290-8000-Series', 41293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35155, 35155, 'Other Series', 'Other-Series', 41293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108323, 108323, 'Palm One, Handspring', 'Palm-One-Handspring', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44917, 44917, 'Panasonic', 'Panasonic', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108324, 108324, 'RIM Blackberry', 'RIM-Blackberry', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43228, 43228, 'Samsung', 'Samsung', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43229, 43229, 'a460, a500, a Series', 'a460-a500-a-Series', 43228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108325, 108325, 'e105, e315, e713, e Series', 'e105-e315-e713-e-Series', 43228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108326, 108326, 'i500, i600, i700, i Series', 'i500-i600-i700-i-Series', 43228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43230, 43230, 'n200, n400, n Series', 'n200-n400-n-Series', 43228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43231, 43231, 'r210, r225, r Series', 'r210-r225-r-Series', 43228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43232, 43232, 's100, s105, s Series', 's100-s105-s-Series', 43228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43233, 43233, 'Mixed Lots', 'Mixed-Lots', 43228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35156, 35156, 'Other Series', 'Other-Series', 43228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35157, 35157, 'Sanyo', 'Sanyo', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48489, 48489, 'Siemens', 'Siemens', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43224, 43224, 'Sony, Ericsson', 'Sony-Ericsson', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64368, 64368, 'Clie, PDA', 'Clie-PDA', 43224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108318, 108318, 'P800, P900, P910, P Series', 'P800-P900-P910-P-Series', 43224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108319, 108319, 'S700, S710, S Series', 'S700-S710-S-Series', 43224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108320, 108320, 'T300, T610, T608, T Series', 'T300-T610-T608-T-Series', 43224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108321, 108321, 'Z600, Z500, Z Series', 'Z600-Z500-Z-Series', 43224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35151, 35151, 'Other Series', 'Other-Series', 43224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35158, 35158, 'Other Brands', 'Other-Brands', 35149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20343, 20343, 'Antennas', 'Antennas', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108327, 108327, 'Audiovox', 'Audiovox', 20343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48490, 48490, 'Kyocera, Qualcomm', 'Kyocera-Qualcomm', 20343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43239, 43239, 'LG, Touchpoint', 'LG-Touchpoint', 20343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35160, 35160, 'Motorola', 'Motorola', 20343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35161, 35161, 'i Series, Nextel, i730, i80', 'i-Series-Nextel-i730-i80', 35160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35162, 35162, 'Startac', 'Startac', 35160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41297, 41297, 'T720, T722, T730, T Series', 'T720-T722-T730-T-Series', 35160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35163, 35163, 'V60, V300, V500, V Series', 'V60-V300-V500-V-Series', 35160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41298, 41298, 'Mixed Lots', 'Mixed-Lots', 35160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20356, 20356, 'Other Series', 'Other-Series', 35160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20370, 20370, 'Nokia', 'Nokia', 20343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108328, 108328, 'Samsung', 'Samsung', 20343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108329, 108329, 'a460, a500, a Series', 'a460-a500-a-Series', 108328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108767, 108767, 'e105, e315, e713, e Series', 'e105-e315-e713-e-Series', 108328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108330, 108330, 'i Series, i500, i600, i700', 'i-Series-i500-i600-i700', 108328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108331, 108331, 'n200, n400, n Series', 'n200-n400-n-Series', 108328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108332, 108332, 'r210, r225, r Series', 'r210-r225-r-Series', 108328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108333, 108333, 's100, s105, s Series', 's100-s105-s-Series', 108328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108334, 108334, 'x426, x427, x450, x Series', 'x426-x427-x450-x-Series', 108328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35164, 35164, 'Other Series', 'Other-Series', 108328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108335, 108335, 'Sanyo', 'Sanyo', 20343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20380, 20380, 'Other Brands', 'Other-Brands', 20343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20357, 20357, 'Batteries', 'Batteries', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20337, 20337, 'Audiovox', 'Audiovox', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146419, 146419, 'Dell', 'Dell', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20358, 20358, 'Kyocera, Qualcomm', 'Kyocera-Qualcomm', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64360, 64360, 'HP/Compaq', 'HP-Compaq', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35165, 35165, 'LG, Touchpoint', 'LG-Touchpoint', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35166, 35166, 'Motorola', 'Motorola', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43240, 43240, 'C331, C350, C650, C Series', 'C331-C350-C650-C-Series', 35166, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35167, 35167, 'i Series, Nextel, i730, i80', 'i-Series-Nextel-i730-i80', 35166, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108570, 108570, 'RAZR V3', 'RAZR-V3', 35166, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146420, 146420, 'SLVR', 'SLVR', 35166, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35168, 35168, 'Startac', 'Startac', 35166, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 41299, 41299, 'T720, T722, T730, T Series', 'T720-T722-T730-T-Series', 35166, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35169, 35169, 'V60, V300, V500, V Series', 'V60-V300-V500-V-Series', 35166, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41300, 41300, 'Mixed Lots', 'Mixed-Lots', 35166, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20350, 20350, 'Other Series', 'Other-Series', 35166, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35170, 35170, 'Nokia', 'Nokia', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41301, 41301, '1200 Series', '1200-Series', 35170, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35171, 35171, '3300 Series', '3300-Series', 35170, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35172, 35172, '3200, 5100, 6100, 6300 Series', '3200-5100-6100-6300-Series', 35170, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35173, 35173, '8260, 8290, 8000 Series', '8260-8290-8000-Series', 35170, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41302, 41302, 'Mixed Lots', 'Mixed-Lots', 35170, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20365, 20365, 'Other Series', 'Other-Series', 35170, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108572, 108572, 'Palm One, Handspring', 'Palm-One-Handspring', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44918, 44918, 'Panasonic', 'Panasonic', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108571, 108571, 'RIM Blackberry', 'RIM-Blackberry', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41303, 41303, 'Samsung', 'Samsung', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41304, 41304, 'a460, a500, a Series', 'a460-a500-a-Series', 41303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108573, 108573, 'e105, e315, e713, e Series', 'e105-e315-e713-e-Series', 41303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108574, 108574, 'i500, i600, i700, i Series', 'i500-i600-i700-i-Series', 41303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41305, 41305, 'n200, n400, n Series', 'n200-n400-n-Series', 41303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43241, 43241, '3500', '3500', 41303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43242, 43242, '8500', '8500', 41303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108575, 108575, 'r210, r225, r Series', 'r210-r225-r-Series', 41303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108576, 108576, 's100, s105, s Series', 's100-s105-s-Series', 41303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108577, 108577, 'x426, x427, x450, x Series', 'x426-x427-x450-x-Series', 41303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41306, 41306, 'Mixed Lots', 'Mixed-Lots', 41303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20374, 20374, 'Other Series', 'Other-Series', 41303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35174, 35174, 'Sanyo', 'Sanyo', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44919, 44919, 'Siemens', 'Siemens', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41307, 41307, 'Sony, Ericsson', 'Sony-Ericsson', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75435, 75435, 'Clie, PDA', 'Clie-PDA', 41307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108578, 108578, 'P800, P900, P910, P Series', 'P800-P900-P910-P-Series', 41307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108579, 108579, 'S700, S710, S Series', 'S700-S710-S-Series', 41307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108580, 108580, 'T300, T610, T608, T Series', 'T300-T610-T608-T-Series', 41307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41312, 41312, 'Mixed Lots', 'Mixed-Lots', 41307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20344, 20344, 'Other Series', 'Other-Series', 41307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75443, 75443, 'Toshiba', 'Toshiba', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15034, 15034, 'Other Brands', 'Other-Brands', 20357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35175, 35175, 'Belt Clips, Holsters', 'Belt-Clips-Holsters', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44920, 44920, 'Audiovox', 'Audiovox', 35175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35177, 35177, 'Kyocera, Qualcomm', 'Kyocera-Qualcomm', 35175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35178, 35178, 'LG, Touchpoint', 'LG-Touchpoint', 35175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108581, 108581, 'Motorola', 'Motorola', 35175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108582, 108582, 'C331, C350, C650, C Series', 'C331-C350-C650-C-Series', 108581, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108583, 108583, 'i Series, Nextel, i730, i80', 'i-Series-Nextel-i730-i80', 108581, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108584, 108584, 'RAZR V3', 'RAZR-V3', 108581, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146421, 146421, 'SLVR', 'SLVR', 108581, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108585, 108585, 'V60, V300, V500, V Series', 'V60-V300-V500-V-Series', 108581, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35179, 35179, 'Other Series', 'Other-Series', 108581, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35180, 35180, 'Nokia', 'Nokia', 35175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108586, 108586, 'Palm One, Handspring', 'Palm-One-Handspring', 35175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50323, 50323, 'Panasonic', 'Panasonic', 35175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108587, 108587, 'RIM Blackberry', 'RIM-Blackberry', 35175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108588, 108588, 'Samsung', 'Samsung', 35175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108589, 108589, 'a460, a500, a Series', 'a460-a500-a-Series', 108588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108590, 108590, 'e105, e315, e713, e Series', 'e105-e315-e713-e-Series', 108588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108591, 108591, 'i500, i600, i700, i Series', 'i500-i600-i700-i-Series', 108588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108592, 108592, 'x426, x427, x450, x Series', 'x426-x427-x450-x-Series', 108588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35181, 35181, 'Other Series', 'Other-Series', 108588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35182, 35182, 'Sanyo', 'Sanyo', 35175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108593, 108593, 'Siemens', 'Siemens', 35175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108594, 108594, 'Sony, Ericsson', 'Sony-Ericsson', 35175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108595, 108595, 'T300, T610, T608, T Series', 'T300-T610-T608-T-Series', 108594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108596, 108596, 'Z600, Z500, Z Series', 'Z600-Z500-Z-Series', 108594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35176, 35176, 'Other Series', 'Other-Series', 108594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15035, 15035, 'Other Brands', 'Other-Brands', 35175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50324, 50324, 'Camera Attachments', 'Camera-Attachments', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50325, 50325, 'Samsung', 'Samsung', 50324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50326, 50326, 'Sony, Ericsson', 'Sony-Ericsson', 50324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41313, 41313, 'Other Brands', 'Other-Brands', 50324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35183, 35183, 'Car Kits & Car Chargers', 'Car-Kits-and-Car-Chargers', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152373, 152373, 'Apple iPhone', 'Apple-iPhone', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48492, 48492, 'Audiovox', 'Audiovox', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146422, 146422, 'Danger Hiptop, Sidekick', 'Danger-Hiptop-Sidekick', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146423, 146423, 'Dell', 'Dell', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29846, 29846, 'HP/Compaq', 'HP-Compaq', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35184, 35184, 'Kyocera, Qualcomm', 'Kyocera-Qualcomm', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35185, 35185, 'LG, Touchpoint', 'LG-Touchpoint', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35186, 35186, 'Motorola', 'Motorola', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108598, 108598, 'C331, C350, C650, C Series', 'C331-C350-C650-C-Series', 35186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35187, 35187, 'i Series, Nextel, i730, i80', 'i-Series-Nextel-i730-i80', 35186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108599, 108599, 'RAZR V3, SLVR', 'RAZR-V3-SLVR', 35186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35188, 35188, 'Startac', 'Startac', 35186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108600, 108600, 'T720, T722, T730, T Series', 'T720-T722-T730-T-Series', 35186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35189, 35189, 'V60, V300, V500, V Series', 'V60-V300-V500-V-Series', 35186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35190, 35190, 'Other Series', 'Other-Series', 35186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35191, 35191, 'Nokia', 'Nokia', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108601, 108601, 'Palm One, Handspring', 'Palm-One-Handspring', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108602, 108602, 'RIM Blackberry', 'RIM-Blackberry', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35192, 35192, 'Samsung', 'Samsung', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48493, 48493, 'Sanyo', 'Sanyo', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108603, 108603, 'Siemens', 'Siemens', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146424, 146424, 'Sony, Ericsson', 'Sony-Ericsson', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48668, 48668, 'Clie, PDA', 'Clie-PDA', 146424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146425, 146425, 'S700, S710, S Series', 'S700-S710-S-Series', 146424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146426, 146426, 'P800, P900, P910, P Series', 'P800-P900-P910-P-Series', 146424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146427, 146427, 'T300, T610, T608, T Series', 'T300-T610-T608-T-Series', 146424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146428, 146428, 'Z600, Z500, Z Series', 'Z600-Z500-Z-Series', 146424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48494, 48494, 'Other Series', 'Other-Series', 146424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56162, 56162, 'Toshiba', 'Toshiba', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35193, 35193, 'Other Brands', 'Other-Brands', 35183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20349, 20349, 'Cases, Pouches', 'Cases-Pouches', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152374, 152374, 'Apple iPhone', 'Apple-iPhone', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20338, 20338, 'Audiovox', 'Audiovox', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75424, 75424, 'Casio', 'Casio', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146430, 146430, 'Danger Hiptop, Sidekick', 'Danger-Hiptop-Sidekick', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56153, 56153, 'Dell', 'Dell', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146519, 146519, 'HP/Compaq', 'HP-Compaq', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20359, 20359, 'Kyocera, Qualcomm', 'Kyocera-Qualcomm', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35194, 35194, 'LG, Touchpoint', 'LG-Touchpoint', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35195, 35195, 'Motorola', 'Motorola', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43243, 43243, 'C331, C350, C650, C Series', 'C331-C350-C650-C-Series', 35195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35196, 35196, 'i Series, Nextel, i730, i80', 'i-Series-Nextel-i730-i80', 35195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108604, 108604, 'RAZR V3', 'RAZR-V3', 35195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146429, 146429, 'SLVR', 'SLVR', 35195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35197, 35197, 'Startac', 'Startac', 35195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41314, 41314, 'T720, T722, T730, T Series', 'T720-T722-T730-T-Series', 35195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35198, 35198, 'V60, V300, V500, V Series', 'V60-V300-V500-V-Series', 35195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41315, 41315, 'Mixed Lots', 'Mixed-Lots', 35195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20351, 20351, 'Other Series', 'Other-Series', 35195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35199, 35199, 'Nokia', 'Nokia', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41376, 41376, '1200 Series', '1200-Series', 35199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35200, 35200, '3200, 5100, 6100, 7100 Series', '3200-5100-6100-7100-Series', 35199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35201, 35201, '3360, 3390, 3395 Series', '3360-3390-3395-Series', 35199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41377, 41377, '6300 Series', '6300-Series', 35199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35202, 35202, '8260, 8290 Series', '8260-8290-Series', 35199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20367, 20367, 'Other Series', 'Other-Series', 35199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108605, 108605, 'Palm One, Handspring', 'Palm-One-Handspring', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43244, 43244, 'Panasonic', 'Panasonic', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108606, 108606, 'RIM Blackberry', 'RIM-Blackberry', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43245, 43245, 'Samsung', 'Samsung', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43246, 43246, 'a460, a500, a Series', 'a460-a500-a-Series', 43245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108607, 108607, 'e105, e315, e713, e Series', 'e105-e315-e713-e-Series', 43245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108608, 108608, 'i500, i600, i700, i Series', 'i500-i600-i700-i-Series', 43245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43247, 43247, 'n200, n400, n Series', 'n200-n400-n-Series', 43245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43248, 43248, 'r210, r225, r Series', 'r210-r225-r-Series', 43245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43249, 43249, 's100, s105, s Series', 's100-s105-s-Series', 43245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108609, 108609, 'x426, x427, x450, x Series', 'x426-x427-x450-x-Series', 43245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43250, 43250, '8500', '8500', 43245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20375, 20375, 'Other Series', 'Other-Series', 43245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35203, 35203, 'Sanyo', 'Sanyo', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48496, 48496, 'Siemens', 'Siemens', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108610, 108610, 'Sony, Ericsson', 'Sony-Ericsson', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146518, 146518, 'Clie, PDA', 'Clie-PDA', 108610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108611, 108611, 'S700, S710, S Series', 'S700-S710-S-Series', 108610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108612, 108612, 'P800, P900, P910, P Series', 'P800-P900-P910-P-Series', 108610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108613, 108613, 'T300, T610, T608, T Series', 'T300-T610-T608-T-Series', 108610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108614, 108614, 'Z600, Z500, Z Series', 'Z600-Z500-Z-Series', 108610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20345, 20345, 'Other Series', 'Other-Series', 108610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56160, 56160, 'Toshiba', 'Toshiba', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15036, 15036, 'Other Brands', 'Other-Brands', 20349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146432, 146432, 'Cradles, Cradle Chargers', 'Cradles-Cradle-Chargers', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152376, 152376, 'Apple iPhone', 'Apple-iPhone', 146432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75432, 75432, 'HP/Compaq', 'HP-Compaq', 146432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146433, 146433, 'Motorola', 'Motorola', 146432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146434, 146434, 'Palm One, Handspring', 'Palm-One-Handspring', 146432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75440, 75440, 'Sony, Ericsson', 'Sony-Ericsson', 146432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56163, 56163, 'Toshiba', 'Toshiba', 146432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146435, 146435, 'Other Brands', 'Other-Brands', 146432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35207, 35207, 'Data Cables', 'Data-Cables', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108645, 108645, 'Audiovox', 'Audiovox', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56151, 56151, 'Casio', 'Casio', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56155, 56155, 'Dell', 'Dell', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29842, 29842, 'HP/Compaq', 'HP-Compaq', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48497, 48497, 'Kyocera, Qualcomm', 'Kyocera-Qualcomm', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50327, 50327, 'LG, Touchpoint', 'LG-Touchpoint', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35209, 35209, 'Motorola', 'Motorola', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20366, 20366, 'Nokia', 'Nokia', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108646, 108646, 'Palm One, Handspring', 'Palm-One-Handspring', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48498, 48498, 'Panasonic', 'Panasonic', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108647, 108647, 'RIM Blackberry', 'RIM-Blackberry', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35210, 35210, 'Samsung', 'Samsung', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50328, 50328, 'Sanyo', 'Sanyo', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50329, 50329, 'Siemens', 'Siemens', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35208, 35208, 'Sony, Ericsson', 'Sony-Ericsson', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56165, 56165, 'Toshiba', 'Toshiba', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35211, 35211, 'Other Brands', 'Other-Brands', 35207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20373, 20373, 'Faceplates, Housings', 'Faceplates-Housings', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20340, 20340, 'Audiovox', 'Audiovox', 20373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146472, 146472, 'Danger Hiptop, Sidekick', 'Danger-Hiptop-Sidekick', 20373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43256, 43256, 'Kyocera, Qualcomm', 'Kyocera-Qualcomm', 20373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43257, 43257, '1155, 2255 Series', '1155-2255-Series', 43256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43258, 43258, '2235 Series', '2235-Series', 43256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43259, 43259, '2119, 2135 Series', '2119-2135-Series', 43256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20361, 20361, 'Other Series', 'Other-Series', 43256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35213, 35213, 'Motorola', 'Motorola', 20373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43260, 43260, 'C331, C350, C650, C Series', 'C331-C350-C650-C-Series', 35213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35214, 35214, 'i Series, Nextel, i730, i80', 'i-Series-Nextel-i730-i80', 35213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108648, 108648, 'RAZR V3', 'RAZR-V3', 35213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146473, 146473, 'SLVR', 'SLVR', 35213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35215, 35215, 'V60, V300, V500, V Series', 'V60-V300-V500-V-Series', 35213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41340, 41340, 'T720, T722, T730, T Series', 'T720-T722-T730-T-Series', 35213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41341, 41341, 'Mixed Lots', 'Mixed-Lots', 35213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20353, 20353, 'Other Series', 'Other-Series', 35213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35216, 35216, 'Nokia', 'Nokia', 20373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41378, 41378, '1260 Series', '1260-Series', 35216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35217, 35217, '3285, 3200 Series', '3285-3200-Series', 35216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35218, 35218, '3360, 3390, 3300 Series', '3360-3390-3300-Series', 35216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35219, 35219, '5100 Series', '5100-Series', 35216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41379, 41379, '6100 Series', '6100-Series', 35216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35220, 35220, '6300 Series', '6300-Series', 35216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41380, 41380, '7200 Series', '7200-Series', 35216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35221, 35221, '8260, 8270, 8290, 8200 Series', '8260-8270-8290-8200-Series', 35216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35222, 35222, '8390, 8300 Series', '8390-8300-Series', 35216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41381, 41381, 'Mixed Lots', 'Mixed-Lots', 35216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20369, 20369, 'Other Series', 'Other-Series', 35216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108649, 108649, 'Palm One, Handspring', 'Palm-One-Handspring', 20373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108650, 108650, 'Panasonic', 'Panasonic', 20373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108652, 108652, 'Samsung', 'Samsung', 20373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108653, 108653, 'a460, a500, a Series', 'a460-a500-a-Series', 108652, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108654, 108654, 'e105, e315, e713, e Series', 'e105-e315-e713-e-Series', 108652, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108655, 108655, 's100, s105, s Series', 's100-s105-s-Series', 108652, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108656, 108656, 'x426, x427, x450, x Series', 'x426-x427-x450-x-Series', 108652, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35223, 35223, 'Other Series', 'Other-Series', 108652, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108651, 108651, 'Sanyo', 'Sanyo', 20373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41342, 41342, 'Siemens', 'Siemens', 20373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108657, 108657, 'Sony, Ericsson', 'Sony-Ericsson', 20373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108658, 108658, 'T300, T610, T608, T Series', 'T300-T610-T608-T-Series', 108657, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108659, 108659, 'Z600, Z500, Z Series', 'Z600-Z500-Z-Series', 108657, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35212, 35212, 'Other Series', 'Other-Series', 108657, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15039, 15039, 'Other Brands', 'Other-Brands', 20373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35224, 35224, 'Headsets-Corded', 'Headsets-Corded', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152377, 152377, 'Apple iPhone', 'Apple-iPhone', 35224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20341, 20341, 'Audiovox', 'Audiovox', 35224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20362, 20362, 'Kyocera, Qualcomm', 'Kyocera-Qualcomm', 35224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43262, 43262, 'LG, Touchpoint', 'LG-Touchpoint', 35224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43263, 43263, 'Motorola', 'Motorola', 35224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43264, 43264, 'C331, C350, C650, C Series', 'C331-C350-C650-C-Series', 43263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43265, 43265, 'i Series, Nextel, i730, i80', 'i-Series-Nextel-i730-i80', 43263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108660, 108660, 'RAZR V3', 'RAZR-V3', 43263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43266, 43266, 'Startac', 'Startac', 43263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43267, 43267, 'T720, T722, T730, T Series', 'T720-T722-T730-T-Series', 43263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43268, 43268, 'V60, V300, V500, V Series', 'V60-V300-V500-V-Series', 43263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43269, 43269, 'Mixed Lots', 'Mixed-Lots', 43263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20354, 20354, 'Other Series', 'Other-Series', 43263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43270, 43270, 'Nokia', 'Nokia', 35224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43271, 43271, '3360, 3390, 3000 Series', '3360-3390-3000-Series', 43270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43272, 43272, '3200, 5100, 6100, 6300, 7100', '3200-5100-6100-6300-7100', 43270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43273, 43273, '8260, 8290, 8000 Series', '8260-8290-8000-Series', 43270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20371, 20371, 'Other Series', 'Other-Series', 43270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108661, 108661, 'Palm One, Handspring', 'Palm-One-Handspring', 35224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108662, 108662, 'RIM Blackberry', 'RIM-Blackberry', 35224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20377, 20377, 'Samsung', 'Samsung', 35224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43274, 43274, 'Sanyo', 'Sanyo', 35224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48499, 48499, 'Siemens', 'Siemens', 35224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20347, 20347, 'Sony, Ericsson', 'Sony-Ericsson', 35224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15040, 15040, 'Other Brands', 'Other-Brands', 35224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146477, 146477, 'Keyboards', 'Keyboards', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146478, 146478, 'Dell', 'Dell', 146477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38336, 38336, 'HP/Compaq', 'HP-Compaq', 146477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29851, 29851, 'Palm One, Handspring', 'Palm-One-Handspring', 146477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48669, 48669, 'Sony, Ericsson', 'Sony-Ericsson', 146477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48676, 48676, 'Other Brands', 'Other-Brands', 146477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43297, 43297, 'Keypads', 'Keypads', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43298, 43298, 'Motorola', 'Motorola', 43297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43299, 43299, 'Nokia', 'Nokia', 43297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43300, 43300, '3360', '3360', 43299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43301, 43301, '3390', '3390', 43299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43302, 43302, 'Other Series', 'Other-Series', 43299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43303, 43303, 'Samsung', 'Samsung', 43297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43304, 43304, 'Other Brands', 'Other-Brands', 43297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50330, 50330, 'LCD Screens', 'LCD-Screens', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50331, 50331, 'Motorola', 'Motorola', 50330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50332, 50332, 'Nokia', 'Nokia', 50330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41343, 41343, 'Other Brands', 'Other-Brands', 50330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43307, 43307, 'Manuals, User Guides', 'Manuals-User-Guides', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118260, 118260, 'Memory Cards', 'Memory-Cards', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15019, 15019, 'Modems', 'Modems', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146474, 146474, 'Mounts, Holders', 'Mounts-Holders', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75425, 75425, 'Dell', 'Dell', 146474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64361, 64361, 'HP/Compaq', 'HP-Compaq', 146474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146475, 146475, 'LG, Touchpoint', 'LG-Touchpoint', 146474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43275, 43275, 'Motorola', 'Motorola', 146474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146476, 146476, 'Samsung', 'Samsung', 146474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75444, 75444, 'Toshiba', 'Toshiba', 146474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75447, 75447, 'Other Brands', 'Other-Brands', 146474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146479, 146479, 'Ringtones & Wallpaper', 'Ringtones-and-Wallpaper', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146480, 146480, 'Motorola', 'Motorola', 146479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146481, 146481, 'Nextel, Boost Mobile', 'Nextel-Boost-Mobile', 146479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146482, 146482, 'Other', 'Other', 146479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146483, 146483, 'Screen Protectors', 'Screen-Protectors', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152378, 152378, 'Apple iPhone', 'Apple-iPhone', 146483, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146484, 146484, 'Dell', 'Dell', 146483, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56156, 56156, 'HP/Compaq', 'HP-Compaq', 146483, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56157, 56157, 'PalmOne, Handspring', 'PalmOne-Handspring', 146483, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64369, 64369, 'Sony, Ericsson', 'Sony-Ericsson', 146483, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56167, 56167, 'Other Brands', 'Other-Brands', 146483, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115041, 115041, 'Software', 'Software', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115042, 115042, 'Audiovox', 'Audiovox', 115041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64363, 64363, 'HP/Compaq', 'HP-Compaq', 115041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115043, 115043, 'Kyocera, Qualcomm', 'Kyocera-Qualcomm', 115041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115044, 115044, 'LG, Touchpoint', 'LG-Touchpoint', 115041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115045, 115045, 'Motorola', 'Motorola', 115041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115046, 115046, 'Nokia', 'Nokia', 115041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115047, 115047, 'Palm One, Handspring', 'Palm-One-Handspring', 115041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115048, 115048, 'Panasonic', 'Panasonic', 115041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115049, 115049, 'RIM Blackberry', 'RIM-Blackberry', 115041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115050, 115050, 'Samsung', 'Samsung', 115041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115051, 115051, 'Sanyo', 'Sanyo', 115041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115052, 115052, 'Siemens', 'Siemens', 115041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115053, 115053, 'Sony, Ericsson', 'Sony-Ericsson', 115041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115054, 115054, 'Other Brands', 'Other-Brands', 115041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43309, 43309, 'Speakerphones', 'Speakerphones', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43310, 43310, 'Straps & Charms', 'Straps-and-Charms', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146485, 146485, 'Styluses', 'Styluses', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75426, 75426, 'Dell', 'Dell', 146485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38337, 38337, 'HP/Compaq', 'HP-Compaq', 146485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29852, 29852, 'Palm One, Handspring', 'Palm-One-Handspring', 146485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146486, 146486, 'Samsung', 'Samsung', 146485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48670, 48670, 'Sony, Ericsson', 'Sony-Ericsson', 146485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75445, 75445, 'Toshiba', 'Toshiba', 146485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48677, 48677, 'Other Brands', 'Other-Brands', 146485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43311, 43311, 'Tools, Screwdrivers', 'Tools-Screwdrivers', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20364, 20364, 'Travel Chargers, Wall Chargers', 'Travel-Chargers-Wall-Chargers', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152375, 152375, 'Apple iPhone', 'Apple-iPhone', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20339, 20339, 'Audiovox', 'Audiovox', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56150, 56150, 'Casio', 'Casio', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146431, 146431, 'Danger Hiptop, Sidekick', 'Danger-Hiptop-Sidekick', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56154, 56154, 'Dell', 'Dell', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75433, 75433, 'HP/Compaq', 'HP-Compaq', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41316, 41316, 'Kyocera, Qualcomm', 'Kyocera-Qualcomm', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41317, 41317, '2000, 2100 Series', '2000-2100-Series', 41316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41318, 41318, '3000 Series', '3000-Series', 41316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41319, 41319, 'Mixed Lots', 'Mixed-Lots', 41316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20360, 20360, 'Other Series', 'Other-Series', 41316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35204, 35204, 'LG, Touchpoint', 'LG-Touchpoint', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41320, 41320, 'Motorola', 'Motorola', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43251, 43251, 'C331, C350, C650, C Series', 'C331-C350-C650-C-Series', 41320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41321, 41321, 'i Series, Nextel, i730, i80', 'i-Series-Nextel-i730-i80', 41320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108616, 108616, 'RAZR V3, SLVR', 'RAZR-V3-SLVR', 41320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41322, 41322, 'Startac', 'Startac', 41320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41323, 41323, 'V60, V300, V500, V Series', 'V60-V300-V500-V-Series', 41320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41324, 41324, 'T720, T722, T730, T Series', 'T720-T722-T730-T-Series', 41320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41325, 41325, 'Mixed Lots', 'Mixed-Lots', 41320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20352, 20352, 'Other Series', 'Other-Series', 41320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41326, 41326, 'Nokia', 'Nokia', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41327, 41327, '1200 Series', '1200-Series', 41326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41328, 41328, '6300 Series', '6300-Series', 41326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41329, 41329, '3360 Series', '3360-Series', 41326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41330, 41330, '3390 Series', '3390-Series', 41326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41331, 41331, '8260, 8290, 8000 Series', '8260-8290-8000-Series', 41326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41332, 41332, 'Mixed Lots', 'Mixed-Lots', 41326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20368, 20368, 'Other Series', 'Other-Series', 41326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108617, 108617, 'Palm One, Handspring', 'Palm-One-Handspring', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35205, 35205, 'Panasonic', 'Panasonic', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108618, 108618, 'RIM Blackberry', 'RIM-Blackberry', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41333, 41333, 'Samsung', 'Samsung', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41334, 41334, 'a460, a500, a Series', 'a460-a500-a-Series', 41333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108619, 108619, 'e105, e315, e713, e Series', 'e105-e315-e713-e-Series', 41333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108620, 108620, 'i500, i600, i700, i Series', 'i500-i600-i700-i-Series', 41333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41335, 41335, 'n200, n400, n Series', 'n200-n400-n-Series', 41333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43252, 43252, 'r210, r225, r Series', 'r210-r225-r-Series', 41333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43253, 43253, 's100, s105, s Series', 's100-s105-s-Series', 41333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108621, 108621, 'x426, x427, x450, x Series', 'x426-x427-x450-x-Series', 41333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43254, 43254, '3500, 8500', '3500-8500', 41333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43255, 43255, 'Mixed Lots', 'Mixed-Lots', 41333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20376, 20376, 'Other Series', 'Other-Series', 41333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35206, 35206, 'Sanyo', 'Sanyo', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41336, 41336, 'Siemens', 'Siemens', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41337, 41337, 'Sony, Ericsson', 'Sony-Ericsson', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75441, 75441, 'Clie, PDA', 'Clie-PDA', 41337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41338, 41338, 'T28, T29, T39, T60, T68, T68i', 'T28-T29-T39-T60-T68-T68i', 41337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41339, 41339, 'T300', 'T300', 41337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20346, 20346, 'Other Series', 'Other-Series', 41337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56164, 56164, 'Toshiba', 'Toshiba', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15037, 15037, 'Other Brands', 'Other-Brands', 20364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43312, 43312, 'Unlocking Kits, Services', 'Unlocking-Kits-Services', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3311, 3311, 'Other Accessories', 'Other-Accessories', 20336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133225, 133225, 'Bluetooth Wireless Accessories', 'Bluetooth-Wireless-Accessories', 15032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133226, 133226, 'Headsets - Wireless', 'Headsets-Wireless', 133225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152372, 152372, 'Apple iPhone', 'Apple-iPhone', 133226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133227, 133227, 'Earglove', 'Earglove', 133226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133228, 133228, 'Jabra', 'Jabra', 133226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133229, 133229, 'Motorola', 'Motorola', 133226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133230, 133230, 'Nokia', 'Nokia', 133226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133231, 133231, 'Plantronics', 'Plantronics', 133226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133232, 133232, 'Samsung', 'Samsung', 133226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133233, 133233, 'Sony Ericsson', 'Sony-Ericsson', 133226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133234, 133234, 'Other Brands', 'Other-Brands', 133226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133237, 133237, 'Headset Car Chargers', 'Headset-Car-Chargers', 133225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133239, 133239, 'Headset Cases & Pouches', 'Headset-Cases-and-Pouches', 133225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133236, 133236, 'Headset Wall Chargers', 'Headset-Wall-Chargers', 133225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133235, 133235, 'Cables', 'Cables', 133225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133238, 133238, 'Dongles & USB Adapters', 'Dongles-and-USB-Adapters', 133225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133240, 133240, 'Phone Adapters', 'Phone-Adapters', 133225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133241, 133241, 'Other Accessories', 'Other-Accessories', 133225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146487, 146487, 'Cell Phones', 'Cell-Phones', 15032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41355, 41355, 'Phones w/Service Contracts', 'Phones-w-Service-Contracts', 146487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64355, 64355, 'Phones w/o Service Contracts', 'Phones-w-o-Service-Contracts', 146487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41356, 41356, 'Prepaid Phones', 'Prepaid-Phones', 146487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32233, 32233, 'Smartphones', 'Smartphones', 15032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38331, 38331, 'PDAs & Pocket PCs', 'PDAs-and-Pocket-PCs', 15032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146492, 146492, 'Phone & SIM Cards', 'Phone-and-SIM-Cards', 15032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43308, 43308, 'Calling Cards', 'Calling-Cards', 146492, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108663, 108663, 'SIM Cards', 'SIM-Cards', 146492, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108664, 108664, 'AT&T Wireless', 'ATandT-Wireless', 108663, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108665, 108665, 'Cingular', 'Cingular', 108663, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108666, 108666, 'Nextel', 'Nextel', 108663, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108667, 108667, 'T-Mobile', 'T-Mobile', 108663, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48501, 48501, 'Other', 'Other', 108663, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146493, 146493, 'SIM Multi-Cards, Rdrs/Wrtrs', 'SIM-Multi-Cards-Rdrs-Wrtrs', 146492, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45065, 45065, 'Wholesale & Large Lots', 'Wholesale-and-Large-Lots', 15032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45066, 45066, 'Accessories, Parts', 'Accessories-Parts', 45065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45067, 45067, 'Antennas', 'Antennas', 45066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64356, 64356, 'Batteries', 'Batteries', 45066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146494, 146494, 'Belt Clips, Holsters', 'Belt-Clips-Holsters', 45066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45068, 45068, 'Cases', 'Cases', 45066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64357, 64357, 'Chargers', 'Chargers', 45066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146495, 146495, 'Faceplates', 'Faceplates', 45066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146496, 146496, 'Screen Protectors', 'Screen-Protectors', 45066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45069, 45069, 'Other', 'Other', 45066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45070, 45070, 'Cell Phones', 'Cell-Phones', 45065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 45071, 45071, 'Motorola', 'Motorola', 45070, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45072, 45072, 'Nokia', 'Nokia', 45070, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31582, 31582, 'Other', 'Other', 45070, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61495, 61495, 'PDAs & Pocket PCs', 'PDAs-and-Pocket-PCs', 45065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45073, 45073, 'Other Wholesale Lots', 'Other-Wholesale-Lots', 45065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11450, 11450, 'Clothing, Shoes & Accessories', 'Clothing-Shoes-and-Accessories', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19254, 19254, 'Costumes & Reenactment Attire', 'Costumes-and-Reenactment-Attire', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 125474, 125474, 'Civil War Attire', 'Civil-War-Attire', 19254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 125473, 125473, 'Medieval & Renaissance Attire', 'Medieval-and-Renaissance-Attire', 19254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 125475, 125475, 'Victorian Attire', 'Victorian-Attire', 19254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155344, 155344, 'Accessories', 'Accessories', 19254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155345, 155345, 'Capes & Cloaks', 'Capes-and-Cloaks', 155344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155346, 155346, 'Crowns & Tiaras', 'Crowns-and-Tiaras', 155344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155347, 155347, 'Footwear', 'Footwear', 155344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155348, 155348, 'Gloves', 'Gloves', 155344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155349, 155349, 'Hats & Headgear', 'Hats-and-Headgear', 155344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116724, 116724, 'Masks', 'Masks', 155344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155350, 155350, 'Wigs & Facial Hair', 'Wigs-and-Facial-Hair', 155344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155351, 155351, 'Wings', 'Wings', 155344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82161, 82161, 'Other Accessories', 'Other-Accessories', 155344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80912, 80912, 'Costumes - Infants & Toddlers', 'Costumes-Infants-and-Toddlers', 19254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80913, 80913, 'Costumes - Boys', 'Costumes-Boys', 19254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80914, 80914, 'Costumes - Girls', 'Costumes-Girls', 19254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52762, 52762, 'Costumes - Men', 'Costumes-Men', 19254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53362, 53362, 'Costumes - Women', 'Costumes-Women', 19254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86207, 86207, 'Costumes - Unisex', 'Costumes-Unisex', 19254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82162, 82162, 'Costumes - Pets', 'Costumes-Pets', 19254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19255, 19255, 'Other', 'Other', 19254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155240, 155240, 'Cultural & Ethnic Clothing', 'Cultural-and-Ethnic-Clothing', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155241, 155241, 'Africa', 'Africa', 155240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155242, 155242, 'Asia, Pacific Islands', 'Asia-Pacific-Islands', 155240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155243, 155243, 'Cheong-sam', 'Cheong-sam', 155242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155244, 155244, 'Kimono', 'Kimono', 155242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155245, 155245, 'Other', 'Other', 155242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155246, 155246, 'India, Pakistan', 'India-Pakistan', 155240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155247, 155247, 'Choli', 'Choli', 155246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155248, 155248, 'Kurta', 'Kurta', 155246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155249, 155249, 'Salwar Kameez', 'Salwar-Kameez', 155246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155250, 155250, 'Sari, Saree', 'Sari-Saree', 155246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155251, 155251, 'Other', 'Other', 155246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155252, 155252, 'Latin America', 'Latin-America', 155240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155253, 155253, 'Middle East', 'Middle-East', 155240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155254, 155254, 'Other Cultures & Ethnicities', 'Other-Cultures-and-Ethnicities', 155240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 112425, 112425, 'Dancewear & Dance Shoes', 'Dancewear-and-Dance-Shoes', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152344, 152344, 'Boys Dancewear', 'Boys-Dancewear', 112425, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152345, 152345, 'Girls Dancewear', 'Girls-Dancewear', 112425, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152346, 152346, 'Dance Shoes', 'Dance-Shoes', 152345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152347, 152347, 'Ballet', 'Ballet', 152346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152348, 152348, 'Irish', 'Irish', 152346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152349, 152349, 'Jazz, Hip Hop', 'Jazz-Hip-Hop', 152346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152350, 152350, 'Tap', 'Tap', 152346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152351, 152351, 'Other', 'Other', 152346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152352, 152352, 'Dresses, Tutus', 'Dresses-Tutus', 152345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152353, 152353, 'Leggings, Tights', 'Leggings-Tights', 152345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152354, 152354, 'Leotards, Unitards', 'Leotards-Unitards', 152345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152355, 152355, 'Outfits', 'Outfits', 152345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152356, 152356, 'Tops, Shirts', 'Tops-Shirts', 152345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152357, 152357, 'Totes, Duffle Bags', 'Totes-Duffle-Bags', 152345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152358, 152358, 'Dance Accessories', 'Dance-Accessories', 152345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152359, 152359, 'Lots', 'Lots', 152345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 112426, 112426, 'Other', 'Other', 152345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 112427, 112427, 'Mens Dancewear', 'Mens-Dancewear', 112425, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150661, 150661, 'Womens Dancewear', 'Womens-Dancewear', 112425, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108911, 108911, 'Dance Shoes', 'Dance-Shoes', 150661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150663, 150663, 'Ballet', 'Ballet', 108911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152340, 152340, 'Ballroom', 'Ballroom', 108911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152341, 152341, 'Character', 'Character', 108911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150664, 150664, 'Jazz, Hip Hop', 'Jazz-Hip-Hop', 108911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152342, 152342, 'Tap', 'Tap', 108911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 153004, 153004, 'Other', 'Other', 108911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152360, 152360, 'Ballet', 'Ballet', 150661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152361, 152361, 'Ballroom', 'Ballroom', 150661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152362, 152362, 'Belly Dancing', 'Belly-Dancing', 150661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152363, 152363, 'Square Dancing', 'Square-Dancing', 150661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152364, 152364, 'Leggings, Tights', 'Leggings-Tights', 150661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152365, 152365, 'Leotards, Unitards', 'Leotards-Unitards', 150661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152366, 152366, 'Outfits', 'Outfits', 150661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150666, 150666, 'Skirts', 'Skirts', 150661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152367, 152367, 'Tops, Shirts', 'Tops-Shirts', 150661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152368, 152368, 'Totes, Duffle Bags', 'Totes-Duffle-Bags', 150661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152369, 152369, 'Dance Accessories', 'Dance-Accessories', 150661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 112428, 112428, 'Other', 'Other', 150661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3082, 3082, 'Infants & Toddlers', 'Infants-and-Toddlers', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139762, 139762, 'Christening Gowns & Suits', 'Christening-Gowns-and-Suits', 3082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79712, 79712, 'Custom, Handmade', 'Custom-Handmade', 3082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79713, 79713, 'Accessories', 'Accessories', 79712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147282, 147282, 'Boys Clothing', 'Boys-Clothing', 79712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79714, 79714, 'Girls Clothing', 'Girls-Clothing', 79712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79715, 79715, 'Other', 'Other', 79712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15557, 15557, 'Accessories', 'Accessories', 3082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57748, 57748, 'Bags', 'Bags', 15557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18786, 18786, 'Hair Accessories', 'Hair-Accessories', 15557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18787, 18787, 'Caps, Hats', 'Caps-Hats', 15557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147283, 147283, 'Gloves, Mittens', 'Gloves-Mittens', 15557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57749, 57749, 'Socks', 'Socks', 15557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147284, 147284, 'Tights', 'Tights', 15557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15560, 15560, 'Other Items', 'Other-Items', 15557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57750, 57750, 'Boys Clothing', 'Boys-Clothing', 3082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147304, 147304, 'Preemies', 'Preemies', 57750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57751, 57751, '0-3 Months', '0-3-Months', 57750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57752, 57752, 'Bottoms', 'Bottoms', 57751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57754, 57754, 'One-Pieces', 'One-Pieces', 57751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57755, 57755, 'Outerwear', 'Outerwear', 57751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57756, 57756, 'Outfits & Sets', 'Outfits-and-Sets', 57751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57757, 57757, 'Overalls', 'Overalls', 57751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57758, 57758, 'Sleepwear', 'Sleepwear', 57751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103061, 103061, 'Sweaters', 'Sweaters', 57751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103062, 103062, 'Swimwear', 'Swimwear', 57751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57759, 57759, 'Tops', 'Tops', 57751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57753, 57753, 'Mixed Items, Lots', 'Mixed-Items-Lots', 57751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57760, 57760, 'Other Items', 'Other-Items', 57751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57761, 57761, '3-6 Months', '3-6-Months', 57750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57762, 57762, 'Bottoms', 'Bottoms', 57761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57763, 57763, 'One-Pieces', 'One-Pieces', 57761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57764, 57764, 'Outerwear', 'Outerwear', 57761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57765, 57765, 'Outfits & Sets', 'Outfits-and-Sets', 57761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57766, 57766, 'Overalls', 'Overalls', 57761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57767, 57767, 'Sleepwear', 'Sleepwear', 57761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57768, 57768, 'Sweaters', 'Sweaters', 57761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103063, 103063, 'Swimwear', 'Swimwear', 57761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57769, 57769, 'Tops', 'Tops', 57761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57770, 57770, 'Mixed Items, Lots', 'Mixed-Items-Lots', 57761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57771, 57771, 'Other Items', 'Other-Items', 57761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57772, 57772, '6-12 Months', '6-12-Months', 57750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57773, 57773, 'Bottoms', 'Bottoms', 57772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57774, 57774, 'One-Pieces', 'One-Pieces', 57772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57775, 57775, 'Outerwear', 'Outerwear', 57772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57776, 57776, 'Outfits & Sets', 'Outfits-and-Sets', 57772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57777, 57777, 'Overalls', 'Overalls', 57772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57778, 57778, 'Sleepwear', 'Sleepwear', 57772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57779, 57779, 'Sweaters', 'Sweaters', 57772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103064, 103064, 'Swimwear', 'Swimwear', 57772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57780, 57780, 'Tops', 'Tops', 57772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57781, 57781, 'Mixed Items, Lots', 'Mixed-Items-Lots', 57772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57782, 57782, 'Other Items', 'Other-Items', 57772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57783, 57783, '12-18 Months', '12-18-Months', 57750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57793, 57793, 'Bottoms', 'Bottoms', 57783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57784, 57784, 'One-Pieces', 'One-Pieces', 57783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57785, 57785, 'Outerwear', 'Outerwear', 57783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57786, 57786, 'Outfits & Sets', 'Outfits-and-Sets', 57783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57787, 57787, 'Overalls', 'Overalls', 57783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57788, 57788, 'Sleepwear', 'Sleepwear', 57783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57789, 57789, 'Sweaters', 'Sweaters', 57783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103065, 103065, 'Swimwear', 'Swimwear', 57783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57790, 57790, 'Tops', 'Tops', 57783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57791, 57791, 'Mixed Items, Lots', 'Mixed-Items-Lots', 57783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57792, 57792, 'Other Items', 'Other-Items', 57783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147305, 147305, '18-24 Months', '18-24-Months', 57750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147306, 147306, 'Bottoms', 'Bottoms', 147305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147307, 147307, 'One-Pieces', 'One-Pieces', 147305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147308, 147308, 'Outerwear', 'Outerwear', 147305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147309, 147309, 'Outfits & Sets', 'Outfits-and-Sets', 147305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147310, 147310, 'Overalls', 'Overalls', 147305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147311, 147311, 'Sleepwear', 'Sleepwear', 147305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147312, 147312, 'Sweaters', 'Sweaters', 147305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147313, 147313, 'Swimwear', 'Swimwear', 147305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147314, 147314, 'Tops', 'Tops', 147305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147315, 147315, 'Mixed Items, Lots', 'Mixed-Items-Lots', 147305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147316, 147316, 'Other Items', 'Other-Items', 147305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3074, 3074, 'Size 2T', 'Size-2T', 57750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57794, 57794, 'Jeans & Pants', 'Jeans-and-Pants', 3074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57795, 57795, 'Athletic', 'Athletic', 57794, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57796, 57796, 'Corduroys', 'Corduroys', 57794, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57797, 57797, 'Jeans', 'Jeans', 57794, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57798, 57798, 'Khakis, Chinos', 'Khakis-Chinos', 57794, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3077, 3077, 'Other', 'Other', 57794, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57799, 57799, 'Outerwear', 'Outerwear', 3074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57800, 57800, 'Denim', 'Denim', 57799, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57801, 57801, 'Down, Poly-fill', 'Down-Poly-fill', 57799, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57802, 57802, 'Fleece', 'Fleece', 57799, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57803, 57803, 'Leather', 'Leather', 57799, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57804, 57804, 'Snow Suit, Pants', 'Snow-Suit-Pants', 57799, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57805, 57805, 'Wind, Rain', 'Wind-Rain', 57799, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57806, 57806, 'Wool, Wool Blend', 'Wool-Wool-Blend', 57799, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3076, 3076, 'Other', 'Other', 57799, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15600, 15600, 'Outfits & Sets', 'Outfits-and-Sets', 3074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57807, 57807, 'Overalls', 'Overalls', 3074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15601, 15601, 'Shorts', 'Shorts', 3074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15602, 15602, 'Sleepwear', 'Sleepwear', 3074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132983, 132983, 'Suits', 'Suits', 3074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15603, 15603, 'Sweaters', 'Sweaters', 3074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15604, 15604, 'Swimwear', 'Swimwear', 3074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3078, 3078, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 3074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15605, 15605, 'Underwear', 'Underwear', 3074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15606, 15606, 'Mixed Items, Lots', 'Mixed-Items-Lots', 3074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3073, 3073, 'Other Items', 'Other-Items', 3074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147317, 147317, 'Size 3T', 'Size-3T', 57750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147318, 147318, 'Jeans & Pants', 'Jeans-and-Pants', 147317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147319, 147319, 'Athletic', 'Athletic', 147318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147320, 147320, 'Corduroys', 'Corduroys', 147318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147321, 147321, 'Jeans', 'Jeans', 147318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147322, 147322, 'Khakis, Chinos', 'Khakis-Chinos', 147318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147323, 147323, 'Other', 'Other', 147318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147324, 147324, 'Outerwear', 'Outerwear', 147317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147325, 147325, 'Denim', 'Denim', 147324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147326, 147326, 'Down, Poly-fill', 'Down-Poly-fill', 147324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147327, 147327, 'Fleece', 'Fleece', 147324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147328, 147328, 'Leather', 'Leather', 147324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147329, 147329, 'Snow Suit, Pants', 'Snow-Suit-Pants', 147324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147330, 147330, 'Wind, Rain', 'Wind-Rain', 147324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147331, 147331, 'Wool, Wool Blend', 'Wool-Wool-Blend', 147324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147332, 147332, 'Other', 'Other', 147324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147333, 147333, 'Outfits & Sets', 'Outfits-and-Sets', 147317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147334, 147334, 'Overalls', 'Overalls', 147317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147335, 147335, 'Shorts', 'Shorts', 147317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147336, 147336, 'Sleepwear', 'Sleepwear', 147317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147337, 147337, 'Suits', 'Suits', 147317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147338, 147338, 'Sweaters', 'Sweaters', 147317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147339, 147339, 'Swimwear', 'Swimwear', 147317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147340, 147340, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 147317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147341, 147341, 'Underwear', 'Underwear', 147317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147342, 147342, 'Mixed Items, Lots', 'Mixed-Items-Lots', 147317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147343, 147343, 'Other Items', 'Other-Items', 147317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147344, 147344, 'Size 4T', 'Size-4T', 57750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147345, 147345, 'Jeans & Pants', 'Jeans-and-Pants', 147344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147346, 147346, 'Athletic', 'Athletic', 147345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147347, 147347, 'Corduroys', 'Corduroys', 147345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147348, 147348, 'Jeans', 'Jeans', 147345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147349, 147349, 'Khakis, Chinos', 'Khakis-Chinos', 147345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147350, 147350, 'Other', 'Other', 147345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147351, 147351, 'Outerwear', 'Outerwear', 147344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147352, 147352, 'Denim', 'Denim', 147351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147353, 147353, 'Down, Poly-fill', 'Down-Poly-fill', 147351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147354, 147354, 'Fleece', 'Fleece', 147351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147355, 147355, 'Leather', 'Leather', 147351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147356, 147356, 'Snow Suit, Pants', 'Snow-Suit-Pants', 147351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147357, 147357, 'Wind, Rain', 'Wind-Rain', 147351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147358, 147358, 'Wool, Wool Blend', 'Wool-Wool-Blend', 147351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147359, 147359, 'Other', 'Other', 147351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147360, 147360, 'Outfits & Sets', 'Outfits-and-Sets', 147344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147361, 147361, 'Overalls', 'Overalls', 147344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147362, 147362, 'Shorts', 'Shorts', 147344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147363, 147363, 'Sleepwear', 'Sleepwear', 147344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147364, 147364, 'Suits', 'Suits', 147344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147365, 147365, 'Sweaters', 'Sweaters', 147344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147366, 147366, 'Swimwear', 'Swimwear', 147344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147367, 147367, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 147344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147368, 147368, 'Underwear', 'Underwear', 147344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147369, 147369, 'Mixed Items, Lots', 'Mixed-Items-Lots', 147344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147370, 147370, 'Other Items', 'Other-Items', 147344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147371, 147371, 'Size 5T', 'Size-5T', 57750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147372, 147372, 'Jeans & Pants', 'Jeans-and-Pants', 147371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147373, 147373, 'Athletic', 'Athletic', 147372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147374, 147374, 'Corduroys', 'Corduroys', 147372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147375, 147375, 'Jeans', 'Jeans', 147372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147376, 147376, 'Khakis, Chinos', 'Khakis-Chinos', 147372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147377, 147377, 'Other', 'Other', 147372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147378, 147378, 'Outerwear', 'Outerwear', 147371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147379, 147379, 'Denim', 'Denim', 147378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147380, 147380, 'Down, Poly-fill', 'Down-Poly-fill', 147378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147381, 147381, 'Fleece', 'Fleece', 147378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147382, 147382, 'Leather', 'Leather', 147378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147383, 147383, 'Snow Suit, Pants', 'Snow-Suit-Pants', 147378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147384, 147384, 'Wind, Rain', 'Wind-Rain', 147378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147385, 147385, 'Wool, Wool Blend', 'Wool-Wool-Blend', 147378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147386, 147386, 'Other', 'Other', 147378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147387, 147387, 'Outfits & Sets', 'Outfits-and-Sets', 147371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147388, 147388, 'Overalls', 'Overalls', 147371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147389, 147389, 'Shorts', 'Shorts', 147371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147390, 147390, 'Sleepwear', 'Sleepwear', 147371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147391, 147391, 'Suits', 'Suits', 147371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147392, 147392, 'Sweaters', 'Sweaters', 147371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147393, 147393, 'Swimwear', 'Swimwear', 147371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147394, 147394, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 147371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147395, 147395, 'Underwear', 'Underwear', 147371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147396, 147396, 'Mixed Items, Lots', 'Mixed-Items-Lots', 147371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147397, 147397, 'Other Items', 'Other-Items', 147371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28010, 28010, 'Boys Shoes', 'Boys-Shoes', 3082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28011, 28011, 'Athletic Shoes', 'Athletic-Shoes', 28010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57879, 57879, 'Boots', 'Boots', 28010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28012, 28012, 'Crib Shoes', 'Crib-Shoes', 28010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28013, 28013, 'Dress Shoes', 'Dress-Shoes', 28010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28014, 28014, 'Sandals', 'Sandals', 28010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57880, 57880, 'Slippers', 'Slippers', 28010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15598, 15598, 'Other', 'Other', 28010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57808, 57808, 'Girls Clothing', 'Girls-Clothing', 3082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147178, 147178, 'Preemies', 'Preemies', 57808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57809, 57809, '0-3 Months', '0-3-Months', 57808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57810, 57810, 'Bottoms', 'Bottoms', 57809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57811, 57811, 'Dresses', 'Dresses', 57809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57812, 57812, 'One-Pieces', 'One-Pieces', 57809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57813, 57813, 'Outerwear', 'Outerwear', 57809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57814, 57814, 'Outfits & Sets', 'Outfits-and-Sets', 57809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57815, 57815, 'Overalls', 'Overalls', 57809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57816, 57816, 'Sleepwear', 'Sleepwear', 57809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103056, 103056, 'Sweaters', 'Sweaters', 57809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103057, 103057, 'Swimwear', 'Swimwear', 57809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57817, 57817, 'Tops', 'Tops', 57809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57818, 57818, 'Mixed Items, Lots', 'Mixed-Items-Lots', 57809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57819, 57819, 'Other Items', 'Other-Items', 57809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57820, 57820, '3-6 Months', '3-6-Months', 57808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57821, 57821, 'Bottoms', 'Bottoms', 57820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57822, 57822, 'Dresses', 'Dresses', 57820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57823, 57823, 'One-Pieces', 'One-Pieces', 57820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57824, 57824, 'Outerwear', 'Outerwear', 57820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57825, 57825, 'Outfits & Sets', 'Outfits-and-Sets', 57820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57826, 57826, 'Overalls', 'Overalls', 57820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57827, 57827, 'Sleepwear', 'Sleepwear', 57820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57828, 57828, 'Sweaters', 'Sweaters', 57820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103058, 103058, 'Swimwear', 'Swimwear', 57820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57829, 57829, 'Tops', 'Tops', 57820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57830, 57830, 'Mixed Items, Lots', 'Mixed-Items-Lots', 57820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57831, 57831, 'Other Items', 'Other-Items', 57820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57832, 57832, '6-12 Months', '6-12-Months', 57808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57833, 57833, 'Bottoms', 'Bottoms', 57832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57834, 57834, 'Dresses', 'Dresses', 57832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57835, 57835, 'One-Pieces', 'One-Pieces', 57832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57836, 57836, 'Outerwear', 'Outerwear', 57832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57837, 57837, 'Outfits & Sets', 'Outfits-and-Sets', 57832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57838, 57838, 'Overalls', 'Overalls', 57832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57839, 57839, 'Sleepwear', 'Sleepwear', 57832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57840, 57840, 'Sweaters', 'Sweaters', 57832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152386, 152386, 'Swimwear', 'Swimwear', 57832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103059, 103059, 'One Piece', 'One-Piece', 152386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152387, 152387, 'Two Piece', 'Two-Piece', 152386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152388, 152388, 'Coverups', 'Coverups', 152386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152389, 152389, 'Complete Sets', 'Complete-Sets', 152386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57841, 57841, 'Tops', 'Tops', 57832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57842, 57842, 'Mixed Items, Lots', 'Mixed-Items-Lots', 57832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57843, 57843, 'Other Items', 'Other-Items', 57832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57844, 57844, '12-18 Months', '12-18-Months', 57808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57845, 57845, 'Bottoms', 'Bottoms', 57844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57846, 57846, 'Dresses', 'Dresses', 57844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57847, 57847, 'One-Pieces', 'One-Pieces', 57844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57848, 57848, 'Outerwear', 'Outerwear', 57844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57849, 57849, 'Outfits & Sets', 'Outfits-and-Sets', 57844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57850, 57850, 'Overalls', 'Overalls', 57844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57851, 57851, 'Sleepwear', 'Sleepwear', 57844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57852, 57852, 'Sweaters', 'Sweaters', 57844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152390, 152390, 'Swimwear', 'Swimwear', 57844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103060, 103060, 'One Piece', 'One-Piece', 152390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152391, 152391, 'Two Piece', 'Two-Piece', 152390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152392, 152392, 'Coverups', 'Coverups', 152390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152393, 152393, 'Complete Sets', 'Complete-Sets', 152390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57853, 57853, 'Tops', 'Tops', 57844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57854, 57854, 'Mixed Items, Lots', 'Mixed-Items-Lots', 57844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57855, 57855, 'Other Items', 'Other-Items', 57844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147179, 147179, '18-24 Months', '18-24-Months', 57808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147180, 147180, 'Bottoms', 'Bottoms', 147179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147181, 147181, 'Dresses', 'Dresses', 147179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147182, 147182, 'One-Pieces', 'One-Pieces', 147179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147183, 147183, 'Outerwear', 'Outerwear', 147179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147184, 147184, 'Outfits & Sets', 'Outfits-and-Sets', 147179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147185, 147185, 'Overalls', 'Overalls', 147179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147186, 147186, 'Sleepwear', 'Sleepwear', 147179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147187, 147187, 'Sweaters', 'Sweaters', 147179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152394, 152394, 'Swimwear', 'Swimwear', 147179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147188, 147188, 'One Piece', 'One-Piece', 152394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152395, 152395, 'Two Piece', 'Two-Piece', 152394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152396, 152396, 'Coverups', 'Coverups', 152394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152397, 152397, 'Complete Sets', 'Complete-Sets', 152394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147189, 147189, 'Tops', 'Tops', 147179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147190, 147190, 'Mixed Items, Lots', 'Mixed-Items-Lots', 147179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147191, 147191, 'Other Items', 'Other-Items', 147179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3066, 3066, 'Size 2T', 'Size-2T', 57808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3068, 3068, 'Dresses', 'Dresses', 3066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57856, 57856, 'Jeans & Pants', 'Jeans-and-Pants', 3066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57857, 57857, 'Athletic', 'Athletic', 57856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103066, 103066, 'Capri, Cropped', 'Capri-Cropped', 57856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57858, 57858, 'Corduroys', 'Corduroys', 57856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57859, 57859, 'Jeans', 'Jeans', 57856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57861, 57861, 'Khakis, Chinos', 'Khakis-Chinos', 57856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57860, 57860, 'Leggings', 'Leggings', 57856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3070, 3070, 'Other', 'Other', 57856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57862, 57862, 'Outerwear', 'Outerwear', 3066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57863, 57863, 'Denim', 'Denim', 57862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57864, 57864, 'Down, Poly-fill', 'Down-Poly-fill', 57862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57865, 57865, 'Fleece', 'Fleece', 57862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57866, 57866, 'Fur, Faux Fur', 'Fur-Faux-Fur', 57862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 57867, 57867, 'Snow Suit, Pants', 'Snow-Suit-Pants', 57862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57868, 57868, 'Wind, Rain', 'Wind-Rain', 57862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57869, 57869, 'Wool, Wool Blend', 'Wool-Wool-Blend', 57862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3069, 3069, 'Other', 'Other', 57862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15635, 15635, 'Outfits & Sets', 'Outfits-and-Sets', 3066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57878, 57878, 'Overalls', 'Overalls', 3066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15636, 15636, 'Shorts', 'Shorts', 3066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11463, 11463, 'Skirts', 'Skirts', 3066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15637, 15637, 'Sleepwear', 'Sleepwear', 3066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11464, 11464, 'Sweaters', 'Sweaters', 3066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152402, 152402, 'Swimwear', 'Swimwear', 3066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15638, 15638, 'One Piece', 'One-Piece', 152402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152403, 152403, 'Two Piece', 'Two-Piece', 152402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152404, 152404, 'Coverups', 'Coverups', 152402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152405, 152405, 'Complete Sets', 'Complete-Sets', 152402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3071, 3071, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 3066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15639, 15639, 'Underwear', 'Underwear', 3066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15640, 15640, 'Mixed Items, Lots', 'Mixed-Items-Lots', 3066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1069, 1069, 'Other Items', 'Other-Items', 3066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147192, 147192, 'Size 3T', 'Size-3T', 57808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147193, 147193, 'Dresses', 'Dresses', 147192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147194, 147194, 'Jeans & Pants', 'Jeans-and-Pants', 147192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147195, 147195, 'Athletic', 'Athletic', 147194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147196, 147196, 'Capri, Cropped', 'Capri-Cropped', 147194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147197, 147197, 'Corduroys', 'Corduroys', 147194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147198, 147198, 'Jeans', 'Jeans', 147194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147199, 147199, 'Khakis, Chinos', 'Khakis-Chinos', 147194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147200, 147200, 'Leggings', 'Leggings', 147194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147201, 147201, 'Other', 'Other', 147194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147202, 147202, 'Outerwear', 'Outerwear', 147192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147203, 147203, 'Denim', 'Denim', 147202, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147204, 147204, 'Down, Poly-fill', 'Down-Poly-fill', 147202, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147205, 147205, 'Fleece', 'Fleece', 147202, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147206, 147206, 'Fur, Faux Fur', 'Fur-Faux-Fur', 147202, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147207, 147207, 'Snow Suit, Pants', 'Snow-Suit-Pants', 147202, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147208, 147208, 'Wind, Rain', 'Wind-Rain', 147202, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147209, 147209, 'Wool, Wool Blend', 'Wool-Wool-Blend', 147202, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147210, 147210, 'Other', 'Other', 147202, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147211, 147211, 'Outfits & Sets', 'Outfits-and-Sets', 147192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147212, 147212, 'Overalls', 'Overalls', 147192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147213, 147213, 'Shorts', 'Shorts', 147192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147214, 147214, 'Skirts', 'Skirts', 147192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147215, 147215, 'Sleepwear', 'Sleepwear', 147192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147216, 147216, 'Sweaters', 'Sweaters', 147192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152398, 152398, 'Swimwear', 'Swimwear', 147192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147217, 147217, 'One Piece', 'One-Piece', 152398, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152399, 152399, 'Two Piece', 'Two-Piece', 152398, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152400, 152400, 'Coverups', 'Coverups', 152398, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152401, 152401, 'Complete Sets', 'Complete-Sets', 152398, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147218, 147218, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 147192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147219, 147219, 'Underwear', 'Underwear', 147192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147220, 147220, 'Mixed Items, Lots', 'Mixed-Items-Lots', 147192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147221, 147221, 'Other Items', 'Other-Items', 147192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147222, 147222, 'Size 4T', 'Size-4T', 57808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147223, 147223, 'Dresses', 'Dresses', 147222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147254, 147254, 'Jeans & Pants', 'Jeans-and-Pants', 147222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147255, 147255, 'Athletic', 'Athletic', 147254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147256, 147256, 'Capri, Cropped', 'Capri-Cropped', 147254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147257, 147257, 'Corduroys', 'Corduroys', 147254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147258, 147258, 'Jeans', 'Jeans', 147254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147259, 147259, 'Khakis, Chinos', 'Khakis-Chinos', 147254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147260, 147260, 'Leggings', 'Leggings', 147254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147261, 147261, 'Other', 'Other', 147254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147262, 147262, 'Outerwear', 'Outerwear', 147222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147263, 147263, 'Denim', 'Denim', 147262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147264, 147264, 'Down, Poly-fill', 'Down-Poly-fill', 147262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147265, 147265, 'Fleece', 'Fleece', 147262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147266, 147266, 'Fur, Faux Fur', 'Fur-Faux-Fur', 147262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147267, 147267, 'Snow Suit, Pants', 'Snow-Suit-Pants', 147262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147268, 147268, 'Wind, Rain', 'Wind-Rain', 147262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147269, 147269, 'Wool, Wool Blend', 'Wool-Wool-Blend', 147262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147270, 147270, 'Other', 'Other', 147262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147271, 147271, 'Outfits & Sets', 'Outfits-and-Sets', 147222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147272, 147272, 'Overalls', 'Overalls', 147222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147273, 147273, 'Shorts', 'Shorts', 147222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147274, 147274, 'Skirts', 'Skirts', 147222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147275, 147275, 'Sleepwear', 'Sleepwear', 147222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147276, 147276, 'Sweaters', 'Sweaters', 147222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147277, 147277, 'Swimwear', 'Swimwear', 147222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147278, 147278, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 147222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147279, 147279, 'Underwear', 'Underwear', 147222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147280, 147280, 'Mixed Items, Lots', 'Mixed-Items-Lots', 147222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147281, 147281, 'Other Items', 'Other-Items', 147222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147224, 147224, 'Size 5T', 'Size-5T', 57808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147225, 147225, 'Dresses', 'Dresses', 147224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147226, 147226, 'Jeans & Pants', 'Jeans-and-Pants', 147224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147227, 147227, 'Athletic', 'Athletic', 147226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147228, 147228, 'Capri, Cropped', 'Capri-Cropped', 147226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147229, 147229, 'Corduroys', 'Corduroys', 147226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147230, 147230, 'Jeans', 'Jeans', 147226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147231, 147231, 'Khakis, Chinos', 'Khakis-Chinos', 147226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147232, 147232, 'Leggings', 'Leggings', 147226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147233, 147233, 'Other', 'Other', 147226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147234, 147234, 'Outerwear', 'Outerwear', 147224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147235, 147235, 'Denim', 'Denim', 147234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147236, 147236, 'Down, Poly-fill', 'Down-Poly-fill', 147234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147237, 147237, 'Fleece', 'Fleece', 147234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147238, 147238, 'Fur, Faux Fur', 'Fur-Faux-Fur', 147234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147239, 147239, 'Snow Suit, Pants', 'Snow-Suit-Pants', 147234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147240, 147240, 'Wind, Rain', 'Wind-Rain', 147234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147241, 147241, 'Wool, Wool Blend', 'Wool-Wool-Blend', 147234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147242, 147242, 'Other', 'Other', 147234, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147243, 147243, 'Outfits & Sets', 'Outfits-and-Sets', 147224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147244, 147244, 'Overalls', 'Overalls', 147224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147245, 147245, 'Shorts', 'Shorts', 147224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147246, 147246, 'Skirts', 'Skirts', 147224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147247, 147247, 'Sleepwear', 'Sleepwear', 147224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147248, 147248, 'Sweaters', 'Sweaters', 147224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147249, 147249, 'Swimwear', 'Swimwear', 147224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147250, 147250, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 147224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147251, 147251, 'Underwear', 'Underwear', 147224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147252, 147252, 'Mixed Items, Lots', 'Mixed-Items-Lots', 147224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147253, 147253, 'Other Items', 'Other-Items', 147224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147285, 147285, 'Girls Shoes', 'Girls-Shoes', 3082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147286, 147286, 'Athletic Shoes', 'Athletic-Shoes', 147285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147287, 147287, 'Boots', 'Boots', 147285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147288, 147288, 'Crib Shoes', 'Crib-Shoes', 147285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147289, 147289, 'Dress Shoes', 'Dress-Shoes', 147285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147290, 147290, 'Sandals', 'Sandals', 147285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147291, 147291, 'Slippers', 'Slippers', 147285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147292, 147292, 'Other', 'Other', 147285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57870, 57870, 'Unisex Clothing', 'Unisex-Clothing', 3082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57871, 57871, '0-3 Months', '0-3-Months', 57870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57872, 57872, '3-6 Months', '3-6-Months', 57870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57873, 57873, '6-12 Months', '6-12-Months', 57870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57874, 57874, '12-18 Months', '12-18-Months', 57870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147296, 147296, '18-24 Months', '18-24-Months', 57870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57875, 57875, 'Size 2T', 'Size-2T', 57870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147293, 147293, 'Size 3T', 'Size-3T', 57870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147294, 147294, 'Size 4T', 'Size-4T', 57870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147295, 147295, 'Size 5T', 'Size-5T', 57870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57876, 57876, 'Mixed Items, Lots', 'Mixed-Items-Lots', 57870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57877, 57877, 'Other Items', 'Other-Items', 57870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147297, 147297, 'Unisex Shoes', 'Unisex-Shoes', 3082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147298, 147298, 'Athletic Shoes', 'Athletic-Shoes', 147297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147299, 147299, 'Boots', 'Boots', 147297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147300, 147300, 'Crib Shoes', 'Crib-Shoes', 147297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147301, 147301, 'Sandals', 'Sandals', 147297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147302, 147302, 'Slippers', 'Slippers', 147297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147303, 147303, 'Other', 'Other', 147297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1070, 1070, 'Other Items', 'Other-Items', 3082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11452, 11452, 'Boys', 'Boys', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152325, 152325, 'Custom, Handmade', 'Custom-Handmade', 11452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57881, 57881, 'Accessories', 'Accessories', 11452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57882, 57882, 'Backpacks, Bags', 'Backpacks-Bags', 57881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57883, 57883, 'Belts, Buckles', 'Belts-Buckles', 57881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57884, 57884, 'Caps & Hats', 'Caps-and-Hats', 57881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57885, 57885, 'Gloves, Mittens', 'Gloves-Mittens', 57881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57886, 57886, 'Ties', 'Ties', 57881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57887, 57887, 'Wallets', 'Wallets', 57881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3075, 3075, 'Other', 'Other', 57881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11454, 11454, 'Clothing (Size 4)', 'Clothing-Size-4', 11452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57888, 57888, 'Jeans & Pants', 'Jeans-and-Pants', 11454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57889, 57889, 'Athletic', 'Athletic', 57888, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57890, 57890, 'Corduroys', 'Corduroys', 57888, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57891, 57891, 'Jeans', 'Jeans', 57888, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57892, 57892, 'Khakis, Chinos', 'Khakis-Chinos', 57888, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11457, 11457, 'Other', 'Other', 57888, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57893, 57893, 'Outerwear', 'Outerwear', 11454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57894, 57894, 'Denim', 'Denim', 57893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57895, 57895, 'Down, Poly', 'Down-Poly', 57893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57896, 57896, 'Fleece', 'Fleece', 57893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57897, 57897, 'Leather', 'Leather', 57893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57898, 57898, 'Snow Pants, Bibs', 'Snow-Pants-Bibs', 57893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57899, 57899, 'Wind, Rain', 'Wind-Rain', 57893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57900, 57900, 'Wool, Wool Blend', 'Wool-Wool-Blend', 57893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11456, 11456, 'Other', 'Other', 57893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15607, 15607, 'Outfits & Sets', 'Outfits-and-Sets', 11454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57901, 57901, 'Overalls', 'Overalls', 11454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 131420, 131420, 'Shirts & T-Shirts', 'Shirts-and-T-Shirts', 11454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152322, 152322, 'Long Sleeve', 'Long-Sleeve', 131420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11459, 11459, 'Short Sleeve', 'Short-Sleeve', 131420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152323, 152323, 'Sleeveless, Tank', 'Sleeveless-Tank', 131420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15608, 15608, 'Shorts', 'Shorts', 11454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15609, 15609, 'Sleepwear', 'Sleepwear', 11454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132982, 132982, 'Suits', 'Suits', 11454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15610, 15610, 'Sweaters', 'Sweaters', 11454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152324, 152324, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 11454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15611, 15611, 'Swimwear', 'Swimwear', 11454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15612, 15612, 'Underwear', 'Underwear', 11454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15613, 15613, 'Mixed Items', 'Mixed-Items', 11454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11453, 11453, 'Other Items', 'Other-Items', 11454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55466, 55466, 'Clothing (Size 5)', 'Clothing-Size-5', 11452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55467, 55467, 'Jeans & Pants', 'Jeans-and-Pants', 55466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152326, 152326, 'Athletic', 'Athletic', 55467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152327, 152327, 'Corduroys', 'Corduroys', 55467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152328, 152328, 'Jeans', 'Jeans', 55467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152329, 152329, 'Khakis, Chinos', 'Khakis-Chinos', 55467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152330, 152330, 'Other', 'Other', 55467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152331, 152331, 'Outerwear', 'Outerwear', 55466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152332, 152332, 'Denim', 'Denim', 152331, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152333, 152333, 'Down, Poly', 'Down-Poly', 152331, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152334, 152334, 'Fleece', 'Fleece', 152331, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152335, 152335, 'Leather', 'Leather', 152331, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152336, 152336, 'Snow Pants, Bibs', 'Snow-Pants-Bibs', 152331, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152337, 152337, 'Wind, Rain', 'Wind-Rain', 152331, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152338, 152338, 'Wool, Wool Blend', 'Wool-Wool-Blend', 152331, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152339, 152339, 'Other', 'Other', 152331, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55470, 55470, 'Outfits & Sets', 'Outfits-and-Sets', 55466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152409, 152409, 'Overalls', 'Overalls', 55466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55473, 55473, 'Shirts & T-Shirts', 'Shirts-and-T-Shirts', 55466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152413, 152413, 'Long Sleeve', 'Long-Sleeve', 55473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152414, 152414, 'Short Sleeve', 'Short-Sleeve', 55473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152415, 152415, 'Sleeveless, Tank', 'Sleeveless-Tank', 55473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55471, 55471, 'Shorts', 'Shorts', 55466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55472, 55472, 'Sleepwear', 'Sleepwear', 55466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152410, 152410, 'Suits', 'Suits', 55466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152411, 152411, 'Sweaters', 'Sweaters', 55466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152412, 152412, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 55466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146585, 146585, 'Swimwear', 'Swimwear', 55466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113402, 113402, 'Underwear', 'Underwear', 55466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55474, 55474, 'Mixed Items', 'Mixed-Items', 55466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32553, 32553, 'Other Items', 'Other-Items', 55466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102786, 102786, 'Clothing (Size 6)', 'Clothing-Size-6', 11452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102788, 102788, 'Jeans & Pants', 'Jeans-and-Pants', 102786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152416, 152416, 'Athletic', 'Athletic', 102788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152417, 152417, 'Corduroys', 'Corduroys', 102788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152418, 152418, 'Jeans', 'Jeans', 102788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152419, 152419, 'Khakis, Chinos', 'Khakis-Chinos', 102788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152420, 152420, 'Other', 'Other', 102788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152421, 152421, 'Outerwear', 'Outerwear', 102786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152422, 152422, 'Denim', 'Denim', 152421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152423, 152423, 'Down, Poly', 'Down-Poly', 152421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152424, 152424, 'Fleece', 'Fleece', 152421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152425, 152425, 'Leather', 'Leather', 152421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152426, 152426, 'Snow Pants, Bibs', 'Snow-Pants-Bibs', 152421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152427, 152427, 'Wind, Rain', 'Wind-Rain', 152421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152428, 152428, 'Wool, Wool Blend', 'Wool-Wool-Blend', 152421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152429, 152429, 'Other', 'Other', 152421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102790, 102790, 'Outfits & Sets', 'Outfits-and-Sets', 102786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152430, 152430, 'Overalls', 'Overalls', 102786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102793, 102793, 'Shirts & T-Shirts', 'Shirts-and-T-Shirts', 102786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152434, 152434, 'Long Sleeve', 'Long-Sleeve', 102793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152435, 152435, 'Short Sleeve', 'Short-Sleeve', 102793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152436, 152436, 'Sleeveless, Tank', 'Sleeveless-Tank', 102793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102791, 102791, 'Shorts', 'Shorts', 102786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102792, 102792, 'Sleepwear', 'Sleepwear', 102786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152431, 152431, 'Suits', 'Suits', 102786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152432, 152432, 'Sweaters', 'Sweaters', 102786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152433, 152433, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 102786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146586, 146586, 'Swimwear', 'Swimwear', 102786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113403, 113403, 'Underwear', 'Underwear', 102786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102794, 102794, 'Mixed Items', 'Mixed-Items', 102786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102795, 102795, 'Other Items', 'Other-Items', 102786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152437, 152437, 'Clothing (Size 7)', 'Clothing-Size-7', 11452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152438, 152438, 'Jeans & Pants', 'Jeans-and-Pants', 152437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152439, 152439, 'Athletic', 'Athletic', 152438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152440, 152440, 'Corduroys', 'Corduroys', 152438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152441, 152441, 'Jeans', 'Jeans', 152438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152442, 152442, 'Khakis, Chinos', 'Khakis-Chinos', 152438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152443, 152443, 'Other', 'Other', 152438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152444, 152444, 'Outerwear', 'Outerwear', 152437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152445, 152445, 'Denim', 'Denim', 152444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152446, 152446, 'Down, Poly', 'Down-Poly', 152444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152447, 152447, 'Fleece', 'Fleece', 152444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152448, 152448, 'Leather', 'Leather', 152444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152449, 152449, 'Snow Pants, Bibs', 'Snow-Pants-Bibs', 152444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152450, 152450, 'Wind, Rain', 'Wind-Rain', 152444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152451, 152451, 'Wool, Wool Blend', 'Wool-Wool-Blend', 152444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152452, 152452, 'Other', 'Other', 152444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152453, 152453, 'Outfits & Sets', 'Outfits-and-Sets', 152437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152454, 152454, 'Overalls', 'Overalls', 152437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152455, 152455, 'Shirts & T-Shirts', 'Shirts-and-T-Shirts', 152437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152456, 152456, 'Long Sleeve', 'Long-Sleeve', 152455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152457, 152457, 'Short Sleeve', 'Short-Sleeve', 152455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152458, 152458, 'Sleeveless, Tank', 'Sleeveless-Tank', 152455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152459, 152459, 'Shorts', 'Shorts', 152437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152460, 152460, 'Sleepwear', 'Sleepwear', 152437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152461, 152461, 'Suits', 'Suits', 152437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152462, 152462, 'Sweaters', 'Sweaters', 152437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152463, 152463, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 152437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152464, 152464, 'Swimwear', 'Swimwear', 152437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152465, 152465, 'Underwear', 'Underwear', 152437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152466, 152466, 'Mixed Items', 'Mixed-Items', 152437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152467, 152467, 'Other Items', 'Other-Items', 152437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3038, 3038, 'Clothing (Sizes 8 & 9)', 'Clothing-Sizes-8-and-9', 11452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57902, 57902, 'Jeans & Pants', 'Jeans-and-Pants', 3038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57903, 57903, 'Athletic', 'Athletic', 57902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57904, 57904, 'Corduroys', 'Corduroys', 57902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57905, 57905, 'Jeans', 'Jeans', 57902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57906, 57906, 'Khakis, Chinos', 'Khakis-Chinos', 57902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3041, 3041, 'Other', 'Other', 57902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57907, 57907, 'Outerwear', 'Outerwear', 3038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57908, 57908, 'Denim', 'Denim', 57907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57909, 57909, 'Down, Poly', 'Down-Poly', 57907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57910, 57910, 'Fleece', 'Fleece', 57907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57911, 57911, 'Leather', 'Leather', 57907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57912, 57912, 'Snow Pants, Bibs', 'Snow-Pants-Bibs', 57907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57913, 57913, 'Wind, Rain', 'Wind-Rain', 57907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57914, 57914, 'Wool, Wool Blend', 'Wool-Wool-Blend', 57907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3040, 3040, 'Other', 'Other', 57907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15614, 15614, 'Outfits & Sets', 'Outfits-and-Sets', 3038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152406, 152406, 'Shirts & T-Shirts', 'Shirts-and-T-Shirts', 3038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152407, 152407, 'Long Sleeve', 'Long-Sleeve', 152406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3042, 3042, 'Short Sleeve', 'Short-Sleeve', 152406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152408, 152408, 'Sleeveless, Tank', 'Sleeveless-Tank', 152406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15615, 15615, 'Shorts', 'Shorts', 3038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15616, 15616, 'Sleepwear', 'Sleepwear', 3038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57915, 57915, 'Suits', 'Suits', 3038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15617, 15617, 'Sweaters', 'Sweaters', 3038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57916, 57916, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 3038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15618, 15618, 'Swimwear', 'Swimwear', 3038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15619, 15619, 'Underwear', 'Underwear', 3038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15620, 15620, 'Mixed Items', 'Mixed-Items', 3038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1067, 1067, 'Other Items', 'Other-Items', 3038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152470, 152470, 'Clothing (Sizes 10 & 11)', 'Clothing-Sizes-10-and-11', 11452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152471, 152471, 'Jeans & Pants', 'Jeans-and-Pants', 152470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152472, 152472, 'Athletic', 'Athletic', 152471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152473, 152473, 'Corduroys', 'Corduroys', 152471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152474, 152474, 'Jeans', 'Jeans', 152471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152475, 152475, 'Khakis, Chinos', 'Khakis-Chinos', 152471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152476, 152476, 'Other', 'Other', 152471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152477, 152477, 'Outerwear', 'Outerwear', 152470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152478, 152478, 'Denim', 'Denim', 152477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152479, 152479, 'Down, Poly', 'Down-Poly', 152477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152480, 152480, 'Fleece', 'Fleece', 152477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152481, 152481, 'Leather', 'Leather', 152477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152482, 152482, 'Snow Pants, Bibs', 'Snow-Pants-Bibs', 152477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152483, 152483, 'Wind, Rain', 'Wind-Rain', 152477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152484, 152484, 'Wool, Wool Blend', 'Wool-Wool-Blend', 152477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152485, 152485, 'Other', 'Other', 152477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152486, 152486, 'Outfits & Sets', 'Outfits-and-Sets', 152470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152487, 152487, 'Shirts & T-Shirts', 'Shirts-and-T-Shirts', 152470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152488, 152488, 'Long Sleeve', 'Long-Sleeve', 152487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152489, 152489, 'Short Sleeve', 'Short-Sleeve', 152487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152490, 152490, 'Sleeveless, Tank', 'Sleeveless-Tank', 152487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152491, 152491, 'Shorts', 'Shorts', 152470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152492, 152492, 'Sleepwear', 'Sleepwear', 152470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152493, 152493, 'Suits', 'Suits', 152470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152494, 152494, 'Sweaters', 'Sweaters', 152470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152495, 152495, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 152470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152496, 152496, 'Swimwear', 'Swimwear', 152470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152497, 152497, 'Underwear', 'Underwear', 152470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152498, 152498, 'Mixed Items', 'Mixed-Items', 152470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152499, 152499, 'Other Items', 'Other-Items', 152470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152500, 152500, 'Clothing (Sizes 12 & up)', 'Clothing-Sizes-12-and-up', 11452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152501, 152501, 'Jeans & Pants', 'Jeans-and-Pants', 152500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152502, 152502, 'Athletic', 'Athletic', 152501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152503, 152503, 'Corduroys', 'Corduroys', 152501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152504, 152504, 'Jeans', 'Jeans', 152501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152505, 152505, 'Khakis, Chinos', 'Khakis-Chinos', 152501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152506, 152506, 'Other', 'Other', 152501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152507, 152507, 'Outerwear', 'Outerwear', 152500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152508, 152508, 'Denim', 'Denim', 152507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152509, 152509, 'Down, Poly', 'Down-Poly', 152507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152510, 152510, 'Fleece', 'Fleece', 152507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152511, 152511, 'Leather', 'Leather', 152507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152512, 152512, 'Snow Pants, Bibs', 'Snow-Pants-Bibs', 152507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152513, 152513, 'Wind, Rain', 'Wind-Rain', 152507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152514, 152514, 'Wool, Wool Blend', 'Wool-Wool-Blend', 152507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152515, 152515, 'Other', 'Other', 152507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152516, 152516, 'Outfits & Sets', 'Outfits-and-Sets', 152500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152517, 152517, 'Shirts & T-Shirts', 'Shirts-and-T-Shirts', 152500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152518, 152518, 'Long Sleeve', 'Long-Sleeve', 152517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152519, 152519, 'Short Sleeve', 'Short-Sleeve', 152517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152520, 152520, 'Sleeveless, Tank', 'Sleeveless-Tank', 152517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152521, 152521, 'Shorts', 'Shorts', 152500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152522, 152522, 'Sleepwear', 'Sleepwear', 152500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152523, 152523, 'Suits', 'Suits', 152500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152524, 152524, 'Sweaters', 'Sweaters', 152500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152525, 152525, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 152500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152526, 152526, 'Swimwear', 'Swimwear', 152500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152527, 152527, 'Underwear', 'Underwear', 152500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152528, 152528, 'Mixed Items', 'Mixed-Items', 152500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152529, 152529, 'Other Items', 'Other-Items', 152500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152530, 152530, 'Plus Size, Husky', 'Plus-Size-Husky', 11452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152531, 152531, 'Jeans & Pants', 'Jeans-and-Pants', 152530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152532, 152532, 'Outerwear', 'Outerwear', 152530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152533, 152533, 'Shirts & T-Shirts', 'Shirts-and-T-Shirts', 152530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152534, 152534, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 152530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152535, 152535, 'Shorts', 'Shorts', 152530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152536, 152536, 'Other', 'Other', 152530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57929, 57929, 'Shoes', 'Shoes', 11452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57930, 57930, 'Athletic', 'Athletic', 57929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57931, 57931, 'Boots', 'Boots', 57929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57932, 57932, 'Casual, Dress', 'Casual-Dress', 57931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57933, 57933, 'Cowboy, Western', 'Cowboy-Western', 57931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57934, 57934, 'Hiking', 'Hiking', 57931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57935, 57935, 'Snow, Rain', 'Snow-Rain', 57931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57936, 57936, 'Other', 'Other', 57931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57937, 57937, 'Loafers', 'Loafers', 57929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57938, 57938, 'Oxfords', 'Oxfords', 57929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57939, 57939, 'Sandals', 'Sandals', 57929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57940, 57940, 'Slippers', 'Slippers', 57929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57941, 57941, 'Mixed Lots', 'Mixed-Lots', 57929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3079, 3079, 'Other', 'Other', 57929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11451, 11451, 'Other Boys Items', 'Other-Boys-Items', 11452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11462, 11462, 'Girls', 'Girls', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79716, 79716, 'Custom, Handmade', 'Custom-Handmade', 11462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79717, 79717, 'Accessories', 'Accessories', 79716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79718, 79718, 'Clothing', 'Clothing', 79716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79719, 79719, 'Other', 'Other', 79716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15628, 15628, 'Accessories', 'Accessories', 11462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57917, 57917, 'Backpacks', 'Backpacks', 15628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57918, 57918, 'Belts', 'Belts', 15628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15630, 15630, 'Caps & Hats', 'Caps-and-Hats', 15628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150956, 150956, 'Shoe Charms, Jibbitz', 'Shoe-Charms-Jibbitz', 15628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57919, 57919, 'Gloves, Mittens', 'Gloves-Mittens', 15628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57920, 57920, 'Hair Accessories', 'Hair-Accessories', 15628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57921, 57921, 'Barrettes', 'Barrettes', 57920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57922, 57922, 'Bows', 'Bows', 57920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57923, 57923, 'Clips, Claws', 'Clips-Claws', 57920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57924, 57924, 'Headbands', 'Headbands', 57920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57925, 57925, 'Scrunchies', 'Scrunchies', 57920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57926, 57926, 'Mixed Lots', 'Mixed-Lots', 57920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15631, 15631, 'Other', 'Other', 57920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15629, 15629, 'Purses, Handbags', 'Purses-Handbags', 15628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57927, 57927, 'Scarf, Wraps', 'Scarf-Wraps', 15628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 15632, 15632, 'Socks', 'Socks', 15628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57928, 57928, 'Tights', 'Tights', 15628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15633, 15633, 'Mixed Items', 'Mixed-Items', 15628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11467, 11467, 'Other Accessories', 'Other-Accessories', 15628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11466, 11466, 'Clothing (Size 4)', 'Clothing-Size-4', 11462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11468, 11468, 'Dresses', 'Dresses', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57942, 57942, 'Jeans & Pants', 'Jeans-and-Pants', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57943, 57943, 'Athletic', 'Athletic', 57942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103067, 103067, 'Capri, Cropped', 'Capri-Cropped', 57942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57944, 57944, 'Corduroys', 'Corduroys', 57942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57945, 57945, 'Jeans', 'Jeans', 57942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57946, 57946, 'Khakis, Chinos', 'Khakis-Chinos', 57942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57947, 57947, 'Leggings', 'Leggings', 57942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11470, 11470, 'Other', 'Other', 57942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57948, 57948, 'Outerwear', 'Outerwear', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57949, 57949, 'Denim', 'Denim', 57948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57950, 57950, 'Down, Poly-fill', 'Down-Poly-fill', 57948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57951, 57951, 'Fleece', 'Fleece', 57948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57952, 57952, 'Fur, Faux Fur', 'Fur-Faux-Fur', 57948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57953, 57953, 'Leather', 'Leather', 57948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57954, 57954, 'Snow Suits, Pants', 'Snow-Suits-Pants', 57948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57955, 57955, 'Wind, Rain', 'Wind-Rain', 57948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57956, 57956, 'Wool, Wool Blend', 'Wool-Wool-Blend', 57948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11469, 11469, 'Other', 'Other', 57948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15641, 15641, 'Outfits & Sets', 'Outfits-and-Sets', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57957, 57957, 'Overalls', 'Overalls', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15642, 15642, 'Shorts', 'Shorts', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11473, 11473, 'Skirts', 'Skirts', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152543, 152543, 'Skorts', 'Skorts', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15643, 15643, 'Sleepwear', 'Sleepwear', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11474, 11474, 'Sweaters', 'Sweaters', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152544, 152544, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152545, 152545, 'Swimwear', 'Swimwear', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15644, 15644, 'One Piece', 'One-Piece', 152545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152546, 152546, 'Two Piece', 'Two-Piece', 152545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152547, 152547, 'Coverups & Sets', 'Coverups-and-Sets', 152545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152548, 152548, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152549, 152549, 'Long Sleeve', 'Long-Sleeve', 152548, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11475, 11475, 'Short Sleeve', 'Short-Sleeve', 152548, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152550, 152550, 'Sleeveless, Tank, Halter', 'Sleeveless-Tank-Halter', 152548, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15645, 15645, 'Underwear', 'Underwear', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15646, 15646, 'Mixed Items', 'Mixed-Items', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11465, 11465, 'Other Items', 'Other-Items', 11466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152557, 152557, 'Clothing (Size 5)', 'Clothing-Size-5', 11462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152558, 152558, 'Dresses', 'Dresses', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152559, 152559, 'Jeans & Pants', 'Jeans-and-Pants', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152560, 152560, 'Athletic', 'Athletic', 152559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152561, 152561, 'Capri, Cropped', 'Capri-Cropped', 152559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152562, 152562, 'Corduroys', 'Corduroys', 152559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152563, 152563, 'Jeans', 'Jeans', 152559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152564, 152564, 'Khakis, Chinos', 'Khakis-Chinos', 152559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152565, 152565, 'Leggings', 'Leggings', 152559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152566, 152566, 'Other', 'Other', 152559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152567, 152567, 'Outerwear', 'Outerwear', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152568, 152568, 'Denim', 'Denim', 152567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152569, 152569, 'Down, Poly-fill', 'Down-Poly-fill', 152567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152570, 152570, 'Fleece', 'Fleece', 152567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152571, 152571, 'Fur, Faux Fur', 'Fur-Faux-Fur', 152567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152572, 152572, 'Leather', 'Leather', 152567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152573, 152573, 'Snow Suits, Pants', 'Snow-Suits-Pants', 152567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152574, 152574, 'Wind, Rain', 'Wind-Rain', 152567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152575, 152575, 'Wool, Wool Blend', 'Wool-Wool-Blend', 152567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152576, 152576, 'Other', 'Other', 152567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152577, 152577, 'Outfits & Sets', 'Outfits-and-Sets', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152578, 152578, 'Overalls', 'Overalls', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152579, 152579, 'Shorts', 'Shorts', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152580, 152580, 'Skirts', 'Skirts', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152581, 152581, 'Skorts', 'Skorts', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152582, 152582, 'Sleepwear', 'Sleepwear', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152583, 152583, 'Sweaters', 'Sweaters', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152584, 152584, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152585, 152585, 'Swimwear', 'Swimwear', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152586, 152586, 'One Piece', 'One-Piece', 152585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152587, 152587, 'Two Piece', 'Two-Piece', 152585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152588, 152588, 'Coverups & Sets', 'Coverups-and-Sets', 152585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152589, 152589, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152592, 152592, 'Long Sleeve', 'Long-Sleeve', 152589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152590, 152590, 'Short Sleeve', 'Short-Sleeve', 152589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152591, 152591, 'Sleeveless, Tank, Halter', 'Sleeveless-Tank-Halter', 152589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152593, 152593, 'Underwear', 'Underwear', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152594, 152594, 'Mixed Items', 'Mixed-Items', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152595, 152595, 'Other Items', 'Other-Items', 152557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152596, 152596, 'Clothing (Sizes 6 & 6x)', 'Clothing-Sizes-6-and-6x', 11462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152597, 152597, 'Dresses', 'Dresses', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152598, 152598, 'Jeans & Pants', 'Jeans-and-Pants', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152599, 152599, 'Athletic', 'Athletic', 152598, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152600, 152600, 'Capri, Cropped', 'Capri-Cropped', 152598, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152601, 152601, 'Corduroys', 'Corduroys', 152598, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152602, 152602, 'Jeans', 'Jeans', 152598, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152603, 152603, 'Khakis, Chinos', 'Khakis-Chinos', 152598, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152604, 152604, 'Leggings', 'Leggings', 152598, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152605, 152605, 'Other', 'Other', 152598, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152606, 152606, 'Outerwear', 'Outerwear', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152607, 152607, 'Denim', 'Denim', 152606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152608, 152608, 'Down, Poly-fill', 'Down-Poly-fill', 152606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152609, 152609, 'Fleece', 'Fleece', 152606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152610, 152610, 'Fur, Faux Fur', 'Fur-Faux-Fur', 152606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152611, 152611, 'Leather', 'Leather', 152606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152612, 152612, 'Snow Suits, Pants', 'Snow-Suits-Pants', 152606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152613, 152613, 'Wind, Rain', 'Wind-Rain', 152606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152614, 152614, 'Wool, Wool Blend', 'Wool-Wool-Blend', 152606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152615, 152615, 'Other', 'Other', 152606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152616, 152616, 'Outfits & Sets', 'Outfits-and-Sets', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152617, 152617, 'Overalls', 'Overalls', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152618, 152618, 'Shorts', 'Shorts', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152619, 152619, 'Skirts', 'Skirts', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152620, 152620, 'Skorts', 'Skorts', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152621, 152621, 'Sleepwear', 'Sleepwear', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152622, 152622, 'Sweaters', 'Sweaters', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152623, 152623, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152624, 152624, 'Swimwear', 'Swimwear', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152625, 152625, 'One Piece', 'One-Piece', 152624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152626, 152626, 'Two Piece', 'Two-Piece', 152624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152627, 152627, 'Coverups & Sets', 'Coverups-and-Sets', 152624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152628, 152628, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152629, 152629, 'Long Sleeve', 'Long-Sleeve', 152628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152630, 152630, 'Short Sleeve', 'Short-Sleeve', 152628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152631, 152631, 'Sleeveless, Tank, Halter', 'Sleeveless-Tank-Halter', 152628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152632, 152632, 'Underwear', 'Underwear', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152633, 152633, 'Mixed Items', 'Mixed-Items', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152634, 152634, 'Other Items', 'Other-Items', 152596, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3051, 3051, 'Clothing (Size 7)', 'Clothing-Size-7', 11462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3053, 3053, 'Dresses', 'Dresses', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57958, 57958, 'Jeans & Pants', 'Jeans-and-Pants', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57959, 57959, 'Athletic Pants', 'Athletic-Pants', 57958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103068, 103068, 'Capri, Cropped', 'Capri-Cropped', 57958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57960, 57960, 'Corduroys', 'Corduroys', 57958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57961, 57961, 'Jeans', 'Jeans', 57958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57962, 57962, 'Leggings', 'Leggings', 57958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57963, 57963, 'Slacks', 'Slacks', 57958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3055, 3055, 'Other', 'Other', 57958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57964, 57964, 'Outerwear', 'Outerwear', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57965, 57965, 'Denim', 'Denim', 57964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57966, 57966, 'Down, Poly-fill', 'Down-Poly-fill', 57964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57967, 57967, 'Fleece', 'Fleece', 57964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57968, 57968, 'Fur, Faux Fur', 'Fur-Faux-Fur', 57964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57969, 57969, 'Leather', 'Leather', 57964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57970, 57970, 'Snow Suits, Pants', 'Snow-Suits-Pants', 57964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57971, 57971, 'Wind, Rain', 'Wind-Rain', 57964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57972, 57972, 'Wool, Wool Blend', 'Wool-Wool-Blend', 57964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3054, 3054, 'Other', 'Other', 57964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15647, 15647, 'Outfits & Sets', 'Outfits-and-Sets', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57973, 57973, 'Overalls', 'Overalls', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15648, 15648, 'Shorts', 'Shorts', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11476, 11476, 'Skirts', 'Skirts', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152553, 152553, 'Skorts', 'Skorts', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15649, 15649, 'Sleepwear', 'Sleepwear', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11477, 11477, 'Sweaters', 'Sweaters', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152554, 152554, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49080, 49080, 'Swimwear', 'Swimwear', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15650, 15650, 'One Piece', 'One-Piece', 49080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152551, 152551, 'Two Piece', 'Two-Piece', 49080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152552, 152552, 'Coverups & Sets', 'Coverups-and-Sets', 49080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51585, 51585, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152555, 152555, 'Long Sleeve', 'Long-Sleeve', 51585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3056, 3056, 'Short Sleeve', 'Short-Sleeve', 51585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152556, 152556, 'Sleeveless, Tank, Halter', 'Sleeveless-Tank-Halter', 51585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15651, 15651, 'Underwear', 'Underwear', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15652, 15652, 'Mixed Items', 'Mixed-Items', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1068, 1068, 'Other Items', 'Other-Items', 3051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152635, 152635, 'Clothing (Sizes 8 & 9)', 'Clothing-Sizes-8-and-9', 11462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152636, 152636, 'Dresses', 'Dresses', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152637, 152637, 'Jeans & Pants', 'Jeans-and-Pants', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152638, 152638, 'Athletic Pants', 'Athletic-Pants', 152637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152639, 152639, 'Capri, Cropped', 'Capri-Cropped', 152637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152640, 152640, 'Corduroys', 'Corduroys', 152637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152641, 152641, 'Jeans', 'Jeans', 152637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152642, 152642, 'Leggings', 'Leggings', 152637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152643, 152643, 'Slacks', 'Slacks', 152637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152644, 152644, 'Other', 'Other', 152637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152645, 152645, 'Outerwear', 'Outerwear', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152646, 152646, 'Denim', 'Denim', 152645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152647, 152647, 'Down, Poly-fill', 'Down-Poly-fill', 152645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152648, 152648, 'Fleece', 'Fleece', 152645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152649, 152649, 'Fur, Faux Fur', 'Fur-Faux-Fur', 152645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152650, 152650, 'Leather', 'Leather', 152645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152651, 152651, 'Snow Suits, Pants', 'Snow-Suits-Pants', 152645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152652, 152652, 'Wind, Rain', 'Wind-Rain', 152645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152653, 152653, 'Wool, Wool Blend', 'Wool-Wool-Blend', 152645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152654, 152654, 'Other', 'Other', 152645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152655, 152655, 'Outfits & Sets', 'Outfits-and-Sets', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152656, 152656, 'Overalls', 'Overalls', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152657, 152657, 'Shorts', 'Shorts', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152658, 152658, 'Skirts', 'Skirts', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152659, 152659, 'Skorts', 'Skorts', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152660, 152660, 'Sleepwear', 'Sleepwear', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152661, 152661, 'Sweaters', 'Sweaters', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 153009, 153009, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152662, 152662, 'Swimwear', 'Swimwear', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152663, 152663, 'One Piece', 'One-Piece', 152662, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152664, 152664, 'Two Piece', 'Two-Piece', 152662, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152665, 152665, 'Coverups & Sets', 'Coverups-and-Sets', 152662, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152666, 152666, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152667, 152667, 'Long Sleeve', 'Long-Sleeve', 152666, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152668, 152668, 'Short Sleeve', 'Short-Sleeve', 152666, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152669, 152669, 'Sleeveless, Tank, Halter', 'Sleeveless-Tank-Halter', 152666, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152670, 152670, 'Underwear', 'Underwear', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152671, 152671, 'Mixed Items', 'Mixed-Items', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152672, 152672, 'Other Items', 'Other-Items', 152635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152673, 152673, 'Clothing (Sizes 10 & 11)', 'Clothing-Sizes-10-and-11', 11462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152674, 152674, 'Dresses', 'Dresses', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152675, 152675, 'Jeans & Pants', 'Jeans-and-Pants', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152676, 152676, 'Athletic Pants', 'Athletic-Pants', 152675, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152677, 152677, 'Capri, Cropped', 'Capri-Cropped', 152675, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152678, 152678, 'Corduroys', 'Corduroys', 152675, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152679, 152679, 'Jeans', 'Jeans', 152675, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152680, 152680, 'Leggings', 'Leggings', 152675, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152681, 152681, 'Slacks', 'Slacks', 152675, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152682, 152682, 'Other', 'Other', 152675, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152683, 152683, 'Outerwear', 'Outerwear', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152684, 152684, 'Denim', 'Denim', 152683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152685, 152685, 'Down, Poly-fill', 'Down-Poly-fill', 152683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152686, 152686, 'Fleece', 'Fleece', 152683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152687, 152687, 'Fur, Faux Fur', 'Fur-Faux-Fur', 152683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152688, 152688, 'Leather', 'Leather', 152683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152689, 152689, 'Snow Suits, Pants', 'Snow-Suits-Pants', 152683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152690, 152690, 'Wind, Rain', 'Wind-Rain', 152683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152691, 152691, 'Wool, Wool Blend', 'Wool-Wool-Blend', 152683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152692, 152692, 'Other', 'Other', 152683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152693, 152693, 'Outfits & Sets', 'Outfits-and-Sets', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152694, 152694, 'Overalls', 'Overalls', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152695, 152695, 'Shorts', 'Shorts', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152696, 152696, 'Skirts', 'Skirts', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152697, 152697, 'Skorts', 'Skorts', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152698, 152698, 'Sleepwear', 'Sleepwear', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152699, 152699, 'Sweaters', 'Sweaters', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152700, 152700, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152701, 152701, 'Swimwear', 'Swimwear', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152702, 152702, 'One Piece', 'One-Piece', 152701, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152703, 152703, 'Two Piece', 'Two-Piece', 152701, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152704, 152704, 'Coverups & Sets', 'Coverups-and-Sets', 152701, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152705, 152705, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152706, 152706, 'Long Sleeve', 'Long-Sleeve', 152705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152707, 152707, 'Short Sleeve', 'Short-Sleeve', 152705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152708, 152708, 'Sleeveless, Tank, Halter', 'Sleeveless-Tank-Halter', 152705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152709, 152709, 'Underwear', 'Underwear', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152710, 152710, 'Mixed Items', 'Mixed-Items', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152711, 152711, 'Other Items', 'Other-Items', 152673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152712, 152712, 'Clothing (Sizes 12 & up)', 'Clothing-Sizes-12-and-up', 11462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152713, 152713, 'Dresses', 'Dresses', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152714, 152714, 'Jeans & Pants', 'Jeans-and-Pants', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152715, 152715, 'Athletic Pants', 'Athletic-Pants', 152714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152716, 152716, 'Capri, Cropped', 'Capri-Cropped', 152714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152717, 152717, 'Corduroys', 'Corduroys', 152714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152718, 152718, 'Jeans', 'Jeans', 152714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152719, 152719, 'Leggings', 'Leggings', 152714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152720, 152720, 'Slacks', 'Slacks', 152714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152721, 152721, 'Other', 'Other', 152714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152722, 152722, 'Outerwear', 'Outerwear', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152723, 152723, 'Denim', 'Denim', 152722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152724, 152724, 'Down, Poly-fill', 'Down-Poly-fill', 152722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152725, 152725, 'Fleece', 'Fleece', 152722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152726, 152726, 'Fur, Faux Fur', 'Fur-Faux-Fur', 152722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152727, 152727, 'Leather', 'Leather', 152722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152728, 152728, 'Snow Suits, Pants', 'Snow-Suits-Pants', 152722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152729, 152729, 'Wind, Rain', 'Wind-Rain', 152722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152730, 152730, 'Wool, Wool Blend', 'Wool-Wool-Blend', 152722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152731, 152731, 'Other', 'Other', 152722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152732, 152732, 'Outfits & Sets', 'Outfits-and-Sets', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152733, 152733, 'Overalls', 'Overalls', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152734, 152734, 'Shorts', 'Shorts', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152735, 152735, 'Skirts', 'Skirts', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152736, 152736, 'Skorts', 'Skorts', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152737, 152737, 'Sleepwear', 'Sleepwear', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152738, 152738, 'Sweaters', 'Sweaters', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152739, 152739, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152740, 152740, 'Swimwear', 'Swimwear', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152741, 152741, 'One Piece', 'One-Piece', 152740, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152742, 152742, 'Two Piece', 'Two-Piece', 152740, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152743, 152743, 'Coverups & Sets', 'Coverups-and-Sets', 152740, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152744, 152744, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152745, 152745, 'Long Sleeve', 'Long-Sleeve', 152744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152746, 152746, 'Short Sleeve', 'Short-Sleeve', 152744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152747, 152747, 'Sleeveless, Tank, Halter', 'Sleeveless-Tank-Halter', 152744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152748, 152748, 'Underwear', 'Underwear', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152749, 152749, 'Mixed Items', 'Mixed-Items', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152750, 152750, 'Other Items', 'Other-Items', 152712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152751, 152751, 'Plus Size Clothing', 'Plus-Size-Clothing', 11462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152752, 152752, 'Dresses', 'Dresses', 152751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152753, 152753, 'Jeans & Pants', 'Jeans-and-Pants', 152751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152754, 152754, 'Outerwear', 'Outerwear', 152751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152755, 152755, 'Shorts & Skirts', 'Shorts-and-Skirts', 152751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152756, 152756, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 152751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152757, 152757, 'Swimwear', 'Swimwear', 152751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152758, 152758, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 152751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152759, 152759, 'Other', 'Other', 152751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57974, 57974, 'Shoes', 'Shoes', 11462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57975, 57975, 'Athletic', 'Athletic', 57974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57976, 57976, 'Boots', 'Boots', 57974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57977, 57977, 'Casual, Dress', 'Casual-Dress', 57976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57978, 57978, 'Cowboy, Western', 'Cowboy-Western', 57976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57979, 57979, 'Snow, Rain', 'Snow-Rain', 57976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57980, 57980, 'Casual, Dress', 'Casual-Dress', 57974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57981, 57981, 'Clogs', 'Clogs', 57980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57982, 57982, 'Mary Janes', 'Mary-Janes', 57980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57983, 57983, 'Oxfords', 'Oxfords', 57980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57984, 57984, 'Other', 'Other', 57980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57985, 57985, 'Sandals', 'Sandals', 57974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57986, 57986, 'Slippers', 'Slippers', 57974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57987, 57987, 'Mixed Lots', 'Mixed-Lots', 57974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3072, 3072, 'Other', 'Other', 57974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 315, 315, 'Other Girls Items', 'Other-Girls-Items', 11462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4250, 4250, 'Mens Accessories', 'Mens-Accessories', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52357, 52357, 'Backpacks, Bags', 'Backpacks-Bags', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52358, 52358, 'Backpacks', 'Backpacks', 52357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52359, 52359, 'Duffle, Gym Bags', 'Duffle-Gym-Bags', 52357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52360, 52360, 'Fanny, Waist Packs', 'Fanny-Waist-Packs', 52357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52361, 52361, 'Messenger, Shoulder Bags', 'Messenger-Shoulder-Bags', 52357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15660, 15660, 'Other', 'Other', 52357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86647, 86647, 'Belt Buckles', 'Belt-Buckles', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86648, 86648, 'Animals', 'Animals', 86647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86649, 86649, 'Beer, Beverages', 'Beer-Beverages', 86647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105400, 105400, 'Crosses', 'Crosses', 86647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86650, 86650, 'Dress', 'Dress', 86647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105401, 105401, 'LED', 'LED', 86647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86651, 86651, 'Military', 'Military', 86647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86652, 86652, 'Motorcycles, Vehicles', 'Motorcycles-Vehicles', 86647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86653, 86653, 'Music', 'Music', 86647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86654, 86654, 'Patriotic, Flags', 'Patriotic-Flags', 86647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86655, 86655, 'Skulls', 'Skulls', 86647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86656, 86656, 'Sports', 'Sports', 86647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105402, 105402, 'States', 'States', 86647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86657, 86657, 'Western', 'Western', 86647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15661, 15661, 'Other', 'Other', 86647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2993, 2993, 'Belts', 'Belts', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52362, 52362, 'Briefcases', 'Briefcases', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52363, 52363, 'Hard', 'Hard', 52362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52364, 52364, 'Soft', 'Soft', 52362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11481, 11481, 'Other', 'Other', 52362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152537, 152537, 'Canes, Walking Sticks', 'Canes-Walking-Sticks', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2994, 2994, 'Gloves, Mittens', 'Gloves-Mittens', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52365, 52365, 'Hats', 'Hats', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105391, 105391, 'Ball Cap', 'Ball-Cap', 52365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105392, 105392, 'Abercrombie & Fitch', 'Abercrombie-and-Fitch', 105391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105393, 105393, 'Auto', 'Auto', 105391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105394, 105394, 'Leather', 'Leather', 105391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105395, 105395, 'Nike', 'Nike', 105391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105859, 105859, 'Patriotic', 'Patriotic', 105391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105396, 105396, 'Political', 'Political', 105391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105397, 105397, 'Racing', 'Racing', 105391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52366, 52366, 'Other Ball Caps', 'Other-Ball-Caps', 105391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52367, 52367, 'Beanie, Skull', 'Beanie-Skull', 52365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52368, 52368, 'Biker, Head Wrap', 'Biker-Head-Wrap', 52365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52369, 52369, 'Bucket, Fedora', 'Bucket-Fedora', 52365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52370, 52370, 'Cowboy, Western', 'Cowboy-Western', 52365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105398, 105398, 'Fur', 'Fur', 52365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105399, 105399, 'Top Hats', 'Top-Hats', 52365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52371, 52371, 'Trucker', 'Trucker', 52365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52372, 52372, 'Visor', 'Visor', 52365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2998, 2998, 'Other', 'Other', 52365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52373, 52373, 'Keychains', 'Keychains', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145753, 145753, 'Luggage', 'Luggage', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15662, 15662, 'Neckwear, Ties', 'Neckwear-Ties', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15663, 15663, 'Bow Ties', 'Bow-Ties', 15662, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52374, 52374, 'Neck Ties', 'Neck-Ties', 15662, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86644, 86644, 'Dress', 'Dress', 52374, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52375, 52375, 'Florals', 'Florals', 86644, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52377, 52377, 'Paisleys', 'Paisleys', 86644, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86646, 86646, 'Polka Dots', 'Polka-Dots', 86644, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52378, 52378, 'Solids', 'Solids', 86644, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52380, 52380, 'Stripes', 'Stripes', 86644, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86645, 86645, 'Other', 'Other', 86644, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86640, 86640, 'Novelty', 'Novelty', 52374, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86641, 86641, 'Animals', 'Animals', 86640, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86642, 86642, 'Holiday, Event', 'Holiday-Event', 86640, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86643, 86643, 'Music', 'Music', 86640, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52379, 52379, 'Sports', 'Sports', 86640, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52376, 52376, 'Other', 'Other', 86640, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52381, 52381, 'Mixed Lots', 'Mixed-Lots', 52374, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2995, 2995, 'Other', 'Other', 52374, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52382, 52382, 'Scarves', 'Scarves', 15662, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15664, 15664, 'Other Neckwear', 'Other-Neckwear', 15662, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 15665, 15665, 'Organizers, Planners', 'Organizers-Planners', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79720, 79720, 'Sunglasses', 'Sunglasses', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79741, 79741, 'Armani', 'Armani', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79742, 79742, 'Arnette', 'Arnette', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79743, 79743, 'Black Flys', 'Black-Flys', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79744, 79744, 'Bolle', 'Bolle', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79745, 79745, 'Carrera', 'Carrera', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79746, 79746, 'Cartier', 'Cartier', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79747, 79747, 'Christian Dior', 'Christian-Dior', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79748, 79748, 'Choppers', 'Choppers', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79749, 79749, 'Costa Del Mar', 'Costa-Del-Mar', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79750, 79750, 'Diesel', 'Diesel', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79751, 79751, 'Dolce & Gabbana', 'Dolce-and-Gabbana', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79752, 79752, 'Dragon', 'Dragon', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79753, 79753, 'Gucci', 'Gucci', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79721, 79721, 'Harley Davidson', 'Harley-Davidson', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79722, 79722, 'Hugo Boss', 'Hugo-Boss', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79723, 79723, 'Maui Jim', 'Maui-Jim', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79724, 79724, 'Nike', 'Nike', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79725, 79725, 'Oakley', 'Oakley', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79726, 79726, 'Jackets', 'Jackets', 79725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79727, 79727, 'M Frame', 'M-Frame', 79725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79728, 79728, 'Wires', 'Wires', 79725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79729, 79729, 'X Metal', 'X-Metal', 79725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79730, 79730, 'Other', 'Other', 79725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79731, 79731, 'Prada', 'Prada', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79732, 79732, 'Ray-Ban', 'Ray-Ban', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79733, 79733, 'Revo', 'Revo', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79734, 79734, 'Serengeti', 'Serengeti', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79735, 79735, 'Smith Sport', 'Smith-Sport', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79736, 79736, 'Spy', 'Spy', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79737, 79737, 'Versace', 'Versace', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79738, 79738, 'Vuarnet', 'Vuarnet', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79739, 79739, 'X Loop', 'X-Loop', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79740, 79740, 'Wiley X', 'Wiley-X', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15666, 15666, 'Other', 'Other', 79720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105387, 105387, 'Suspenders, Braces', 'Suspenders-Braces', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105388, 105388, 'Novelty', 'Novelty', 105387, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105389, 105389, 'Solids', 'Solids', 105387, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105390, 105390, 'Stripes', 'Stripes', 105387, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11482, 11482, 'Other', 'Other', 105387, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105403, 105403, 'Wallets, Holders', 'Wallets-Holders', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105404, 105404, 'Bifolds', 'Bifolds', 105403, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105405, 105405, 'Black', 'Black', 105404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105406, 105406, 'Brown', 'Brown', 105404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105407, 105407, 'Other', 'Other', 105404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105860, 105860, 'Business, Credit Card Cases', 'Business-Credit-Card-Cases', 105403, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105408, 105408, 'Checkbook Holders', 'Checkbook-Holders', 105403, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105409, 105409, 'Coin Wallets, Holders', 'Coin-Wallets-Holders', 105403, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105410, 105410, 'ID Wallets, Cases', 'ID-Wallets-Cases', 105403, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105411, 105411, 'Key Cases', 'Key-Cases', 105403, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105412, 105412, 'Trifolds', 'Trifolds', 105403, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105413, 105413, 'Black', 'Black', 105412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105414, 105414, 'Brown', 'Brown', 105412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105415, 105415, 'Other', 'Other', 105412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2996, 2996, 'Other Wallets, Holders', 'Other-Wallets-Holders', 105403, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1060, 1060, 'Other Items', 'Other-Items', 4250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1059, 1059, 'Mens Clothing', 'Mens-Clothing', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 137084, 137084, 'Athletic Apparel', 'Athletic-Apparel', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155176, 155176, 'Big & Tall', 'Big-and-Tall', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155177, 155177, 'Jeans', 'Jeans', 155176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155178, 155178, 'Outerwear', 'Outerwear', 155176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155179, 155179, 'Pants', 'Pants', 155176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155180, 155180, 'Shirts', 'Shirts', 155176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155181, 155181, 'Shorts', 'Shorts', 155176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155182, 155182, 'Other Big & Tall', 'Other-Big-and-Tall', 155176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3002, 3002, 'Blazers & Sport Coats', 'Blazers-and-Sport-Coats', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11483, 11483, 'Jeans', 'Jeans', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 112424, 112424, 'Kilts, Sporrans', 'Kilts-Sporrans', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57988, 57988, 'Outerwear', 'Outerwear', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57989, 57989, 'Pants', 'Pants', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15680, 15680, 'Shirts', 'Shirts', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57990, 57990, 'Casual', 'Casual', 15680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57991, 57991, 'Dress', 'Dress', 15680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15687, 15687, 'T-Shirts, Tank Tops', 'T-Shirts-Tank-Tops', 15680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2999, 2999, 'Other Shirts', 'Other-Shirts', 15680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15689, 15689, 'Shorts', 'Shorts', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3001, 3001, 'Suits', 'Suits', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11484, 11484, 'Sweaters', 'Sweaters', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155183, 155183, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15690, 15690, 'Swimwear', 'Swimwear', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11507, 11507, 'Underwear, Sleepwear', 'Underwear-Sleepwear', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11508, 11508, 'Boxers', 'Boxers', 11507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11509, 11509, 'Briefs', 'Briefs', 11507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11510, 11510, 'Robes, Sleepwear', 'Robes-Sleepwear', 11507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11511, 11511, 'Socks', 'Socks', 11507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11506, 11506, 'Other Items', 'Other-Items', 11507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15691, 15691, 'Vests', 'Vests', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 313, 313, 'Other Items', 'Other-Items', 1059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63850, 63850, 'Mens Shoes', 'Mens-Shoes', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28015, 28015, 'Uniforms', 'Uniforms', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105416, 105416, 'Adult', 'Adult', 28015, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105417, 105417, 'Lab Coats', 'Lab-Coats', 105416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105418, 105418, 'Scouting', 'Scouting', 105416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105419, 105419, 'Scrubs', 'Scrubs', 105416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105420, 105420, 'Bottoms', 'Bottoms', 105419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105421, 105421, 'X Small', 'X-Small', 105420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105422, 105422, 'Small', 'Small', 105420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105423, 105423, 'Medium', 'Medium', 105420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105424, 105424, 'Large', 'Large', 105420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105425, 105425, 'X Large', 'X-Large', 105420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105426, 105426, 'Plus', 'Plus', 105420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105427, 105427, 'Other', 'Other', 105420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105428, 105428, 'Sets, 2 pieces', 'Sets-2-pieces', 105419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105429, 105429, 'X Small', 'X-Small', 105428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105430, 105430, 'Small', 'Small', 105428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105431, 105431, 'Medium', 'Medium', 105428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105432, 105432, 'Large', 'Large', 105428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105433, 105433, 'X Large', 'X-Large', 105428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105434, 105434, 'Plus', 'Plus', 105428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105435, 105435, 'Other', 'Other', 105428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105436, 105436, 'Tops', 'Tops', 105419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105437, 105437, 'X Small', 'X-Small', 105436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105438, 105438, 'Small', 'Small', 105436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105439, 105439, 'Medium', 'Medium', 105436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105440, 105440, 'Large', 'Large', 105436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105441, 105441, 'X Large', 'X-Large', 105436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105442, 105442, 'Plus', 'Plus', 105436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105443, 105443, 'Other', 'Other', 105436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105444, 105444, 'Lots', 'Lots', 105419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16119, 16119, 'Other', 'Other', 105419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28016, 28016, 'Boys', 'Boys', 28015, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105445, 105445, 'Boys Sz 4-7', 'Boys-Sz-4-7', 28016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105446, 105446, 'School', 'School', 105445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11458, 11458, 'Other', 'Other', 105445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105447, 105447, 'Boys Sz 8 and up', 'Boys-Sz-8-and-up', 28016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105448, 105448, 'School', 'School', 105447, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4323, 4323, 'Other', 'Other', 105447, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105449, 105449, 'Teens', 'Teens', 28016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105450, 105450, 'School', 'School', 105449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11461, 11461, 'Other', 'Other', 105449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28017, 28017, 'Girls', 'Girls', 28015, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105451, 105451, 'Girls Sz 4-6z', 'Girls-Sz-4-6z', 28017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105452, 105452, 'School', 'School', 105451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11471, 11471, 'Other', 'Other', 105451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105453, 105453, 'Girls Sz 7 and up', 'Girls-Sz-7-and-up', 28017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105454, 105454, 'School', 'School', 105453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4958, 4958, 'Other', 'Other', 105453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105455, 105455, 'Teens', 'Teens', 28017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105456, 105456, 'School', 'School', 105455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11478, 11478, 'Other', 'Other', 105455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155184, 155184, 'Unisex Clothing, Shoes & Accs', 'Unisex-Clothing-Shoes-and-Accs', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155185, 155185, 'Unisex Accessories', 'Unisex-Accessories', 155184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155186, 155186, 'Bags, Backpacks', 'Bags-Backpacks', 155185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155187, 155187, 'Belts', 'Belts', 155185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155188, 155188, 'Hats', 'Hats', 155185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155189, 155189, 'Sunglasses', 'Sunglasses', 155185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155190, 155190, 'Umbrellas', 'Umbrellas', 155185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155191, 155191, 'Other', 'Other', 155185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155192, 155192, 'Unisex Adult Clothing', 'Unisex-Adult-Clothing', 155184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155193, 155193, 'T-Shirts', 'T-Shirts', 155192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155194, 155194, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 155192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155195, 155195, 'Outerwear', 'Outerwear', 155192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155196, 155196, 'Shoes', 'Shoes', 155192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155197, 155197, 'Other', 'Other', 155192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155198, 155198, 'Unisex Childrens Clothing', 'Unisex-Childrens-Clothing', 155184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155199, 155199, 'T-Shirts', 'T-Shirts', 155198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155200, 155200, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 155198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155201, 155201, 'Outerwear', 'Outerwear', 155198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155202, 155202, 'Shoes', 'Shoes', 155198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155203, 155203, 'Other', 'Other', 155198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3259, 3259, 'Wedding Apparel', 'Wedding-Apparel', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15717, 15717, 'Bridal Accessories', 'Bridal-Accessories', 3259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105457, 105457, 'Baskets', 'Baskets', 15717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105458, 105458, 'Garters', 'Garters', 15717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105459, 105459, 'Black', 'Black', 105458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105460, 105460, 'Ivory', 'Ivory', 105458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105461, 105461, 'Pink', 'Pink', 105458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105462, 105462, 'White', 'White', 105458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15718, 15718, 'Other Garters', 'Other-Garters', 105458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105463, 105463, 'Gloves', 'Gloves', 15717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105464, 105464, 'Elbow', 'Elbow', 105463, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105465, 105465, 'Opera, Long', 'Opera-Long', 105463, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105466, 105466, 'Fingerless', 'Fingerless', 105463, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105467, 105467, 'Other Gloves', 'Other-Gloves', 105463, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105468, 105468, 'Hats', 'Hats', 15717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105469, 105469, 'Petticoats, Slips', 'Petticoats-Slips', 15717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105470, 105470, 'Pillows', 'Pillows', 15717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105471, 105471, 'Shoes', 'Shoes', 15717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105472, 105472, 'Wraps', 'Wraps', 15717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3260, 3260, 'Other Accessories', 'Other-Accessories', 15717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105520, 105520, 'Boys Attire', 'Boys-Attire', 3259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105521, 105521, 'Page Boy Outfits', 'Page-Boy-Outfits', 105520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105522, 105522, 'Tuxedos', 'Tuxedos', 105520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3267, 3267, 'Other Boys Attire', 'Other-Boys-Attire', 105520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105523, 105523, 'Bridesmaids Dresses', 'Bridesmaids-Dresses', 3259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105524, 105524, 'Black', 'Black', 105523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105525, 105525, 'Blue', 'Blue', 105523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105526, 105526, 'Green', 'Green', 105523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105527, 105527, 'Ivory', 'Ivory', 105523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105528, 105528, 'Purple, Lilac', 'Purple-Lilac', 105523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105529, 105529, 'Pink', 'Pink', 105523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105530, 105530, 'Red', 'Red', 105523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105531, 105531, 'White', 'White', 105523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105532, 105532, 'Wine, Burgundy', 'Wine-Burgundy', 105523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105533, 105533, 'Yellow, Gold', 'Yellow-Gold', 105523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3262, 3262, 'Other Dresses', 'Other-Dresses', 105523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105473, 105473, 'Girls Dresses', 'Girls-Dresses', 3259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105474, 105474, '0-24 months', '0-24-months', 105473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105475, 105475, 'Blue', 'Blue', 105474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105476, 105476, 'Ivory', 'Ivory', 105474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105477, 105477, 'Lilac', 'Lilac', 105474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105478, 105478, 'Pink', 'Pink', 105474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105479, 105479, 'White', 'White', 105474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105480, 105480, 'Other Dresses', 'Other-Dresses', 105474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105481, 105481, '2T-4T', '2T-4T', 105473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105482, 105482, 'Blue', 'Blue', 105481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105483, 105483, 'Ivory', 'Ivory', 105481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105484, 105484, 'Lilac', 'Lilac', 105481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105485, 105485, 'Pink', 'Pink', 105481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105486, 105486, 'White', 'White', 105481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105487, 105487, 'Other Dresses', 'Other-Dresses', 105481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105488, 105488, '4-6x', '4-6x', 105473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105489, 105489, 'Blue', 'Blue', 105488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105490, 105490, 'Ivory', 'Ivory', 105488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105491, 105491, 'Lilac', 'Lilac', 105488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105492, 105492, 'Pink', 'Pink', 105488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105493, 105493, 'Red', 'Red', 105488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105494, 105494, 'White', 'White', 105488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105495, 105495, 'Wine, Burgundy', 'Wine-Burgundy', 105488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105496, 105496, 'Yellow, Gold', 'Yellow-Gold', 105488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105497, 105497, 'Other Dresses', 'Other-Dresses', 105488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105498, 105498, '7 and Up', '7-and-Up', 105473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105499, 105499, 'Blue', 'Blue', 105498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105500, 105500, 'Ivory', 'Ivory', 105498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105501, 105501, 'Lilac', 'Lilac', 105498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105502, 105502, 'Pink', 'Pink', 105498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105503, 105503, 'Red', 'Red', 105498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105504, 105504, 'White', 'White', 105498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105505, 105505, 'Wine, Burgundy', 'Wine-Burgundy', 105498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105506, 105506, 'Yellow, Gold', 'Yellow-Gold', 105498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105507, 105507, 'Other Dresses', 'Other-Dresses', 105498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3263, 3263, 'Other Girls Dresses', 'Other-Girls-Dresses', 105473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105508, 105508, 'Mens Attire & Accessories', 'Mens-Attire-and-Accessories', 3259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105509, 105509, 'Ties, Cravats & Cummerbunds', 'Ties-Cravats-and-Cummerbunds', 105508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105511, 105511, 'Tuxedo Jackets', 'Tuxedo-Jackets', 105508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105512, 105512, 'Tuxedo Shirts', 'Tuxedo-Shirts', 105508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105514, 105514, 'Tuxedo Vests', 'Tuxedo-Vests', 105508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105515, 105515, 'Tuxedos', 'Tuxedos', 105508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 148486, 148486, 'Accessories', 'Accessories', 105508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3264, 3264, 'Other Mens Attire', 'Other-Mens-Attire', 105508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105516, 105516, 'Tiaras', 'Tiaras', 3259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105517, 105517, 'Band', 'Band', 105516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105518, 105518, 'Crown', 'Crown', 105516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105519, 105519, 'Other Tiaras', 'Other-Tiaras', 105516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105534, 105534, 'Veils', 'Veils', 3259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105535, 105535, 'Shoulder, Short', 'Shoulder-Short', 105534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105536, 105536, 'Elbow', 'Elbow', 105534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105537, 105537, 'Fingertip', 'Fingertip', 105534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105538, 105538, 'Waltz, Knee', 'Waltz-Knee', 105534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105539, 105539, 'Chapel, Floor', 'Chapel-Floor', 105534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105540, 105540, 'Cathedral, Train', 'Cathedral-Train', 105534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15719, 15719, 'Other Veils', 'Other-Veils', 105534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63851, 63851, 'Wedding Dresses', 'Wedding-Dresses', 3259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1265, 1265, 'Other Items', 'Other-Items', 3259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4251, 4251, 'Womens Accessories, Handbags', 'Womens-Accessories-Handbags', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45212, 45212, 'Belts', 'Belts', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45213, 45213, 'Fabric', 'Fabric', 45212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45214, 45214, 'Leather', 'Leather', 45212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45215, 45215, 'Metal', 'Metal', 45212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3003, 3003, 'Other', 'Other', 45212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105559, 105559, 'Gloves, Mittens', 'Gloves-Mittens', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105560, 105560, 'Evening Gloves', 'Evening-Gloves', 105559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105561, 105561, 'Elbow', 'Elbow', 105560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105562, 105562, 'Opera', 'Opera', 105560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105563, 105563, 'Other Evening Gloves', 'Other-Evening-Gloves', 105560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105564, 105564, 'Mittens', 'Mittens', 105559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105565, 105565, 'Winter Gloves', 'Winter-Gloves', 105559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105566, 105566, 'Fingerless', 'Fingerless', 105565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105567, 105567, 'Leather', 'Leather', 105565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105568, 105568, 'Other Winter Gloves', 'Other-Winter-Gloves', 105565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3004, 3004, 'Other Gloves', 'Other-Gloves', 105559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45220, 45220, 'Hair Accessories', 'Hair-Accessories', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45221, 45221, 'Barrettes', 'Barrettes', 45220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45222, 45222, 'Clips, Claws', 'Clips-Claws', 45220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45223, 45223, 'Headbands', 'Headbands', 45220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105541, 105541, 'Ponytail Holders', 'Ponytail-Holders', 45220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45224, 45224, 'Scrunchies', 'Scrunchies', 45220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45225, 45225, 'Sticks, Combs, Picks', 'Sticks-Combs-Picks', 45220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45226, 45226, 'Mixed Lots', 'Mixed-Lots', 45220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18788, 18788, 'Other', 'Other', 45220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63852, 63852, 'Handbags, Bags', 'Handbags-Bags', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45230, 45230, 'Hats', 'Hats', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45231, 45231, 'Ball Cap', 'Ball-Cap', 45230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45232, 45232, 'Beanie, Skull, Ski', 'Beanie-Skull-Ski', 45230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45233, 45233, 'Beret, Newsboy', 'Beret-Newsboy', 45230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45234, 45234, 'Bucket, Crusher', 'Bucket-Crusher', 45230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45235, 45235, 'Cowboy, Western', 'Cowboy-Western', 45230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60178, 60178, 'Fur', 'Fur', 45230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45236, 45236, 'Visor', 'Visor', 45230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3005, 3005, 'Other', 'Other', 45230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45237, 45237, 'Key Chains', 'Key-Chains', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145754, 145754, 'Luggage', 'Luggage', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60179, 60179, 'Organizers, Planners', 'Organizers-Planners', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60180, 60180, 'Cloth, Fabric', 'Cloth-Fabric', 60179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60181, 60181, 'Leather', 'Leather', 60179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15735, 15735, 'Other', 'Other', 60179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45238, 45238, 'Scarves, Wraps', 'Scarves-Wraps', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45239, 45239, 'Chiffon', 'Chiffon', 45238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45240, 45240, 'Fur', 'Fur', 45238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45241, 45241, 'Silk', 'Silk', 45238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45242, 45242, 'Solid Color', 'Solid-Color', 45241, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45243, 45243, 'Pattern, Print', 'Pattern-Print', 45241, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45244, 45244, 'Other', 'Other', 45241, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60182, 60182, 'Wool, Pashmina', 'Wool-Pashmina', 45238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60183, 60183, 'Neck Scarf', 'Neck-Scarf', 60182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60184, 60184, 'Shawl, Wrap', 'Shawl-Wrap', 60182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45245, 45245, 'Other', 'Other', 60182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3007, 3007, 'Other', 'Other', 45238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150955, 150955, 'Shoe Charms', 'Shoe-Charms', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45246, 45246, 'Sunglasses', 'Sunglasses', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45247, 45247, 'Armani', 'Armani', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74959, 74959, 'Baby Phat', 'Baby-Phat', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45248, 45248, 'Burberry', 'Burberry', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45249, 45249, 'Chanel', 'Chanel', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45250, 45250, 'Christian Dior', 'Christian-Dior', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132984, 132984, 'Coach', 'Coach', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105542, 105542, 'Diesel', 'Diesel', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45251, 45251, 'Dolce & Gabbana, D&G', 'Dolce-and-Gabbana-DandG', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74960, 74960, 'Donna Karan, DKNY', 'Donna-Karan-DKNY', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45252, 45252, 'Fendi', 'Fendi', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132985, 132985, 'Ferragamo', 'Ferragamo', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45253, 45253, 'Gucci', 'Gucci', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132986, 132986, 'Juicy Couture', 'Juicy-Couture', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74961, 74961, 'Kate Spade', 'Kate-Spade', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105543, 105543, 'Louis Vuitton', 'Louis-Vuitton', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132987, 132987, 'Marc Jacobs', 'Marc-Jacobs', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60185, 60185, 'Oakley', 'Oakley', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132993, 132993, 'Persol', 'Persol', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45254, 45254, 'Prada', 'Prada', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60186, 60186, 'Ralph Lauren, Polo', 'Ralph-Lauren-Polo', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45255, 45255, 'Ray-Ban', 'Ray-Ban', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132988, 132988, 'Revo', 'Revo', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132989, 132989, 'Roberto Cavalli', 'Roberto-Cavalli', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60187, 60187, 'Serengeti', 'Serengeti', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132991, 132991, 'Spy', 'Spy', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132992, 132992, 'Valentino', 'Valentino', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45256, 45256, 'Versace', 'Versace', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132990, 132990, 'YSL / Yves Saint Laurent', 'YSL-Yves-Saint-Laurent', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15736, 15736, 'Other', 'Other', 45246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105569, 105569, 'Umbrellas', 'Umbrellas', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105570, 105570, 'Compacts, Totes', 'Compacts-Totes', 105569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105571, 105571, 'Parasols', 'Parasols', 105569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105572, 105572, 'Standard', 'Standard', 105569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45257, 45257, 'Other Umbrellas', 'Other-Umbrellas', 105569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45258, 45258, 'Wallets', 'Wallets', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105544, 105544, 'Business, Credit Card Holders', 'Business-Credit-Card-Holders', 45258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105545, 105545, 'Checkbook Holders', 'Checkbook-Holders', 45258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105546, 105546, 'Black', 'Black', 105545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105547, 105547, 'Blue, Navy', 'Blue-Navy', 105545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105548, 105548, 'Brown, Dk', 'Brown-Dk', 105545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105549, 105549, 'Brown, Lt', 'Brown-Lt', 105545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105550, 105550, 'Pink', 'Pink', 105545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105551, 105551, 'Red', 'Red', 105545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45263, 45263, 'Other', 'Other', 105545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45259, 45259, 'Clutch Wallets', 'Clutch-Wallets', 45258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45260, 45260, 'Coin Purses', 'Coin-Purses', 45258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105552, 105552, 'Medium Wallets', 'Medium-Wallets', 45258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105553, 105553, 'Black', 'Black', 105552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105554, 105554, 'Blue, Navy', 'Blue-Navy', 105552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105555, 105555, 'Brown, Dk', 'Brown-Dk', 105552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105556, 105556, 'Brown, Lt', 'Brown-Lt', 105552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105557, 105557, 'Pink', 'Pink', 105552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105558, 105558, 'Red', 'Red', 105552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45261, 45261, 'Other', 'Other', 105552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45262, 45262, 'Mini Wallets', 'Mini-Wallets', 45258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3008, 3008, 'Other', 'Other', 45258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60188, 60188, 'Wigs, Extensions', 'Wigs-Extensions', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15738, 15738, 'Mixed Items', 'Mixed-Items', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1063, 1063, 'Other Items', 'Other-Items', 4251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15724, 15724, 'Womens Clothing', 'Womens-Clothing', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 137085, 137085, 'Athletic Apparel', 'Athletic-Apparel', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63860, 63860, 'Blazers, Jackets', 'Blazers-Jackets', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63861, 63861, 'Dresses', 'Dresses', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11514, 11514, 'Intimates', 'Intimates', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63853, 63853, 'Bras, Bra Sets', 'Bras-Bra-Sets', 11514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11521, 11521, 'Camisoles, Camisole Sets', 'Camisoles-Camisole-Sets', 11514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11522, 11522, 'Corsets, Bustiers', 'Corsets-Bustiers', 11514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11524, 11524, 'Hosiery, Socks', 'Hosiery-Socks', 11514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11525, 11525, 'Pantyhose', 'Pantyhose', 11524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11526, 11526, 'Socks', 'Socks', 11524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11527, 11527, 'Stockings, Thigh-Highs', 'Stockings-Thigh-Highs', 11524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37570, 37570, 'Tights', 'Tights', 11524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11523, 11523, 'Other Hosiery, Socks', 'Other-Hosiery-Socks', 11524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63854, 63854, 'Panties', 'Panties', 11514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45274, 45274, 'Shapers', 'Shapers', 11514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45275, 45275, 'Body Suits', 'Body-Suits', 45274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45276, 45276, 'Briefs', 'Briefs', 45274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45277, 45277, 'Slip Shapers', 'Slip-Shapers', 45274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45278, 45278, 'Waist Cinchers', 'Waist-Cinchers', 45274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11530, 11530, 'Other Shapers', 'Other-Shapers', 45274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63855, 63855, 'Sleepwear, Robes', 'Sleepwear-Robes', 11514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11532, 11532, 'Slips', 'Slips', 11514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45279, 45279, 'Teddies', 'Teddies', 11514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15746, 15746, 'Mixed Intimate Items', 'Mixed-Intimate-Items', 11514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4844, 4844, 'Other Intimate Items', 'Other-Intimate-Items', 11514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11554, 11554, 'Jeans', 'Jeans', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63862, 63862, 'Outerwear', 'Outerwear', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15769, 15769, 'Outfits', 'Outfits', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63863, 63863, 'Pants', 'Pants', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63868, 63868, 'Shirts, Tops', 'Shirts-Tops', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11555, 11555, 'Shorts', 'Shorts', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63864, 63864, 'Skirts', 'Skirts', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155225, 155225, 'Skorts', 'Skorts', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63865, 63865, 'Suits', 'Suits', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63866, 63866, 'Sweaters', 'Sweaters', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155226, 155226, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63867, 63867, 'Swimwear', 'Swimwear', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63869, 63869, 'T-Shirts, Tank Tops', 'T-Shirts-Tank-Tops', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15775, 15775, 'Vests', 'Vests', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15788, 15788, 'Mixed Items', 'Mixed-Items', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 314, 314, 'Other Items', 'Other-Items', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3059, 3059, 'Juniors', 'Juniors', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3061, 3061, 'Dresses', 'Dresses', 3059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3063, 3063, 'Jeans', 'Jeans', 3059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3062, 3062, 'Outerwear', 'Outerwear', 3059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15653, 15653, 'Outfits', 'Outfits', 3059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45211, 45211, 'Pants', 'Pants', 3059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15654, 15654, 'Shorts', 'Shorts', 3059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11479, 11479, 'Skirts', 'Skirts', 3059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155204, 155204, 'Skorts', 'Skorts', 3059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11480, 11480, 'Sweaters', 'Sweaters', 3059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155205, 155205, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 3059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15656, 15656, 'Swimwear', 'Swimwear', 3059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3064, 3064, 'Tops & T-Shirts', 'Tops-and-T-Shirts', 3059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15658, 15658, 'Mixed Juniors Items', 'Mixed-Juniors-Items', 3059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3058, 3058, 'Other Juniors Items', 'Other-Juniors-Items', 3059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3020, 3020, 'Maternity', 'Maternity', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11534, 11534, 'Dresses', 'Dresses', 3020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11535, 11535, 'Jeans', 'Jeans', 3020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15751, 15751, 'Nursing', 'Nursing', 3020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11517, 11517, 'Bras', 'Bras', 15751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15752, 15752, 'Dresses', 'Dresses', 15751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15755, 15755, 'Sleepwear', 'Sleepwear', 15751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15753, 15753, 'Tops', 'Tops', 15751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63856, 63856, 'Outerwear', 'Outerwear', 3020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63857, 63857, 'Pants', 'Pants', 3020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63858, 63858, 'Shirts, Tops', 'Shirts-Tops', 3020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15747, 15747, 'Shorts', 'Shorts', 3020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11536, 11536, 'Skirts', 'Skirts', 3020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11538, 11538, 'Sweaters', 'Sweaters', 3020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155206, 155206, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 3020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15748, 15748, 'Swimwear', 'Swimwear', 3020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63859, 63859, 'T-Shirts, Tank Tops', 'T-Shirts-Tank-Tops', 3020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15754, 15754, 'Mixed Maternity Items', 'Mixed-Maternity-Items', 3020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1264, 1264, 'Other Maternity Items', 'Other-Maternity-Items', 3020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3024, 3024, 'Petites', 'Petites', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63870, 63870, 'Blazers, Jackets', 'Blazers-Jackets', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63871, 63871, 'Dresses', 'Dresses', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11573, 11573, 'Jeans', 'Jeans', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63872, 63872, 'Outerwear', 'Outerwear', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 15796, 15796, 'Outfits', 'Outfits', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63873, 63873, 'Pants', 'Pants', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63878, 63878, 'Shirts, Tops', 'Shirts-Tops', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11574, 11574, 'Shorts', 'Shorts', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63874, 63874, 'Skirts', 'Skirts', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63875, 63875, 'Suits', 'Suits', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63876, 63876, 'Sweaters', 'Sweaters', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155207, 155207, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11579, 11579, 'Swimwear', 'Swimwear', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63877, 63877, 'T-Shirts, Tank Tops', 'T-Shirts-Tank-Tops', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15798, 15798, 'Vests', 'Vests', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15800, 15800, 'Mixed Petite Items', 'Mixed-Petite-Items', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3023, 3023, 'Other Petite Items', 'Other-Petite-Items', 3024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3029, 3029, 'Plus Sizes', 'Plus-Sizes', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63879, 63879, 'Blazers, Jackets', 'Blazers-Jackets', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63880, 63880, 'Dresses', 'Dresses', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155208, 155208, 'Intimates', 'Intimates', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155209, 155209, 'Bras', 'Bras', 155208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155210, 155210, 'Camisoles, Camisole Sets', 'Camisoles-Camisole-Sets', 155208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155211, 155211, 'Panties', 'Panties', 155208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155212, 155212, 'Robes', 'Robes', 155208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155213, 155213, 'Shapers', 'Shapers', 155208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155214, 155214, 'Sleepwear', 'Sleepwear', 155208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155215, 155215, 'Other', 'Other', 155208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11601, 11601, 'Jeans', 'Jeans', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155218, 155218, 'Leggings', 'Leggings', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63881, 63881, 'Outerwear', 'Outerwear', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15807, 15807, 'Outfits', 'Outfits', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63882, 63882, 'Pants', 'Pants', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63887, 63887, 'Shirts, Tops', 'Shirts-Tops', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11602, 11602, 'Shorts', 'Shorts', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63883, 63883, 'Skirts', 'Skirts', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155216, 155216, 'Skorts', 'Skorts', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63884, 63884, 'Suits', 'Suits', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63885, 63885, 'Sweaters', 'Sweaters', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155217, 155217, 'Sweatshirts, Hoodies', 'Sweatshirts-Hoodies', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63886, 63886, 'Swimwear', 'Swimwear', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63888, 63888, 'T-Shirts, Tank Tops', 'T-Shirts-Tank-Tops', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15809, 15809, 'Vests', 'Vests', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15810, 15810, 'Mixed Plus Size Items', 'Mixed-Plus-Size-Items', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1064, 1064, 'Other Plus Size Items', 'Other-Plus-Size-Items', 3029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155219, 155219, 'Plus Size Petites', 'Plus-Size-Petites', 15724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155222, 155222, 'Dresses', 'Dresses', 155219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155220, 155220, 'Jeans', 'Jeans', 155219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155221, 155221, 'Pants', 'Pants', 155219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155223, 155223, 'Shirts, Tops', 'Shirts-Tops', 155219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156624, 156624, 'Skirts', 'Skirts', 155219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155224, 155224, 'Other Plus Size Petite Items', 'Other-Plus-Size-Petite-Items', 155219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63889, 63889, 'Womens Shoes', 'Womens-Shoes', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110, 110, 'Vintage', 'Vintage', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14061, 14061, 'Vintage Accessories', 'Vintage-Accessories', 110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20287, 20287, 'Belts', 'Belts', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11681, 11681, 'Canes, Walking Sticks', 'Canes-Walking-Sticks', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4086, 4086, 'Eyeglasses', 'Eyeglasses', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20288, 20288, 'Fans', 'Fans', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14075, 14075, 'Gloves', 'Gloves', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74962, 74962, 'Handbags, Purses', 'Handbags-Purses', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74963, 74963, 'Pre-1920 (Edwardian & Older)', 'Pre-1920-Edwardian-and-Older', 74962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74964, 74964, '1920-38 (20s, Depression)', '1920-38-20s-Depression', 74962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74965, 74965, '1939-46 (WWII)', '1939-46-WWII', 74962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74966, 74966, '1947-64 (New Look-Early 60s)', '1947-64-New-Look-Early-60s', 74962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74967, 74967, '1965-76 (Mod, Hippie, Disco)', '1965-76-Mod-Hippie-Disco', 74962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74968, 74968, '1977-89 (Punk, New Wave, 80s)', '1977-89-Punk-New-Wave-80s', 74962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 962, 962, 'Other Handbags, Purses', 'Other-Handbags-Purses', 74962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4116, 4116, 'Handkerchiefs', 'Handkerchiefs', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14062, 14062, 'Hat Boxes', 'Hat-Boxes', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14065, 14065, 'Mens Hats', 'Mens-Hats', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14078, 14078, 'Scarves, Wraps', 'Scarves-Wraps', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48559, 48559, 'Sunglasses', 'Sunglasses', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14070, 14070, 'Ties', 'Ties', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1464, 1464, 'Umbrellas, Parasols', 'Umbrellas-Parasols', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74969, 74969, 'Womens Hats', 'Womens-Hats', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74970, 74970, 'Pre-1920 (Edwardian & Older)', 'Pre-1920-Edwardian-and-Older', 74969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74971, 74971, '1920-38 (20s, Depression)', '1920-38-20s-Depression', 74969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74972, 74972, '1939-46 (WWII)', '1939-46-WWII', 74969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74973, 74973, '1947-64 (New Look-Early 60s)', '1947-64-New-Look-Early-60s', 74969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74974, 74974, '1965-76 (Mod, Hippie, Disco)', '1965-76-Mod-Hippie-Disco', 74969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74975, 74975, '1977-89 (Punk, New Wave, 80s)', '1977-89-Punk-New-Wave-80s', 74969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 960, 960, 'Other Womens Hats', 'Other-Womens-Hats', 74969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 957, 957, 'Other Vintage Accessories', 'Other-Vintage-Accessories', 14061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20291, 20291, 'Childrens Vintage Clothing', 'Childrens-Vintage-Clothing', 110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14063, 14063, 'Mens Vintage Clothing', 'Mens-Vintage-Clothing', 110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52383, 52383, 'Pre-1930 (Victorian, 20s)', 'Pre-1930-Victorian-20s', 14063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52384, 52384, '1930-46 (Depression, WWII)', '1930-46-Depression-WWII', 14063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52385, 52385, 'Coats, Jackets, Sweaters', 'Coats-Jackets-Sweaters', 52384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52386, 52386, 'Pants', 'Pants', 52384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52387, 52387, 'Shirts', 'Shirts', 52384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52388, 52388, 'Suits', 'Suits', 52384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155227, 155227, 'Swimwear', 'Swimwear', 52384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52389, 52389, 'Other', 'Other', 52384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52390, 52390, '1947-64 (Post WWII-Early 60s)', '1947-64-Post-WWII-Early-60s', 14063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52391, 52391, 'Coats, Jackets, Sweaters', 'Coats-Jackets-Sweaters', 52390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52392, 52392, 'Pants', 'Pants', 52390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52393, 52393, 'Shirts', 'Shirts', 52390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52394, 52394, 'Suits', 'Suits', 52390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155228, 155228, 'Swimwear', 'Swimwear', 52390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52395, 52395, 'Other', 'Other', 52390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52396, 52396, '1965-76 (Mod, Hippie, Disco)', '1965-76-Mod-Hippie-Disco', 14063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52397, 52397, 'Coats, Jackets, Sweaters', 'Coats-Jackets-Sweaters', 52396, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52401, 52401, 'Pants', 'Pants', 52396, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52398, 52398, 'Shirts', 'Shirts', 52396, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52399, 52399, 'Suits', 'Suits', 52396, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155229, 155229, 'Swimwear', 'Swimwear', 52396, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52400, 52400, 'Other', 'Other', 52396, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52402, 52402, '1977-89 (Punk, New Wave, 80s)', '1977-89-Punk-New-Wave-80s', 14063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52403, 52403, 'Coats, Jackets, Sweaters', 'Coats-Jackets-Sweaters', 52402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52404, 52404, 'Pants', 'Pants', 52402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52405, 52405, 'Shirts', 'Shirts', 52402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155230, 155230, 'Shorts', 'Shorts', 52402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52406, 52406, 'Suits', 'Suits', 52402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155231, 155231, 'Swimwear', 'Swimwear', 52402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52407, 52407, 'Other', 'Other', 52402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48861, 48861, 'Other Mens Vintage', 'Other-Mens-Vintage', 14063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48862, 48862, 'Mens Vintage Shoes', 'Mens-Vintage-Shoes', 110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14071, 14071, 'Womens Vintage Clothing', 'Womens-Vintage-Clothing', 110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48864, 48864, 'Pre-1901 (Victorian & Older)', 'Pre-1901-Victorian-and-Older', 14071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48865, 48865, '1901-19 (Edwardian, WWI)', '1901-19-Edwardian-WWI', 14071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52408, 52408, '1920-38 (20s, Depression)', '1920-38-20s-Depression', 14071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52409, 52409, 'Coats & Jackets', 'Coats-and-Jackets', 52408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48866, 48866, 'Dresses', 'Dresses', 52408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52410, 52410, 'Formal, Bridal', 'Formal-Bridal', 52408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52411, 52411, 'Lingerie', 'Lingerie', 52408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52412, 52412, 'Skirts', 'Skirts', 52408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52413, 52413, 'Suits, Outfits', 'Suits-Outfits', 52408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155232, 155232, 'Swimwear', 'Swimwear', 52408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52414, 52414, 'Tops, Blouses, Sweaters', 'Tops-Blouses-Sweaters', 52408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52415, 52415, 'Other', 'Other', 52408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52416, 52416, '1939-46 (WWII)', '1939-46-WWII', 14071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52417, 52417, 'Coats & Jackets', 'Coats-and-Jackets', 52416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48867, 48867, 'Dresses', 'Dresses', 52416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52418, 52418, 'Formal, Bridal', 'Formal-Bridal', 52416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52419, 52419, 'Lingerie', 'Lingerie', 52416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52420, 52420, 'Bras, Camisoles', 'Bras-Camisoles', 52419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52421, 52421, 'Corsets, Girdles', 'Corsets-Girdles', 52419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52422, 52422, 'Panties', 'Panties', 52419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52423, 52423, 'Robes, Sleepwear', 'Robes-Sleepwear', 52419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52424, 52424, 'Slips', 'Slips', 52419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52425, 52425, 'Stockings', 'Stockings', 52419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52426, 52426, 'Other Lingerie', 'Other-Lingerie', 52419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48891, 48891, 'Skirts', 'Skirts', 52416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52427, 52427, 'Suits, Outfits', 'Suits-Outfits', 52416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155233, 155233, 'Swimwear', 'Swimwear', 52416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48908, 48908, 'Tops, Blouses, Sweaters', 'Tops-Blouses-Sweaters', 52416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52438, 52438, 'Other', 'Other', 52416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52428, 52428, '1947-64 (New Look-Early 60s)', '1947-64-New-Look-Early-60s', 14071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48881, 48881, 'Coats & Jackets', 'Coats-and-Jackets', 52428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48868, 48868, 'Dresses', 'Dresses', 52428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52429, 52429, 'Formal, Bridal', 'Formal-Bridal', 52428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52430, 52430, 'Lingerie', 'Lingerie', 52428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52431, 52431, 'Bras, Camisoles', 'Bras-Camisoles', 52430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52432, 52432, 'Corsets, Girdles', 'Corsets-Girdles', 52430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52433, 52433, 'Panties', 'Panties', 52430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52434, 52434, 'Robes, Sleepwear', 'Robes-Sleepwear', 52430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52435, 52435, 'Slips', 'Slips', 52430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52436, 52436, 'Stockings', 'Stockings', 52430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52437, 52437, 'Other Lingerie', 'Other-Lingerie', 52430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48886, 48886, 'Pants, Jeans, Shorts', 'Pants-Jeans-Shorts', 52428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48892, 48892, 'Skirts', 'Skirts', 52428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48897, 48897, 'Suits, Outfits', 'Suits-Outfits', 52428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48902, 48902, 'Sweaters', 'Sweaters', 52428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155235, 155235, 'Swimwear', 'Swimwear', 52428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48909, 48909, 'Tops, Blouses', 'Tops-Blouses', 52428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52439, 52439, 'Other', 'Other', 52428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52440, 52440, '1965-76 (Mod, Hippie, Disco)', '1965-76-Mod-Hippie-Disco', 14071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48882, 48882, 'Coats & Jackets', 'Coats-and-Jackets', 52440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48869, 48869, 'Dresses', 'Dresses', 52440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52441, 52441, 'Formal, Bridal', 'Formal-Bridal', 52440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52442, 52442, 'Lingerie', 'Lingerie', 52440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52443, 52443, 'Bras, Camisoles', 'Bras-Camisoles', 52442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52444, 52444, 'Corsets, Girdles', 'Corsets-Girdles', 52442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52445, 52445, 'Panties', 'Panties', 52442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52446, 52446, 'Robes, Sleepwear', 'Robes-Sleepwear', 52442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52447, 52447, 'Slips', 'Slips', 52442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52448, 52448, 'Stockings', 'Stockings', 52442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52449, 52449, 'Other Lingerie', 'Other-Lingerie', 52442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48887, 48887, 'Pants, Jeans, Shorts', 'Pants-Jeans-Shorts', 52440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48893, 48893, 'Skirts', 'Skirts', 52440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48898, 48898, 'Suits, Outfits', 'Suits-Outfits', 52440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48903, 48903, 'Sweaters', 'Sweaters', 52440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155236, 155236, 'Swimwear', 'Swimwear', 52440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48910, 48910, 'Tops, Blouses', 'Tops-Blouses', 52440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52450, 52450, 'Other', 'Other', 52440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52451, 52451, '1977-89 (Punk, New Wave, 80s)', '1977-89-Punk-New-Wave-80s', 14071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48883, 48883, 'Coats & Jackets', 'Coats-and-Jackets', 52451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48870, 48870, 'Dresses', 'Dresses', 52451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52452, 52452, 'Formal, Bridal', 'Formal-Bridal', 52451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52453, 52453, 'Lingerie', 'Lingerie', 52451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52454, 52454, 'Bras, Camisoles', 'Bras-Camisoles', 52453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52455, 52455, 'Corsets, Girdles', 'Corsets-Girdles', 52453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52457, 52457, 'Panties', 'Panties', 52453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52458, 52458, 'Robes, Sleepwear', 'Robes-Sleepwear', 52453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52459, 52459, 'Slips', 'Slips', 52453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52460, 52460, 'Stockings', 'Stockings', 52453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52461, 52461, 'Other Lingerie', 'Other-Lingerie', 52453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48888, 48888, 'Pants, Jeans, Shorts', 'Pants-Jeans-Shorts', 52451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48894, 48894, 'Skirts', 'Skirts', 52451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48899, 48899, 'Suits, Outfits', 'Suits-Outfits', 52451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48904, 48904, 'Sweaters', 'Sweaters', 52451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155238, 155238, 'Swimwear', 'Swimwear', 52451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48911, 48911, 'Tops, Blouses', 'Tops-Blouses', 52451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155239, 155239, 'Other', 'Other', 52451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 965, 965, 'Other Womens Vintage', 'Other-Womens-Vintage', 14071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74976, 74976, 'Womens Vintage Shoes', 'Womens-Vintage-Shoes', 110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74977, 74977, 'Pre-1920 (Edwardian & Older)', 'Pre-1920-Edwardian-and-Older', 74976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74978, 74978, '1920-38 (20s, Depression)', '1920-38-20s-Depression', 74976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74979, 74979, '1939-46 (WWII)', '1939-46-WWII', 74976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74980, 74980, '1947-64 (New Look-Early 60s)', '1947-64-New-Look-Early-60s', 74976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74981, 74981, '1965-76 (Mod, Hippie, Disco)', '1965-76-Mod-Hippie-Disco', 74976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74982, 74982, '1977-89 (Punk, New Wave, 80s)', '1977-89-Punk-New-Wave-80s', 74976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48561, 48561, 'Other', 'Other', 74976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28022, 28022, 'Unisex & T-Shirts', 'Unisex-and-T-Shirts', 110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 125472, 125472, 'Vintage Reproductions', 'Vintage-Reproductions', 110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156949, 156949, 'Mens Vintage Reproductions', 'Mens-Vintage-Reproductions', 125472, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156950, 156950, 'Womens Vintage Reproductions', 'Womens-Vintage-Reproductions', 125472, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 125476, 125476, '1920s, Depression Styles', '1920s-Depression-Styles', 156950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155234, 155234, 'WWII Styles', 'WWII-Styles', 156950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 125477, 125477, 'New Look, Early 60s Styles', 'New-Look-Early-60s-Styles', 156950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155237, 155237, 'Mod, Hippie, Disco Styles', 'Mod-Hippie-Disco-Styles', 156950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156952, 156952, 'Punk, New Wave, 80s Styles', 'Punk-New-Wave-80s-Styles', 156950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156951, 156951, 'Other Womens Reproductions', 'Other-Womens-Reproductions', 156950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41964, 41964, 'Wholesale, Large & Small Lots', 'Wholesale-Large-and-Small-Lots', 11450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45051, 45051, 'Boys', 'Boys', 41964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41965, 41965, 'Girls', 'Girls', 41964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45052, 45052, 'Infants', 'Infants', 41964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45053, 45053, 'Mens Accessories', 'Mens-Accessories', 41964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50975, 50975, 'Mens Clothing', 'Mens-Clothing', 41964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50976, 50976, 'Shirts', 'Shirts', 50975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50977, 50977, 'Shorts', 'Shorts', 50975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52535, 52535, 'Socks, Underwear', 'Socks-Underwear', 50975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41966, 41966, 'Other', 'Other', 50975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45054, 45054, 'Mens Shoes', 'Mens-Shoes', 41964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50978, 50978, 'Uniforms', 'Uniforms', 41964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50979, 50979, 'Vintage', 'Vintage', 41964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50980, 50980, 'Womens Accessories, Handbags', 'Womens-Accessories-Handbags', 41964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45055, 45055, 'Handbags, Bags', 'Handbags-Bags', 50980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50981, 50981, 'Hair Accessories', 'Hair-Accessories', 50980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50982, 50982, 'Scarves, Wraps', 'Scarves-Wraps', 50980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50983, 50983, 'Other', 'Other', 50980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50985, 50985, 'Womens Clothing', 'Womens-Clothing', 41964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50986, 50986, 'Dresses', 'Dresses', 50985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52536, 52536, 'Intimates', 'Intimates', 50985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50987, 50987, 'Jeans', 'Jeans', 50985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52537, 52537, 'Maternity', 'Maternity', 50985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50988, 50988, 'Outerwear', 'Outerwear', 50985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50989, 50989, 'Pants', 'Pants', 50985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50990, 50990, 'Shirts, Tops', 'Shirts-Tops', 50985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50991, 50991, 'Shorts', 'Shorts', 50985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50992, 50992, 'Skirts', 'Skirts', 50985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50993, 50993, 'Sweaters', 'Sweaters', 50985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50994, 50994, 'Swimwear', 'Swimwear', 50985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41967, 41967, 'Other', 'Other', 50985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45056, 45056, 'Womens Shoes', 'Womens-Shoes', 41964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45057, 45057, 'Mixed Lots', 'Mixed-Lots', 41964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14879, 14879, 'Other', 'Other', 41964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11116, 11116, 'Coins & Paper Money', 'Coins-and-Paper-Money', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 253, 253, 'Coins: US', 'Coins-US', 11116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4182, 4182, 'Half Cents', 'Half-Cents', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11633, 11633, 'Small Cents', 'Small-Cents', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11942, 11942, 'Flying Eagle (1856-58)', 'Flying-Eagle-1856-58', 11633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41084, 41084, 'Indian Head (1859-1909)', 'Indian-Head-1859-1909', 11633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41085, 41085, '1859-79', '1859-79', 41084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41086, 41086, '1880-1909', '1880-1909', 41084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11943, 11943, 'Mixed Lots', 'Mixed-Lots', 41084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39455, 39455, 'Lincoln Wheat (1909-1958)', 'Lincoln-Wheat-1909-1958', 11633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39456, 39456, '1909-19', '1909-19', 39455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139803, 139803, '1920-29', '1920-29', 39455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139804, 139804, '1930-39', '1930-39', 39455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39457, 39457, '1940-49', '1940-49', 39455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139805, 139805, '1950-58', '1950-58', 39455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11944, 11944, 'Mixed Lots', 'Mixed-Lots', 39455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31373, 31373, 'Lincoln Memorial (1959-Now)', 'Lincoln-Memorial-1959-Now', 11633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 254, 254, 'Other', 'Other', 11633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11945, 11945, 'Large Cents', 'Large-Cents', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11946, 11946, 'Early (1793-96)', 'Early-1793-96', 11945, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11947, 11947, 'Draped Bust (1796-1807)', 'Draped-Bust-1796-1807', 11945, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11948, 11948, 'Classic Head (1808-14)', 'Classic-Head-1808-14', 11945, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11949, 11949, 'Coronet Head (1816-39)', 'Coronet-Head-1816-39', 11945, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11950, 11950, 'Braided Hair (1840-57)', 'Braided-Hair-1840-57', 11945, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4183, 4183, 'Other', 'Other', 11945, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149924, 149924, 'Two Cents', 'Two-Cents', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149925, 149925, 'Three Cents', 'Three-Cents', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149926, 149926, '3c Nickels', '3c-Nickels', 149925, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149927, 149927, '3c Silvers', '3c-Silvers', 149925, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3356, 3356, 'Mixed Lots', 'Mixed-Lots', 149925, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11951, 11951, 'Nickels', 'Nickels', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11952, 11952, 'Shield (1866-83)', 'Shield-1866-83', 11951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11953, 11953, 'Liberty (1883-1913)', 'Liberty-1883-1913', 11951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139806, 139806, 'Buffalo (1913-38)', 'Buffalo-1913-38', 11951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139807, 139807, '1913-19', '1913-19', 139806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139808, 139808, '1920-29', '1920-29', 139806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11954, 11954, '1930-38', '1930-38', 139806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142502, 142502, 'Mixed Lots', 'Mixed-Lots', 139806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41087, 41087, 'Jefferson (1938-Now)', 'Jefferson-1938-Now', 11951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41088, 41088, '1938-69', '1938-69', 41087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41089, 41089, '1970-Now', '1970-Now', 41087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11955, 11955, 'Mixed Lots', 'Mixed-Lots', 41087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 520, 520, 'Other', 'Other', 11951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149928, 149928, 'Half Dimes', 'Half-Dimes', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149929, 149929, 'Early (1792-1837)', 'Early-1792-1837', 149928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149930, 149930, 'Seated (1837-1873)', 'Seated-1837-1873', 149928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149931, 149931, 'Mixed Lots', 'Mixed-Lots', 149928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3357, 3357, 'Other', 'Other', 149928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11956, 11956, 'Dimes', 'Dimes', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11957, 11957, 'Bust (1796-1837)', 'Bust-1796-1837', 11956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11958, 11958, 'Seated Liberty (1837-91)', 'Seated-Liberty-1837-91', 11956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11959, 11959, 'Barber (1892-1916)', 'Barber-1892-1916', 11956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41090, 41090, 'Mercury (1916-45)', 'Mercury-1916-45', 11956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41091, 41091, '1916-31', '1916-31', 41090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41092, 41092, '1934-45', '1934-45', 41090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11960, 11960, 'Mixed Lots', 'Mixed-Lots', 41090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39458, 39458, 'Roosevelt (1946-Now)', 'Roosevelt-1946-Now', 11956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39459, 39459, '1946-64', '1946-64', 39458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39460, 39460, '1965-Now', '1965-Now', 39458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11961, 11961, 'Mixed Lots', 'Mixed-Lots', 39458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 867, 867, 'Other', 'Other', 11956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149932, 149932, 'Twenty Cents', 'Twenty-Cents', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11962, 11962, 'Quarters', 'Quarters', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11963, 11963, 'Bust (1796-1838)', 'Bust-1796-1838', 11962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11964, 11964, 'Seated Liberty (1838-91)', 'Seated-Liberty-1838-91', 11962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11965, 11965, 'Barber (1892-1916)', 'Barber-1892-1916', 11962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11966, 11966, 'Standing Liberty (1916-30)', 'Standing-Liberty-1916-30', 11962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39461, 39461, 'Washington (1932-98)', 'Washington-1932-98', 11962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39462, 39462, '1932-64', '1932-64', 39461, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39463, 39463, '1965-98', '1965-98', 39461, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11967, 11967, 'Mixed Lots', 'Mixed-Lots', 39461, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41093, 41093, 'State Quarters (1999-Now)', 'State-Quarters-1999-Now', 11962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41094, 41094, '1999', '1999', 41093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41095, 41095, '2000', '2000', 41093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41096, 41096, '2001', '2001', 41093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41097, 41097, '2002', '2002', 41093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105644, 105644, '2003', '2003', 41093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41098, 41098, '2004', '2004', 41093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105645, 105645, '2005', '2005', 41093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139809, 139809, '2006', '2006', 41093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149687, 149687, '2007-Now', '2007-Now', 41093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10768, 10768, 'Mixed Lots', 'Mixed-Lots', 41093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 521, 521, 'Other', 'Other', 11962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11968, 11968, 'Halves', 'Halves', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11969, 11969, 'Early Halves (1794-1839)', 'Early-Halves-1794-1839', 11968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11970, 11970, 'Seated Liberty (1839-91)', 'Seated-Liberty-1839-91', 11968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11971, 11971, 'Barber (1892-1915)', 'Barber-1892-1915', 11968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41099, 41099, 'Liberty Walking (1916-47)', 'Liberty-Walking-1916-47', 11968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41100, 41100, '1916-40', '1916-40', 41099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41101, 41101, '1941-47', '1941-47', 41099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11972, 11972, 'Mixed Lots', 'Mixed-Lots', 41099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11973, 11973, 'Franklin (1948-63)', 'Franklin-1948-63', 11968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41102, 41102, 'Kennedy (1964-Now)', 'Kennedy-1964-Now', 11968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41103, 41103, '1964-70', '1964-70', 41102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41104, 41104, '1971-91', '1971-91', 41102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41105, 41105, '1992-2001', '1992-2001', 41102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139810, 139810, '2002-Now', '2002-Now', 41102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11974, 11974, 'Mixed Lots', 'Mixed-Lots', 41102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 522, 522, 'Other', 'Other', 11968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11975, 11975, 'Dollars', 'Dollars', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11976, 11976, 'Early Dollars (1794-1804)', 'Early-Dollars-1794-1804', 11975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11977, 11977, 'Seated Liberty (1840-73)', 'Seated-Liberty-1840-73', 11975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11978, 11978, 'Trade Dollars (1873-85)', 'Trade-Dollars-1873-85', 11975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39464, 39464, 'Morgan (1878-1921)', 'Morgan-1878-1921', 11975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39465, 39465, '1878-84', '1878-84', 39464, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139811, 139811, '1885-93', '1885-93', 39464, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139812, 139812, '1894-98', '1894-98', 39464, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39466, 39466, '1899-1904, 1921', '1899-1904-1921', 39464, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11979, 11979, 'Mixed Lots', 'Mixed-Lots', 39464, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11980, 11980, 'Peace (1921-35)', 'Peace-1921-35', 11975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11981, 11981, 'Eisenhower (1971-78)', 'Eisenhower-1971-78', 11975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11982, 11982, 'Susan B Anthony (1979-81,99)', 'Susan-B-Anthony-1979-81-99', 11975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149933, 149933, 'Silver Eagle Proof (1986-Now)', 'Silver-Eagle-Proof-1986-Now', 11975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11983, 11983, 'Sacagawea (2000-Now)', 'Sacagawea-2000-Now', 11975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149688, 149688, 'Presidential (2007-Now)', 'Presidential-2007-Now', 11975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 523, 523, 'Other', 'Other', 11975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 525, 525, 'Collections, Lots', 'Collections-Lots', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 528, 528, 'Colonial', 'Colonial', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15903, 15903, 'Commemorative', 'Commemorative', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3355, 3355, 'Early', 'Early', 15903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41106, 41106, 'Modern', 'Modern', 15903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41107, 41107, '1982-94', '1982-94', 41106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41108, 41108, '1995-Now', '1995-Now', 41106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 529, 529, 'Mixed Lots', 'Mixed-Lots', 41106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 524, 524, 'Errors', 'Errors', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39467, 39467, 'Gold', 'Gold', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149937, 149937, '$1', '$1', 39467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39469, 39469, '$2.50, Quarter Eagle', '$2-50-Quarter-Eagle', 39467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39468, 39468, '$3', '$3', 39467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149936, 149936, '$4', '$4', 39467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39470, 39470, '$5, Half Eagle', '$5-Half-Eagle', 39467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39471, 39471, '$10, Eagle', '$10-Eagle', 39467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39472, 39472, '$20, Double Eagle', '$20-Double-Eagle', 39467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39473, 39473, 'Fractional, Pioneer', 'Fractional-Pioneer', 39467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 527, 527, 'Mixed Lots', 'Mixed-Lots', 39467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 526, 526, 'Mint Sets', 'Mint-Sets', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139962, 139962, 'Novelty & Replicas', 'Novelty-and-Replicas', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41109, 41109, 'Proof Sets', 'Proof-Sets', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41110, 41110, '1936-42', '1936-42', 41109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41111, 41111, '1950-55', '1950-55', 41109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139813, 139813, '1956-64', '1956-64', 41109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41112, 41112, '1965-67', '1965-67', 41109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139814, 139814, '1968-72', '1968-72', 41109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139815, 139815, '1973-78', '1973-78', 41109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139816, 139816, '1979-81', '1979-81', 41109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139817, 139817, '1982-89', '1982-89', 41109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140198, 140198, '1990-98', '1990-98', 41109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41113, 41113, '1999-2003', '1999-2003', 41109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139818, 139818, '2004-05', '2004-05', 41109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139819, 139819, '2006-07', '2006-07', 41109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3359, 3359, 'Mixed Lots', 'Mixed-Lots', 41109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3358, 3358, 'Rolls', 'Rolls', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 786, 786, 'Other US Coins', 'Other-US-Coins', 253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3377, 3377, 'Coins: Canada', 'Coins-Canada', 11116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3389, 3389, 'Small Cents', 'Small-Cents', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3388, 3388, 'Large Cents', 'Large-Cents', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3387, 3387, 'Five Cents', 'Five-Cents', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3386, 3386, 'Ten Cents', 'Ten-Cents', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149938, 149938, 'Twenty Cents', 'Twenty-Cents', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3385, 3385, 'Twenty-Five Cents', 'Twenty-Five-Cents', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3384, 3384, 'Fifty Cents', 'Fifty-Cents', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3383, 3383, 'Loonies/ Dollars', 'Loonies-Dollars', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3382, 3382, 'Twoonies/ Two Dollars', 'Twoonies-Two-Dollars', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3378, 3378, 'Collections, Lots', 'Collections-Lots', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3379, 3379, 'Commemorative', 'Commemorative', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3381, 3381, 'Gold/Platinum', 'Gold-Platinum', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3380, 3380, 'Proof/Prooflike Sets', 'Proof-Prooflike-Sets', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149939, 149939, 'Provinces', 'Provinces', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149940, 149940, 'Tokens', 'Tokens', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 536, 536, 'Other', 'Other', 3377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39482, 39482, 'Bullion', 'Bullion', 11116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45134, 45134, 'Gold', 'Gold', 39482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139963, 139963, 'American Buffalo', 'American-Buffalo', 45134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39483, 39483, 'American Eagle', 'American-Eagle', 45134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39484, 39484, 'Bars', 'Bars', 45134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139964, 139964, 'Foreign Gold', 'Foreign-Gold', 45134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39485, 39485, 'Mixed Lots', 'Mixed-Lots', 45134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139965, 139965, 'Nugget', 'Nugget', 45134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3360, 3360, 'Other', 'Other', 45134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39486, 39486, 'Platinum & Palladium', 'Platinum-and-Palladium', 39482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39487, 39487, 'Silver', 'Silver', 39482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39488, 39488, 'American Eagle', 'American-Eagle', 39487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39489, 39489, 'Bars, Rounds', 'Bars-Rounds', 39487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139966, 139966, 'Foreign Silver', 'Foreign-Silver', 39487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39490, 39490, 'Mixed Lots', 'Mixed-Lots', 39487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3361, 3361, 'Other', 'Other', 39487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4733, 4733, 'Coins: Ancient', 'Coins-Ancient', 11116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3364, 3364, 'Byzantine', 'Byzantine', 4733, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4741, 4741, 'Celtic', 'Celtic', 4733, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4740, 4740, 'China', 'China', 4733, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4738, 4738, 'Greek', 'Greek', 4733, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4739, 4739, 'Islamic', 'Islamic', 4733, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3363, 3363, 'Medieval', 'Medieval', 4733, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4737, 4737, 'Persian, Indian, Asian', 'Persian-Indian-Asian', 4733, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4734, 4734, 'Roman: Imperial', 'Roman-Imperial', 4733, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4735, 4735, 'Roman: Provincial', 'Roman-Provincial', 4733, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 3365, 3365, 'Roman: Republic', 'Roman-Republic', 4733, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4736, 4736, 'Reproductions', 'Reproductions', 4733, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 532, 532, 'Other', 'Other', 4733, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 256, 256, 'Coins: World', 'Coins-World', 11116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48023, 48023, 'Africa', 'Africa', 256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48024, 48024, 'Egypt', 'Egypt', 48023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48025, 48025, 'South Africa', 'South-Africa', 48023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 533, 533, 'Other', 'Other', 48023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45136, 45136, 'Asia, Middle East', 'Asia-Middle-East', 256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4368, 4368, 'China', 'China', 45136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45137, 45137, 'Hong Kong', 'Hong-Kong', 45136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45138, 45138, 'India', 'India', 45136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4184, 4184, 'Israel', 'Israel', 45136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3391, 3391, 'Japan', 'Japan', 45136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4185, 4185, 'Korea', 'Korea', 45136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45139, 45139, 'Philippines', 'Philippines', 45136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45140, 45140, 'Thailand', 'Thailand', 45136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 534, 534, 'Other', 'Other', 45136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3368, 3368, 'Australia, Oceania', 'Australia-Oceania', 256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45142, 45142, 'Australia', 'Australia', 3368, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3376, 3376, 'Collections, Lots', 'Collections-Lots', 45142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3375, 3375, 'Commemorative', 'Commemorative', 45142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4478, 4478, 'Currency', 'Currency', 45142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3372, 3372, 'Decimal', 'Decimal', 45142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3369, 3369, 'Gold Coins', 'Gold-Coins', 45142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3373, 3373, 'Mint Sets', 'Mint-Sets', 45142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3371, 3371, 'Pre-decimal: Copper', 'Pre-decimal-Copper', 45142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3370, 3370, 'Pre-decimal: Silver', 'Pre-decimal-Silver', 45142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3374, 3374, 'Proof Sets', 'Proof-Sets', 45142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 535, 535, 'Other', 'Other', 45142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48026, 48026, 'New Zealand', 'New-Zealand', 3368, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3392, 3392, 'South Pacific', 'South-Pacific', 3368, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45143, 45143, 'Other', 'Other', 3368, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45148, 45148, 'Europe', 'Europe', 256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39479, 39479, 'Austria', 'Austria', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45149, 45149, 'Belgium', 'Belgium', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45150, 45150, 'Denmark', 'Denmark', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45151, 45151, 'Finland', 'Finland', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 539, 539, 'France', 'France', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 540, 540, 'Germany', 'Germany', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45152, 45152, 'Greece', 'Greece', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45153, 45153, 'Hungary', 'Hungary', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3390, 3390, 'Ireland', 'Ireland', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39480, 39480, 'Italy, San Marino, Vatican', 'Italy-San-Marino-Vatican', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45154, 45154, 'Netherlands', 'Netherlands', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45155, 45155, 'Norway', 'Norway', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45156, 45156, 'Poland', 'Poland', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45157, 45157, 'Portugal', 'Portugal', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3393, 3393, 'Russia', 'Russia', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39481, 39481, 'Spain', 'Spain', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4186, 4186, 'Sweden', 'Sweden', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45158, 45158, 'Switzerland', 'Switzerland', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45159, 45159, 'Turkey', 'Turkey', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3394, 3394, 'UK (Great Britain)', 'UK-Great-Britain', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3404, 3404, '1/2 Crown', '1-2-Crown', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3396, 3396, '1/2 Penny', '1-2-Penny', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3403, 3403, '2 Shillings', '2-Shillings', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3398, 3398, '3 Pence', '3-Pence', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3400, 3400, '4 Pence', '4-Pence', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3399, 3399, '6 Pence', '6-Pence', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3410, 3410, 'Collections, Lots', 'Collections-Lots', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4397, 4397, 'Commemorative', 'Commemorative', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3406, 3406, 'Crown', 'Crown', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4477, 4477, 'Currency', 'Currency', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3407, 3407, 'Decimal Coinage', 'Decimal-Coinage', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3405, 3405, 'Double Florin', 'Double-Florin', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4398, 4398, 'Farthing', 'Farthing', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3402, 3402, 'Florin', 'Florin', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3408, 3408, 'Gold', 'Gold', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3397, 3397, 'Penny', 'Penny', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3409, 3409, 'Proof Sets', 'Proof-Sets', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3401, 3401, 'Shilling', 'Shilling', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 538, 538, 'Other', 'Other', 3394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4941, 4941, 'Other', 'Other', 45148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45145, 45145, 'North, Central America', 'North-Central-America', 256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45146, 45146, 'Cuba', 'Cuba', 45145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 541, 541, 'Mexico', 'Mexico', 45145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45147, 45147, 'Panama', 'Panama', 45145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149950, 149950, 'Puerto Rico', 'Puerto-Rico', 45145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 537, 537, 'Other', 'Other', 45145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45160, 45160, 'South America', 'South-America', 256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45161, 45161, 'Argentina', 'Argentina', 45160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45162, 45162, 'Bolivia', 'Bolivia', 45160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45163, 45163, 'Brazil', 'Brazil', 45160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149951, 149951, 'Colombia', 'Colombia', 45160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149952, 149952, 'Ecuador', 'Ecuador', 45160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45164, 45164, 'Peru', 'Peru', 45160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 542, 542, 'Other', 'Other', 45160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 546, 546, 'Commemorative', 'Commemorative', 256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 543, 543, 'Errors', 'Errors', 256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 547, 547, 'Gold', 'Gold', 256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 545, 545, 'Mint, Proof Sets', 'Mint-Proof-Sets', 256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 544, 544, 'Collections, Lots', 'Collections-Lots', 256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 257, 257, 'Other', 'Other', 256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3452, 3452, 'Exonumia', 'Exonumia', 11116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3453, 3453, 'Elongated Coins', 'Elongated-Coins', 3452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7109, 7109, 'Encased Coins', 'Encased-Coins', 3452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149941, 149941, 'Geocoins, Trackable Coins', 'Geocoins-Trackable-Coins', 3452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3454, 3454, 'Medals', 'Medals', 3452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139967, 139967, 'So-Called Dollars', 'So-Called-Dollars', 3452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3456, 3456, 'Tokens: Civil War', 'Tokens-Civil-War', 3452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142503, 142503, 'Tokens: Hard Times', 'Tokens-Hard-Times', 3452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4370, 4370, 'Tokens: Love', 'Tokens-Love', 3452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3457, 3457, 'Tokens: Transit', 'Tokens-Transit', 3452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3458, 3458, 'Tokens: US Trade', 'Tokens-US-Trade', 3452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3455, 3455, 'Tokens: Other', 'Tokens-Other', 3452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3182, 3182, 'World', 'World', 3452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152538, 152538, 'Reproductions', 'Reproductions', 3452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 259, 259, 'Other', 'Other', 3452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3412, 3412, 'Paper Money: US', 'Paper-Money-US', 11116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3044, 3044, 'Collections, Lots', 'Collections-Lots', 3412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3413, 3413, 'Colonial Currency', 'Colonial-Currency', 3412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3414, 3414, 'Confederate Currency', 'Confederate-Currency', 3412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3415, 3415, 'Errors', 'Errors', 3412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3416, 3416, 'Fractional Currency', 'Fractional-Currency', 3412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149942, 149942, 'Large Size Notes', 'Large-Size-Notes', 3412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149943, 149943, 'Federal Reserve Notes', 'Federal-Reserve-Notes', 149942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149944, 149944, 'Gold Certificates', 'Gold-Certificates', 149942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149945, 149945, 'Silver Certificates', 'Silver-Certificates', 149942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149946, 149946, 'Mixed Lots', 'Mixed-Lots', 149942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3417, 3417, 'Other', 'Other', 149942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3418, 3418, 'Military Payment', 'Military-Payment', 3412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40028, 40028, 'Small Size Notes', 'Small-Size-Notes', 3412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40029, 40029, 'Federal Reserve Notes', 'Federal-Reserve-Notes', 40028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40030, 40030, 'Gold Certificates', 'Gold-Certificates', 40028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40031, 40031, 'Hawaii, North Africa', 'Hawaii-North-Africa', 40028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40032, 40032, 'Silver Certificates', 'Silver-Certificates', 40028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40033, 40033, 'United States Notes', 'United-States-Notes', 40028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40034, 40034, 'Mixed Lots', 'Mixed-Lots', 40028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3421, 3421, 'Other', 'Other', 40028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3419, 3419, 'National Banknotes', 'National-Banknotes', 3412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3420, 3420, 'Obsolete Currency', 'Obsolete-Currency', 3412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 376, 376, 'Other', 'Other', 3412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3411, 3411, 'Paper Money: World', 'Paper-Money-World', 11116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3422, 3422, 'Africa', 'Africa', 3411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45336, 45336, 'Asia, Middle East', 'Asia-Middle-East', 3411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3432, 3432, 'China', 'China', 45336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48028, 48028, 'India', 'India', 45336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3436, 3436, 'Israel', 'Israel', 45336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48027, 48027, 'Japan', 'Japan', 45336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3437, 3437, 'Korea', 'Korea', 45336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48029, 48029, 'Vietnam', 'Vietnam', 45336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4369, 4369, 'Other', 'Other', 45336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45337, 45337, 'Australia, Oceania', 'Australia-Oceania', 3411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3424, 3424, 'Australia', 'Australia', 45337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3441, 3441, 'South Pacific', 'South-Pacific', 45337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45345, 45345, 'Other', 'Other', 45337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45338, 45338, 'North, Central America', 'North-Central-America', 3411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3426, 3426, 'Canada', 'Canada', 45338, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3429, 3429, 'Bank of Canada', 'Bank-of-Canada', 3426, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3430, 3430, 'Dominion of Canada', 'Dominion-of-Canada', 3426, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3425, 3425, 'Other', 'Other', 3426, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3438, 3438, 'Mexico', 'Mexico', 45338, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3431, 3431, 'Other', 'Other', 45338, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45339, 45339, 'Europe', 'Europe', 3411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3433, 3433, 'France', 'France', 45339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3434, 3434, 'Germany', 'Germany', 45339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3435, 3435, 'Ireland', 'Ireland', 45339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3439, 3439, 'Russia', 'Russia', 45339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3442, 3442, 'Sweden', 'Sweden', 45339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3173, 3173, 'Other', 'Other', 45339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3440, 3440, 'South America', 'South-America', 3411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3098, 3098, 'Collections, Lots', 'Collections-Lots', 3411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 385, 385, 'Other', 'Other', 3411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83274, 83274, 'Publications & Supplies', 'Publications-and-Supplies', 11116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82190, 82190, 'Publications', 'Publications', 83274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 530, 530, 'US', 'US', 82190, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 548, 548, 'World', 'World', 82190, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39474, 39474, 'Supplies', 'Supplies', 83274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39475, 39475, 'Albums, Folders', 'Albums-Folders', 39474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39477, 39477, 'Coin Tubes', 'Coin-Tubes', 39474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39476, 39476, 'Holders', 'Holders', 39474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39478, 39478, 'Magnifiers, Loupes', 'Magnifiers-Loupes', 39474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 531, 531, 'Other', 'Other', 39474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3444, 3444, 'Scripophily', 'Scripophily', 11116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3445, 3445, 'Airlines', 'Airlines', 3444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3446, 3446, 'Autographs', 'Autographs', 3444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3447, 3447, 'Communications', 'Communications', 3444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3448, 3448, 'Industrial', 'Industrial', 3444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3449, 3449, 'Mining', 'Mining', 3444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3450, 3450, 'Oil & Gas', 'Oil-and-Gas', 3444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3451, 3451, 'Railroad', 'Railroad', 3444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 258, 258, 'World', 'World', 3444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21094, 21094, 'Mixed Lots', 'Mixed-Lots', 3444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 255, 255, 'Other', 'Other', 3444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1, 1, 'Collectibles', 'Collectibles', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34, 34, 'Advertising', 'Advertising', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 827, 827, 'Agriculture', 'Agriculture', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 830, 830, 'Allis Chalmers', 'Allis-Chalmers', 827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3884, 3884, 'Case', 'Case', 827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13545, 13545, 'Caterpillar', 'Caterpillar', 827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13546, 13546, 'Ford', 'Ford', 827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 831, 831, 'International Harvester', 'International-Harvester', 827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35627, 35627, 'John Deere', 'John-Deere', 827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35628, 35628, 'Ads-Print', 'Ads-Print', 35627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35629, 35629, 'Brochures, Catalogs', 'Brochures-Catalogs', 35627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95111, 95111, 'Cups, Mugs, Steins', 'Cups-Mugs-Steins', 35627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95112, 95112, 'Figures, Figurines', 'Figures-Figurines', 35627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35630, 35630, 'Hats/Caps', 'Hats-Caps', 35627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95113, 95113, 'Lighting, Lamps', 'Lighting-Lamps', 35627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35631, 35631, 'Lunch Boxes', 'Lunch-Boxes', 35627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35632, 35632, 'Manuals', 'Manuals', 35627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35633, 35633, 'Ornaments', 'Ornaments', 35627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95114, 95114, 'Pocket Knives', 'Pocket-Knives', 35627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35634, 35634, 'Signs', 'Signs', 35627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 829, 829, 'Other', 'Other', 35627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13547, 13547, 'Massey Ferguson', 'Massey-Ferguson', 827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35635, 35635, 'Minneapolis-Moline', 'Minneapolis-Moline', 827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35636, 35636, 'Oliver', 'Oliver', 827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1333, 1333, 'Seed, Feed Companies', 'Seed-Feed-Companies', 827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 828, 828, 'Other Agricultural Items', 'Other-Agricultural-Items', 827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13549, 13549, 'Banking, Insurance', 'Banking-Insurance', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 872, 872, 'Candy & Nuts', 'Candy-and-Nuts', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35645, 35645, 'Chewing Gum', 'Chewing-Gum', 872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10782, 10782, 'Cracker Jack', 'Cracker-Jack', 872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20990, 20990, 'Ferrero, Kinder', 'Ferrero-Kinder', 872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10783, 10783, 'Hershey, Reeses', 'Hershey-Reeses', 872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10784, 10784, 'Life Savers', 'Life-Savers', 872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35646, 35646, 'M&Ms', 'MandMs', 872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35647, 35647, 'Candy Dishes', 'Candy-Dishes', 35646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35648, 35648, 'Cookie Jars', 'Cookie-Jars', 35646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35649, 35649, 'Dispensers', 'Dispensers', 35646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35650, 35650, 'Figures, Dolls, Bears', 'Figures-Dolls-Bears', 35646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35651, 35651, 'Radios, Phones', 'Radios-Phones', 35646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35652, 35652, 'Tins', 'Tins', 35646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35653, 35653, 'Toppers', 'Toppers', 35646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 874, 874, 'Other', 'Other', 35646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3894, 3894, 'Planters Nuts', 'Planters-Nuts', 872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 873, 873, 'Other Candy, Nuts', 'Other-Candy-Nuts', 872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1313, 1313, 'Cars', 'Cars', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13553, 13553, 'American', 'American', 1313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1315, 1315, 'Buick', 'Buick', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10773, 10773, 'Cadillac', 'Cadillac', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1316, 1316, 'Chevrolet', 'Chevrolet', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1317, 1317, 'Chrysler', 'Chrysler', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13554, 13554, 'DeSoto', 'DeSoto', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1318, 1318, 'Dodge', 'Dodge', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1319, 1319, 'Ford', 'Ford', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13555, 13555, 'Hudson', 'Hudson', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10774, 10774, 'Jeep, Willys', 'Jeep-Willys', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13556, 13556, 'Kaiser-Frazer', 'Kaiser-Frazer', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10775, 10775, 'Lincoln', 'Lincoln', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10776, 10776, 'Mercury', 'Mercury', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13557, 13557, 'Nash', 'Nash', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10777, 10777, 'Oldsmobile', 'Oldsmobile', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3874, 3874, 'Packard', 'Packard', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10778, 10778, 'Plymouth', 'Plymouth', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1320, 1320, 'Pontiac', 'Pontiac', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13558, 13558, 'Rambler', 'Rambler', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10780, 10780, 'Studebaker', 'Studebaker', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13559, 13559, 'Other American Makes', 'Other-American-Makes', 13553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13560, 13560, 'Asian', 'Asian', 1313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13561, 13561, 'Datsun, Nissan', 'Datsun-Nissan', 13560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13562, 13562, 'Honda', 'Honda', 13560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13563, 13563, 'Mazda', 'Mazda', 13560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13564, 13564, 'Toyota', 'Toyota', 13560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13565, 13565, 'Other Asian Makes', 'Other-Asian-Makes', 13560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13566, 13566, 'British', 'British', 1313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3869, 3869, 'Austin', 'Austin', 13566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4400, 4400, 'Jaguar', 'Jaguar', 13566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3873, 3873, 'MG', 'MG', 13566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13567, 13567, 'Rolls-Royce, Bentley', 'Rolls-Royce-Bentley', 13566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13568, 13568, 'Sunbeam', 'Sunbeam', 13566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3878, 3878, 'Triumph', 'Triumph', 13566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3872, 3872, 'Other British Makes', 'Other-British-Makes', 13566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13569, 13569, 'European', 'European', 1313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13570, 13570, 'Alfa Romeo', 'Alfa-Romeo', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13571, 13571, 'Audi', 'Audi', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13572, 13572, 'BMW', 'BMW', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13573, 13573, 'Citroen', 'Citroen', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3871, 3871, 'Daimler, Mercedes', 'Daimler-Mercedes', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13574, 13574, 'Ferrari', 'Ferrari', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13575, 13575, 'Fiat', 'Fiat', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13576, 13576, 'Lamborghini', 'Lamborghini', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13577, 13577, 'Opel', 'Opel', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13578, 13578, 'Peugeot', 'Peugeot', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10779, 10779, 'Porsche', 'Porsche', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13579, 13579, 'Renault', 'Renault', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13580, 13580, 'Saab', 'Saab', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10781, 10781, 'Volkswagen', 'Volkswagen', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13581, 13581, 'Volvo', 'Volvo', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13582, 13582, 'Other European Makes', 'Other-European-Makes', 13569, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1314, 1314, 'Other Countries', 'Other-Countries', 1313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13583, 13583, 'Clothing, Fashion', 'Clothing-Fashion', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156197, 156197, 'Clothing', 'Clothing', 13583, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156198, 156198, 'Pre-1920', 'Pre-1920', 156197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156199, 156199, '1920-1949', '1920-1949', 156197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156200, 156200, '1950-1979', '1950-1979', 156197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156201, 156201, '1980-Now', '1980-Now', 156197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 840, 840, 'Shoes', 'Shoes', 13583, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 843, 843, 'Pre-1920', 'Pre-1920', 840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 842, 842, '1920-1949', '1920-1949', 840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 841, 841, '1950-1979', '1950-1979', 840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156202, 156202, '1980-Now', '1980-Now', 840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156203, 156203, 'Reproductions', 'Reproductions', 13583, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3885, 3885, 'Other Items', 'Other-Items', 13583, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10793, 10793, 'Coffee, Tea', 'Coffee-Tea', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13584, 13584, 'Lipton', 'Lipton', 10793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10794, 10794, 'Maxwell House', 'Maxwell-House', 10793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10795, 10795, 'Starbucks', 'Starbucks', 10793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 865, 865, 'Other Brands', 'Other-Brands', 10793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13585, 13585, 'Communication & Utilities', 'Communication-and-Utilities', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 845, 845, 'Radio, Phonograph', 'Radio-Phonograph', 13585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 848, 848, 'Edison', 'Edison', 845, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 847, 847, 'RCA', 'RCA', 845, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 846, 846, 'Other Radio, Phono', 'Other-Radio-Phono', 845, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 879, 879, 'Telephone', 'Telephone', 13585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 858, 858, 'Utilities', 'Utilities', 13585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 860, 860, 'Reddy Kilowatt', 'Reddy-Kilowatt', 858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 859, 859, 'Other Utilities', 'Other-Utilities', 858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13586, 13586, 'Other Items', 'Other-Items', 13585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21092, 21092, 'Computers, High Tech', 'Computers-High-Tech', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 820, 820, 'Distillery', 'Distillery', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10798, 10798, 'Absolut', 'Absolut', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26262, 26262, 'Bacardi', 'Bacardi', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32721, 32721, 'Baileys', 'Baileys', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10799, 10799, 'Canadian Club', 'Canadian-Club', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35654, 35654, 'Captain Morgan', 'Captain-Morgan', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35655, 35655, 'Dewars', 'Dewars', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4270, 4270, 'Irish', 'Irish', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 822, 822, 'Jack Daniels', 'Jack-Daniels', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 823, 823, 'Jim Beam', 'Jim-Beam', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10800, 10800, 'Johnnie Walker', 'Johnnie-Walker', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 825, 825, 'Old Crow', 'Old-Crow', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3882, 3882, 'Scottish', 'Scottish', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7175, 7175, 'Seagrams', 'Seagrams', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26263, 26263, 'Smirnoff', 'Smirnoff', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32722, 32722, 'Southern Comfort', 'Southern-Comfort', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3883, 3883, 'Wild Turkey', 'Wild-Turkey', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35656, 35656, 'Other Distilleries', 'Other-Distilleries', 820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35657, 35657, 'Ads-Print', 'Ads-Print', 35656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35658, 35658, 'Bottles, Decanters, Jugs', 'Bottles-Decanters-Jugs', 35656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35659, 35659, 'Glasses', 'Glasses', 35656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35660, 35660, 'Shirts, Hats', 'Shirts-Hats', 35656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35661, 35661, 'Signs', 'Signs', 35656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35662, 35662, 'Tins', 'Tins', 35656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 821, 821, 'Other Items', 'Other-Items', 35656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18789, 18789, 'eBay-ana', 'eBay-ana', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13587, 13587, 'Food & Restaurant', 'Food-and-Restaurant', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13588, 13588, 'Bakery, Baking', 'Bakery-Baking', 13587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13589, 13589, 'Baking Powder', 'Baking-Powder', 13588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20165, 20165, 'Bread', 'Bread', 13588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20166, 20166, 'Cakes, Doughnuts', 'Cakes-Doughnuts', 13588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21091, 21091, 'Cocoa, Baking Chocolate', 'Cocoa-Baking-Chocolate', 13588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20167, 20167, 'Cookies, Crackers, Pretzels', 'Cookies-Crackers-Pretzels', 13588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13590, 13590, 'Flour', 'Flour', 13588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1321, 1321, 'Other Baking Items', 'Other-Baking-Items', 13588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10785, 10785, 'Cereal', 'Cereal', 13587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10786, 10786, 'General Mills', 'General-Mills', 10785, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10787, 10787, 'Kellogg', 'Kellogg', 10785, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10788, 10788, 'Nabisco', 'Nabisco', 10785, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10789, 10789, 'Post', 'Post', 10785, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10790, 10790, 'Quaker', 'Quaker', 10785, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1322, 1322, 'Other Cereals', 'Other-Cereals', 10785, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 817, 817, 'Dairy', 'Dairy', 13587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35663, 35663, 'Ads-Print', 'Ads-Print', 817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35664, 35664, 'Caps', 'Caps', 817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40035, 40035, 'Containers', 'Containers', 817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40036, 40036, 'Pins', 'Pins', 817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35665, 35665, 'Posters', 'Posters', 817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35666, 35666, 'Signs', 'Signs', 817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 818, 818, 'Other Dairy Items', 'Other-Dairy-Items', 817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21105, 21105, 'Fruit, Raisins', 'Fruit-Raisins', 13587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50710, 50710, 'Gelatin, Jell-O', 'Gelatin-Jell-O', 13587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21104, 21104, 'Jam, Jelly, Peanut Butter', 'Jam-Jelly-Peanut-Butter', 13587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21103, 21103, 'Pancakes, Syrup', 'Pancakes-Syrup', 13587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21102, 21102, 'Pickles, Condiments', 'Pickles-Condiments', 13587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 849, 849, 'Restaurant', 'Restaurant', 13587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 851, 851, 'Big Boy', 'Big-Boy', 849, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20168, 20168, 'Burger King', 'Burger-King', 849, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 21101, 21101, 'Hard Rock Cafe', 'Hard-Rock-Cafe', 849, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35667, 35667, 'McDonalds', 'McDonalds', 849, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35668, 35668, 'Mugs/Cups', 'Mugs-Cups', 35667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35669, 35669, 'Pins', 'Pins', 35667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35670, 35670, 'Plates', 'Plates', 35667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13592, 13592, 'Other Items', 'Other-Items', 35667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21100, 21100, 'Planet Hollywood', 'Planet-Hollywood', 849, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35671, 35671, 'Taco Bell', 'Taco-Bell', 849, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 850, 850, 'Other Restaurants', 'Other-Restaurants', 849, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 878, 878, 'Soup', 'Soup', 13587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21099, 21099, 'Spices, Extracts', 'Spices-Extracts', 13587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1526, 1526, 'Other Items', 'Other-Items', 13587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39, 39, 'Gas & Oil', 'Gas-and-Oil', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156204, 156204, 'Gas & Oil Companies', 'Gas-and-Oil-Companies', 39, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10801, 10801, 'Amoco', 'Amoco', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3888, 3888, 'BP', 'BP', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 838, 838, 'Chevron/Standard Oil', 'Chevron-Standard-Oil', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1328, 1328, 'Citgo', 'Citgo', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10802, 10802, 'Conoco', 'Conoco', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26264, 26264, 'Enron', 'Enron', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41, 41, 'Esso', 'Esso', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 839, 839, 'Exxon', 'Exxon', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1329, 1329, 'Gulf', 'Gulf', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35879, 35879, 'Hess', 'Hess', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35881, 35881, 'Pre-1980', 'Pre-1980', 35879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35882, 35882, '1980-89', '1980-89', 35879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35883, 35883, '1990-94', '1990-94', 35879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35884, 35884, '1995-99', '1995-99', 35879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35885, 35885, '2000-Now', '2000-Now', 35879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1330, 1330, 'Unknown', 'Unknown', 35879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 864, 864, 'Humble', 'Humble', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 834, 834, 'Mobil', 'Mobil', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 835, 835, 'Pennzoil', 'Pennzoil', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 832, 832, 'Phillips 66', 'Phillips-66', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 837, 837, 'Quaker State', 'Quaker-State', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 833, 833, 'Shell', 'Shell', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1331, 1331, 'Sinclair', 'Sinclair', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1332, 1332, 'Sunoco', 'Sunoco', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35672, 35672, 'Texaco', 'Texaco', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35673, 35673, 'Ads-Print', 'Ads-Print', 35672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35674, 35674, 'Banks', 'Banks', 35672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35675, 35675, 'Cans, Buckets', 'Cans-Buckets', 35672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35676, 35676, 'Cars, Trucks', 'Cars-Trucks', 35672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35677, 35677, 'Signs', 'Signs', 35672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42, 42, 'Other Items', 'Other-Items', 35672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 836, 836, 'Tydol, Veedol, Flying A', 'Tydol-Veedol-Flying-A', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10803, 10803, 'Union 76', 'Union-76', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35678, 35678, 'Valvoline', 'Valvoline', 156204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35680, 35680, 'Ads-Print', 'Ads-Print', 39, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35681, 35681, 'Banks', 'Banks', 39, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35682, 35682, 'Cans, Buckets', 'Cans-Buckets', 39, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35683, 35683, 'Cars, Trucks', 'Cars-Trucks', 39, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50711, 50711, 'Patches', 'Patches', 39, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35684, 35684, 'Signs', 'Signs', 39, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156205, 156205, 'Stickers, Decals', 'Stickers-Decals', 39, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40, 40, 'Other Items', 'Other-Items', 39, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13593, 13593, 'Government', 'Government', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 875, 875, 'Forest Service', 'Forest-Service', 13593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13594, 13594, 'Other Government', 'Other-Government', 13593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21136, 21136, 'Health & Beauty', 'Health-and-Beauty', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21137, 21137, 'Cosmetics, Hair Care', 'Cosmetics-Hair-Care', 21136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21138, 21138, 'Medicines, First Aid', 'Medicines-First-Aid', 21136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21139, 21139, 'Perfume & Cologne', 'Perfume-and-Cologne', 21136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21141, 21141, 'Shaving, Razors', 'Shaving-Razors', 21136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21140, 21140, 'Talcum, Bath Powder', 'Talcum-Bath-Powder', 21136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13597, 13597, 'Other', 'Other', 21136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27173, 27173, 'Hotel, Motel', 'Hotel-Motel', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13595, 13595, 'Household', 'Household', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13596, 13596, 'Appliances', 'Appliances', 13595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21098, 21098, 'Paint & Varnish', 'Paint-and-Varnish', 13595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 876, 876, 'Soap, Detergent', 'Soap-Detergent', 13595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1527, 1527, 'Other Household', 'Other-Household', 13595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21097, 21097, 'Pet Food & Supplies', 'Pet-Food-and-Supplies', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13598, 13598, 'Retail Establishments', 'Retail-Establishments', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13599, 13599, 'Department Store', 'Department-Store', 13598, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1525, 1525, 'Drug Store', 'Drug-Store', 13598, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3893, 3893, 'Other Retail', 'Other-Retail', 13598, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36, 36, 'Soda', 'Soda', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 855, 855, '7 UP', '7-UP', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10807, 10807, 'A&W', 'AandW', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 853, 853, 'Canada Dry', 'Canada-Dry', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13600, 13600, 'Coca-Cola', 'Coca-Cola', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13601, 13601, 'Ads', 'Ads', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35685, 35685, 'Balls', 'Balls', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13602, 13602, 'Banks', 'Banks', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20169, 20169, 'Bottle Caps', 'Bottle-Caps', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13603, 13603, 'Bottles', 'Bottles', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20170, 20170, 'Calendars', 'Calendars', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13604, 13604, 'Cans', 'Cans', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35686, 35686, 'Cigarette Lighters, Ashtrays', 'Cigarette-Lighters-Ashtrays', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13605, 13605, 'Clocks, Radios', 'Clocks-Radios', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20171, 20171, 'Coasters', 'Coasters', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35687, 35687, 'Cookie Jars, Canisters', 'Cookie-Jars-Canisters', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20172, 20172, 'Coolers', 'Coolers', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20173, 20173, 'Decals, Stickers', 'Decals-Stickers', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35688, 35688, 'Dishes, Bowls, Plates', 'Dishes-Bowls-Plates', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20174, 20174, 'Figurines', 'Figurines', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20175, 20175, 'Flashlights, Keychains', 'Flashlights-Keychains', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13606, 13606, 'Glasses', 'Glasses', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37824, 37824, 'Lamps, Lights, Fixtures', 'Lamps-Lights-Fixtures', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20176, 20176, 'Lunchboxes, Bags', 'Lunchboxes-Bags', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37825, 37825, 'Magnets', 'Magnets', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20177, 20177, 'Mugs, Steins', 'Mugs-Steins', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20178, 20178, 'Openers', 'Openers', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20179, 20179, 'Ornaments', 'Ornaments', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37826, 37826, 'Pens, Pencils', 'Pens-Pencils', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37827, 37827, 'Phones', 'Phones', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13607, 13607, 'Pins, Badges, Patches', 'Pins-Badges-Patches', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20180, 20180, 'Playing Cards', 'Playing-Cards', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20181, 20181, 'Posters, Prints', 'Posters-Prints', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20182, 20182, 'Puzzles, Games', 'Puzzles-Games', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35689, 35689, 'Screensavers, CDs', 'Screensavers-CDs', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20183, 20183, 'Shakers', 'Shakers', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20184, 20184, 'Shirts, Jackets, Hats', 'Shirts-Jackets-Hats', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13608, 13608, 'Signs', 'Signs', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20185, 20185, 'Thermometers', 'Thermometers', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13609, 13609, 'Tins', 'Tins', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37823, 37823, 'Trading Cards', 'Trading-Cards', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13610, 13610, 'Trays', 'Trays', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13611, 13611, 'Trucks, Cars', 'Trucks-Cars', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35690, 35690, 'Watches', 'Watches', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38, 38, 'Other Coke Items', 'Other-Coke-Items', 13600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 877, 877, 'Dr Pepper', 'Dr-Pepper', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 852, 852, 'Fountain', 'Fountain', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 857, 857, 'Hires Root Beer', 'Hires-Root-Beer', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10808, 10808, 'Mountain Dew', 'Mountain-Dew', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1334, 1334, 'Moxie', 'Moxie', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10809, 10809, 'Orange Crush', 'Orange-Crush', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13612, 13612, 'Pepsi', 'Pepsi', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13613, 13613, 'Ads', 'Ads', 13612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20186, 20186, 'Banks', 'Banks', 13612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13614, 13614, 'Bottles, Cans', 'Bottles-Cans', 13612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35691, 35691, 'Clocks, Radios', 'Clocks-Radios', 13612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13615, 13615, 'Glasses', 'Glasses', 13612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20187, 20187, 'Shirts, Jackets, Hats', 'Shirts-Jackets-Hats', 13612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13616, 13616, 'Signs', 'Signs', 13612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20188, 20188, 'Trucks, Cars', 'Trucks-Cars', 13612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 854, 854, 'Other Pepsi Items', 'Other-Pepsi-Items', 13612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10810, 10810, 'Royal Crown/Nehi/Diet Rite', 'Royal-Crown-Nehi-Diet-Rite', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3897, 3897, 'Schweppes', 'Schweppes', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 856, 856, 'Squirt', 'Squirt', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20189, 20189, 'Mixed Lots', 'Mixed-Lots', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35692, 35692, 'Other Soda Brands', 'Other-Soda-Brands', 36, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35693, 35693, 'Bottle Caps', 'Bottle-Caps', 35692, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35694, 35694, 'Bottles', 'Bottles', 35692, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35695, 35695, 'Cans', 'Cans', 35692, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35696, 35696, 'Glasses, Cups, Mugs', 'Glasses-Cups-Mugs', 35692, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35697, 35697, 'Labels', 'Labels', 35692, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35698, 35698, 'Signs', 'Signs', 35692, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37, 37, 'Other Items', 'Other-Items', 35692, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13617, 13617, 'Tires', 'Tires', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13618, 13618, 'B.F. Goodrich', 'B-F-Goodrich', 13617, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13619, 13619, 'Goodyear', 'Goodyear', 13617, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13620, 13620, 'Firestone', 'Firestone', 13617, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13621, 13621, 'Michelin', 'Michelin', 13617, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 863, 863, 'Other Tires', 'Other-Tires', 13617, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13623, 13623, 'Other Advertising', 'Other-Advertising', 34, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37828, 37828, 'Ads-Print', 'Ads-Print', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37829, 37829, 'Pre-1900', 'Pre-1900', 37828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37830, 37830, '1900-09', '1900-09', 37828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37831, 37831, '1910-19', '1910-19', 37828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37832, 37832, '1920-29', '1920-29', 37828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37833, 37833, '1930-39', '1930-39', 37828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37834, 37834, '1940-49', '1940-49', 37828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37835, 37835, '1950-59', '1950-59', 37828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37836, 37836, '1960-69', '1960-69', 37828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37837, 37837, '1970-79', '1970-79', 37828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37838, 37838, '1980-89', '1980-89', 37828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37839, 37839, '1990-Now', '1990-Now', 37828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12505, 12505, 'Blotters', 'Blotters', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13624, 13624, 'Calendars', 'Calendars', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 796, 796, 'Characters, Dolls', 'Characters-Dolls', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 797, 797, 'Clocks', 'Clocks', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10796, 10796, 'Displays', 'Displays', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10797, 10797, 'Mannequin', 'Mannequin', 10796, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 798, 798, 'Other Display Items', 'Other-Display-Items', 10796, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21148, 21148, 'Fans', 'Fans', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 799, 799, 'Labels', 'Labels', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13625, 13625, 'Mirrors', 'Mirrors', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21147, 21147, 'Mugs, Cups', 'Mugs-Cups', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73471, 73471, 'Plates', 'Plates', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 800, 800, 'Premiums', 'Premiums', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10804, 10804, 'Signs', 'Signs', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37840, 37840, 'Original', 'Original', 10804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37841, 37841, 'Pre-1930', 'Pre-1930', 37840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10806, 10806, '1930-69', '1930-69', 37840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 804, 804, '1970-Now', '1970-Now', 37840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10805, 10805, 'Reproduction', 'Reproduction', 10804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12506, 12506, 'Thermometers', 'Thermometers', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 801, 801, 'Tins', 'Tins', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 803, 803, 'Trays', 'Trays', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37842, 37842, 'Victorian Trade Cards', 'Victorian-Trade-Cards', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37843, 37843, 'Coffee, Teas', 'Coffee-Teas', 37842, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37844, 37844, 'Sewing Machines', 'Sewing-Machines', 37842, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37845, 37845, 'Shoes, Boots', 'Shoes-Boots', 37842, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50712, 50712, 'Soap', 'Soap', 37842, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 802, 802, 'Other Industries', 'Other-Industries', 37842, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35, 35, 'Other Items', 'Other-Items', 13623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1335, 1335, 'Animals', 'Animals', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13652, 13652, 'Alligator, Crocodile', 'Alligator-Crocodile', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29435, 29435, 'Bear', 'Bear', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10811, 10811, 'Bird', 'Bird', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37846, 37846, 'Blue Jay', 'Blue-Jay', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37847, 37847, 'Bluebird', 'Bluebird', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13626, 13626, 'Cardinal', 'Cardinal', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13643, 13643, 'Chicken', 'Chicken', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13644, 13644, 'Hen', 'Hen', 13643, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13645, 13645, 'Rooster', 'Rooster', 13643, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10864, 10864, 'Other Chicken Items', 'Other-Chicken-Items', 13643, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25426, 25426, 'Dove, Pigeon', 'Dove-Pigeon', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10812, 10812, 'Duck', 'Duck', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13627, 13627, 'Eagle', 'Eagle', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10813, 10813, 'Flamingo', 'Flamingo', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10814, 10814, 'Goose', 'Goose', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10815, 10815, 'Hummingbird', 'Hummingbird', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37848, 37848, 'Loon', 'Loon', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12587, 12587, 'Owl', 'Owl', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37849, 37849, 'Parakeet, Budgerigar', 'Parakeet-Budgerigar', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10816, 10816, 'Parrot', 'Parrot', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20192, 20192, 'Peacock', 'Peacock', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37850, 37850, 'Pelican', 'Pelican', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10817, 10817, 'Penguin', 'Penguin', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37851, 37851, 'Pheasant', 'Pheasant', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103924, 103924, 'Robin', 'Robin', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13628, 13628, 'Swan', 'Swan', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1337, 1337, 'Other', 'Other', 10811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10879, 10879, 'Buffalo', 'Buffalo', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29436, 29436, 'Camel', 'Camel', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10818, 10818, 'Cat-Domestic', 'Cat-Domestic', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37852, 37852, 'Apparel', 'Apparel', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37853, 37853, 'Books', 'Books', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156225, 156225, 'Calendars, Datebooks', 'Calendars-Datebooks', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88861, 88861, 'Cards, Notecards', 'Cards-Notecards', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37854, 37854, 'Collector Plates', 'Collector-Plates', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50714, 50714, 'Decals, Stickers', 'Decals-Stickers', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37855, 37855, 'Figurines', 'Figurines', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156226, 156226, 'Handmade Items', 'Handmade-Items', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37856, 37856, 'Jewelry, Pins', 'Jewelry-Pins', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156227, 156227, 'Magnets', 'Magnets', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37857, 37857, 'Mugs, Cups', 'Mugs-Cups', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37858, 37858, 'Ornaments', 'Ornaments', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103925, 103925, 'Picture Frames', 'Picture-Frames', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103926, 103926, 'Pillows, Throws', 'Pillows-Throws', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37859, 37859, 'Posters, Prints', 'Posters-Prints', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103927, 103927, 'Salt & Pepper Shakers', 'Salt-and-Pepper-Shakers', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37860, 37860, 'Signs, Plaques', 'Signs-Plaques', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103928, 103928, 'Trinkets, Hinged Boxes', 'Trinkets-Hinged-Boxes', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1338, 1338, 'Other', 'Other', 10818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35709, 35709, 'Cat-Wild', 'Cat-Wild', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10880, 10880, 'Cheetah', 'Cheetah', 35709, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13653, 13653, 'Cougar/Mt. Lion/Puma', 'Cougar-Mt-Lion-Puma', 35709, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13655, 13655, 'Leopard', 'Leopard', 35709, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10888, 10888, 'Lion', 'Lion', 35709, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10896, 10896, 'Tiger', 'Tiger', 35709, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35710, 35710, 'Other', 'Other', 35709, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40037, 40037, 'Cow', 'Cow', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50713, 50713, 'Creamers', 'Creamers', 40037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40038, 40038, 'Figurines', 'Figurines', 40037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40142, 40142, 'Cow Parade', 'Cow-Parade', 40038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40143, 40143, 'Other', 'Other', 40038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40039, 40039, 'Prints, Posters', 'Prints-Posters', 40037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40040, 40040, 'Signs, Plaques', 'Signs-Plaques', 40037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10865, 10865, 'Other', 'Other', 40037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29437, 29437, 'Coyote', 'Coyote', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10881, 10881, 'Deer', 'Deer', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3230, 3230, 'Dinosaur', 'Dinosaur', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10823, 10823, 'Dog', 'Dog', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12507, 12507, 'Afghan Hound', 'Afghan-Hound', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10824, 10824, 'Airedale Terrier', 'Airedale-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29408, 29408, 'Akita', 'Akita', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29409, 29409, 'Alaskan Malamute', 'Alaskan-Malamute', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50715, 50715, 'American Eskimo', 'American-Eskimo', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29410, 29410, 'Australian Cattle Dog', 'Australian-Cattle-Dog', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29411, 29411, 'Australian Shepherd', 'Australian-Shepherd', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82481, 82481, 'Australian Terrier', 'Australian-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29412, 29412, 'Basenji', 'Basenji', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10825, 10825, 'Basset Hound', 'Basset-Hound', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10826, 10826, 'Beagle', 'Beagle', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50716, 50716, 'Bearded Collie', 'Bearded-Collie', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50717, 50717, 'Bedlington Terrier', 'Bedlington-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50718, 50718, 'Belgian Sheepdog', 'Belgian-Sheepdog', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29413, 29413, 'Bernese Mountain Dog', 'Bernese-Mountain-Dog', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10827, 10827, 'Bichon Frise', 'Bichon-Frise', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29414, 29414, 'Bloodhound', 'Bloodhound', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10828, 10828, 'Border Collie', 'Border-Collie', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82482, 82482, 'Border Terrier', 'Border-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13629, 13629, 'Borzoi/Russian Wolfhound', 'Borzoi-Russian-Wolfhound', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10829, 10829, 'Boston Terrier', 'Boston-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60210, 60210, 'Bouvier des Flandres', 'Bouvier-des-Flandres', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10830, 10830, 'Boxer', 'Boxer', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29415, 29415, 'Brittany', 'Brittany', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50719, 50719, 'Brussels Griffon', 'Brussels-Griffon', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13630, 13630, 'Bull Terrier', 'Bull-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10831, 10831, 'Bulldog', 'Bulldog', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50720, 50720, 'Bullmastiff', 'Bullmastiff', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12508, 12508, 'Cairn Terrier', 'Cairn-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50721, 50721, 'Cavalier King Charles Spaniel', 'Cavalier-King-Charles-Spaniel', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29416, 29416, 'Chesapeake Bay Retriever', 'Chesapeake-Bay-Retriever', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10832, 10832, 'Chihuahua', 'Chihuahua', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50722, 50722, 'Chinese Crested', 'Chinese-Crested', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10833, 10833, 'Chow Chow', 'Chow-Chow', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10834, 10834, 'Cocker Spaniel', 'Cocker-Spaniel', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10835, 10835, 'Collie', 'Collie', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10836, 10836, 'Corgi', 'Corgi', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10837, 10837, 'Dachshund', 'Dachshund', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10838, 10838, 'Dalmatian', 'Dalmatian', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10839, 10839, 'Doberman Pinscher', 'Doberman-Pinscher', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73472, 73472, 'English Bull Terrier', 'English-Bull-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29417, 29417, 'English Setter', 'English-Setter', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13631, 13631, 'English Springer Spaniel', 'English-Springer-Spaniel', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156229, 156229, 'Flat-Coated Retriever', 'Flat-Coated-Retriever', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10840, 10840, 'Fox Terrier', 'Fox-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13632, 13632, 'French Bulldog', 'French-Bulldog', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10841, 10841, 'German Shepherd', 'German-Shepherd', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29418, 29418, 'German Shorthaired Pointer', 'German-Shorthaired-Pointer', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10842, 10842, 'Golden Retriever', 'Golden-Retriever', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29419, 29419, 'Gordon Setter', 'Gordon-Setter', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11634, 11634, 'Great Dane', 'Great-Dane', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29420, 29420, 'Great Pyrenees', 'Great-Pyrenees', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10843, 10843, 'Greyhound', 'Greyhound', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156230, 156230, 'Havanese', 'Havanese', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29421, 29421, 'Irish Setter', 'Irish-Setter', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156231, 156231, 'Irish Terrier', 'Irish-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29422, 29422, 'Irish Wolfhound', 'Irish-Wolfhound', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50723, 50723, 'Italian Greyhound', 'Italian-Greyhound', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10844, 10844, 'Jack Russell Terrier', 'Jack-Russell-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29423, 29423, 'Japanese Chin', 'Japanese-Chin', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29424, 29424, 'Keeshond', 'Keeshond', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10845, 10845, 'Labrador Retriever', 'Labrador-Retriever', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10846, 10846, 'Lhasa Apso', 'Lhasa-Apso', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10847, 10847, 'Maltese', 'Maltese', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10848, 10848, 'Mastiff', 'Mastiff', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50724, 50724, 'Miniature Pinscher', 'Miniature-Pinscher', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13633, 13633, 'Newfoundland', 'Newfoundland', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156232, 156232, 'Norwich Terrier', 'Norwich-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13634, 13634, 'Old English Sheepdog', 'Old-English-Sheepdog', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29425, 29425, 'Papillon', 'Papillon', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13635, 13635, 'Pekingese', 'Pekingese', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82483, 82483, 'Pit Bull Terrier', 'Pit-Bull-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29426, 29426, 'Pointer', 'Pointer', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10849, 10849, 'Pomeranian', 'Pomeranian', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10850, 10850, 'Poodle', 'Poodle', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156233, 156233, 'Portuguese Water Dog', 'Portuguese-Water-Dog', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10851, 10851, 'Pug', 'Pug', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73473, 73473, 'Rat Terrier', 'Rat-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29427, 29427, 'Rhodesian Ridgeback', 'Rhodesian-Ridgeback', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10852, 10852, 'Rottweiler', 'Rottweiler', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10853, 10853, 'Saint Bernard', 'Saint-Bernard', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29428, 29428, 'Saluki', 'Saluki', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13636, 13636, 'Samoyed', 'Samoyed', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29429, 29429, 'Schipperke', 'Schipperke', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13637, 13637, 'Schnauzer', 'Schnauzer', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10854, 10854, 'Scottish Terrier', 'Scottish-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10855, 10855, 'Shar Pei', 'Shar-Pei', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13638, 13638, 'Sheltie/Shetland Sheepdog', 'Sheltie-Shetland-Sheepdog', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50725, 50725, 'Shiba Inu', 'Shiba-Inu', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10856, 10856, 'Shih Tzu', 'Shih-Tzu', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10857, 10857, 'Siberian Husky', 'Siberian-Husky', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156234, 156234, 'Silky Terrier', 'Silky-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60211, 60211, 'Staffordshire Bull Terrier', 'Staffordshire-Bull-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29430, 29430, 'Vizsla', 'Vizsla', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82484, 82484, 'Water Spaniel', 'Water-Spaniel', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29431, 29431, 'Weimaraner', 'Weimaraner', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13639, 13639, 'West Highland White Terrier', 'West-Highland-White-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50726, 50726, 'Wheaten Terrier', 'Wheaten-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10858, 10858, 'Whippet', 'Whippet', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10859, 10859, 'Yorkshire Terrier', 'Yorkshire-Terrier', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66505, 66505, 'Other', 'Other', 10823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37861, 37861, 'Dolphin', 'Dolphin', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37862, 37862, 'Candles, Candleholders', 'Candles-Candleholders', 37861, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37863, 37863, 'Collector Plates', 'Collector-Plates', 37861, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37864, 37864, 'Figurines', 'Figurines', 37861, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37865, 37865, 'Jewelry, Pins', 'Jewelry-Pins', 37861, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10882, 10882, 'Other', 'Other', 37861, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13646, 13646, 'Donkey, Mule', 'Donkey-Mule', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37866, 37866, 'Elephant', 'Elephant', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37867, 37867, 'Figurines', 'Figurines', 37866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37868, 37868, 'Jewelry, Pins', 'Jewelry-Pins', 37866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10883, 10883, 'Other', 'Other', 37866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12509, 12509, 'Ferret', 'Ferret', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3898, 3898, 'Fish', 'Fish', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10884, 10884, 'Fox', 'Fox', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37869, 37869, 'Frog', 'Frog', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37870, 37870, 'Apparel', 'Apparel', 37869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37871, 37871, 'Figurines', 'Figurines', 37869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37872, 37872, 'Jewelry, Pins', 'Jewelry-Pins', 37869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10885, 10885, 'Other', 'Other', 37869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10886, 10886, 'Giraffe', 'Giraffe', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12588, 12588, 'Goat', 'Goat', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12510, 12510, 'Hedgehog', 'Hedgehog', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13654, 13654, 'Hippopotamus', 'Hippopotamus', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13651, 13651, 'Horse', 'Horse', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156254, 156254, 'Apparel', 'Apparel', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156255, 156255, 'Books', 'Books', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156256, 156256, 'Calendars, Datebooks', 'Calendars-Datebooks', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156257, 156257, 'Cards, Notecards', 'Cards-Notecards', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156258, 156258, 'Collector Plates', 'Collector-Plates', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156259, 156259, 'Decals, Stickers', 'Decals-Stickers', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156260, 156260, 'Figurines', 'Figurines', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156261, 156261, 'Flags', 'Flags', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156262, 156262, 'Handmade Items', 'Handmade-Items', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156263, 156263, 'Jewelry, Pins', 'Jewelry-Pins', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156264, 156264, 'Magnets', 'Magnets', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156265, 156265, 'Model Horses', 'Model-Horses', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35998, 35998, 'Breyer', 'Breyer', 156265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35999, 35999, 'Traditional, 12 x 9 Inch', 'Traditional-12-x-9-Inch', 35998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36000, 36000, 'Breyer Classics, 9 x 6 Inch', 'Breyer-Classics-9-x-6-Inch', 35998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36001, 36001, 'Ponies, 7 x 6 Inch', 'Ponies-7-x-6-Inch', 35998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36002, 36002, 'Paddock Pals, 6 x 5 Inch', 'Paddock-Pals-6-x-5-Inch', 35998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36003, 36003, 'Stablemates, 4 x 3 Inch', 'Stablemates-4-x-3-Inch', 35998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36004, 36004, 'Companion Animals', 'Companion-Animals', 35998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36007, 36007, 'Stables & Barns', 'Stables-and-Barns', 35998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36005, 36005, 'Accessories', 'Accessories', 35998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36009, 36009, 'Mixed Lots', 'Mixed-Lots', 35998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 388, 388, 'Other Breyer Items', 'Other-Breyer-Items', 35998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103929, 103929, 'Grand Champions', 'Grand-Champions', 156265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14888, 14888, 'Hagen-Renaker', 'Hagen-Renaker', 156265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14275, 14275, 'Hartland', 'Hartland', 156265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14889, 14889, 'Peter Stone', 'Peter-Stone', 156265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63745, 63745, 'Trail of Painted Ponies', 'Trail-of-Painted-Ponies', 156265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1341, 1341, 'Other Brands', 'Other-Brands', 156265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156266, 156266, 'Mugs, Cups', 'Mugs-Cups', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156267, 156267, 'Ornaments', 'Ornaments', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156268, 156268, 'Paintings', 'Paintings', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156269, 156269, 'Picture Frames', 'Picture-Frames', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156270, 156270, 'Pillows, Throws', 'Pillows-Throws', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156271, 156271, 'Posters, Prints', 'Posters-Prints', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156272, 156272, 'Salt & Pepper Shakers', 'Salt-and-Pepper-Shakers', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156273, 156273, 'Signs, Plaques', 'Signs-Plaques', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156274, 156274, 'Trinkets, Hinged Boxes', 'Trinkets-Hinged-Boxes', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103930, 103930, 'Other', 'Other', 13651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10869, 10869, 'Insect, Butterfly', 'Insect-Butterfly', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10870, 10870, 'Bee', 'Bee', 10869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29434, 29434, 'Beetle', 'Beetle', 10869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10871, 10871, 'Butterfly, Moth', 'Butterfly-Moth', 10869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10872, 10872, 'Dragonfly', 'Dragonfly', 10869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10873, 10873, 'Ladybug', 'Ladybug', 10869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103931, 103931, 'Scorpion', 'Scorpion', 10869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103932, 103932, 'Spider', 'Spider', 10869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156275, 156275, 'Real, Mounted', 'Real-Mounted', 10869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156276, 156276, 'Real, Unmounted', 'Real-Unmounted', 10869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10868, 10868, 'Other', 'Other', 10869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10887, 10887, 'Koala', 'Koala', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73474, 73474, 'Llamas', 'Llamas', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10875, 10875, 'Lizard', 'Lizard', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29433, 29433, 'Lobster, Shellfish', 'Lobster-Shellfish', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10889, 10889, 'Monkey, Ape', 'Monkey-Ape', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10890, 10890, 'Moose', 'Moose', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10891, 10891, 'Mouse', 'Mouse', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12511, 12511, 'Otter', 'Otter', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10892, 10892, 'Panda', 'Panda', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10866, 10866, 'Pig', 'Pig', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13656, 13656, 'Polar Bear', 'Polar-Bear', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10893, 10893, 'Rabbit', 'Rabbit', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10894, 10894, 'Raccoon', 'Raccoon', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13657, 13657, 'Rhinoceros', 'Rhinoceros', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13648, 13648, 'Seal, Sea Lion, Walrus', 'Seal-Sea-Lion-Walrus', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13649, 13649, 'Shark', 'Shark', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10867, 10867, 'Sheep', 'Sheep', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29438, 29438, 'Skunk', 'Skunk', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10876, 10876, 'Snake', 'Snake', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10895, 10895, 'Squirrel', 'Squirrel', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10877, 10877, 'Turtle', 'Turtle', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10897, 10897, 'Whale', 'Whale', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37873, 37873, 'Wolf', 'Wolf', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37874, 37874, 'Apparel', 'Apparel', 37873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37875, 37875, 'Collector Plates', 'Collector-Plates', 37873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37876, 37876, 'Figurines', 'Figurines', 37873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37877, 37877, 'Posters, Prints', 'Posters-Prints', 37873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10898, 10898, 'Other', 'Other', 37873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10899, 10899, 'Zebra', 'Zebra', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1336, 1336, 'Other Animals', 'Other-Animals', 1335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13658, 13658, 'Animation Art, Characters', 'Animation-Art-Characters', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1529, 1529, 'Animation Art', 'Animation-Art', 13658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1531, 1531, 'Limited Editions', 'Limited-Editions', 1529, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13659, 13659, 'Prints', 'Prints', 1529, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1532, 1532, 'Production Art', 'Production-Art', 1529, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1533, 1533, 'Sericels', 'Sericels', 1529, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1530, 1530, 'Other Animation Art', 'Other-Animation-Art', 1529, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1344, 1344, 'Animation Characters', 'Animation-Characters', 13658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39538, 39538, 'Betty Boop', 'Betty-Boop', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88862, 88862, 'Bags, Cases', 'Bags-Cases', 39538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39539, 39539, 'Boxes', 'Boxes', 39538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39540, 39540, 'Figures', 'Figures', 39538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39541, 39541, 'Jewelry, Watches', 'Jewelry-Watches', 39538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39542, 39542, 'Pins', 'Pins', 39538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39543, 39543, 'Signs', 'Signs', 39538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13660, 13660, 'Other', 'Other', 39538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156988, 156988, 'Bratz', 'Bratz', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156989, 156989, 'Care Bears', 'Care-Bears', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88863, 88863, 'Casper The Ghost', 'Casper-The-Ghost', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73475, 73475, 'Curious George', 'Curious-George', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156990, 156990, 'Disney', 'Disney', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156991, 156991, 'Dora the Explorer', 'Dora-the-Explorer', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14276, 14276, 'Dr. Seuss', 'Dr-Seuss', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156992, 156992, 'Emily the Strange', 'Emily-the-Strange', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156993, 156993, 'Family Guy', 'Family-Guy', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13661, 13661, 'Felix the Cat', 'Felix-the-Cat', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156994, 156994, 'Futurama', 'Futurama', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 8610, 8610, 'Garfield', 'Garfield', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73476, 73476, 'Ghostbusters', 'Ghostbusters', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13662, 13662, 'Hanna-Barbera', 'Hanna-Barbera', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13663, 13663, 'Flintstones', 'Flintstones', 13662, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13664, 13664, 'Scooby-Doo', 'Scooby-Doo', 13662, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1534, 1534, 'Other Hanna-Barbera', 'Other-Hanna-Barbera', 13662, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156995, 156995, 'Happy Bunny', 'Happy-Bunny', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73477, 73477, 'Hello Kitty', 'Hello-Kitty', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1535, 1535, 'King Features', 'King-Features', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156996, 156996, 'M&M', 'MandM', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73478, 73478, 'Muppets', 'Muppets', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39544, 39544, 'Peanuts', 'Peanuts', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39545, 39545, 'Cups, Mugs', 'Cups-Mugs', 39544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39546, 39546, 'Figurines', 'Figurines', 39544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39547, 39547, 'Pins', 'Pins', 39544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88864, 88864, 'Plush Items', 'Plush-Items', 39544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 8614, 8614, 'Other', 'Other', 39544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39548, 39548, 'Pink Panther', 'Pink-Panther', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13671, 13671, 'Popeye', 'Popeye', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156997, 156997, 'Rat Fink', 'Rat-Fink', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13672, 13672, 'Rocky & Bullwinkle', 'Rocky-and-Bullwinkle', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73479, 73479, 'Sesame Street', 'Sesame-Street', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74703, 74703, 'Shrek', 'Shrek', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 8616, 8616, 'Simpsons', 'Simpsons', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13673, 13673, 'Smurfs', 'Smurfs', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39549, 39549, 'South Park', 'South-Park', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60212, 60212, 'SpongeBob SquarePants', 'SpongeBob-SquarePants', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73480, 73480, 'Tom & Jerry', 'Tom-and-Jerry', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156998, 156998, 'Wallace and Gromit', 'Wallace-and-Gromit', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1536, 1536, 'Walter Lantz/Woody Woodpecker', 'Walter-Lantz-Woody-Woodpecker', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13674, 13674, 'Warner Bros.', 'Warner-Bros-', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13675, 13675, 'Bugs Bunny', 'Bugs-Bunny', 13674, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13676, 13676, 'Daffy Duck', 'Daffy-Duck', 13674, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13677, 13677, 'Marvin the Martian', 'Marvin-the-Martian', 13674, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 13678, 13678, 'Pepe Le Pew', 'Pepe-Le-Pew', 13674, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88865, 88865, 'Porky Pig', 'Porky-Pig', 13674, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13679, 13679, 'Powerpuff Girls', 'Powerpuff-Girls', 13674, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13680, 13680, 'Road Runner, Wile E. Coyote', 'Road-Runner-Wile-E-Coyote', 13674, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13681, 13681, 'Sylvester', 'Sylvester', 13674, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13682, 13682, 'Tasmanian Devil', 'Tasmanian-Devil', 13674, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39550, 39550, 'Tweety', 'Tweety', 13674, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39551, 39551, 'Boxes', 'Boxes', 39550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39552, 39552, 'Cups, Mugs', 'Cups-Mugs', 39550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39553, 39553, 'Pins', 'Pins', 39550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13683, 13683, 'Other', 'Other', 39550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1537, 1537, 'Other Warner Bros. Items', 'Other-Warner-Bros-Items', 13674, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39554, 39554, 'Ziggy', 'Ziggy', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 363, 363, 'Other Animation Characters', 'Other-Animation-Characters', 1344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11118, 11118, 'Japanese, Anime', 'Japanese-Anime', 13658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106883, 106883, '.Hack//', '-Hack-', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39555, 39555, 'Ah My Goddess', 'Ah-My-Goddess', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99994, 99994, 'Akira', 'Akira', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70955, 70955, 'Astro Boy', 'Astro-Boy', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99992, 99992, 'Berserk', 'Berserk', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106884, 106884, 'Bleach', 'Bleach', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31374, 31374, 'Card Captor Sakura', 'Card-Captor-Sakura', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39556, 39556, 'Chobits', 'Chobits', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106885, 106885, 'Clamp', 'Clamp', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31375, 31375, 'Cowboy Bebop', 'Cowboy-Bebop', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106886, 106886, 'Dead or Alive', 'Dead-or-Alive', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106887, 106887, 'Doraemon', 'Doraemon', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13666, 13666, 'DragonBall Z', 'DragonBall-Z', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31377, 31377, 'Escaflowne', 'Escaflowne', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11424, 11424, 'Evangelion', 'Evangelion', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88923, 88923, 'Final Fantasy', 'Final-Fantasy', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106888, 106888, 'Books, Manga, Doujinshi', 'Books-Manga-Doujinshi', 88923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106889, 106889, 'CDs, Soundtracks', 'CDs-Soundtracks', 88923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88924, 88924, 'Figures, Plush', 'Figures-Plush', 88923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88925, 88925, 'Jewelry, Watches', 'Jewelry-Watches', 88923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88926, 88926, 'Posters, Wall Scrolls', 'Posters-Wall-Scrolls', 88923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88927, 88927, 'T-Shirts, Shirts', 'T-Shirts-Shirts', 88923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13667, 13667, 'Other Items', 'Other-Items', 88923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99993, 99993, 'Fruits Basket', 'Fruits-Basket', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106890, 106890, 'Fullmetal Alchemist', 'Fullmetal-Alchemist', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106891, 106891, 'Books, Manga, Doujinshi', 'Books-Manga-Doujinshi', 106890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106892, 106892, 'Cosplay, Costumes', 'Cosplay-Costumes', 106890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106893, 106893, 'Figures, Plush', 'Figures-Plush', 106890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106894, 106894, 'Keychains', 'Keychains', 106890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106895, 106895, 'Posters, Wall Scrolls', 'Posters-Wall-Scrolls', 106890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88928, 88928, 'Other Items', 'Other-Items', 106890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31378, 31378, 'Fushigi Yuugi', 'Fushigi-Yuugi', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73573, 73573, 'Ghost in the Shell', 'Ghost-in-the-Shell', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11117, 11117, 'Gundam', 'Gundam', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50727, 50727, 'Hamtaro', 'Hamtaro', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88929, 88929, 'Hellsing', 'Hellsing', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106896, 106896, 'Hikaru no Go', 'Hikaru-no-Go', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106897, 106897, 'Hunter x Hunter', 'Hunter-x-Hunter', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73574, 73574, 'Initial D', 'Initial-D', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106898, 106898, 'InuYasha', 'InuYasha', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106899, 106899, 'Books, Manga, Doujinshi', 'Books-Manga-Doujinshi', 106898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106900, 106900, 'CDs, Soundtracks', 'CDs-Soundtracks', 106898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106901, 106901, 'Figures, Plush', 'Figures-Plush', 106898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106902, 106902, 'Posters, Wall Scrolls', 'Posters-Wall-Scrolls', 106898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39557, 39557, 'Other Items', 'Other-Items', 106898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39558, 39558, 'King of Fighters', 'King-of-Fighters', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106903, 106903, 'Legend of Zelda', 'Legend-of-Zelda', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39559, 39559, 'Love Hina', 'Love-Hina', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106904, 106904, 'Lupin', 'Lupin', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13668, 13668, 'Macross, Robotech', 'Macross-Robotech', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106905, 106905, 'Mazinger', 'Mazinger', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106906, 106906, 'Monchhichi', 'Monchhichi', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106907, 106907, 'Naruto', 'Naruto', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106908, 106908, 'Books, Manga, Doujinshi', 'Books-Manga-Doujinshi', 106907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106909, 106909, 'Cosplay, Costumes', 'Cosplay-Costumes', 106907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106910, 106910, 'Bags, Purses, Cases', 'Bags-Purses-Cases', 106909, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106911, 106911, 'Costumes, Apparel', 'Costumes-Apparel', 106909, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106912, 106912, 'Headbands, Armbands', 'Headbands-Armbands', 106909, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106913, 106913, 'Knives, Weapons', 'Knives-Weapons', 106909, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106914, 106914, 'Necklaces, Jewelry', 'Necklaces-Jewelry', 106909, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106915, 106915, 'Other Accessories', 'Other-Accessories', 106909, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106916, 106916, 'Figurines, Plush', 'Figurines-Plush', 106907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106917, 106917, 'Keychains', 'Keychains', 106907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106918, 106918, 'Posters, Wall Scrolls', 'Posters-Wall-Scrolls', 106907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73575, 73575, 'Other Items', 'Other-Items', 106907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73576, 73576, 'One Piece', 'One-Piece', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73577, 73577, 'Pokemon', 'Pokemon', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88930, 88930, 'Pucca', 'Pucca', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39560, 39560, 'Ranma', 'Ranma', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39561, 39561, 'Rurouni Kenshin', 'Rurouni-Kenshin', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39562, 39562, 'Sailor Moon', 'Sailor-Moon', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106919, 106919, 'Books, Manga, Doujinshi', 'Books-Manga-Doujinshi', 39562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39563, 39563, 'Figures', 'Figures', 39562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39564, 39564, 'Posters, Prints', 'Posters-Prints', 39562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11119, 11119, 'Other Items', 'Other-Items', 39562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39565, 39565, 'Saint Seiya', 'Saint-Seiya', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104062, 104062, 'Saiyuki', 'Saiyuki', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73578, 73578, 'Sakura Wars', 'Sakura-Wars', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13669, 13669, 'San-X', 'San-X', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39566, 39566, 'Sanrio, Hello Kitty', 'Sanrio-Hello-Kitty', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39567, 39567, 'Badtz Maru', 'Badtz-Maru', 39566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106920, 106920, 'Chococat', 'Chococat', 39566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106921, 106921, 'Cinnamoroll', 'Cinnamoroll', 39566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88931, 88931, 'Hello Kitty', 'Hello-Kitty', 39566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88932, 88932, 'Bags, Boxes, Cases', 'Bags-Boxes-Cases', 88931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88933, 88933, 'Jewelry, Watches', 'Jewelry-Watches', 88931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88934, 88934, 'Keychains', 'Keychains', 88931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106922, 106922, 'Note Books, Address Books', 'Note-Books-Address-Books', 88931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106923, 106923, 'Pencils, Pens', 'Pencils-Pens', 88931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88935, 88935, 'Plush Items', 'Plush-Items', 88931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106924, 106924, 'Stickers', 'Stickers', 88931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39568, 39568, 'Other Items', 'Other-Items', 88931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39569, 39569, 'Keroppi', 'Keroppi', 39566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39570, 39570, 'Little Twin Stars', 'Little-Twin-Stars', 39566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39571, 39571, 'My Melody', 'My-Melody', 39566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39572, 39572, 'Pochacco', 'Pochacco', 39566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11120, 11120, 'Other Sanrio Characters', 'Other-Sanrio-Characters', 39566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106925, 106925, 'Shaman King', 'Shaman-King', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31380, 31380, 'Slayers', 'Slayers', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106926, 106926, 'Street Fighter', 'Street-Fighter', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31381, 31381, 'Tenchi Muyo', 'Tenchi-Muyo', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39573, 39573, 'Totoro', 'Totoro', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31382, 31382, 'Trigun', 'Trigun', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106927, 106927, 'Wolfs Rain', 'Wolfs-Rain', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50728, 50728, 'Yu-Gi-Oh', 'Yu-Gi-Oh', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39574, 39574, 'Yu Yu Hakusho', 'Yu-Yu-Hakusho', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1345, 1345, 'Other Japanese, Anime', 'Other-Japanese-Anime', 11118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66502, 66502, 'Arcade, Jukeboxes & Pinball', 'Arcade-Jukeboxes-and-Pinball', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13715, 13715, 'Arcade', 'Arcade', 66502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20269, 20269, 'Machines', 'Machines', 13715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20270, 20270, 'Non-Video', 'Non-Video', 20269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13716, 13716, 'Video', 'Video', 20269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13717, 13717, 'Paper, Manuals', 'Paper-Manuals', 13715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13718, 13718, 'Parts & Accessories', 'Parts-and-Accessories', 13715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3945, 3945, 'Other Arcade Items', 'Other-Arcade-Items', 13715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13720, 13720, 'Jukeboxes', 'Jukeboxes', 66502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13721, 13721, 'Machines', 'Machines', 13720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13722, 13722, 'Paper, Manuals', 'Paper-Manuals', 13720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13723, 13723, 'Parts & Accessories', 'Parts-and-Accessories', 13720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3946, 3946, 'Other Jukebox Items', 'Other-Jukebox-Items', 13720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13724, 13724, 'Pinball', 'Pinball', 66502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13725, 13725, 'Machines', 'Machines', 13724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13726, 13726, 'Paper, Manuals', 'Paper-Manuals', 13724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13727, 13727, 'Parts & Accessories', 'Parts-and-Accessories', 13724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3947, 3947, 'Other Pinball Items', 'Other-Pinball-Items', 13724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14429, 14429, 'Autographs', 'Autographs', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156999, 156999, 'Celebrities', 'Celebrities', 14429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14428, 14428, 'Historical', 'Historical', 14429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157000, 157000, 'Military', 'Military', 14429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157001, 157001, 'Models', 'Models', 14429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157002, 157002, 'Movies', 'Movies', 14429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157003, 157003, 'Music', 'Music', 14429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48773, 48773, 'Political', 'Political', 14429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48774, 48774, 'Congressional', 'Congressional', 48773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48775, 48775, 'Presidential', 'Presidential', 48773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14430, 14430, 'Other', 'Other', 48773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37878, 37878, 'Sci-Fi', 'Sci-Fi', 14429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29492, 29492, 'Babylon 5', 'Babylon-5', 37878, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29835, 29835, 'Buffy the Vampire Slayer', 'Buffy-the-Vampire-Slayer', 37878, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29494, 29494, 'Star Trek', 'Star-Trek', 37878, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29496, 29496, 'Star Wars', 'Star-Wars', 37878, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29498, 29498, 'X-Files', 'X-Files', 37878, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37879, 37879, 'Other Sci-Fi', 'Other-Sci-Fi', 37878, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14431, 14431, 'Science, Inventor', 'Science-Inventor', 14429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14438, 14438, 'Space', 'Space', 14429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157004, 157004, 'Sports', 'Sports', 14429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157005, 157005, 'TV', 'TV', 14429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14433, 14433, 'Other Autographs', 'Other-Autographs', 14429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66503, 66503, 'Banks, Registers & Vending', 'Banks-Registers-and-Vending', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 884, 884, 'Banks', 'Banks', 66503, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 885, 885, 'Mechanical', 'Mechanical', 884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35736, 35736, 'Still, Piggy Banks', 'Still-Piggy-Banks', 884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35737, 35737, 'Animals', 'Animals', 35736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35738, 35738, 'Bears', 'Bears', 35737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35739, 35739, 'Pigs', 'Pigs', 35737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35740, 35740, 'Other Animals', 'Other-Animals', 35737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35741, 35741, 'Characters', 'Characters', 35736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35742, 35742, 'Vehicles', 'Vehicles', 35736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 886, 886, 'Other Banks', 'Other-Banks', 35736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13719, 13719, 'Cash Registers', 'Cash-Registers', 66503, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13732, 13732, 'Vending', 'Vending', 66503, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13733, 13733, 'Gumballs, Peanuts', 'Gumballs-Peanuts', 13732, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13734, 13734, 'Soda', 'Soda', 13732, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3950, 3950, 'Other Vending', 'Other-Vending', 13732, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3265, 3265, 'Barware', 'Barware', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13906, 13906, 'Bar Sets', 'Bar-Sets', 3265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13907, 13907, 'Coasters', 'Coasters', 3265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11635, 11635, 'Corkscrews', 'Corkscrews', 3265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35711, 35711, 'Decanters', 'Decanters', 3265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35712, 35712, 'Pre-1970', 'Pre-1970', 35711, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10901, 10901, '1970-Now', '1970-Now', 35711, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35713, 35713, 'Glasses, Cups, Mugs', 'Glasses-Cups-Mugs', 3265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35714, 35714, 'Guides, Recipes, Games', 'Guides-Recipes-Games', 3265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10902, 10902, 'Ice Buckets', 'Ice-Buckets', 3265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35715, 35715, 'Pitchers', 'Pitchers', 3265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10903, 10903, 'Pourers, Stoppers', 'Pourers-Stoppers', 3265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10904, 10904, 'Shakers', 'Shakers', 3265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3273, 3273, 'Shot Glasses', 'Shot-Glasses', 3265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10905, 10905, 'Swizzle/Stir Sticks', 'Swizzle-Stir-Sticks', 3265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3269, 3269, 'Other Barware', 'Other-Barware', 3265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156277, 156277, 'Beads', 'Beads', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156278, 156278, 'Pre-1400', 'Pre-1400', 156277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156279, 156279, '1400-1800', '1400-1800', 156277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156280, 156280, '1800-1950', '1800-1950', 156277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156281, 156281, '1950-Now', '1950-Now', 156277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29797, 29797, 'Bottles & Insulators', 'Bottles-and-Insulators', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39491, 39491, 'Bottles', 'Bottles', 29797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 889, 889, 'Antique (Pre-1900)', 'Antique-Pre-1900', 39491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156282, 156282, 'Beer', 'Beer', 889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 890, 890, 'Bitters', 'Bitters', 889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 891, 891, 'Flasks', 'Flasks', 889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 892, 892, 'Fruit Jars', 'Fruit-Jars', 889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13908, 13908, 'Hair, Skin Care', 'Hair-Skin-Care', 889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 894, 894, 'Inks', 'Inks', 889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 895, 895, 'Medicines, Cures', 'Medicines-Cures', 889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 896, 896, 'Mineral Waters', 'Mineral-Waters', 889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 893, 893, 'Pickles, Sauces, Other Food', 'Pickles-Sauces-Other-Food', 889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 897, 897, 'Poisons', 'Poisons', 889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1350, 1350, 'Sodas', 'Sodas', 889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13909, 13909, 'Utility & Black Glass', 'Utility-and-Black-Glass', 889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1351, 1351, 'Whiskeys, Gins, Schnapps', 'Whiskeys-Gins-Schnapps', 889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13910, 13910, 'Other Antique Bottles', 'Other-Antique-Bottles', 889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13911, 13911, 'Modern (1900-Now)', 'Modern-1900-Now', 39491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39492, 39492, 'Beer', 'Beer', 13911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13912, 13912, 'Flasks', 'Flasks', 13911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13913, 13913, 'Fruit Jars', 'Fruit-Jars', 13911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13914, 13914, 'Medicine: Screw Top', 'Medicine-Screw-Top', 13911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39493, 39493, 'Milk', 'Milk', 13911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39494, 39494, 'New Jersey', 'New-Jersey', 39493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39495, 39495, 'New York', 'New-York', 39493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39496, 39496, 'Ohio', 'Ohio', 39493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39497, 39497, 'Pennsylvania', 'Pennsylvania', 39493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10906, 10906, 'Other', 'Other', 39493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3914, 3914, 'Miniatures', 'Miniatures', 13911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39498, 39498, 'Perfume', 'Perfume', 13911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39499, 39499, 'Sodas', 'Sodas', 13911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39500, 39500, 'Coca-Cola', 'Coca-Cola', 39499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39501, 39501, 'Pepsi', 'Pepsi', 39499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13915, 13915, 'Other', 'Other', 39499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13916, 13916, 'Whiskeys: Screw Top', 'Whiskeys-Screw-Top', 13911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39502, 39502, 'Wine', 'Wine', 13911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 369, 369, 'Other Modern Bottles', 'Other-Modern-Bottles', 13911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13917, 13917, 'Reproduction', 'Reproduction', 39491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13918, 13918, 'Wheaton', 'Wheaton', 13917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10907, 10907, 'Other Reproduction Bottles', 'Other-Reproduction-Bottles', 13917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 795, 795, 'Insulators', 'Insulators', 29797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 562, 562, 'Breweriana, Beer', 'Breweriana-Beer', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35716, 35716, 'Ads-Print', 'Ads-Print', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50731, 50731, 'Ashtrays', 'Ashtrays', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13550, 13550, 'Bottle Caps', 'Bottle-Caps', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 563, 563, 'Bottles', 'Bottles', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3915, 3915, 'Cans: US', 'Cans-US', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3916, 3916, 'Cone Tops', 'Cone-Tops', 3915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3917, 3917, 'Flat Tops', 'Flat-Tops', 3915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3918, 3918, 'Pull Tabs', 'Pull-Tabs', 3915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 564, 564, 'Other US Cans', 'Other-US-Cans', 3915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3919, 3919, 'Cans: Non-US', 'Cans-Non-US', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35717, 35717, 'Clocks', 'Clocks', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 565, 565, 'Coasters', 'Coasters', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50732, 50732, 'Coolers', 'Coolers', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3920, 3920, 'Drinkware, Steins', 'Drinkware-Steins', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35718, 35718, 'Glasses', 'Glasses', 3920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35719, 35719, 'Germany', 'Germany', 35718, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35720, 35720, 'US', 'US', 35718, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35721, 35721, 'Budweiser', 'Budweiser', 35720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35722, 35722, 'Miller', 'Miller', 35720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3921, 3921, 'Other Brands', 'Other-Brands', 35720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35723, 35723, 'Other Countries', 'Other-Countries', 35718, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40041, 40041, 'Lidded Steins', 'Lidded-Steins', 3920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40042, 40042, 'Germany', 'Germany', 40041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40043, 40043, 'US', 'US', 40041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3922, 3922, 'Other Countries', 'Other-Countries', 40041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35724, 35724, 'Mugs', 'Mugs', 3920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35725, 35725, 'Germany', 'Germany', 35724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3923, 3923, 'US', 'US', 35724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35726, 35726, 'Other Countries', 'Other-Countries', 35724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3924, 3924, 'Pitchers', 'Pitchers', 3920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40044, 40044, 'Steins', 'Steins', 3920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40045, 40045, 'Germany', 'Germany', 40044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40046, 40046, 'US', 'US', 40044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3925, 3925, 'Other Countries', 'Other-Countries', 40044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 570, 570, 'Other Drinkware', 'Other-Drinkware', 3920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50733, 50733, 'Hats', 'Hats', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 567, 567, 'Labels', 'Labels', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50734, 50734, 'Lighters', 'Lighters', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13551, 13551, 'Mirrors', 'Mirrors', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 566, 566, 'Openers', 'Openers', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50735, 50735, 'Patches', 'Patches', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35727, 35727, 'Pins', 'Pins', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35728, 35728, 'Playing Cards', 'Playing-Cards', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35729, 35729, 'Posters, Prints', 'Posters-Prints', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 568, 568, 'Pre-prohibition', 'Pre-prohibition', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50736, 50736, 'Shirts', 'Shirts', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50737, 50737, 'Signs, Tins', 'Signs-Tins', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50738, 50738, 'Budweiser', 'Budweiser', 50737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50739, 50739, 'Coors', 'Coors', 50737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50740, 50740, 'Corona', 'Corona', 50737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50741, 50741, 'Guinness', 'Guinness', 50737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50742, 50742, 'Hamms', 'Hamms', 50737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50743, 50743, 'Heineken', 'Heineken', 50737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50744, 50744, 'Michelob', 'Michelob', 50737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50745, 50745, 'Miller', 'Miller', 50737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50746, 50746, 'Pabst', 'Pabst', 50737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63746, 63746, 'Rolling Rock', 'Rolling-Rock', 50737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50747, 50747, 'Schlitz', 'Schlitz', 50737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 569, 569, 'Other Brands', 'Other-Brands', 50737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35730, 35730, 'Tap Handles, Knobs', 'Tap-Handles-Knobs', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35731, 35731, 'Budweiser', 'Budweiser', 35730, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35732, 35732, 'Miller', 'Miller', 35730, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 571, 571, 'Other Brands', 'Other-Brands', 35730, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35733, 35733, 'Towels', 'Towels', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 572, 572, 'Trays', 'Trays', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118, 118, 'Other Breweriana', 'Other-Breweriana', 562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 898, 898, 'Casino', 'Casino', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10908, 10908, 'Cards', 'Cards', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63747, 63747, 'Card Dealer Shoe', 'Card-Dealer-Shoe', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150118, 150118, 'Card Guards', 'Card-Guards', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63748, 63748, 'Card Shuffler', 'Card-Shuffler', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66504, 66504, 'Casino Memorabilia', 'Casino-Memorabilia', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13714, 13714, 'Ashtrays', 'Ashtrays', 66504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35748, 35748, 'Glasses, Cups, Mugs', 'Glasses-Cups-Mugs', 66504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63762, 63762, 'Hotel Room Keys', 'Hotel-Room-Keys', 66504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73481, 73481, 'Matchbooks', 'Matchbooks', 66504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82485, 82485, 'Signs', 'Signs', 66504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73482, 73482, 'T-Shirts, Shirts', 'T-Shirts-Shirts', 66504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73483, 73483, 'Watches', 'Watches', 66504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66535, 66535, 'Other', 'Other', 66504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35743, 35743, 'Chips', 'Chips', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63749, 63749, 'Individual Casino Chips', 'Individual-Casino-Chips', 35743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70956, 70956, 'Fractionals', 'Fractionals', 63749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63750, 63750, '$1', '$1', 63749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63751, 63751, '$2.50', '$2-50', 63749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63752, 63752, '$5', '$5', 63749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63753, 63753, '$10', '$10', 63749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63754, 63754, '$25', '$25', 63749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63755, 63755, '$100', '$100', 63749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63756, 63756, 'Other', 'Other', 63749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156284, 156284, 'Non-Casino Chips', 'Non-Casino-Chips', 35743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150119, 150119, 'Poker Chips', 'Poker-Chips', 35743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63757, 63757, 'Sets', 'Sets', 35743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63758, 63758, '300', '300', 63757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70957, 70957, '400', '400', 63757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63759, 63759, '500', '500', 63757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70958, 70958, '600', '600', 63757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70959, 70959, '650', '650', 63757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95115, 95115, '1000', '1000', 63757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63760, 63760, 'Other', 'Other', 63757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73484, 73484, 'Storage, Supplies', 'Storage-Supplies', 35743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73485, 73485, 'Cases', 'Cases', 73484, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73486, 73486, 'Trays, Racks', 'Trays-Racks', 73484, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73487, 73487, 'Other', 'Other', 73484, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156283, 156283, 'Reproductions', 'Reproductions', 35743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63761, 63761, 'Dealer Buttons', 'Dealer-Buttons', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10909, 10909, 'Dice', 'Dice', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73488, 73488, 'Manuals, Strategy', 'Manuals-Strategy', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73489, 73489, 'Roulette Wheels, Sets', 'Roulette-Wheels-Sets', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63763, 63763, 'Slot Cards', 'Slot-Cards', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13728, 13728, 'Slots', 'Slots', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14283, 14283, 'Machines', 'Machines', 13728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14282, 14282, 'Antique Coin Slot Machines', 'Antique-Coin-Slot-Machines', 14283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14284, 14284, 'Non-Functional Slot Machines', 'Non-Functional-Slot-Machines', 14283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13729, 13729, 'Skill Slot Machines', 'Skill-Slot-Machines', 14283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3948, 3948, 'Token Slot Machines', 'Token-Slot-Machines', 14283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13730, 13730, 'Paper', 'Paper', 13728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13731, 13731, 'Parts & Accessories', 'Parts-and-Accessories', 13728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66536, 66536, 'Other', 'Other', 13728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3443, 3443, 'Strikes', 'Strikes', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35749, 35749, 'Tables, Layouts', 'Tables-Layouts', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3512, 3512, 'Tokens', 'Tokens', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3949, 3949, 'Trade Stimulators', 'Trade-Stimulators', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 573, 573, 'Other Casino Items', 'Other-Casino-Items', 898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 397, 397, 'Clocks', 'Clocks', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13851, 13851, 'Antique (Pre-1930)', 'Antique-Pre-1930', 397, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35734, 35734, 'Alarm', 'Alarm', 13851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13850, 13850, 'Cuckoo, Black Forest', 'Cuckoo-Black-Forest', 13851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13852, 13852, 'Grandfather', 'Grandfather', 13851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13853, 13853, 'Shelf, Mantel', 'Shelf-Mantel', 13851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 13854, 13854, 'Wall', 'Wall', 13851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3929, 3929, 'Other Antique Clocks', 'Other-Antique-Clocks', 13851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13855, 13855, 'Vintage (1930-69)', 'Vintage-1930-69', 397, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13856, 13856, 'Alarm', 'Alarm', 13855, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10020, 10020, 'Cuckoo, Black Forest', 'Cuckoo-Black-Forest', 13855, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13857, 13857, 'Grandfather', 'Grandfather', 13855, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13858, 13858, 'Shelf, Mantel', 'Shelf-Mantel', 13855, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13859, 13859, 'Wall', 'Wall', 13855, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3931, 3931, 'Other Vintage Clocks', 'Other-Vintage-Clocks', 13855, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13860, 13860, 'Modern (1970-Now)', 'Modern-1970-Now', 397, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13861, 13861, 'Alarm', 'Alarm', 13860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35735, 35735, 'Cuckoo, Black Forest', 'Cuckoo-Black-Forest', 13860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157006, 157006, 'Grandfather', 'Grandfather', 13860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3933, 3933, 'Novelty', 'Novelty', 13860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10021, 10021, 'Shelf, Mantel', 'Shelf-Mantel', 13860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10022, 10022, 'Wall', 'Wall', 13860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3930, 3930, 'Other Modern Clocks', 'Other-Modern-Clocks', 13860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10027, 10027, 'Parts & Tools', 'Parts-and-Tools', 397, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10028, 10028, 'Attachments', 'Attachments', 10027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10029, 10029, 'Hand Tools', 'Hand-Tools', 10027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10030, 10030, 'Machinery', 'Machinery', 10027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10031, 10031, 'Parts', 'Parts', 10027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10026, 10026, 'Other Parts & Tools', 'Other-Parts-and-Tools', 10027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63, 63, 'Comics', 'Comics', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 65, 65, 'Platinum Age (1897-1937)', 'Platinum-Age-1897-1937', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66, 66, 'Golden Age (1938-55)', 'Golden-Age-1938-55', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155255, 155255, 'By Publisher', 'By-Publisher', 66, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155256, 155256, 'DC', 'DC', 155255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155257, 155257, 'Fawcett', 'Fawcett', 155255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155258, 155258, 'Marvel', 'Marvel', 155255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155259, 155259, 'Timely', 'Timely', 155255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155260, 155260, 'Quality', 'Quality', 155255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155261, 155261, 'Other', 'Other', 155255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3972, 3972, 'Cartoon Character', 'Cartoon-Character', 66, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14006, 14006, 'Classics Illustrated', 'Classics-Illustrated', 66, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 69, 69, 'Crime', 'Crime', 66, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71, 71, 'Funny Animal', 'Funny-Animal', 66, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70, 70, 'Horror, Sci-Fi', 'Horror-Sci-Fi', 66, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155262, 155262, 'Jungle', 'Jungle', 66, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155263, 155263, 'Movie, TV', 'Movie-TV', 66, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3973, 3973, 'Romance', 'Romance', 66, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35750, 35750, 'Superhero', 'Superhero', 66, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35751, 35751, 'Batman', 'Batman', 35750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155264, 155264, 'Captain Marvel', 'Captain-Marvel', 35750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155265, 155265, 'Green Lantern', 'Green-Lantern', 35750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35752, 35752, 'Superman', 'Superman', 35750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155266, 155266, 'Wonder Woman', 'Wonder-Woman', 35750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 68, 68, 'Other Superheroes', 'Other-Superheroes', 35750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3974, 3974, 'War', 'War', 66, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3975, 3975, 'Westerns', 'Westerns', 66, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67, 67, 'Other Golden Age', 'Other-Golden-Age', 66, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73, 73, 'Silver Age (1956-69)', 'Silver-Age-1956-69', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155267, 155267, 'By Publisher', 'By-Publisher', 73, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155268, 155268, 'DC', 'DC', 155267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155269, 155269, 'Dell', 'Dell', 155267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155270, 155270, 'Charlton', 'Charlton', 155267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155271, 155271, 'Marvel', 'Marvel', 155267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155272, 155272, 'Other', 'Other', 155267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35753, 35753, 'Cartoon Character', 'Cartoon-Character', 73, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35754, 35754, 'Archie', 'Archie', 35753, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88866, 88866, 'Disney', 'Disney', 35753, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155273, 155273, 'Hanna-Barbera', 'Hanna-Barbera', 35753, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155274, 155274, 'Harvey', 'Harvey', 35753, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155275, 155275, 'Walter Lantz', 'Walter-Lantz', 35753, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35755, 35755, 'Warner Bros', 'Warner-Bros', 35753, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3976, 3976, 'Other Cartoon Characters', 'Other-Cartoon-Characters', 35753, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14007, 14007, 'Classics Illustrated', 'Classics-Illustrated', 73, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 76, 76, 'Horror, Sci-Fi', 'Horror-Sci-Fi', 73, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155276, 155276, 'Jungle', 'Jungle', 73, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82486, 82486, 'Movie, TV', 'Movie-TV', 73, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3977, 3977, 'Romance', 'Romance', 73, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32723, 32723, 'Superhero', 'Superhero', 73, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32724, 32724, 'Aquaman', 'Aquaman', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32725, 32725, 'Atom', 'Atom', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32726, 32726, 'Avengers', 'Avengers', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32727, 32727, 'Batman', 'Batman', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32728, 32728, 'Brave and the Bold', 'Brave-and-the-Bold', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32729, 32729, 'Captain America', 'Captain-America', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32730, 32730, 'Daredevil', 'Daredevil', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73490, 73490, 'Dr. Strange', 'Dr-Strange', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32731, 32731, 'Fantastic Four', 'Fantastic-Four', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32732, 32732, 'Flash', 'Flash', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32733, 32733, 'Green Lantern', 'Green-Lantern', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155277, 155277, 'Hawkman', 'Hawkman', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32734, 32734, 'Incredible Hulk', 'Incredible-Hulk', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32735, 32735, 'Iron Man', 'Iron-Man', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32736, 32736, 'Journey Into Mystery', 'Journey-Into-Mystery', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32737, 32737, 'Justice League of America', 'Justice-League-of-America', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32738, 32738, 'Silver Surfer', 'Silver-Surfer', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32739, 32739, 'Spider-Man', 'Spider-Man', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32740, 32740, 'Strange Tales', 'Strange-Tales', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32741, 32741, 'Sub-Mariner', 'Sub-Mariner', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32742, 32742, 'Superboy', 'Superboy', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32743, 32743, 'Superman', 'Superman', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32744, 32744, 'Tales of Suspense', 'Tales-of-Suspense', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32745, 32745, 'Tales to Astonish', 'Tales-to-Astonish', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32746, 32746, 'Thor', 'Thor', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155278, 155278, 'Wonder Woman', 'Wonder-Woman', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155279, 155279, 'Worlds Finest', 'Worlds-Finest', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32747, 32747, 'X-Men', 'X-Men', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32748, 32748, 'Mixed Items', 'Mixed-Items', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75, 75, 'Other Superheroes', 'Other-Superheroes', 32723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14213, 14213, 'War', 'War', 73, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3978, 3978, 'Westerns', 'Westerns', 73, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74, 74, 'Other Silver Age', 'Other-Silver-Age', 73, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12590, 12590, 'Bronze Age (1970-79)', 'Bronze-Age-1970-79', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35759, 35759, 'By Publisher', 'By-Publisher', 12590, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35760, 35760, 'DC', 'DC', 35759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155286, 155286, 'Gold Key', 'Gold-Key', 35759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155287, 155287, 'Harvey', 'Harvey', 35759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35761, 35761, 'Marvel', 'Marvel', 35759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12593, 12593, 'Other', 'Other', 35759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35756, 35756, 'Cartoon Character', 'Cartoon-Character', 12590, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35757, 35757, 'Archie', 'Archie', 35756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88867, 88867, 'Disney', 'Disney', 35756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155280, 155280, 'Hanna-Barbera', 'Hanna-Barbera', 35756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35758, 35758, 'Richie Rich', 'Richie-Rich', 35756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12591, 12591, 'Other Cartoon Characters', 'Other-Cartoon-Characters', 35756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14008, 14008, 'Classics Illustrated', 'Classics-Illustrated', 12590, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12592, 12592, 'Horror, Sci-Fi', 'Horror-Sci-Fi', 12590, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155281, 155281, 'Jungle', 'Jungle', 12590, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155282, 155282, 'Movie, TV', 'Movie-TV', 12590, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33806, 33806, 'Superhero', 'Superhero', 12590, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155283, 155283, 'Aquaman', 'Aquaman', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33807, 33807, 'Avengers', 'Avengers', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33808, 33808, 'Batman', 'Batman', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33809, 33809, 'Brave and the Bold', 'Brave-and-the-Bold', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33810, 33810, 'Captain America', 'Captain-America', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33811, 33811, 'Conan', 'Conan', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33812, 33812, 'Daredevil', 'Daredevil', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88868, 88868, 'Defenders', 'Defenders', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73491, 73491, 'Dr. Strange', 'Dr-Strange', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33813, 33813, 'Fantastic Four', 'Fantastic-Four', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33814, 33814, 'Flash', 'Flash', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82487, 82487, 'Ghost Rider', 'Ghost-Rider', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33815, 33815, 'Green Lantern', 'Green-Lantern', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33816, 33816, 'Incredible Hulk', 'Incredible-Hulk', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33817, 33817, 'Iron Man', 'Iron-Man', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33818, 33818, 'Justice League of America', 'Justice-League-of-America', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33819, 33819, 'Spider-Man', 'Spider-Man', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33820, 33820, 'Star Wars', 'Star-Wars', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33821, 33821, 'Superboy', 'Superboy', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33822, 33822, 'Superman', 'Superman', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33823, 33823, 'Thor', 'Thor', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33824, 33824, 'Tomb of Dracula', 'Tomb-of-Dracula', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33825, 33825, 'Wonder Woman', 'Wonder-Woman', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155284, 155284, 'Worlds Finest', 'Worlds-Finest', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33826, 33826, 'X-Men', 'X-Men', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33827, 33827, 'Mixed Items', 'Mixed-Items', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155285, 155285, 'Other', 'Other', 33806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50749, 50749, 'War', 'War', 12590, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155288, 155288, 'Westerns', 'Westerns', 12590, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12589, 12589, 'Other Bronze Age', 'Other-Bronze-Age', 12590, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 900, 900, 'Modern Age (1980-Now)', 'Modern-Age-1980-Now', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35763, 35763, 'By Publisher', 'By-Publisher', 900, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155291, 155291, 'Comico', 'Comico', 35763, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50750, 50750, 'Crossgen', 'Crossgen', 35763, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70964, 70964, 'Dark Horse', 'Dark-Horse', 35763, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35764, 35764, 'DC', 'DC', 35763, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74706, 74706, 'Eclipse', 'Eclipse', 35763, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155292, 155292, 'First', 'First', 35763, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70965, 70965, 'Image', 'Image', 35763, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35765, 35765, 'Marvel', 'Marvel', 35763, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155293, 155293, 'Pacific', 'Pacific', 35763, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60213, 60213, 'Valiant', 'Valiant', 35763, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3983, 3983, 'Other', 'Other', 35763, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3979, 3979, 'Alternative, Underground', 'Alternative-Underground', 900, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3980, 3980, 'Cartoon Character', 'Cartoon-Character', 900, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3981, 3981, 'Horror, Sci-Fi', 'Horror-Sci-Fi', 900, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3955, 3955, 'Movie, TV', 'Movie-TV', 900, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32749, 32749, 'Superhero', 'Superhero', 900, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82488, 82488, 'Alpha Flight', 'Alpha-Flight', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155289, 155289, 'Aquaman', 'Aquaman', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99943, 99943, 'Avengers', 'Avengers', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99944, 99944, 'Avengers Disassembled', 'Avengers-Disassembled', 99943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99945, 99945, 'Avengers West Coast', 'Avengers-West-Coast', 99943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99947, 99947, 'Original Avengers', 'Original-Avengers', 99943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99946, 99946, 'The New Avengers', 'The-New-Avengers', 99943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32750, 32750, 'Other Avengers', 'Other-Avengers', 99943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99948, 99948, 'Batgirl', 'Batgirl', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99949, 99949, 'Batman', 'Batman', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99950, 99950, 'Detective Comics', 'Detective-Comics', 99949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99951, 99951, 'Gotham Knights', 'Gotham-Knights', 99949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99952, 99952, 'Legends of the Dark Knight', 'Legends-of-the-Dark-Knight', 99949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99953, 99953, 'Original Series', 'Original-Series', 99949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99954, 99954, 'Shadow of the Bat', 'Shadow-of-the-Bat', 99949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 17076, 17076, 'Other Batman', 'Other-Batman', 99949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32751, 32751, 'Captain America', 'Captain-America', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32752, 32752, 'Catwoman', 'Catwoman', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 17077, 17077, 'Conan', 'Conan', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32753, 32753, 'Daredevil', 'Daredevil', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66506, 66506, 'Darkness', 'Darkness', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73492, 73492, 'Deathlok', 'Deathlok', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88869, 88869, 'Defenders', 'Defenders', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73493, 73493, 'Dr. Strange', 'Dr-Strange', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32754, 32754, 'Fantastic Four', 'Fantastic-Four', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73494, 73494, 'Fathom', 'Fathom', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32755, 32755, 'Flash', 'Flash', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82489, 82489, 'Ghost Rider', 'Ghost-Rider', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35762, 35762, 'GI Joe', 'GI-Joe', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66507, 66507, 'Green Arrow', 'Green-Arrow', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32756, 32756, 'Green Lantern', 'Green-Lantern', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103933, 103933, 'Hawkman', 'Hawkman', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66508, 66508, 'Hellboy', 'Hellboy', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82490, 82490, 'Identity Crisis', 'Identity-Crisis', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32757, 32757, 'Incredible Hulk', 'Incredible-Hulk', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73495, 73495, 'Iron Man', 'Iron-Man', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32758, 32758, 'Justice League of America', 'Justice-League-of-America', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99955, 99955, 'Justice Society of America', 'Justice-Society-of-America', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82491, 82491, 'Lady Death', 'Lady-Death', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82492, 82492, 'Legion of Superheroes', 'Legion-of-Superheroes', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82493, 82493, 'Lobo', 'Lobo', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73496, 73496, 'Magneto', 'Magneto', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98022, 98022, 'Moon Knight', 'Moon-Knight', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32759, 32759, 'Phantom', 'Phantom', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32760, 32760, 'Punisher', 'Punisher', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82494, 82494, 'Sandman', 'Sandman', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82495, 82495, 'Secret Wars', 'Secret-Wars', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74704, 74704, 'Shi', 'Shi', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32761, 32761, 'Silver Surfer', 'Silver-Surfer', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 17079, 17079, 'Spawn', 'Spawn', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70960, 70960, 'Spider-Man', 'Spider-Man', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70961, 70961, 'Amazing', 'Amazing', 70960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99956, 99956, 'Marvel Knights', 'Marvel-Knights', 70960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70962, 70962, 'Spectacular', 'Spectacular', 70960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70963, 70963, 'Ultimate', 'Ultimate', 70960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99957, 99957, 'Venom', 'Venom', 70960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 17082, 17082, 'Other', 'Other', 70960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32762, 32762, 'Star Wars', 'Star-Wars', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 17084, 17084, 'Superman', 'Superman', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82496, 82496, 'Swamp Thing', 'Swamp-Thing', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 17081, 17081, 'Teen Titans', 'Teen-Titans', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 17080, 17080, 'Thor', 'Thor', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32763, 32763, 'Tomb Raider', 'Tomb-Raider', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32764, 32764, 'Transformers', 'Transformers', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32765, 32765, 'Ultimates', 'Ultimates', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74705, 74705, 'Ultraverse', 'Ultraverse', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32766, 32766, 'Witchblade', 'Witchblade', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32767, 32767, 'Wolverine', 'Wolverine', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32768, 32768, 'Wonder Woman', 'Wonder-Woman', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63764, 63764, 'X-Men', 'X-Men', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88870, 88870, 'Astonishing X-Men', 'Astonishing-X-Men', 63764, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63765, 63765, 'Generation X', 'Generation-X', 63764, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63766, 63766, 'New Mutants', 'New-Mutants', 63764, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103934, 103934, 'New X-Men', 'New-X-Men', 63764, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66509, 66509, 'Ultimate', 'Ultimate', 63764, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63767, 63767, 'Uncanny X-Men', 'Uncanny-X-Men', 63764, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88871, 88871, 'Unlimited', 'Unlimited', 63764, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88872, 88872, 'X-Factor', 'X-Factor', 63764, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63768, 63768, 'X-Force', 'X-Force', 63764, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 17085, 17085, 'Other', 'Other', 63764, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32769, 32769, 'Mixed Items', 'Mixed-Items', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155290, 155290, 'Other', 'Other', 32749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82497, 82497, 'Trade Publications', 'Trade-Publications', 900, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 77, 77, 'Other Modern Age', 'Other-Modern-Age', 900, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48776, 48776, 'Apparel & Accessories', 'Apparel-and-Accessories', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35766, 35766, 'Collections', 'Collections', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35767, 35767, 'Batman', 'Batman', 35766, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35768, 35768, 'Spider-Man', 'Spider-Man', 35766, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35769, 35769, 'Superman', 'Superman', 35766, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35770, 35770, 'Mixed Lots', 'Mixed-Lots', 35766, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35771, 35771, 'Other Characters', 'Other-Characters', 35766, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35772, 35772, 'DC', 'DC', 35771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35773, 35773, 'Marvel', 'Marvel', 35771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3952, 3952, 'Other', 'Other', 35771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3957, 3957, 'European & Latin American', 'European-and-Latin-American', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3960, 3960, 'Europe', 'Europe', 3957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155294, 155294, 'Mexico', 'Mexico', 3957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3964, 3964, 'UK', 'UK', 3957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3956, 3956, 'Other Countries', 'Other-Countries', 3957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88873, 88873, 'Figurines', 'Figurines', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88874, 88874, 'Batman', 'Batman', 88873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88875, 88875, 'Captain America', 'Captain-America', 88873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98023, 98023, 'Fantastic Four', 'Fantastic-Four', 88873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88876, 88876, 'Incredible Hulk', 'Incredible-Hulk', 88873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88877, 88877, 'Justice League of America', 'Justice-League-of-America', 88873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88878, 88878, 'Punisher', 'Punisher', 88873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88879, 88879, 'Spider-Man', 'Spider-Man', 88873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88880, 88880, 'Superman', 'Superman', 88873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88881, 88881, 'Wolverine', 'Wolverine', 88873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88882, 88882, 'Wonder Woman', 'Wonder-Woman', 88873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98024, 98024, 'X-Men', 'X-Men', 88873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80, 80, 'Other Superheroes', 'Other-Superheroes', 88873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3953, 3953, 'Full Runs', 'Full-Runs', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35774, 35774, 'Graphic Novels, TPBs', 'Graphic-Novels-TPBs', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35775, 35775, 'Alternative, Underground', 'Alternative-Underground', 35774, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35786, 35786, 'DC', 'DC', 35774, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35776, 35776, 'Cartoon Character', 'Cartoon-Character', 35774, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35777, 35777, 'Horror, Sci-Fi', 'Horror-Sci-Fi', 35774, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35787, 35787, 'Marvel', 'Marvel', 35774, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35778, 35778, 'Movie, TV', 'Movie-TV', 35774, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35779, 35779, 'Superhero', 'Superhero', 35774, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35780, 35780, 'Batman', 'Batman', 35779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35781, 35781, 'Spider-Man', 'Spider-Man', 35779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35782, 35782, 'Superman', 'Superman', 35779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35783, 35783, 'X-Men', 'X-Men', 35779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35784, 35784, 'Other Superheroes', 'Other-Superheroes', 35779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3954, 3954, 'Other', 'Other', 35774, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3965, 3965, 'Magazines', 'Magazines', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3966, 3966, 'Alternative, Zines', 'Alternative-Zines', 3965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78, 78, 'Collections', 'Collections', 3965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3967, 3967, 'Fanzines, Fan Clubs', 'Fanzines-Fan-Clubs', 3965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3968, 3968, 'Heavy Metal', 'Heavy-Metal', 3965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3969, 3969, 'Mad', 'Mad', 3965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3970, 3970, 'Pulps', 'Pulps', 3965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3971, 3971, 'Superhero', 'Superhero', 3965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3752, 3752, 'Other Magazines', 'Other-Magazines', 3965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 8575, 8575, 'Manga', 'Manga', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79, 79, 'Newspaper Comics', 'Newspaper-Comics', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3984, 3984, 'Original Comic Art', 'Original-Comic-Art', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14009, 14009, 'Comic Strip Art', 'Comic-Strip-Art', 3984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3985, 3985, 'Covers', 'Covers', 3984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3986, 3986, 'Drawings, Sketches', 'Drawings-Sketches', 3984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3987, 3987, 'Paintings', 'Paintings', 3984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14010, 14010, 'Splash Pages', 'Splash-Pages', 3984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 972, 972, 'Other Original Art', 'Other-Original-Art', 3984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82498, 82498, 'Posters', 'Posters', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99958, 99958, 'Supplies', 'Supplies', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99959, 99959, 'Bags, Backing Boards', 'Bags-Backing-Boards', 99958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99960, 99960, 'Boxes', 'Boxes', 99958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99961, 99961, 'Price Guides', 'Price-Guides', 99958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10547, 10547, 'Other', 'Other', 99958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64, 64, 'Other Comics', 'Other-Comics', 63, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3913, 3913, 'Cultures, Ethnicities', 'Cultures-Ethnicities', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149360, 149360, 'African', 'African', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156285, 156285, 'Pre-1600', 'Pre-1600', 149360, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149361, 149361, '1600-1900', '1600-1900', 149360, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29439, 29439, '1900-Now', '1900-Now', 149360, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29440, 29440, 'Baskets, Containers', 'Baskets-Containers', 29439, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29441, 29441, 'Figures, Sculpture', 'Figures-Sculpture', 29439, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29442, 29442, 'Masks', 'Masks', 29439, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4190, 4190, 'Other', 'Other', 29439, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149362, 149362, 'Asian', 'Asian', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149363, 149363, 'Pre-1900', 'Pre-1900', 149362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13736, 13736, '1900-Now', '1900-Now', 149362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29443, 29443, 'Chinese', 'Chinese', 13736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29444, 29444, 'Bowls, Plates', 'Bowls-Plates', 29443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149364, 149364, 'Boxes', 'Boxes', 29443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35788, 35788, 'Cups, Mugs', 'Cups-Mugs', 29443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35789, 35789, 'Dolls, Bears', 'Dolls-Bears', 29443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29445, 29445, 'Figures, Sculpture', 'Figures-Sculpture', 29443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35790, 35790, 'Jewelry', 'Jewelry', 29443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149365, 149365, 'Lanterns', 'Lanterns', 29443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35791, 35791, 'Paintings, Posters', 'Paintings-Posters', 29443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29446, 29446, 'Scrolls, Calligraphy', 'Scrolls-Calligraphy', 29443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33828, 33828, 'Snuff Bottles', 'Snuff-Bottles', 29443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29447, 29447, 'Teapots, Tea Sets', 'Teapots-Tea-Sets', 29443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29448, 29448, 'Vases, Jars', 'Vases-Jars', 29443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3546, 3546, 'Other', 'Other', 29443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13737, 13737, 'Indian', 'Indian', 13736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13738, 13738, 'Indonesian', 'Indonesian', 13736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29449, 29449, 'Japanese', 'Japanese', 13736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29450, 29450, 'Bowls, Plates', 'Bowls-Plates', 29449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35792, 35792, 'Dolls', 'Dolls', 29449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29451, 29451, 'Fans, Accessories', 'Fans-Accessories', 29449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29452, 29452, 'Kimonos', 'Kimonos', 29449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29453, 29453, 'Netsuke', 'Netsuke', 29449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29454, 29454, 'Obis', 'Obis', 29449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35793, 35793, 'Paintings, Posters', 'Paintings-Posters', 29449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29455, 29455, 'Teapots, Tea Sets', 'Teapots-Tea-Sets', 29449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35794, 35794, 'Vases, Jars', 'Vases-Jars', 29449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4003, 4003, 'Other', 'Other', 29449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4004, 4004, 'Korean', 'Korean', 13736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29456, 29456, 'Nepalese, Tibetan', 'Nepalese-Tibetan', 13736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25427, 25427, 'Thai/Siamese', 'Thai-Siamese', 13736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 373, 373, 'Other Asian Cultures', 'Other-Asian-Cultures', 13736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4002, 4002, 'Australiana', 'Australiana', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29457, 29457, 'Black Americana', 'Black-Americana', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 35795, 35795, 'Banks', 'Banks', 29457, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35796, 35796, 'Cards', 'Cards', 29457, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35797, 35797, 'Dolls, Bears', 'Dolls-Bears', 29457, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29458, 29458, 'Figures, Sculpture', 'Figures-Sculpture', 29457, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29459, 29459, 'Housewares, Kitchenware', 'Housewares-Kitchenware', 29457, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35798, 35798, 'Photos', 'Photos', 29457, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35799, 35799, 'Prints, Posters', 'Prints-Posters', 29457, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35800, 35800, 'Signs', 'Signs', 29457, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152539, 152539, 'Reproductions', 'Reproductions', 29457, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 394, 394, 'Other Black Americana', 'Other-Black-Americana', 29457, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4000, 4000, 'British', 'British', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13739, 13739, 'Celtic', 'Celtic', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10911, 10911, 'Egyptian', 'Egyptian', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4001, 4001, 'European', 'European', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2000, 2000, 'Hawaiiana', 'Hawaiiana', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2002, 2002, 'Accessories', 'Accessories', 2000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2003, 2003, 'Apparel', 'Apparel', 2000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35801, 35801, 'Dishes, Bowls, Plates', 'Dishes-Bowls-Plates', 2000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2004, 2004, 'Hula', 'Hula', 2000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35802, 35802, 'Jewelry', 'Jewelry', 2000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35803, 35803, 'Lamps, Lights', 'Lamps-Lights', 2000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35804, 35804, 'Photos', 'Photos', 2000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35805, 35805, 'Prints, Posters', 'Prints-Posters', 2000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29460, 29460, 'Tikis', 'Tikis', 2000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2001, 2001, 'Other Hawaiiana', 'Other-Hawaiiana', 2000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13740, 13740, 'Latin American', 'Latin-American', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14342, 14342, 'Mexican', 'Mexican', 13740, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29461, 29461, 'Blankets, Rugs, Textiles', 'Blankets-Rugs-Textiles', 14342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149366, 149366, 'Day of the Dead', 'Day-of-the-Dead', 14342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149367, 149367, 'Folk Art', 'Folk-Art', 14342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149368, 149368, 'Huichol Art', 'Huichol-Art', 14342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35806, 35806, 'Masks', 'Masks', 14342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14343, 14343, 'Pottery', 'Pottery', 14342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149369, 149369, 'Tile', 'Tile', 14342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13741, 13741, 'Other', 'Other', 14342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4005, 4005, 'Other Latin American Cultures', 'Other-Latin-American-Cultures', 13740, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 713, 713, 'Native Americana', 'Native-Americana', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13742, 13742, 'Pre-1600', 'Pre-1600', 713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 715, 715, 'Artifacts', 'Artifacts', 13742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13743, 13743, 'Baskets', 'Baskets', 13742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13744, 13744, 'Beads', 'Beads', 13742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35807, 35807, 'Pipes', 'Pipes', 13742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13747, 13747, 'Pottery', 'Pottery', 13742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 716, 716, 'Other', 'Other', 13742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150004, 150004, '1600-1799', '1600-1799', 713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150005, 150005, 'Baskets', 'Baskets', 150004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150006, 150006, 'Beads, Beadwork', 'Beads-Beadwork', 150004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150007, 150007, 'Pottery', 'Pottery', 150004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150008, 150008, 'Other', 'Other', 150004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150009, 150009, '1800-1940', '1800-1940', 713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150010, 150010, 'Baskets', 'Baskets', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150011, 150011, 'Beads, Beadwork', 'Beads-Beadwork', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150012, 150012, 'Books', 'Books', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150013, 150013, 'Clothing, Moccasins', 'Clothing-Moccasins', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150014, 150014, 'Dolls, Kachinas', 'Dolls-Kachinas', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150015, 150015, 'Dream Catchers', 'Dream-Catchers', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150016, 150016, 'Fetishes, Totems', 'Fetishes-Totems', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150017, 150017, 'Flint Knapping Art', 'Flint-Knapping-Art', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150018, 150018, 'Hides, Pelts', 'Hides-Pelts', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150019, 150019, 'Jewelry', 'Jewelry', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150020, 150020, 'Masks, Headdresses', 'Masks-Headdresses', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150021, 150021, 'Musical Instruments', 'Musical-Instruments', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150022, 150022, 'Paintings, Drawings', 'Paintings-Drawings', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150023, 150023, 'Photographic Images', 'Photographic-Images', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150024, 150024, 'Pottery', 'Pottery', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150025, 150025, 'Rugs, Textiles (Navajo)', 'Rugs-Textiles-Navajo', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150026, 150026, 'Rugs, Textiles (Non-Navajo)', 'Rugs-Textiles-Non-Navajo', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150027, 150027, 'Sculpture', 'Sculpture', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150028, 150028, 'Weapons', 'Weapons', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150029, 150029, 'Other', 'Other', 150009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13749, 13749, '1940-Now', '1940-Now', 713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13750, 13750, 'Baskets', 'Baskets', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13751, 13751, 'Beads, Beadwork', 'Beads-Beadwork', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13752, 13752, 'Books', 'Books', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13753, 13753, 'Clothing, Moccasins', 'Clothing-Moccasins', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13754, 13754, 'Dolls, Kachinas', 'Dolls-Kachinas', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29462, 29462, 'Dream Catchers', 'Dream-Catchers', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13755, 13755, 'Fetishes, Totems', 'Fetishes-Totems', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4715, 4715, 'Flint Knapping Art', 'Flint-Knapping-Art', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29463, 29463, 'Hides, Pelts', 'Hides-Pelts', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13756, 13756, 'Jewelry', 'Jewelry', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 714, 714, 'Masks, Headdresses', 'Masks-Headdresses', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13757, 13757, 'Musical Instruments', 'Musical-Instruments', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13758, 13758, 'Paintings, Drawings', 'Paintings-Drawings', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13759, 13759, 'Photographic Images', 'Photographic-Images', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13760, 13760, 'Pottery', 'Pottery', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13761, 13761, 'Rugs, Textiles (Navajo)', 'Rugs-Textiles-Navajo', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13762, 13762, 'Rugs, Textiles (Non-Navajo)', 'Rugs-Textiles-Non-Navajo', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13763, 13763, 'Sculpture', 'Sculpture', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13764, 13764, 'Weapons', 'Weapons', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 372, 372, 'Other', 'Other', 13749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74707, 74707, 'Reproductions', 'Reproductions', 713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13765, 13765, 'Pacific Islands', 'Pacific-Islands', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4006, 4006, 'Russian', 'Russian', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4007, 4007, 'Western Americana', 'Western-Americana', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 209, 209, 'Antique Western', 'Antique-Western', 4007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4008, 4008, 'Apparel', 'Apparel', 4007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4009, 4009, 'Art', 'Art', 4007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29464, 29464, 'Belt Buckles', 'Belt-Buckles', 4007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4011, 4011, 'Bits, Bridles', 'Bits-Bridles', 4007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4010, 4010, 'Books', 'Books', 4007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4013, 4013, 'Decor', 'Decor', 4007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4014, 4014, 'Jewelry', 'Jewelry', 4007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4015, 4015, 'Paper', 'Paper', 4007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4016, 4016, 'Saddles', 'Saddles', 4007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4017, 4017, 'Spurs', 'Spurs', 4007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 987, 987, 'Other Western Americana', 'Other-Western-Americana', 4007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 128, 128, 'Other Cultures', 'Other-Cultures', 3913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13777, 13777, 'Decorative Collectibles', 'Decorative-Collectibles', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156286, 156286, 'Decorative Collectible Brands', 'Decorative-Collectible-Brands', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13778, 13778, 'All Gods Children', 'All-Gods-Children', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98025, 98025, 'Andrea by Sadek', 'Andrea-by-Sadek', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4018, 4018, 'ANRI', 'ANRI', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4019, 4019, 'Armani', 'Armani', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13779, 13779, 'Avon', 'Avon', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13780, 13780, 'Bells', 'Bells', 13779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1349, 1349, 'Bottles', 'Bottles', 13779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86891, 86891, 'Bowls', 'Bowls', 13779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39576, 39576, 'Candle Holders', 'Candle-Holders', 13779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11121, 11121, 'Collector Plates', 'Collector-Plates', 13779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13781, 13781, 'Decanters', 'Decanters', 13779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39577, 39577, 'Figurines', 'Figurines', 13779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13782, 13782, 'Goblets, Tumblers', 'Goblets-Tumblers', 13779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39578, 39578, 'Mugs, Cups, Saucers', 'Mugs-Cups-Saucers', 13779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13783, 13783, 'Ornaments', 'Ornaments', 13779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86892, 86892, 'Soap Accessories', 'Soap-Accessories', 13779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86893, 86893, 'Steins', 'Steins', 13779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86894, 86894, 'Vases', 'Vases', 13779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97, 97, 'Other Avon Items', 'Other-Avon-Items', 13779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3951, 3951, 'Bing & Grondahl Coll Plates', 'Bing-and-Grondahl-Coll-Plates', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47132, 47132, 'Blue Sky Clayworks', 'Blue-Sky-Clayworks', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39579, 39579, 'Boyds', 'Boyds', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41114, 41114, 'Figurines', 'Figurines', 39579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41115, 41115, 'Bearstones', 'Bearstones', 41114, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41116, 41116, 'Folkstones', 'Folkstones', 41114, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39580, 39580, 'Other Figurines', 'Other-Figurines', 41114, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39581, 39581, 'Ornaments', 'Ornaments', 39579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39582, 39582, 'Villages', 'Villages', 39579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1348, 1348, 'Other Items', 'Other-Items', 39579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13784, 13784, 'Bradford Exchange', 'Bradford-Exchange', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1354, 1354, 'Collector Plates', 'Collector-Plates', 13784, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13785, 13785, 'Other Bradford Exchange', 'Other-Bradford-Exchange', 13784, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4021, 4021, 'Byers Choice', 'Byers-Choice', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4022, 4022, 'Cats Meow Village', 'Cats-Meow-Village', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41117, 41117, 'Charming Tails', 'Charming-Tails', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41118, 41118, 'Friends, Friendship', 'Friends-Friendship', 41117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41119, 41119, 'Love, Romance', 'Love-Romance', 41117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41120, 41120, 'Seasons', 'Seasons', 41117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11122, 11122, 'Other Items', 'Other-Items', 41117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13786, 13786, 'Christopher Radko', 'Christopher-Radko', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13787, 13787, 'Danbury Mint', 'Danbury-Mint', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1355, 1355, 'Collector Plates', 'Collector-Plates', 13787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13788, 13788, 'Figurines', 'Figurines', 13787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13789, 13789, 'Other Danbury Mint Items', 'Other-Danbury-Mint-Items', 13787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1543, 1543, 'David Winter', 'David-Winter', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1365, 1365, 'Department 56', 'Department-56', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4032, 4032, 'Alpine Village', 'Alpine-Village', 1365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4033, 4033, 'Christmas in the City', 'Christmas-in-the-City', 1365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39583, 39583, 'Dickens Village', 'Dickens-Village', 1365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39584, 39584, 'Accessories', 'Accessories', 39583, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39585, 39585, 'Buildings', 'Buildings', 39583, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39586, 39586, 'Mixed Lots', 'Mixed-Lots', 39583, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1366, 1366, 'Other Items', 'Other-Items', 39583, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156290, 156290, 'Halloween', 'Halloween', 1365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1547, 1547, 'Heritage Village', 'Heritage-Village', 1365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4034, 4034, 'New England Village', 'New-England-Village', 1365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4035, 4035, 'North Pole', 'North-Pole', 1365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157007, 157007, 'Ornaments', 'Ornaments', 1365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156291, 156291, 'Seasons Bay', 'Seasons-Bay', 1365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39587, 39587, 'Snow Village', 'Snow-Village', 1365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39588, 39588, 'Accessories', 'Accessories', 39587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39589, 39589, 'Buildings', 'Buildings', 39587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39590, 39590, 'Mixed Lots', 'Mixed-Lots', 39587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1368, 1368, 'Other Items', 'Other-Items', 39587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1367, 1367, 'Snowbabies', 'Snowbabies', 1365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11139, 11139, 'Snowbunnies', 'Snowbunnies', 1365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156292, 156292, 'Thanksgiving', 'Thanksgiving', 1365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 370, 370, 'Other Dept 56 Collections', 'Other-Dept-56-Collections', 1365, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10912, 10912, 'Dreamsicles', 'Dreamsicles', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4024, 4024, 'Duncan Royale', 'Duncan-Royale', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11126, 11126, 'Enesco', 'Enesco', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11127, 11127, 'Calico Kittens', 'Calico-Kittens', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41126, 41126, 'Cherished Teddies', 'Cherished-Teddies', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86895, 86895, 'Baby', 'Baby', 41126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86896, 86896, 'Birthday', 'Birthday', 41126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41127, 41127, 'Christmas', 'Christmas', 41126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86897, 86897, 'Friends, Friendship', 'Friends-Friendship', 41126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86898, 86898, 'Halloween', 'Halloween', 41126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41128, 41128, 'Love, Romance', 'Love-Romance', 41126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3908, 3908, 'Other Items', 'Other-Items', 41126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13790, 13790, 'Friends of the Feather', 'Friends-of-the-Feather', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103935, 103935, 'Growing Up Girls', 'Growing-Up-Girls', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86899, 86899, 'Jim Shore', 'Jim-Shore', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13791, 13791, 'Lucy & Me', 'Lucy-and-Me', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11128, 11128, 'Marys Moo Moos', 'Marys-Moo-Moos', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13792, 13792, 'Memories of Yesterday', 'Memories-of-Yesterday', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13793, 13793, 'My Blushing Bunnies', 'My-Blushing-Bunnies', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103936, 103936, 'My Little Kitchen Fairies', 'My-Little-Kitchen-Fairies', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11129, 11129, 'Pretty as a Picture', 'Pretty-as-a-Picture', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39599, 39599, 'Raggedy Ann & Andy', 'Raggedy-Ann-and-Andy', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39600, 39600, 'Rudolph', 'Rudolph', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11130, 11130, 'Tender Tails', 'Tender-Tails', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11131, 11131, 'This Little Piggy', 'This-Little-Piggy', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104, 104, 'Other Enesco Items', 'Other-Enesco-Items', 11126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13794, 13794, 'Faberge', 'Faberge', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13796, 13796, 'Fitz & Floyd', 'Fitz-and-Floyd', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13795, 13795, 'Boxes', 'Boxes', 13796, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13797, 13797, 'Collector Plates', 'Collector-Plates', 13796, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13798, 13798, 'Eggs', 'Eggs', 13796, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13799, 13799, 'Figurines', 'Figurines', 13796, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13800, 13800, 'Other Fitz&Floyd Collectibles', 'Other-FitzandFloyd-Collectibles', 13796, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4026, 4026, 'Flambro', 'Flambro', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13801, 13801, 'Franklin Mint', 'Franklin-Mint', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1356, 1356, 'Collector Plates', 'Collector-Plates', 13801, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13802, 13802, 'Figurines', 'Figurines', 13801, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13803, 13803, 'Other Franklin Mint Items', 'Other-Franklin-Mint-Items', 13801, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45133, 45133, 'Halcyon Days', 'Halcyon-Days', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 576, 576, 'Hallmark', 'Hallmark', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41147, 41147, 'Betsey Clark', 'Betsey-Clark', 576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 973, 973, 'Kiddie Car Classics', 'Kiddie-Car-Classics', 576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41148, 41148, 'Marjolein Bastin', 'Marjolein-Bastin', 576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41149, 41149, 'Maxine', 'Maxine', 576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 577, 577, 'Merry Miniatures', 'Merry-Miniatures', 576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39601, 39601, 'Ornaments: Miniature', 'Ornaments-Miniature', 576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39602, 39602, 'Pre-1990', 'Pre-1990', 39601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 578, 578, '1990-99', '1990-99', 39601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39603, 39603, '2000-Now', '2000-Now', 39601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39604, 39604, 'Unknown Date', 'Unknown-Date', 39601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41137, 41137, 'Ornaments: by Series', 'Ornaments-by-Series', 576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41138, 41138, 'Barbie', 'Barbie', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50756, 50756, 'Dr. Seuss', 'Dr-Seuss', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41139, 41139, 'Frosty Friends', 'Frosty-Friends', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63774, 63774, 'Harley-Davidson', 'Harley-Davidson', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50757, 50757, 'Harry Potter', 'Harry-Potter', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41140, 41140, 'Lionel Train', 'Lionel-Train', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50758, 50758, 'Looney Tunes', 'Looney-Tunes', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41141, 41141, 'Madame Alexander', 'Madame-Alexander', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63775, 63775, 'Marys Angels', 'Marys-Angels', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41142, 41142, 'Peanuts', 'Peanuts', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41143, 41143, 'Star Trek', 'Star-Trek', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41144, 41144, 'Star Wars', 'Star-Wars', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41145, 41145, 'Winnie the Pooh', 'Winnie-the-Pooh', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103940, 103940, 'Wizard of Oz', 'Wizard-of-Oz', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 579, 579, 'Other Series Ornaments', 'Other-Series-Ornaments', 41137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39605, 39605, 'Ornaments: by Year', 'Ornaments-by-Year', 576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39606, 39606, 'Pre-1980', 'Pre-1980', 39605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39607, 39607, '1980-84', '1980-84', 39605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39608, 39608, '1985-89', '1985-89', 39605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39609, 39609, '1990-94', '1990-94', 39605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39610, 39610, '1995-99', '1995-99', 39605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63769, 63769, '2000-2005', '2000-2005', 39605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103939, 103939, '2005-Now', '2005-Now', 39605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39611, 39611, 'Unknown Date', 'Unknown-Date', 39605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41151, 41151, 'Peanuts', 'Peanuts', 576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147, 147, 'Other Hallmark Collectibles', 'Other-Hallmark-Collectibles', 576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1357, 1357, 'Hamilton Collector Plates', 'Hamilton-Collector-Plates', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11132, 11132, 'Harbour Lights', 'Harbour-Lights', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41152, 41152, 'Harmony Kingdom', 'Harmony-Kingdom', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41153, 41153, 'Garden Party', 'Garden-Party', 41152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103941, 103941, 'Jardinia', 'Jardinia', 41152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41154, 41154, 'Picturesque', 'Picturesque', 41152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86900, 86900, 'Pot Bellys', 'Pot-Bellys', 41152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86901, 86901, 'Roly Polys', 'Roly-Polys', 41152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1545, 1545, 'Other Items', 'Other-Items', 41152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41155, 41155, 'HOMCO', 'HOMCO', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41156, 41156, 'Candles, Candleholders', 'Candles-Candleholders', 41155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41157, 41157, 'Figurines', 'Figurines', 41155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41158, 41158, 'Pictures', 'Pictures', 41155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10913, 10913, 'Other Items', 'Other-Items', 41155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13804, 13804, 'Hummel, Goebel', 'Hummel-Goebel', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13805, 13805, 'Bells', 'Bells', 13804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13806, 13806, 'Collector Plates', 'Collector-Plates', 13804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13807, 13807, 'Figurines', 'Figurines', 13804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13808, 13808, 'Ornaments', 'Ornaments', 13804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1542, 1542, 'Pocket Dragons', 'Pocket-Dragons', 13804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103, 103, 'Other Hummel Collectibles', 'Other-Hummel-Collectibles', 13804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105, 105, 'Josef', 'Josef', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1358, 1358, 'Knowles Collector Plates', 'Knowles-Collector-Plates', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13809, 13809, 'Lefton Figurines', 'Lefton-Figurines', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13812, 13812, 'Lenox', 'Lenox', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86902, 86902, 'Candle Holders, Votives', 'Candle-Holders-Votives', 13812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13813, 13813, 'Collector Plates', 'Collector-Plates', 13812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103942, 103942, 'Decorative Bowls', 'Decorative-Bowls', 13812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13814, 13814, 'Figurines', 'Figurines', 13812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86903, 86903, 'Ornaments', 'Ornaments', 13812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86904, 86904, 'Picture Frames', 'Picture-Frames', 13812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86905, 86905, 'Salt & Pepper Shakers', 'Salt-and-Pepper-Shakers', 13812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86906, 86906, 'Trinkets, Hinged Boxes', 'Trinkets-Hinged-Boxes', 13812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86907, 86907, 'Vases', 'Vases', 13812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13810, 13810, 'Other Lenox Collectibles', 'Other-Lenox-Collectibles', 13812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47133, 47133, 'Liberty Falls', 'Liberty-Falls', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 1544, 1544, 'Lilliput Lane', 'Lilliput-Lane', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13815, 13815, 'Limoges', 'Limoges', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13811, 13811, 'Collector Plates', 'Collector-Plates', 13815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13816, 13816, 'Trinket Boxes', 'Trinket-Boxes', 13815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13817, 13817, 'Other Limoges Collectibles', 'Other-Limoges-Collectibles', 13815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13818, 13818, 'Lladro', 'Lladro', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41159, 41159, 'Figurines', 'Figurines', 13818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41160, 41160, 'Angels', 'Angels', 41159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41161, 41161, 'Animals', 'Animals', 41159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13819, 13819, 'Other Figurines', 'Other-Figurines', 41159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13820, 13820, 'Ornaments', 'Ornaments', 13818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1242, 1242, 'Other Lladro Collectibles', 'Other-Lladro-Collectibles', 13818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10915, 10915, 'Longaberger', 'Longaberger', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39612, 39612, 'Baskets', 'Baskets', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39613, 39613, 'Pre-1990', 'Pre-1990', 39612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39614, 39614, '1990-94', '1990-94', 39612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39615, 39615, '1995-99', '1995-99', 39612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63776, 63776, '2000-2004', '2000-2004', 39612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103944, 103944, '2005-Now', '2005-Now', 39612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63780, 63780, 'Unknown', 'Unknown', 39612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39616, 39616, 'Mixed Lots', 'Mixed-Lots', 39612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103945, 103945, 'Candles', 'Candles', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10917, 10917, 'Candle Holders, Votives', 'Candle-Holders-Votives', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10918, 10918, 'Coasters', 'Coasters', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10919, 10919, 'Combos', 'Combos', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10920, 10920, 'Dinnerware, Serving, Pottery', 'Dinnerware-Serving-Pottery', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10921, 10921, 'Fabric', 'Fabric', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10922, 10922, 'Garters', 'Garters', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10923, 10923, 'Handle Grippers', 'Handle-Grippers', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10924, 10924, 'Handle Ties', 'Handle-Ties', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39617, 39617, 'Lids', 'Lids', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10925, 10925, 'Liners', 'Liners', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86908, 86908, 'Magnets', 'Magnets', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40124, 40124, 'Metalworks', 'Metalworks', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10926, 10926, 'Napkins, Placemats', 'Napkins-Placemats', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10927, 10927, 'Ornaments', 'Ornaments', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10928, 10928, 'Pens, Pencils, Pads', 'Pens-Pencils-Pads', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86909, 86909, 'Pins', 'Pins', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86910, 86910, 'Prints, Wall Hangings', 'Prints-Wall-Hangings', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10929, 10929, 'Protectors', 'Protectors', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10930, 10930, 'Tie-ons', 'Tie-ons', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86911, 86911, 'Totes, Wallets, Cases', 'Totes-Wallets-Cases', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86912, 86912, 'Cases, Accessories', 'Cases-Accessories', 86911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86913, 86913, 'Totes, Bags', 'Totes-Bags', 86911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86914, 86914, 'Wallets, Coin Purses', 'Wallets-Coin-Purses', 86911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86915, 86915, 'Other', 'Other', 86911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10931, 10931, 'Towels', 'Towels', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101, 101, 'Other Longaberger Items', 'Other-Longaberger-Items', 10915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15909, 15909, 'Madame Alexander', 'Madame-Alexander', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13821, 13821, 'Margaret Furlong', 'Margaret-Furlong', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41162, 41162, 'Mary Engelbreit', 'Mary-Engelbreit', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41163, 41163, 'Apparel & Accessories', 'Apparel-and-Accessories', 41162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41164, 41164, 'Ornaments', 'Ornaments', 41162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41165, 41165, 'Plaques, Pictures', 'Plaques-Pictures', 41162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41166, 41166, 'Teapots & Tea Sets', 'Teapots-and-Tea-Sets', 41162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41167, 41167, 'Mixed Lots', 'Mixed-Lots', 41162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10932, 10932, 'Other Items', 'Other-Items', 41162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39618, 39618, 'Midwest of Cannon Falls', 'Midwest-of-Cannon-Falls', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11636, 11636, 'Norman Rockwell', 'Norman-Rockwell', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11637, 11637, 'Bells', 'Bells', 11636, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11639, 11639, 'Collector Plates', 'Collector-Plates', 11636, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157008, 157008, 'Drinkware', 'Drinkware', 11636, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11638, 11638, 'Figurines', 'Figurines', 11636, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108, 108, 'Other Norman Rockwell Items', 'Other-Norman-Rockwell-Items', 11636, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48777, 48777, 'Old World', 'Old-World', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73497, 73497, 'Patricia Breen', 'Patricia-Breen', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39619, 39619, 'PartyLite', 'PartyLite', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39620, 39620, 'Candle Holders', 'Candle-Holders', 39619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39621, 39621, 'Candles', 'Candles', 39619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39622, 39622, 'Villages', 'Villages', 39619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11133, 11133, 'Other Items', 'Other-Items', 39619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13822, 13822, 'Pendelfin', 'Pendelfin', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48778, 48778, 'Polonaise', 'Polonaise', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39594, 39594, 'Precious Moments', 'Precious-Moments', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50751, 50751, 'Bells', 'Bells', 39594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50752, 50752, 'Collector Plates', 'Collector-Plates', 39594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41279, 41279, 'Figurines', 'Figurines', 39594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41281, 41281, 'Birthday', 'Birthday', 41279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41282, 41282, 'Christmas', 'Christmas', 41279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41283, 41283, 'Family', 'Family', 41279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41284, 41284, 'Friends, Friendship', 'Friends-Friendship', 41279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41285, 41285, 'Love, Romance', 'Love-Romance', 41279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41286, 41286, 'Religious, Inspirational', 'Religious-Inspirational', 41279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156293, 156293, 'Lots', 'Lots', 41279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39595, 39595, 'Other Figurines', 'Other-Figurines', 41279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50753, 50753, 'Mugs, Cups', 'Mugs-Cups', 39594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39596, 39596, 'Ornaments', 'Ornaments', 39594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50754, 50754, 'Picture Frames', 'Picture-Frames', 39594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39597, 39597, 'Plush, Tender Tails', 'Plush-Tender-Tails', 39594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50755, 50755, 'Tea Sets', 'Tea-Sets', 39594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39598, 39598, 'Waterballs', 'Waterballs', 39594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107, 107, 'Other Items', 'Other-Items', 39594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60214, 60214, 'Rein Poortvliet', 'Rein-Poortvliet', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11136, 11136, 'Roman', 'Roman', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11137, 11137, 'Fontanini', 'Fontanini', 11136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11138, 11138, 'Seraphim Classics', 'Seraphim-Classics', 11136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11135, 11135, 'Other Roman Collectibles', 'Other-Roman-Collectibles', 11136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156287, 156287, 'Royal Copenhagen', 'Royal-Copenhagen', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10910, 10910, 'Collector Plates', 'Collector-Plates', 156287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156288, 156288, 'Figurines', 'Figurines', 156287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156289, 156289, 'Other Copenhagen Collectibles', 'Other-Copenhagen-Collectibles', 156287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13823, 13823, 'Royal Doulton', 'Royal-Doulton', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64964, 64964, 'Animals', 'Animals', 13823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156294, 156294, 'Bunnykins Figurines', 'Bunnykins-Figurines', 13823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64967, 64967, 'Character, Toby Jugs', 'Character-Toby-Jugs', 13823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101664, 101664, 'Collector Plates', 'Collector-Plates', 13823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64968, 64968, 'Figurines', 'Figurines', 13823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64969, 64969, 'Series Ware', 'Series-Ware', 13823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4027, 4027, 'Other Doulton Collectibles', 'Other-Doulton-Collectibles', 13823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13826, 13826, 'San Francisco Music Box', 'San-Francisco-Music-Box', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13827, 13827, 'Sarahs Attic', 'Sarahs-Attic', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4028, 4028, 'Schmid', 'Schmid', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11134, 11134, 'Sebastian Miniatures', 'Sebastian-Miniatures', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14896, 14896, 'Shelias', 'Shelias', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73498, 73498, 'Slavic Treasures', 'Slavic-Treasures', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2746, 2746, 'Swarovski', 'Swarovski', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103946, 103946, 'Candle Holders', 'Candle-Holders', 2746, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2747, 2747, 'Figurines', 'Figurines', 2746, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2748, 2748, 'Jewelry', 'Jewelry', 2746, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2749, 2749, 'Ornaments', 'Ornaments', 2746, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2750, 2750, 'Paperweights', 'Paperweights', 2746, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103947, 103947, 'Picture Frames', 'Picture-Frames', 2746, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103948, 103948, 'Pins', 'Pins', 2746, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1031, 1031, 'Other Swarovski Items', 'Other-Swarovski-Items', 2746, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11641, 11641, 'Thomas Kinkade', 'Thomas-Kinkade', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11643, 11643, 'Collector Plates', 'Collector-Plates', 11641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11642, 11642, 'Lighthouses', 'Lighthouses', 11641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103949, 103949, 'Villages, Cottages', 'Villages-Cottages', 11641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11640, 11640, 'Other Kinkade Collectibles', 'Other-Kinkade-Collectibles', 11641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4030, 4030, 'Tom Clark', 'Tom-Clark', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106, 106, 'Wade Figurines', 'Wade-Figurines', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13828, 13828, 'Wedgwood', 'Wedgwood', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13829, 13829, 'Bells', 'Bells', 13828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1361, 1361, 'Collector Plates', 'Collector-Plates', 13828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13830, 13830, 'Ornaments', 'Ornaments', 13828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4031, 4031, 'Other Wedgwood Collectibles', 'Other-Wedgwood-Collectibles', 13828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11124, 11124, 'Willitts', 'Willitts', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10914, 10914, 'Just the Right Shoe', 'Just-the-Right-Shoe', 11124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11125, 11125, 'Take a Seat', 'Take-a-Seat', 11124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11123, 11123, 'Other Willitts', 'Other-Willitts', 11124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47134, 47134, 'Willow Tree', 'Willow-Tree', 156286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13831, 13831, 'Baskets', 'Baskets', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39623, 39623, 'Bells', 'Bells', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39624, 39624, 'Glass, Crystal', 'Glass-Crystal', 39623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39625, 39625, 'Metal', 'Metal', 39623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39626, 39626, 'Porcelain, Pottery', 'Porcelain-Pottery', 39623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39627, 39627, 'Mixed Materials', 'Mixed-Materials', 39623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4020, 4020, 'Other', 'Other', 39623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86919, 86919, 'Bird Houses, Feeders', 'Bird-Houses-Feeders', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86920, 86920, 'Book Ends', 'Book-Ends', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73499, 73499, 'Bowls', 'Bowls', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50792, 50792, 'Candles, Holders', 'Candles-Holders', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 791, 791, 'Chalkware', 'Chalkware', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4023, 4023, 'Cloisonne', 'Cloisonne', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 574, 574, 'Collector Plates', 'Collector-Plates', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4025, 4025, 'Eggs', 'Eggs', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41168, 41168, 'Figurines', 'Figurines', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41170, 41170, 'Angels', 'Angels', 41168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41169, 41169, 'Animals', 'Animals', 41168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41171, 41171, 'Cartoon, TV, Movie Characters', 'Cartoon-TV-Movie-Characters', 41168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47139, 47139, 'Clowns, Circuses', 'Clowns-Circuses', 41168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41172, 41172, 'Fairies, Mystical', 'Fairies-Mystical', 41168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41173, 41173, 'Houses, Cottages', 'Houses-Cottages', 41168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41174, 41174, 'People', 'People', 41168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13833, 13833, 'Other Figurines', 'Other-Figurines', 41168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13834, 13834, 'Flags', 'Flags', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73500, 73500, 'Frames', 'Frames', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13835, 13835, 'Lighthouses', 'Lighthouses', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66518, 66518, 'Miniatures', 'Miniatures', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73502, 73502, 'Mugs, Cups', 'Mugs-Cups', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39628, 39628, 'Music Boxes', 'Music-Boxes', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156295, 156295, 'Pre-1900', 'Pre-1900', 39628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156296, 156296, '1900-1940', '1900-1940', 39628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7274, 7274, '1940-1970', '1940-1970', 39628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7273, 7273, '1970-Now', '1970-Now', 39628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73503, 73503, 'Ornaments', 'Ornaments', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152540, 152540, 'Nautical Decor', 'Nautical-Decor', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86922, 86922, 'Paperweights', 'Paperweights', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73501, 73501, 'Pitchers', 'Pitchers', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86916, 86916, 'Planters', 'Planters', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86917, 86917, 'Salt & Pepper Shakers', 'Salt-and-Pepper-Shakers', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4029, 4029, 'Seashells', 'Seashells', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47140, 47140, 'Shoes', 'Shoes', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73504, 73504, 'Signs', 'Signs', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3637, 3637, 'Snowdomes', 'Snowdomes', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13836, 13836, 'Spoons', 'Spoons', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1360, 1360, 'State Plates', 'State-Plates', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73506, 73506, 'Tea Pots, Sets', 'Tea-Pots-Sets', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86918, 86918, 'Trays, Platters', 'Trays-Platters', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13837, 13837, 'Trinket Boxes', 'Trinket-Boxes', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73507, 73507, 'Vases', 'Vases', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63783, 63783, 'Wall Hangings, Mirrors', 'Wall-Hangings-Mirrors', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86926, 86926, 'Windchimes', 'Windchimes', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41393, 41393, 'Other', 'Other', 13777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 137, 137, 'Disneyana', 'Disneyana', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139, 139, 'Vintage (Pre-1968)', 'Vintage-Pre-1968', 137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1386, 1386, 'Animation Art, Cels', 'Animation-Art-Cels', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1385, 1385, 'Apparel, Accessories', 'Apparel-Accessories', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1388, 1388, 'Books', 'Books', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14287, 14287, 'Cards', 'Cards', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1389, 1389, 'Comics', 'Comics', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1391, 1391, 'Figurines', 'Figurines', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1392, 1392, 'Holiday', 'Holiday', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1152, 1152, 'Housewares', 'Housewares', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1393, 1393, 'Jewelry', 'Jewelry', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13847, 13847, 'Paper', 'Paper', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1394, 1394, 'Pins, Buttons', 'Pins-Buttons', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1395, 1395, 'Plush Toys', 'Plush-Toys', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1387, 1387, 'Posters, Prints, Lithos', 'Posters-Prints-Lithos', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1396, 1396, 'Premiums', 'Premiums', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1397, 1397, 'Records', 'Records', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13848, 13848, 'Theme Park Souvenirs', 'Theme-Park-Souvenirs', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1398, 1398, 'Toys, Games, Puzzles', 'Toys-Games-Puzzles', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1399, 1399, 'Watches, Timepieces', 'Watches-Timepieces', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140, 140, 'Other Vintage Disneyana', 'Other-Vintage-Disneyana', 139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1369, 1369, 'Contemporary (1968-Now)', 'Contemporary-1968-Now', 137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1371, 1371, 'Animation Art, Cels', 'Animation-Art-Cels', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35839, 35839, 'Apparel, Accessories', 'Apparel-Accessories', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35840, 35840, 'Coats, Jackets, Outerwear', 'Coats-Jackets-Outerwear', 35839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35841, 35841, 'Costumes', 'Costumes', 35839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35842, 35842, 'Hats', 'Hats', 35839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35843, 35843, 'T-Shirts', 'T-Shirts', 35839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88883, 88883, 'Ties, Neckties', 'Ties-Neckties', 35839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1370, 1370, 'Other Items', 'Other-Items', 35839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35844, 35844, 'Banks', 'Banks', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95116, 95116, 'Bobblehead Figures', 'Bobblehead-Figures', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1372, 1372, 'Books', 'Books', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35845, 35845, 'Bottles', 'Bottles', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35846, 35846, 'Calendars', 'Calendars', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88884, 88884, 'Bags, Cases, Wallets', 'Bags-Cases-Wallets', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88885, 88885, 'Coin Purses', 'Coin-Purses', 88884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88886, 88886, 'Cosmetic Bags', 'Cosmetic-Bags', 88884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88887, 88887, 'Handbags', 'Handbags', 88884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88888, 88888, 'Shoulder Bags', 'Shoulder-Bags', 88884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88889, 88889, 'Wallets', 'Wallets', 88884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88890, 88890, 'Other', 'Other', 88884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13841, 13841, 'Cast Member Exclusives', 'Cast-Member-Exclusives', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35847, 35847, 'Clocks, Radios', 'Clocks-Radios', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13842, 13842, 'Coins', 'Coins', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1373, 1373, 'Collector Clubs', 'Collector-Clubs', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1374, 1374, 'Comics', 'Comics', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35848, 35848, 'Figurines', 'Figurines', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95117, 95117, 'Alice in Wonderland', 'Alice-in-Wonderland', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50759, 50759, 'Beauty & The Beast', 'Beauty-and-The-Beast', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35849, 35849, 'Cinderella', 'Cinderella', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35850, 35850, 'Donald Duck', 'Donald-Duck', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35851, 35851, 'Goofy', 'Goofy', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50760, 50760, 'Little Mermaid', 'Little-Mermaid', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35852, 35852, 'Mickey Mouse', 'Mickey-Mouse', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35853, 35853, 'Minnie Mouse', 'Minnie-Mouse', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88891, 88891, 'Nightmare Before Christmas', 'Nightmare-Before-Christmas', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50761, 50761, 'Peter Pan', 'Peter-Pan', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35854, 35854, 'Sleeping Beauty', 'Sleeping-Beauty', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35855, 35855, 'Snow White', 'Snow-White', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35856, 35856, 'Winnie the Pooh', 'Winnie-the-Pooh', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156297, 156297, 'WDCC', 'WDCC', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1375, 1375, 'Other Characters', 'Other-Characters', 35848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35857, 35857, 'Frames', 'Frames', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35886, 35886, 'Holiday', 'Holiday', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35887, 35887, 'Ornaments', 'Ornaments', 35886, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35888, 35888, 'Stockings', 'Stockings', 35886, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1376, 1376, 'Other Holiday Items', 'Other-Holiday-Items', 35886, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95118, 95118, 'Housewares', 'Housewares', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95120, 95120, 'Bath, Beach Towels', 'Bath-Beach-Towels', 95118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95121, 95121, 'Bedding', 'Bedding', 95118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95122, 95122, 'Candles, Candle Holders', 'Candles-Candle-Holders', 95118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95123, 95123, 'Cookie Jars', 'Cookie-Jars', 95118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95124, 95124, 'Dinnerware', 'Dinnerware', 95118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95125, 95125, 'Lamps', 'Lamps', 95118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95126, 95126, 'Night Lights', 'Night-Lights', 95118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88893, 88893, 'Pillows, Cushions', 'Pillows-Cushions', 95118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95119, 95119, 'Salt & Pepper Shakers', 'Salt-and-Pepper-Shakers', 95118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1377, 1377, 'Other', 'Other', 95118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1378, 1378, 'Jewelry', 'Jewelry', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35858, 35858, 'Keychains', 'Keychains', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1379, 1379, 'Limited Editions', 'Limited-Editions', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35859, 35859, 'Lunchboxes, Thermoses', 'Lunchboxes-Thermoses', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13843, 13843, 'Mugs, Glasses', 'Mugs-Glasses', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13844, 13844, 'Paper, Notepads', 'Paper-Notepads', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88892, 88892, 'Pens, Pencils', 'Pens-Pencils', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35860, 35860, 'Phones', 'Phones', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38004, 38004, 'Pins, Buttons', 'Pins-Buttons', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66522, 66522, 'Attraction & Ride Pins', 'Attraction-and-Ride-Pins', 38004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38005, 38005, 'Cast Member Exclusives', 'Cast-Member-Exclusives', 38004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50762, 50762, 'Disney Characters, Movies', 'Disney-Characters-Movies', 38004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55416, 55416, '101 Dalmatians', '101-Dalmatians', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66524, 66524, 'Alice in Wonderland', 'Alice-in-Wonderland', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55417, 55417, 'Bambi', 'Bambi', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50763, 50763, 'Belle, Beauty & The Beast', 'Belle-Beauty-and-The-Beast', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50764, 50764, 'Chip & Dale', 'Chip-and-Dale', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50765, 50765, 'Cinderella', 'Cinderella', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50766, 50766, 'Donald Duck', 'Donald-Duck', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55418, 55418, 'Dumbo', 'Dumbo', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66523, 66523, 'Eeyore', 'Eeyore', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55419, 55419, 'Figment', 'Figment', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60215, 60215, 'Finding Nemo', 'Finding-Nemo', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50767, 50767, 'Goofy', 'Goofy', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60216, 60216, 'Haunted Mansion', 'Haunted-Mansion', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95127, 95127, 'Incredibles', 'Incredibles', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95128, 95128, 'Jasmine', 'Jasmine', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60217, 60217, 'Jessica Rabbit', 'Jessica-Rabbit', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55420, 55420, 'Jiminy Cricket', 'Jiminy-Cricket', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50768, 50768, 'Lilo & Stitch', 'Lilo-and-Stitch', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50769, 50769, 'Little Mermaid', 'Little-Mermaid', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50770, 50770, 'Mickey Mouse', 'Mickey-Mouse', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50771, 50771, 'Minnie Mouse', 'Minnie-Mouse', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55421, 55421, 'Nightmare Before Christmas', 'Nightmare-Before-Christmas', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50772, 50772, 'Peter Pan', 'Peter-Pan', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55422, 55422, 'Piglet', 'Piglet', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55423, 55423, 'Pinocchio', 'Pinocchio', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150122, 150122, 'Pirates of the Caribbean', 'Pirates-of-the-Caribbean', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50773, 50773, 'Pluto', 'Pluto', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50774, 50774, 'Sleeping Beauty', 'Sleeping-Beauty', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50775, 50775, 'Snow White', 'Snow-White', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55424, 55424, 'Tigger', 'Tigger', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55425, 55425, 'Tinkerbell', 'Tinkerbell', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55426, 55426, 'Toy Story', 'Toy-Story', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50776, 50776, 'Winnie the Pooh', 'Winnie-the-Pooh', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38009, 38009, 'Other Movies, Characters', 'Other-Movies-Characters', 50762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38006, 38006, 'Disney Cruise Line', 'Disney-Cruise-Line', 38004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38007, 38007, 'Disney Store', 'Disney-Store', 38004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38008, 38008, 'Holiday, Christmas', 'Holiday-Christmas', 38004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38010, 38010, 'Theme Parks', 'Theme-Parks', 38004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38011, 38011, 'Disneyland', 'Disneyland', 38010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38012, 38012, 'Disneyland Paris', 'Disneyland-Paris', 38010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38013, 38013, 'Tokyo Disneyland', 'Tokyo-Disneyland', 38010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38014, 38014, 'Walt Disney World, Epcot', 'Walt-Disney-World-Epcot', 38010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 143, 143, 'Other', 'Other', 38004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156298, 156298, 'Pixar Collectibles', 'Pixar-Collectibles', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156299, 156299, 'A Bugs Life', 'A-Bugs-Life', 156298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 156300, 156300, 'Cars', 'Cars', 156298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156301, 156301, 'Finding Nemo', 'Finding-Nemo', 156298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156302, 156302, 'Incredibles', 'Incredibles', 156298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156303, 156303, 'Monsters, Inc.', 'Monsters-Inc-', 156298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156304, 156304, 'Ratatouille', 'Ratatouille', 156298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156305, 156305, 'Toy Story', 'Toy-Story', 156298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156306, 156306, 'Other', 'Other', 156298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13845, 13845, 'Plates', 'Plates', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142, 142, 'Plush Toys', 'Plush-Toys', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 144, 144, 'Posters, Prints, Lithos', 'Posters-Prints-Lithos', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1381, 1381, 'Premiums', 'Premiums', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1382, 1382, 'Records, Tapes, CDs', 'Records-Tapes-CDs', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35861, 35861, 'Signs', 'Signs', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13846, 13846, 'Snowglobes', 'Snowglobes', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35862, 35862, 'Stickers, Decals', 'Stickers-Decals', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1380, 1380, 'Theme Park Souvenirs', 'Theme-Park-Souvenirs', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1383, 1383, 'Toys, Games, Puzzles', 'Toys-Games-Puzzles', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13840, 13840, 'Trading Cards', 'Trading-Cards', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145, 145, 'Video, Laserdiscs', 'Video-Laserdiscs', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1384, 1384, 'Watches, Timepieces', 'Watches-Timepieces', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 138, 138, 'Other Contemporary Disneyana', 'Other-Contemporary-Disneyana', 1369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10860, 10860, 'Fantasy, Mythical & Magic', 'Fantasy-Mythical-and-Magic', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35863, 35863, 'Dragons', 'Dragons', 10860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35864, 35864, 'Armor, Weapons', 'Armor-Weapons', 35863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35865, 35865, 'Art', 'Art', 35863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35866, 35866, 'Calendars', 'Calendars', 35863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35867, 35867, 'Candles, Incense', 'Candles-Incense', 35863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86927, 86927, 'Goblets, Glasses, Mugs', 'Goblets-Glasses-Mugs', 35863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35868, 35868, 'Jewelry', 'Jewelry', 35863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86928, 86928, 'Mirrors and Plaques', 'Mirrors-and-Plaques', 35863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35869, 35869, 'Statues', 'Statues', 35863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86929, 86929, 'Alabastrite, Acrylic and Resin', 'Alabastrite-Acrylic-and-Resin', 35869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35870, 35870, 'Ceramic', 'Ceramic', 35869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35871, 35871, 'Glass, Crystal', 'Glass-Crystal', 35869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35872, 35872, 'Pewter', 'Pewter', 35869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35873, 35873, 'Other Materials', 'Other-Materials', 35869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10861, 10861, 'Other', 'Other', 35863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99962, 99962, 'Elves, Gnomes, Pixies', 'Elves-Gnomes-Pixies', 10860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35874, 35874, 'Fairies', 'Fairies', 10860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86930, 86930, 'Candles, Holders', 'Candles-Holders', 35874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86931, 86931, 'Cards', 'Cards', 35874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35875, 35875, 'Figures', 'Figures', 35874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86932, 86932, 'Goblets, Glasses, Mugs', 'Goblets-Glasses-Mugs', 35874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86933, 86933, 'Jewelry & Music Boxes', 'Jewelry-and-Music-Boxes', 35874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35876, 35876, 'Prints, Posters', 'Prints-Posters', 35874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86934, 86934, 'Stickers', 'Stickers', 35874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29432, 29432, 'Other', 'Other', 35874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13640, 13640, 'Gargoyles', 'Gargoyles', 10860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156307, 156307, 'Grim Reaper', 'Grim-Reaper', 10860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88894, 88894, 'Harry Potter', 'Harry-Potter', 10860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88895, 88895, 'Figurines, Statues', 'Figurines-Statues', 88894, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156358, 156358, 'Pins, Buttons', 'Pins-Buttons', 88894, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88897, 88897, 'Posters, Prints', 'Posters-Prints', 88894, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156359, 156359, 'Stickers', 'Stickers', 88894, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88898, 88898, 'Wands', 'Wands', 88894, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29798, 29798, 'Other Items', 'Other-Items', 88894, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73517, 73517, 'Lord of the Rings', 'Lord-of-the-Rings', 10860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86935, 86935, 'Figurines, Statues, Busts', 'Figurines-Statues-Busts', 73517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86936, 86936, 'Jewelry', 'Jewelry', 73517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73518, 73518, 'Posters, Prints', 'Posters-Prints', 73517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73519, 73519, 'Rings', 'Rings', 73517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86937, 86937, 'Swords', 'Swords', 73517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73520, 73520, 'T-Shirts, Patches', 'T-Shirts-Patches', 73517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29799, 29799, 'Other', 'Other', 73517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14012, 14012, 'Magic', 'Magic', 10860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86940, 86940, 'Apparatus, Wands', 'Apparatus-Wands', 14012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14013, 14013, 'Books, Lecture Notes', 'Books-Lecture-Notes', 14012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86938, 86938, 'Magician Memorabilia, Ephemera', 'Magician-Memorabilia-Ephemera', 14012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35877, 35877, 'Posters, Prints', 'Posters-Prints', 14012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14014, 14014, 'Tricks', 'Tricks', 14012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 427, 427, 'Other Magic Items', 'Other-Magic-Items', 14012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13641, 13641, 'Mermaids', 'Mermaids', 10860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13642, 13642, 'Pegasus', 'Pegasus', 10860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86941, 86941, 'Skulls', 'Skulls', 10860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10862, 10862, 'Unicorns', 'Unicorns', 10860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29800, 29800, 'Wizards', 'Wizards', 10860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1340, 1340, 'Other Items', 'Other-Items', 10860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39629, 39629, 'Furniture, Appliances & Fans', 'Furniture-Appliances-and-Fans', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4037, 4037, 'Electric Fans', 'Electric-Fans', 39629, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12513, 12513, 'Furniture, Large Appliances', 'Furniture-Large-Appliances', 39629, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12512, 12512, 'Bedroom', 'Bedroom', 12513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12514, 12514, 'Kitchen, Dining Room', 'Kitchen-Dining-Room', 12513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12515, 12515, 'Living Room', 'Living-Room', 12513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1400, 1400, 'Other', 'Other', 12513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13877, 13877, 'Historical Memorabilia', 'Historical-Memorabilia', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13878, 13878, 'Amusement Parks', 'Amusement-Parks', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50777, 50777, 'Buildings', 'Buildings', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2016, 2016, 'Circus, Carnival', 'Circus-Carnival', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3926, 3926, 'Circus Art', 'Circus-Art', 2016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2018, 2018, 'Programs, Posters', 'Programs-Posters', 2016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2019, 2019, 'Souvenirs', 'Souvenirs', 2016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2017, 2017, 'Other Items', 'Other-Items', 2016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13879, 13879, 'Fairs, Expositions', 'Fairs-Expositions', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1541, 1541, 'County & State Fairs', 'County-and-State-Fairs', 13879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4162, 4162, 'Worlds Fairs', 'Worlds-Fairs', 13879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4163, 4163, '1876 Philadelphia', '1876-Philadelphia', 4162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4164, 4164, '1893 Chicago', '1893-Chicago', 4162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4165, 4165, '1901 Buffalo', '1901-Buffalo', 4162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4166, 4166, '1904 St Louis', '1904-St-Louis', 4162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4167, 4167, '1933-34 Chicago', '1933-34-Chicago', 4162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4168, 4168, '1939-40 New York', '1939-40-New-York', 4162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10964, 10964, '1962 Seattle', '1962-Seattle', 4162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4169, 4169, '1964-65 New York', '1964-65-New-York', 4162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150123, 150123, '1982 Knoxville', '1982-Knoxville', 4162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 426, 426, 'Other Items', 'Other-Items', 4162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1460, 1460, 'Other Items', 'Other-Items', 13879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4038, 4038, 'Firefighting', 'Firefighting', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33766, 33766, 'Alarms, Bells', 'Alarms-Bells', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11140, 11140, 'Badges: Obsolete', 'Badges-Obsolete', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103950, 103950, 'Belts, Belt Buckles', 'Belts-Belt-Buckles', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156360, 156360, 'Books', 'Books', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103951, 103951, 'Bunker, Turnout Gear', 'Bunker-Turnout-Gear', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13880, 13880, 'Clothing', 'Clothing', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4039, 4039, 'Extinguishers', 'Extinguishers', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103952, 103952, 'Gear Bags, Duffles', 'Gear-Bags-Duffles', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33767, 33767, 'Hats, Caps', 'Hats-Caps', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4040, 4040, 'Helmets', 'Helmets', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33768, 33768, 'Hoses, Nozzles', 'Hoses-Nozzles', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39636, 39636, 'Lights', 'Lights', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 69661, 69661, 'Medals, Ribbons', 'Medals-Ribbons', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90677, 90677, 'Models', 'Models', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39637, 39637, 'Mugs, Cups, Plates', 'Mugs-Cups-Plates', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39638, 39638, 'Patches', 'Patches', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156361, 156361, 'Canada', 'Canada', 39638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4041, 4041, 'U.S.', 'U-S-', 39638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156362, 156362, 'International', 'International', 39638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33769, 33769, 'Photos', 'Photos', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33770, 33770, 'Pins, Buttons', 'Pins-Buttons', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40125, 40125, 'Posters, Prints', 'Posters-Prints', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39641, 39641, 'Signs, Plaques', 'Signs-Plaques', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33771, 33771, 'Statues, Figures', 'Statues-Figures', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33772, 33772, 'Stickers, Decals', 'Stickers-Decals', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 8800, 8800, 'International Firefighting', 'International-Firefighting', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 396, 396, 'Other Items', 'Other-Items', 4038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13881, 13881, 'Flags', 'Flags', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13882, 13882, 'Confederate', 'Confederate', 13881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39642, 39642, 'Countries', 'Countries', 13881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103960, 103960, 'Australia', 'Australia', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103961, 103961, 'Brazil', 'Brazil', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66525, 66525, 'Canada', 'Canada', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103962, 103962, 'China', 'China', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103963, 103963, 'Cuba', 'Cuba', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103964, 103964, 'France', 'France', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39643, 39643, 'Germany', 'Germany', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39644, 39644, 'Great Britain', 'Great-Britain', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103965, 103965, 'Greece', 'Greece', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39645, 39645, 'Ireland', 'Ireland', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103966, 103966, 'Israel', 'Israel', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103967, 103967, 'Italy', 'Italy', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103968, 103968, 'Jamaica', 'Jamaica', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103969, 103969, 'Japan', 'Japan', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103970, 103970, 'Mexico', 'Mexico', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103971, 103971, 'Poland', 'Poland', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103972, 103972, 'Portugal', 'Portugal', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103973, 103973, 'Russia', 'Russia', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66526, 66526, 'Scotland', 'Scotland', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103974, 103974, 'Spain', 'Spain', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103975, 103975, 'Sweden', 'Sweden', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39646, 39646, 'United States', 'United-States', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13883, 13883, 'Other', 'Other', 39642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40126, 40126, 'Decorative', 'Decorative', 13881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13884, 13884, 'U.S. States', 'U-S-States', 13881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4042, 4042, 'Other Flags', 'Other-Flags', 13881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 402, 402, 'Fraternal Groups', 'Fraternal-Groups', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13885, 13885, 'Boy Scouts', 'Boy-Scouts', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39647, 39647, 'Badges, Patches', 'Badges-Patches', 13885, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103976, 103976, 'Camp Patches', 'Camp-Patches', 39647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39648, 39648, 'Council, Shoulder Patches', 'Council-Shoulder-Patches', 39647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103977, 103977, 'Foreign Patches, Non-US', 'Foreign-Patches-Non-US', 39647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39649, 39649, 'Jamboree Patches', 'Jamboree-Patches', 39647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39650, 39650, 'Insignia, Merit Badges', 'Insignia-Merit-Badges', 39647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39651, 39651, 'Order of the Arrow Patches', 'Order-of-the-Arrow-Patches', 39647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103978, 103978, 'Philmont, High Adventure', 'Philmont-High-Adventure', 39647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103979, 103979, 'Mixed Lots', 'Mixed-Lots', 39647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13886, 13886, 'Other Badges, Patches', 'Other-Badges-Patches', 39647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13887, 13887, 'Books, Manuals', 'Books-Manuals', 13885, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39652, 39652, 'Cups, Mugs', 'Cups-Mugs', 13885, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13888, 13888, 'Equipment', 'Equipment', 13885, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103980, 103980, 'Flags, Pennants', 'Flags-Pennants', 13885, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39656, 39656, 'Neckerchiefs, Slides', 'Neckerchiefs-Slides', 13885, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13889, 13889, 'Pins', 'Pins', 13885, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39653, 39653, 'Postcards, Cards', 'Postcards-Cards', 13885, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103981, 103981, 'Posters, Prints', 'Posters-Prints', 13885, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39654, 39654, 'Uniforms, Clothing', 'Uniforms-Clothing', 13885, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103982, 103982, 'Belts, Belt Buckles', 'Belts-Belt-Buckles', 39654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39655, 39655, 'Hats, Caps', 'Hats-Caps', 39654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39657, 39657, 'Uniforms', 'Uniforms', 39654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13890, 13890, 'Other', 'Other', 39654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 404, 404, 'Other Items', 'Other-Items', 13885, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10933, 10933, 'Elks', 'Elks', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11145, 11145, 'Fraternity, Sorority', 'Fraternity-Sorority', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13891, 13891, 'Girl Scouts, Girl Guides', 'Girl-Scouts-Girl-Guides', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13892, 13892, 'Badges, Patches', 'Badges-Patches', 13891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13893, 13893, 'Books, Manuals', 'Books-Manuals', 13891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13894, 13894, 'Pins', 'Pins', 13891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13895, 13895, 'Uniforms', 'Uniforms', 13891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 405, 405, 'Other Items', 'Other-Items', 13891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11146, 11146, 'Jaycees', 'Jaycees', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103983, 103983, 'Knights of Columbus', 'Knights-of-Columbus', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11147, 11147, 'Lions', 'Lions', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 518, 518, 'Masonic', 'Masonic', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11148, 11148, 'Moose', 'Moose', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10934, 10934, 'Odd Fellows', 'Odd-Fellows', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103984, 103984, 'Rotary', 'Rotary', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1549, 1549, 'Salvation Army', 'Salvation-Army', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1550, 1550, 'Trade Union', 'Trade-Union', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13896, 13896, 'Veterans Groups', 'Veterans-Groups', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 403, 403, 'Other Groups', 'Other-Groups', 402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50779, 50779, 'National Parks', 'National-Parks', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82499, 82499, 'Pennants', 'Pennants', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 928, 928, 'Police', 'Police', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10956, 10956, 'Badges: Mini', 'Badges-Mini', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 929, 929, 'Badges: Obsolete', 'Badges-Obsolete', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103985, 103985, 'Belts, Belt Buckles', 'Belts-Belt-Buckles', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103986, 103986, 'Decals, Stickers', 'Decals-Stickers', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39665, 39665, 'Handcuffs, Keys', 'Handcuffs-Keys', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103987, 103987, 'Hats, Caps', 'Hats-Caps', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39666, 39666, 'Holsters', 'Holsters', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103988, 103988, 'Keychains', 'Keychains', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39667, 39667, 'Lights', 'Lights', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103989, 103989, 'Mugs, Cups', 'Mugs-Cups', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39668, 39668, 'Patches', 'Patches', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39669, 39669, 'Alabama', 'Alabama', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39670, 39670, 'Alaska', 'Alaska', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39671, 39671, 'Arizona', 'Arizona', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39672, 39672, 'Arkansas', 'Arkansas', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39673, 39673, 'California', 'California', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39674, 39674, 'Colorado', 'Colorado', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39675, 39675, 'Connecticut', 'Connecticut', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39676, 39676, 'Delaware', 'Delaware', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39677, 39677, 'District of Columbia', 'District-of-Columbia', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39678, 39678, 'Florida', 'Florida', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39679, 39679, 'Georgia', 'Georgia', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39680, 39680, 'Hawaii', 'Hawaii', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39681, 39681, 'Idaho', 'Idaho', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39682, 39682, 'Illinois', 'Illinois', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39683, 39683, 'Indiana', 'Indiana', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39684, 39684, 'Iowa', 'Iowa', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39685, 39685, 'Kansas', 'Kansas', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39686, 39686, 'Kentucky', 'Kentucky', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39687, 39687, 'Louisiana', 'Louisiana', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39688, 39688, 'Maine', 'Maine', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39689, 39689, 'Maryland', 'Maryland', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39690, 39690, 'Massachusetts', 'Massachusetts', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39691, 39691, 'Michigan', 'Michigan', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39692, 39692, 'Minnesota', 'Minnesota', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39693, 39693, 'Mississippi', 'Mississippi', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39694, 39694, 'Missouri', 'Missouri', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39695, 39695, 'Montana', 'Montana', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39696, 39696, 'Nebraska', 'Nebraska', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39697, 39697, 'Nevada', 'Nevada', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39698, 39698, 'New Hampshire', 'New-Hampshire', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39699, 39699, 'New Jersey', 'New-Jersey', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39700, 39700, 'New Mexico', 'New-Mexico', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 930, 930, 'New York', 'New-York', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39701, 39701, 'North Carolina', 'North-Carolina', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40128, 40128, 'North Dakota', 'North-Dakota', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39702, 39702, 'Ohio', 'Ohio', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39703, 39703, 'Oklahoma', 'Oklahoma', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39704, 39704, 'Oregon', 'Oregon', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39705, 39705, 'Pennsylvania', 'Pennsylvania', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39706, 39706, 'Rhode Island', 'Rhode-Island', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39707, 39707, 'South Carolina', 'South-Carolina', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39708, 39708, 'South Dakota', 'South-Dakota', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39709, 39709, 'Tennessee', 'Tennessee', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39710, 39710, 'Texas', 'Texas', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39711, 39711, 'Utah', 'Utah', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39712, 39712, 'Vermont', 'Vermont', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39713, 39713, 'Virginia', 'Virginia', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39714, 39714, 'Washington', 'Washington', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39715, 39715, 'West Virginia', 'West-Virginia', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39716, 39716, 'Wisconsin', 'Wisconsin', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39717, 39717, 'Wyoming', 'Wyoming', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39718, 39718, 'Non-US', 'Non-US', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48779, 48779, 'Unknown State', 'Unknown-State', 39668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103990, 103990, 'Photographs', 'Photographs', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39719, 39719, 'Pins, Buttons', 'Pins-Buttons', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103991, 103991, 'Posters', 'Posters', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50780, 50780, 'Shirts', 'Shirts', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39720, 39720, 'Signs, Plaques', 'Signs-Plaques', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103992, 103992, 'Whistles', 'Whistles', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 395, 395, 'Other Police Items', 'Other-Police-Items', 928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13897, 13897, 'Political', 'Political', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4100, 4100, 'US', 'US', 13897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82500, 82500, 'Democratic Party', 'Democratic-Party', 4100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82501, 82501, 'Buttons, Pins', 'Buttons-Pins', 82500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82502, 82502, 'Stickers', 'Stickers', 82500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82503, 82503, 'T-Shirts, Apparel', 'T-Shirts-Apparel', 82500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39721, 39721, 'Other Party Items', 'Other-Party-Items', 82500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4104, 4104, 'Local', 'Local', 4100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39722, 39722, 'Peace, Anti-War Movements', 'Peace-Anti-War-Movements', 4100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13898, 13898, 'President', 'President', 4100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13899, 13899, '1789-1861 Presidents', '1789-1861-Presidents', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33774, 33774, '1861-65 Abraham Lincoln', '1861-65-Abraham-Lincoln', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33775, 33775, '1865-1901 Presidents', '1865-1901-Presidents', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33776, 33776, '1901-09 Theodore Roosevelt', '1901-09-Theodore-Roosevelt', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33777, 33777, '1909-13 William H. Taft', '1909-13-William-H-Taft', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33778, 33778, '1913-21 Woodrow Wilson', '1913-21-Woodrow-Wilson', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33779, 33779, '1921-23 Warren Harding', '1921-23-Warren-Harding', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33780, 33780, '1923-29 Calvin Coolidge', '1923-29-Calvin-Coolidge', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33781, 33781, '1929-33 Herbert Hoover', '1929-33-Herbert-Hoover', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33782, 33782, '1933-45 Franklin D. Roosevelt', '1933-45-Franklin-D-Roosevelt', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33783, 33783, '1945-53 Harry S. Truman', '1945-53-Harry-S-Truman', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33784, 33784, '1953-61 Dwight D. Eisenhower', '1953-61-Dwight-D-Eisenhower', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13900, 13900, '1961-63 John F. Kennedy', '1961-63-John-F-Kennedy', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33785, 33785, '1963-69 Lyndon B. Johnson', '1963-69-Lyndon-B-Johnson', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33786, 33786, '1969-74 Richard M. Nixon', '1969-74-Richard-M-Nixon', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33787, 33787, '1974-77 Gerald R. Ford', '1974-77-Gerald-R-Ford', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33788, 33788, '1977-81 Jimmy Carter', '1977-81-Jimmy-Carter', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33789, 33789, '1981-89 Ronald Reagan', '1981-89-Ronald-Reagan', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33790, 33790, '1989-93 George Bush', '1989-93-George-Bush', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33791, 33791, '1993-2001 Bill Clinton', '1993-2001-Bill-Clinton', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4103, 4103, '2001-Now George W. Bush', '2001-Now-George-W-Bush', 13898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88899, 88899, 'Repros, Fantasy Items', 'Repros-Fantasy-Items', 4100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82504, 82504, 'Republican Party', 'Republican-Party', 4100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82505, 82505, 'Buttons, Pins', 'Buttons-Pins', 82504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82506, 82506, 'Stickers', 'Stickers', 82504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82507, 82507, 'T-Shirts, Apparel', 'T-Shirts-Apparel', 82504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39723, 39723, 'Other Party Items', 'Other-Party-Items', 82504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4106, 4106, 'State', 'State', 4100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4102, 4102, 'US House of Reps', 'US-House-of-Reps', 4100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4105, 4105, 'US Senate', 'US-Senate', 4100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 367, 367, 'Other Items', 'Other-Items', 4100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4108, 4108, 'Non-US', 'Non-US', 13897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4114, 4114, 'Europe', 'Europe', 4108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12517, 12517, 'Russia', 'Russia', 4108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4107, 4107, 'Other Non-US Items', 'Other-Non-US-Items', 4108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39724, 39724, 'Rescue, Emergency Vehicle', 'Rescue-Emergency-Vehicle', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39630, 39630, 'Royal Memorabilia', 'Royal-Memorabilia', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39631, 39631, 'King George V', 'King-George-V', 39630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40521, 40521, 'King George VI', 'King-George-VI', 39630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39632, 39632, 'Prince Charles', 'Prince-Charles', 39630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39633, 39633, 'Princess Diana', 'Princess-Diana', 39630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39634, 39634, 'Queen Elizabeth II', 'Queen-Elizabeth-II', 39630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39635, 39635, 'Queen Victoria', 'Queen-Victoria', 39630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1414, 1414, 'Other', 'Other', 39630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39725, 39725, 'Schools', 'Schools', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39726, 39726, 'Colleges, Universities', 'Colleges-Universities', 39725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39727, 39727, 'High Schools', 'High-Schools', 39725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4036, 4036, 'Other Schools', 'Other-Schools', 39725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13902, 13902, 'Space Programs', 'Space-Programs', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13903, 13903, 'Apollo Program', 'Apollo-Program', 13902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13904, 13904, 'Space Shuttle Program', 'Space-Shuttle-Program', 13902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40129, 40129, 'Russian, Soviet Programs', 'Russian-Soviet-Programs', 13902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1346, 1346, 'Other US Programs', 'Other-US-Programs', 13902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 416, 416, 'Other Space Exp', 'Other-Space-Exp', 13902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 208, 208, 'Other Historical Items', 'Other-Historical-Items', 13877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 907, 907, 'Holiday, Seasonal', 'Holiday-Seasonal', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33829, 33829, 'Christmas: Vintage (Pre-1946)', 'Christmas-Vintage-Pre-1946', 907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48780, 48780, 'Angel Figures', 'Angel-Figures', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48781, 48781, 'Artificial Trees', 'Artificial-Trees', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33830, 33830, 'Candles, Candle Holders', 'Candles-Candle-Holders', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33831, 33831, 'Cards', 'Cards', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33832, 33832, 'Garlands', 'Garlands', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33833, 33833, 'Lights', 'Lights', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156946, 156946, 'Linens', 'Linens', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33834, 33834, 'Nativity Items', 'Nativity-Items', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33835, 33835, 'Ornaments', 'Ornaments', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48782, 48782, 'Reindeer Figures', 'Reindeer-Figures', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33836, 33836, 'Santa Figures', 'Santa-Figures', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48783, 48783, 'Sleighs', 'Sleighs', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156363, 156363, 'Snowman Figures', 'Snowman-Figures', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156364, 156364, 'Stockings', 'Stockings', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48784, 48784, 'Tree Stands, Skirts', 'Tree-Stands-Skirts', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33837, 33837, 'Tree Toppers', 'Tree-Toppers', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156365, 156365, 'Villages, Houses', 'Villages-Houses', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48785, 48785, 'Wreaths', 'Wreaths', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1091, 1091, 'Other Items', 'Other-Items', 33829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33838, 33838, 'Christmas: Modern (1946-90)', 'Christmas-Modern-1946-90', 907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48786, 48786, 'Angel Figures', 'Angel-Figures', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33849, 33849, 'Artificial Trees', 'Artificial-Trees', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33839, 33839, 'Bells', 'Bells', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33840, 33840, 'Candles, Candle Holders', 'Candles-Candle-Holders', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33841, 33841, 'Cards', 'Cards', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48787, 48787, 'Garlands', 'Garlands', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33842, 33842, 'Lights', 'Lights', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156947, 156947, 'Linens', 'Linens', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33843, 33843, 'Nativity Items', 'Nativity-Items', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48788, 48788, 'Nutcrackers', 'Nutcrackers', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48789, 48789, 'Ornaments', 'Ornaments', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48790, 48790, 'Ceramic', 'Ceramic', 48789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48791, 48791, 'Glass, Crystal', 'Glass-Crystal', 48789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48792, 48792, 'Metal', 'Metal', 48789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48793, 48793, 'Plastic', 'Plastic', 48789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48794, 48794, 'Porcelain', 'Porcelain', 48789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48795, 48795, 'Wooden', 'Wooden', 48789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33844, 33844, 'Other', 'Other', 48789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48796, 48796, 'Pins', 'Pins', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95129, 95129, 'Reindeer Figures', 'Reindeer-Figures', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33845, 33845, 'Santa Figures', 'Santa-Figures', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48797, 48797, 'Sleighs', 'Sleighs', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33846, 33846, 'Snowman Figures', 'Snowman-Figures', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33847, 33847, 'Stockings', 'Stockings', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48798, 48798, 'Tree Stands, Skirts', 'Tree-Stands-Skirts', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33848, 33848, 'Tree Toppers', 'Tree-Toppers', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48799, 48799, 'Villages, Houses', 'Villages-Houses', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48800, 48800, 'Wreaths', 'Wreaths', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13838, 13838, 'Other Items', 'Other-Items', 33838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1089, 1089, 'Christmas: Current (1991-Now)', 'Christmas-Current-1991-Now', 907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48801, 48801, 'Angel Figures', 'Angel-Figures', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33792, 33792, 'Artificial Trees', 'Artificial-Trees', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156366, 156366, 'Bells', 'Bells', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10935, 10935, 'Candles, Candle Holders', 'Candles-Candle-Holders', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156367, 156367, 'Cards', 'Cards', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10936, 10936, 'Garlands', 'Garlands', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156368, 156368, 'Handmade Items', 'Handmade-Items', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7269, 7269, 'Lights', 'Lights', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10937, 10937, 'Linens', 'Linens', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10938, 10938, 'Nativity Items', 'Nativity-Items', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13839, 13839, 'Nutcrackers', 'Nutcrackers', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33850, 33850, 'Ornaments', 'Ornaments', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33851, 33851, 'Angels', 'Angels', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34992, 34992, 'Animals', 'Animals', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34148, 34148, 'Bears', 'Bears', 34992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34149, 34149, 'Birds', 'Birds', 34992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34150, 34150, 'Cats', 'Cats', 34992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34151, 34151, 'Dogs', 'Dogs', 34992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34152, 34152, 'Horses', 'Horses', 34992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48802, 48802, 'Mice', 'Mice', 34992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34153, 34153, 'Reindeer', 'Reindeer', 34992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34154, 34154, 'Other Animals', 'Other-Animals', 34992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34155, 34155, 'Baby', 'Baby', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33853, 33853, 'Bells', 'Bells', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33854, 33854, 'Candies, Cookies', 'Candies-Cookies', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33855, 33855, 'Cars, Trains, Planes', 'Cars-Trains-Planes', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33856, 33856, 'Cartoon, TV Characters', 'Cartoon-TV-Characters', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33857, 33857, 'Elves', 'Elves', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48803, 48803, 'Houses', 'Houses', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33858, 33858, 'Nativity, Religious', 'Nativity-Religious', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33859, 33859, 'Patriotic', 'Patriotic', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33860, 33860, 'Rudolph', 'Rudolph', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33861, 33861, 'Santa', 'Santa', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33862, 33862, 'Shoes, Handbags', 'Shoes-Handbags', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48804, 48804, 'Sleighs', 'Sleighs', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48805, 48805, 'Snowflakes', 'Snowflakes', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33863, 33863, 'Snowmen', 'Snowmen', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33864, 33864, 'Sports', 'Sports', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33865, 33865, 'Stars', 'Stars', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33866, 33866, 'Stockings', 'Stockings', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60218, 60218, 'Trees', 'Trees', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33867, 33867, 'Wreaths', 'Wreaths', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33868, 33868, 'Sets, Mixed Lots', 'Sets-Mixed-Lots', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 148, 148, 'Other', 'Other', 33850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48806, 48806, 'Pins', 'Pins', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95130, 95130, 'Reindeer Figures', 'Reindeer-Figures', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1090, 1090, 'Santa Figures', 'Santa-Figures', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48811, 48811, 'Sleighs', 'Sleighs', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48812, 48812, 'Snowman Figures', 'Snowman-Figures', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 10939, 10939, 'Stockings', 'Stockings', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33793, 33793, 'Tree Stands, Skirts', 'Tree-Stands-Skirts', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10940, 10940, 'Tree Toppers', 'Tree-Toppers', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48814, 48814, 'Villages, Houses', 'Villages-Houses', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10941, 10941, 'Wreaths', 'Wreaths', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33794, 33794, 'Yard Decor', 'Yard-Decor', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 908, 908, 'Other Items', 'Other-Items', 1089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70966, 70966, 'Easter', 'Easter', 907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70967, 70967, 'Vintage (Pre-1960)', 'Vintage-Pre-1960', 70966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70968, 70968, 'Bunnies, Rabbits', 'Bunnies-Rabbits', 70967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70969, 70969, 'Ducks, Chicks', 'Ducks-Chicks', 70967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70970, 70970, 'Eggs', 'Eggs', 70967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70971, 70971, 'Other', 'Other', 70967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70972, 70972, 'Contemporary (1960-Now)', 'Contemporary-1960-Now', 70966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70973, 70973, 'Bunnies, Rabbits', 'Bunnies-Rabbits', 70972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70974, 70974, 'Ducks, Chicks', 'Ducks-Chicks', 70972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70975, 70975, 'Eggs', 'Eggs', 70972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 909, 909, 'Other', 'Other', 70972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14285, 14285, 'Halloween', 'Halloween', 907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10942, 10942, 'Vintage (Pre-1960)', 'Vintage-Pre-1960', 14285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10943, 10943, 'Candles, Holders', 'Candles-Holders', 10942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10944, 10944, 'Costumes', 'Costumes', 10942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10945, 10945, 'Decorations', 'Decorations', 10942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88900, 88900, 'Lanterns', 'Lanterns', 10942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10946, 10946, 'Lights', 'Lights', 10942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10947, 10947, 'Masks', 'Masks', 10942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88901, 88901, 'Noisemakers', 'Noisemakers', 10942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10948, 10948, 'Ornaments', 'Ornaments', 10942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88902, 88902, 'Postcards', 'Postcards', 10942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14286, 14286, 'Other Vintage Items', 'Other-Vintage-Items', 10942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33795, 33795, 'Contemporary (1960-Now)', 'Contemporary-1960-Now', 14285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33796, 33796, 'Bats', 'Bats', 33795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33797, 33797, 'Black Cats', 'Black-Cats', 33795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33798, 33798, 'Ghosts', 'Ghosts', 33795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70976, 70976, 'Masks', 'Masks', 33795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33799, 33799, 'Monsters', 'Monsters', 33795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70977, 70977, 'Mummies', 'Mummies', 33795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33800, 33800, 'Pumpkins, Jack-O-Lanterns', 'Pumpkins-Jack-O-Lanterns', 33795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33801, 33801, 'Skeletons, Skulls', 'Skeletons-Skulls', 33795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33802, 33802, 'Spiders, Cobwebs', 'Spiders-Cobwebs', 33795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33803, 33803, 'Vampires', 'Vampires', 33795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33804, 33804, 'Witches', 'Witches', 33795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33805, 33805, 'Mixed Items', 'Mixed-Items', 33795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 910, 910, 'Other', 'Other', 33795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82508, 82508, 'July 4th', 'July-4th', 907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4045, 4045, 'Mardi Gras', 'Mardi-Gras', 907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 911, 911, 'New Year', 'New-Year', 907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103993, 103993, 'St. Patricks Day', 'St-Patricks-Day', 907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 912, 912, 'Thanksgiving', 'Thanksgiving', 907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70978, 70978, 'Valentines Day', 'Valentines-Day', 907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70979, 70979, 'Vintage (Pre-1960)', 'Vintage-Pre-1960', 70978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70980, 70980, 'Contemporary (1960-Now)', 'Contemporary-1960-Now', 70978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70981, 70981, 'Bears', 'Bears', 70980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70982, 70982, 'Cards', 'Cards', 70980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70983, 70983, 'Hearts', 'Hearts', 70980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70984, 70984, 'Roses', 'Roses', 70980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 913, 913, 'Other', 'Other', 70980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 365, 365, 'Other Holidays', 'Other-Holidays', 907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13905, 13905, 'Housewares & Kitchenware', 'Housewares-and-Kitchenware', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4043, 4043, 'Flue Covers', 'Flue-Covers', 13905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13919, 13919, 'Irons', 'Irons', 13905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 81, 81, 'Kitchenware', 'Kitchenware', 13905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29801, 29801, 'Bakeware', 'Bakeware', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29802, 29802, 'Cake Pans', 'Cake-Pans', 29801, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29803, 29803, 'Pie Plates', 'Pie-Plates', 29801, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13920, 13920, 'Other Bakeware', 'Other-Bakeware', 29801, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13921, 13921, 'Boxes, Bread', 'Boxes-Bread', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38133, 38133, 'Boxes, Other', 'Boxes-Other', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50786, 50786, 'Butter Churns', 'Butter-Churns', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13922, 13922, 'Cake Carriers, Savers', 'Cake-Carriers-Savers', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38134, 38134, 'Canisters', 'Canisters', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38135, 38135, 'Ceramic', 'Ceramic', 38134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38136, 38136, 'Metal', 'Metal', 38134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13923, 13923, 'Other Materials', 'Other-Materials', 38134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38137, 38137, 'Cookie Cutters', 'Cookie-Cutters', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38138, 38138, 'Metal', 'Metal', 38137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38139, 38139, 'Plastic', 'Plastic', 38137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4046, 4046, 'Other Materials', 'Other-Materials', 38137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4047, 4047, 'Cookie Jars', 'Cookie-Jars', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13924, 13924, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 4047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38140, 38140, 'Modern (1970-Now)', 'Modern-1970-Now', 4047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38141, 38141, 'Advertising', 'Advertising', 38140, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38142, 38142, 'Animals', 'Animals', 38140, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38143, 38143, 'Animation Characters', 'Animation-Characters', 38140, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38144, 38144, 'Buildings', 'Buildings', 38140, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38145, 38145, 'Fruit, Food', 'Fruit-Food', 38140, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38146, 38146, 'Holiday, Seasonal', 'Holiday-Seasonal', 38140, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38147, 38147, 'Transportation', 'Transportation', 38140, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83, 83, 'Other', 'Other', 38140, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4048, 4048, 'Spare Tops, Bottoms', 'Spare-Tops-Bottoms', 4047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 974, 974, 'Cookware', 'Cookware', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11649, 11649, 'Aluminum', 'Aluminum', 974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 976, 976, 'Cast Iron', 'Cast-Iron', 974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14897, 14897, 'Enamelware', 'Enamelware', 974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 975, 975, 'Other Cookware', 'Other-Cookware', 974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14898, 14898, 'Egg Cups', 'Egg-Cups', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 977, 977, 'Graniteware', 'Graniteware', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13925, 13925, 'Mixing Bowls', 'Mixing-Bowls', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13926, 13926, 'Molds', 'Molds', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38148, 38148, 'Mugs', 'Mugs', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38149, 38149, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 38148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14899, 14899, 'Modern (1970-Now)', 'Modern-1970-Now', 38148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13927, 13927, 'Napkin Holders', 'Napkin-Holders', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14900, 14900, 'Pie Birds', 'Pie-Birds', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4049, 4049, 'Salt, Pepper Shakers', 'Salt-Pepper-Shakers', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29804, 29804, 'Figurals', 'Figurals', 4049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29805, 29805, 'Animals', 'Animals', 29804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29806, 29806, 'Animation Characters', 'Animation-Characters', 29804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29807, 29807, 'Floral', 'Floral', 29804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29808, 29808, 'Fruit, Vegetables', 'Fruit-Vegetables', 29804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13928, 13928, 'Other Figurals', 'Other-Figurals', 29804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13929, 13929, 'Range Sets', 'Range-Sets', 4049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4051, 4051, 'Singles', 'Singles', 4049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4050, 4050, 'Souvenir', 'Souvenir', 4049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84, 84, 'Other Shakers', 'Other-Shakers', 4049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14901, 14901, 'Serving Trays', 'Serving-Trays', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11650, 11650, 'Small Appliances', 'Small-Appliances', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11651, 11651, 'Blenders', 'Blenders', 11650, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13930, 13930, 'Coffee Grinders, Mills', 'Coffee-Grinders-Mills', 11650, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11652, 11652, 'Coffee Makers', 'Coffee-Makers', 11650, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29809, 29809, 'Juicers', 'Juicers', 11650, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11653, 11653, 'Mixers', 'Mixers', 11650, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13931, 13931, 'Popcorn Poppers', 'Popcorn-Poppers', 11650, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11654, 11654, 'Toasters', 'Toasters', 11650, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11655, 11655, 'Waffle Irons', 'Waffle-Irons', 11650, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 982, 982, 'Other Small Appliances', 'Other-Small-Appliances', 11650, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13932, 13932, 'Spice Racks, Jars', 'Spice-Racks-Jars', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14902, 14902, 'Spoon Rests', 'Spoon-Rests', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13933, 13933, 'Tea Kettles', 'Tea-Kettles', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29810, 29810, 'Timers', 'Timers', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11656, 11656, 'Trivets', 'Trivets', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13934, 13934, 'Tupperware', 'Tupperware', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13935, 13935, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 13934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29811, 29811, 'Contemporary (1970-Now)', 'Contemporary-1970-Now', 13934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63784, 63784, 'Baking Forms', 'Baking-Forms', 29811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29812, 29812, 'Bowls', 'Bowls', 29811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63785, 63785, 'Cake Takers', 'Cake-Takers', 29811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63786, 63786, 'Canisters', 'Canisters', 29811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29813, 29813, 'Keychains, Magnets', 'Keychains-Magnets', 29811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63787, 63787, 'Measuring Sets', 'Measuring-Sets', 29811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63788, 63788, 'Modular Mates', 'Modular-Mates', 29811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29814, 29814, 'Pitchers, Cups & Glasses', 'Pitchers-Cups-and-Glasses', 29811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29815, 29815, 'Plates', 'Plates', 29811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63789, 63789, 'Sandwich Keepers', 'Sandwich-Keepers', 29811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156369, 156369, 'Tuppertoys', 'Tuppertoys', 29811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11657, 11657, 'Other Tupperware', 'Other-Tupperware', 29811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11658, 11658, 'Utensils', 'Utensils', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14903, 14903, 'Choppers', 'Choppers', 11658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11659, 11659, 'Colanders, Strainers', 'Colanders-Strainers', 11658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11660, 11660, 'Cutlery', 'Cutlery', 11658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11661, 11661, 'Egg Beaters', 'Egg-Beaters', 11658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11662, 11662, 'Graters', 'Graters', 11658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11663, 11663, 'Ice Cream Scoops', 'Ice-Cream-Scoops', 11658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13936, 13936, 'Measuring Cups, Spoons', 'Measuring-Cups-Spoons', 11658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14904, 14904, 'Openers', 'Openers', 11658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11664, 11664, 'Peelers', 'Peelers', 11658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11665, 11665, 'Potato Mashers, Ricers', 'Potato-Mashers-Ricers', 11658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11666, 11666, 'Rolling Pins', 'Rolling-Pins', 11658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11667, 11667, 'Sifters', 'Sifters', 11658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29816, 29816, 'Spoons, Forks, Ladles', 'Spoons-Forks-Ladles', 11658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 983, 983, 'Other Utensils', 'Other-Utensils', 11658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82, 82, 'Other Kitchenware', 'Other-Kitchenware', 81, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 476, 476, 'Magnets', 'Magnets', 13905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 978, 978, 'Tableware', 'Tableware', 13905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38150, 38150, 'Flatware', 'Flatware', 978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38151, 38151, 'Forks', 'Forks', 38150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38152, 38152, 'Knives', 'Knives', 38150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38153, 38153, 'Spoons', 'Spoons', 38150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38154, 38154, 'Serving Pieces', 'Serving-Pieces', 38150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 980, 980, 'Sets', 'Sets', 38150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38155, 38155, 'Mixed Lots', 'Mixed-Lots', 38150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 981, 981, 'Hollowware', 'Hollowware', 978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13938, 13938, 'Melamine, Melmac', 'Melamine-Melmac', 978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13939, 13939, 'Boonton', 'Boonton', 13938, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13940, 13940, 'Texas Ware', 'Texas-Ware', 13938, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13941, 13941, 'Other Melamine Items', 'Other-Melamine-Items', 13938, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14288, 14288, 'Napkin Rings', 'Napkin-Rings', 978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 580, 580, 'Open Salts', 'Open-Salts', 978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13942, 13942, 'Pitchers', 'Pitchers', 978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13943, 13943, 'Table Accessories', 'Table-Accessories', 978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38156, 38156, 'Tea Sets', 'Tea-Sets', 978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156370, 156370, 'Toothpick Holders', 'Toothpick-Holders', 978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 979, 979, 'Other Tableware', 'Other-Tableware', 978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1401, 1401, 'Knives, Swords & Blades', 'Knives-Swords-and-Blades', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43216, 43216, 'Accessories', 'Accessories', 1401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43217, 43217, 'Armor, Shields', 'Armor-Shields', 43216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43218, 43218, 'Books', 'Books', 43216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73521, 73521, 'Boxes, Cases', 'Boxes-Cases', 43216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43219, 43219, 'Displays, Plaques', 'Displays-Plaques', 43216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43220, 43220, 'Sharpeners', 'Sharpeners', 43216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43221, 43221, 'Sheaths', 'Sheaths', 43216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41181, 41181, 'Other Accessories', 'Other-Accessories', 43216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41182, 41182, 'Axes, Hatchets', 'Axes-Hatchets', 1401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88903, 88903, 'Daggers', 'Daggers', 1401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43222, 43222, 'Fixed Blade Knives', 'Fixed-Blade-Knives', 1401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43320, 43320, 'Vintage (Pre 1970)', 'Vintage-Pre-1970', 43222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43321, 43321, 'Custom Manufactured', 'Custom-Manufactured', 43320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43322, 43322, 'Factory Manufactured', 'Factory-Manufactured', 43320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43323, 43323, 'Other', 'Other', 43320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43324, 43324, 'Modern (1970 - Now)', 'Modern-1970-Now', 43222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43325, 43325, 'Custom Manufactured', 'Custom-Manufactured', 43324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73522, 73522, 'Factory Manufactured', 'Factory-Manufactured', 43324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88904, 88904, 'Boker', 'Boker', 73522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88905, 88905, 'Bowie', 'Bowie', 73522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73523, 73523, 'Buck', 'Buck', 73522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73524, 73524, 'Case', 'Case', 73522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88906, 88906, 'Cold Steel', 'Cold-Steel', 73522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73525, 73525, 'Gerber', 'Gerber', 73522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88907, 88907, 'Frost', 'Frost', 73522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88908, 88908, 'Puma', 'Puma', 73522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88909, 88909, 'Randall', 'Randall', 73522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88910, 88910, 'Schrade', 'Schrade', 73522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88911, 88911, 'Unbranded', 'Unbranded', 73522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43326, 43326, 'Other Brands', 'Other-Brands', 73522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20271, 20271, 'Other', 'Other', 43324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43328, 43328, 'Folding Knives', 'Folding-Knives', 1401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43329, 43329, 'Vintage (Pre 1970)', 'Vintage-Pre-1970', 43328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43330, 43330, 'Custom Manufactured', 'Custom-Manufactured', 43329, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48815, 48815, 'Factory Manufactured', 'Factory-Manufactured', 43329, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88912, 88912, 'Camillus', 'Camillus', 48815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48816, 48816, 'Case', 'Case', 48815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99963, 99963, 'Colonial', 'Colonial', 48815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88913, 88913, 'Ka-Bar', 'Ka-Bar', 48815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48817, 48817, 'Schrade', 'Schrade', 48815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88914, 88914, 'Unbranded', 'Unbranded', 48815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43331, 43331, 'Other Brands', 'Other-Brands', 48815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43332, 43332, 'Other', 'Other', 43329, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43333, 43333, 'Modern (1970 - Now)', 'Modern-1970-Now', 43328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43334, 43334, 'Custom Manufactured', 'Custom-Manufactured', 43333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48818, 48818, 'Factory Manufactured', 'Factory-Manufactured', 43333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73531, 73531, 'Benchmade', 'Benchmade', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63790, 63790, 'Boker', 'Boker', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63791, 63791, 'Browning', 'Browning', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63792, 63792, 'Buck', 'Buck', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88921, 88921, 'Bulldog', 'Bulldog', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63793, 63793, 'Camillus', 'Camillus', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48819, 48819, 'Case', 'Case', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73528, 73528, 'Cold Steel', 'Cold-Steel', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99964, 99964, 'Colonial', 'Colonial', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63794, 63794, 'Columbia River', 'Columbia-River', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86942, 86942, 'Franklin Mint', 'Franklin-Mint', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73526, 73526, 'Frost', 'Frost', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63795, 63795, 'Gerber', 'Gerber', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88915, 88915, 'German-Eye', 'German-Eye', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88916, 88916, 'Ka-Bar', 'Ka-Bar', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63796, 63796, 'Kershaw', 'Kershaw', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88917, 88917, 'Parker', 'Parker', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63797, 63797, 'Puma', 'Puma', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63798, 63798, 'Queen', 'Queen', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63799, 63799, 'Remington', 'Remington', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 88918, 88918, 'Schatt & Morgan', 'Schatt-and-Morgan', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48820, 48820, 'Schrade', 'Schrade', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73530, 73530, 'Smith & Wesson', 'Smith-and-Wesson', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88920, 88920, 'SOG', 'SOG', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63800, 63800, 'Spyderco', 'Spyderco', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48821, 48821, 'Swiss Army', 'Swiss-Army', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63801, 63801, 'Victorinox', 'Victorinox', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88919, 88919, 'Winchester', 'Winchester', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73529, 73529, 'Unbranded', 'Unbranded', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43335, 43335, 'Other Brands', 'Other-Brands', 48818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1403, 1403, 'Other', 'Other', 43333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157009, 157009, 'Movie & Video Game Weapons', 'Movie-and-Video-Game-Weapons', 1401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43336, 43336, 'Swords', 'Swords', 1401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88922, 88922, 'Chinese', 'Chinese', 43336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43337, 43337, 'Fantasy, Film, TV', 'Fantasy-Film-TV', 43336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95131, 95131, 'Japanese', 'Japanese', 43336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95132, 95132, 'Antique (Pre 1900)', 'Antique-Pre-1900', 95131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43338, 43338, 'Modern (1900-Now)', 'Modern-1900-Now', 95131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43339, 43339, 'Medieval', 'Medieval', 43336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43340, 43340, 'Rapier', 'Rapier', 43336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43341, 43341, 'Roman', 'Roman', 43336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20272, 20272, 'Other Swords', 'Other-Swords', 43336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 475, 475, 'Other Knives, Swords & Blades', 'Other-Knives-Swords-and-Blades', 1401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1404, 1404, 'Lamps, Lighting', 'Lamps-Lighting', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4062, 4062, 'Candle Holders', 'Candle-Holders', 1404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13862, 13862, 'Ceiling Fixtures', 'Ceiling-Fixtures', 1404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4053, 4053, 'Lamps: Electric', 'Lamps-Electric', 1404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35878, 35878, 'Floor Lamps', 'Floor-Lamps', 4053, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4052, 4052, 'Lava Lamps', 'Lava-Lamps', 4053, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4054, 4054, 'Motion Lamps', 'Motion-Lamps', 4053, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4056, 4056, 'Table Lamps', 'Table-Lamps', 4053, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13864, 13864, 'TV Lamps', 'TV-Lamps', 4053, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1405, 1405, 'Other Electric', 'Other-Electric', 4053, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4057, 4057, 'Lamps: Non-Electric', 'Lamps-Non-Electric', 1404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4058, 4058, 'Gas', 'Gas', 4057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4059, 4059, 'Kerosene', 'Kerosene', 4057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4060, 4060, 'Miniature', 'Miniature', 4057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4061, 4061, 'Oil', 'Oil', 4057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1406, 1406, 'Other Non-Electric', 'Other-Non-Electric', 4057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13865, 13865, 'Lamp Repair, Refurbishing', 'Lamp-Repair-Refurbishing', 1404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1407, 1407, 'Parts', 'Parts', 13865, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13866, 13866, 'Prisms', 'Prisms', 13865, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13867, 13867, 'Other Repair Items', 'Other-Repair-Items', 13865, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4055, 4055, 'Neon', 'Neon', 1404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157010, 157010, 'Night Lights', 'Night-Lights', 1404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13868, 13868, 'Sconces', 'Sconces', 1404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1408, 1408, 'Shades', 'Shades', 1404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 371, 371, 'Other Lighting', 'Other-Lighting', 1404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 940, 940, 'Linens, Fabric & Textiles', 'Linens-Fabric-and-Textiles', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13944, 13944, 'Bed & Bath Linens', 'Bed-and-Bath-Linens', 940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 941, 941, 'Bedspreads', 'Bedspreads', 13944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13945, 13945, 'Blankets', 'Blankets', 13944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13946, 13946, 'Sheets, Pillowcases', 'Sheets-Pillowcases', 13944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13947, 13947, 'Towels', 'Towels', 13944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 946, 946, 'Other Bed & Bath Linens', 'Other-Bed-and-Bath-Linens', 13944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 942, 942, 'Curtains, Drapes', 'Curtains-Drapes', 940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29817, 29817, 'Fabric', 'Fabric', 940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29818, 29818, 'Cotton', 'Cotton', 29817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29819, 29819, 'Linen', 'Linen', 29817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29820, 29820, 'Silk', 'Silk', 29817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29821, 29821, 'Upholstery, Drapery', 'Upholstery-Drapery', 29817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29822, 29822, 'Wool', 'Wool', 29817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 943, 943, 'Other Fabric', 'Other-Fabric', 29817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13948, 13948, 'Feed Sacks, Flour Sacks', 'Feed-Sacks-Flour-Sacks', 940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13949, 13949, 'Kitchen Textiles', 'Kitchen-Textiles', 940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13950, 13950, 'Appliance Covers', 'Appliance-Covers', 13949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13951, 13951, 'Aprons', 'Aprons', 13949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13952, 13952, 'Potholders, Oven Mitts', 'Potholders-Oven-Mitts', 13949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13953, 13953, 'Towels', 'Towels', 13949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 944, 944, 'Other Kitchen Textiles', 'Other-Kitchen-Textiles', 13949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 945, 945, 'Lace, Crochet, Doilies', 'Lace-Crochet-Doilies', 940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29823, 29823, 'Pillows', 'Pillows', 940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 947, 947, 'Quilts', 'Quilts', 940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 948, 948, 'Rugs', 'Rugs', 940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 949, 949, 'Samplers', 'Samplers', 940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13954, 13954, 'Table Linens', 'Table-Linens', 940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13955, 13955, 'Napkins', 'Napkins', 13954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29824, 29824, 'Placemats', 'Placemats', 13954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29825, 29825, 'Runners', 'Runners', 13954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3639, 3639, 'Tablecloths', 'Tablecloths', 13954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 950, 950, 'Tapestries', 'Tapestries', 940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33, 33, 'Other Textiles', 'Other-Textiles', 940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1430, 1430, 'Metalware', 'Metalware', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1431, 1431, 'Aluminum', 'Aluminum', 1430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3630, 3630, 'Brass', 'Brass', 1430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1432, 1432, 'Bronze', 'Bronze', 1430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3631, 3631, 'Cast Iron', 'Cast-Iron', 1430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13937, 13937, 'Chrome', 'Chrome', 1430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1433, 1433, 'Copper', 'Copper', 1430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1434, 1434, 'Pewter', 'Pewter', 1430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1436, 1436, 'Silverplate', 'Silverplate', 1430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1435, 1435, 'Sterling Silver', 'Sterling-Silver', 1430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10950, 10950, 'Tin', 'Tin', 1430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28, 28, 'Other Metalware', 'Other-Metalware', 1430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13956, 13956, 'Militaria', 'Militaria', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156373, 156373, 'Pre-1700', 'Pre-1700', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1552, 1552, 'Original Period Items', 'Original-Period-Items', 156373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156374, 156374, 'Reenactment, Reproductions', 'Reenactment-Reproductions', 156373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156375, 156375, '1700-74', '1700-74', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13957, 13957, 'Original Period Items', 'Original-Period-Items', 156375, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156376, 156376, 'Reenactment, Reproductions', 'Reenactment-Reproductions', 156375, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156377, 156377, 'Revolutionary War (1775-83)', 'Revolutionary-War-1775-83', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10951, 10951, 'Original Period Items', 'Original-Period-Items', 156377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156378, 156378, 'Reenactment, Reproductions', 'Reenactment-Reproductions', 156377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156379, 156379, '1784-1860', '1784-1860', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4070, 4070, 'Original Period Items', 'Original-Period-Items', 156379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156380, 156380, 'Reenactment, Reproductions', 'Reenactment-Reproductions', 156379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13958, 13958, 'Civil War (1861-65)', 'Civil-War-1861-65', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13959, 13959, 'Books', 'Books', 13958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36033, 36033, 'Original Period Items', 'Original-Period-Items', 13958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103994, 103994, 'Artillery Gear, Equipment', 'Artillery-Gear-Equipment', 36033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156382, 156382, 'Artwork, Prints', 'Artwork-Prints', 36033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103995, 103995, 'Belts, Belt Buckles', 'Belts-Belt-Buckles', 36033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103996, 103996, 'Bullets', 'Bullets', 36033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36034, 36034, 'Buttons', 'Buttons', 36033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36035, 36035, 'Clothing & Uniforms', 'Clothing-and-Uniforms', 36033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36036, 36036, 'Correspondence, Mail', 'Correspondence-Mail', 36033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36037, 36037, 'Edged Weapons', 'Edged-Weapons', 36033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156381, 156381, 'Maps, Atlases', 'Maps-Atlases', 36033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36038, 36038, 'Medals, Pins, Ribbons', 'Medals-Pins-Ribbons', 36033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103997, 103997, 'Newspapers', 'Newspapers', 36033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36039, 36039, 'Photos', 'Photos', 36033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 136, 136, 'Other Civil War Items', 'Other-Civil-War-Items', 36033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156948, 156948, 'Civil War Veterans Items', 'Civil-War-Veterans-Items', 13958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36040, 36040, 'Reenactment, Reproductions', 'Reenactment-Reproductions', 13958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103998, 103998, 'Belts, Belt Buckles', 'Belts-Belt-Buckles', 36040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36041, 36041, 'Clothing & Uniforms', 'Clothing-and-Uniforms', 36040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36042, 36042, 'Edged Weapons', 'Edged-Weapons', 36040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36043, 36043, 'Flags', 'Flags', 36040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13961, 13961, 'Other Reenactment, Repro Items', 'Other-Reenactment-Repro-Items', 36040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156383, 156383, 'Indian Wars (1866-97)', 'Indian-Wars-1866-97', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7271, 7271, 'Original Period Items', 'Original-Period-Items', 156383, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156384, 156384, 'Reproductions', 'Reproductions', 156383, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156385, 156385, 'Spanish-Amer War (1898-1902)', 'Spanish-Amer-War-1898-1902', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10952, 10952, 'Original Period Items', 'Original-Period-Items', 156385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156386, 156386, 'Reproductions', 'Reproductions', 156385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156387, 156387, '1903-13', '1903-13', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 583, 583, 'Original Period Items', 'Original-Period-Items', 156387, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156388, 156388, 'Reproductions', 'Reproductions', 156387, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13962, 13962, 'WW I (1914-18)', 'WW-I-1914-18', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156389, 156389, 'Original Period Items', 'Original-Period-Items', 13962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4374, 4374, 'Australia, ANZAC', 'Australia-ANZAC', 156389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156390, 156390, 'Austria-Hungary', 'Austria-Hungary', 156389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13963, 13963, 'Canada', 'Canada', 156389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13964, 13964, 'France', 'France', 156389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156391, 156391, 'Germany', 'Germany', 156389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156392, 156392, 'Books', 'Books', 156391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156393, 156393, 'Documents, Maps', 'Documents-Maps', 156391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156394, 156394, 'Edged Weapons', 'Edged-Weapons', 156391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156395, 156395, 'Hats, Helmets, Uniforms', 'Hats-Helmets-Uniforms', 156391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156396, 156396, 'Medals, Ribbons', 'Medals-Ribbons', 156391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156397, 156397, 'Personal, Field Gear', 'Personal-Field-Gear', 156391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156398, 156398, 'Photographs', 'Photographs', 156391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156399, 156399, 'Posters, Prints', 'Posters-Prints', 156391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13965, 13965, 'Other', 'Other', 156391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156400, 156400, 'Great Britain', 'Great-Britain', 156389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64820, 64820, 'Badges', 'Badges', 156400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156401, 156401, 'Books', 'Books', 156400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64821, 64821, 'Documents, Maps', 'Documents-Maps', 156400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156402, 156402, 'Edged Weapons', 'Edged-Weapons', 156400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156403, 156403, 'Hats, Helmets, Uniforms', 'Hats-Helmets-Uniforms', 156400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156404, 156404, 'Medals, Ribbons', 'Medals-Ribbons', 156400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156405, 156405, 'Personal, Field Gear', 'Personal-Field-Gear', 156400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64822, 64822, 'Photographs', 'Photographs', 156400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101152, 101152, 'Posters, Prints', 'Posters-Prints', 156400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13966, 13966, 'Other', 'Other', 156400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13967, 13967, 'Italy', 'Italy', 156389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13968, 13968, 'Russia', 'Russia', 156389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134, 134, 'United States', 'United-States', 156389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13969, 13969, 'Books', 'Books', 134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13973, 13973, 'Documents, Maps', 'Documents-Maps', 134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13970, 13970, 'Edged Weapons', 'Edged-Weapons', 134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13971, 13971, 'Hats, Helmets, Uniforms', 'Hats-Helmets-Uniforms', 134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13972, 13972, 'Medals, Ribbons', 'Medals-Ribbons', 134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13974, 13974, 'Personal, Field Gear', 'Personal-Field-Gear', 134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156415, 156415, 'Photographs', 'Photographs', 134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156416, 156416, 'Posters, Prints', 'Posters-Prints', 134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 584, 584, 'Other', 'Other', 134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13975, 13975, 'Other Countries', 'Other-Countries', 156389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156406, 156406, 'Reproductions', 'Reproductions', 13962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156407, 156407, 'Australia, ANZAC', 'Australia-ANZAC', 156406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156408, 156408, 'Canada', 'Canada', 156406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156409, 156409, 'Germany', 'Germany', 156406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156410, 156410, 'Great Britain', 'Great-Britain', 156406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156411, 156411, 'France', 'France', 156406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156412, 156412, 'Russia', 'Russia', 156406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156413, 156413, 'United States', 'United-States', 156406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156414, 156414, 'Other Countries', 'Other-Countries', 156406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156371, 156371, '1919-38', '1919-38', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13976, 13976, 'Original Period Items', 'Original-Period-Items', 156371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156372, 156372, 'Reproductions', 'Reproductions', 156371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13977, 13977, 'WW II (1939-45)', 'WW-II-1939-45', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156417, 156417, 'Original Period Items', 'Original-Period-Items', 13977, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4375, 4375, 'Australia', 'Australia', 156417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4075, 4075, 'Canada', 'Canada', 156417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4076, 4076, 'China', 'China', 156417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4077, 4077, 'France', 'France', 156417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36044, 36044, 'Germany', 'Germany', 156417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103999, 103999, 'Books', 'Books', 36044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36045, 36045, 'Edged Weapons', 'Edged-Weapons', 36044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36046, 36046, 'Hats, Helmets', 'Hats-Helmets', 36044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36047, 36047, 'Medals, Pins, Ribbons', 'Medals-Pins-Ribbons', 36044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36048, 36048, 'Paper Items, Newspapers', 'Paper-Items-Newspapers', 36044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36049, 36049, 'Personal, Field Gear', 'Personal-Field-Gear', 36044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104000, 104000, 'Photos', 'Photos', 36044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156439, 156439, 'Posters, Prints', 'Posters-Prints', 36044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104001, 104001, 'Uniforms', 'Uniforms', 36044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4078, 4078, 'Other', 'Other', 36044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156418, 156418, 'Great Britain', 'Great-Britain', 156417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156419, 156419, 'Books', 'Books', 156418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156420, 156420, 'Edged Weapons', 'Edged-Weapons', 156418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156421, 156421, 'Hats, Helmets, Uniforms', 'Hats-Helmets-Uniforms', 156418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156422, 156422, 'Medals, Ribbons', 'Medals-Ribbons', 156418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156423, 156423, 'Paper Items, Newspapers', 'Paper-Items-Newspapers', 156418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156424, 156424, 'Personal, Field Gear', 'Personal-Field-Gear', 156418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156425, 156425, 'Photos', 'Photos', 156418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156426, 156426, 'Posters, Prints', 'Posters-Prints', 156418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4074, 4074, 'Other', 'Other', 156418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4079, 4079, 'Italy', 'Italy', 156417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4080, 4080, 'Japan', 'Japan', 156417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10954, 10954, 'Russia', 'Russia', 156417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4081, 4081, 'Sweden', 'Sweden', 156417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4716, 4716, 'United States', 'United-States', 156417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4717, 4717, 'Books', 'Books', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104002, 104002, 'Bullets, Grenades', 'Bullets-Grenades', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74708, 74708, 'Buttons', 'Buttons', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13978, 13978, 'Correspondence, Mail', 'Correspondence-Mail', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4718, 4718, 'Documents, Maps', 'Documents-Maps', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4719, 4719, 'Edged Weapons', 'Edged-Weapons', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4721, 4721, 'Field Gear, Equipment', 'Field-Gear-Equipment', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104008, 104008, 'Flags, Banners', 'Flags-Banners', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4722, 4722, 'Hats, Helmets', 'Hats-Helmets', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4723, 4723, 'Home Front', 'Home-Front', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4724, 4724, 'Medals, Ribbons', 'Medals-Ribbons', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4725, 4725, 'Patches', 'Patches', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4726, 4726, 'Personal Gear', 'Personal-Gear', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4727, 4727, 'Photos', 'Photos', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36059, 36059, 'Pins', 'Pins', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13979, 13979, 'Postcards', 'Postcards', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4728, 4728, 'Posters, Prints', 'Posters-Prints', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4729, 4729, 'Uniforms', 'Uniforms', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 585, 585, 'Other', 'Other', 4716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13980, 13980, 'Other Countries', 'Other-Countries', 156417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156427, 156427, 'Reproductions', 'Reproductions', 13977, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156428, 156428, 'Australia', 'Australia', 156427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156429, 156429, 'Canada', 'Canada', 156427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156430, 156430, 'China', 'China', 156427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156431, 156431, 'France', 'France', 156427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156432, 156432, 'Germany', 'Germany', 156427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156433, 156433, 'Great Britain', 'Great-Britain', 156427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156434, 156434, 'Italy', 'Italy', 156427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156435, 156435, 'Japan', 'Japan', 156427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156436, 156436, 'Russia', 'Russia', 156427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156437, 156437, 'United States', 'United-States', 156427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156438, 156438, 'Other Countries', 'Other-Countries', 156427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156471, 156471, '1946-49', '1946-49', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13981, 13981, 'Original Period Items', 'Original-Period-Items', 156471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156472, 156472, 'Reproductions', 'Reproductions', 156471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156440, 156440, 'Korea (1950-53)', 'Korea-1950-53', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 586, 586, 'Original Period Items', 'Original-Period-Items', 156440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156441, 156441, 'Reproductions', 'Reproductions', 156440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156442, 156442, '1954-60', '1954-60', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13982, 13982, 'Original Period Items', 'Original-Period-Items', 156442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156443, 156443, 'Reproductions', 'Reproductions', 156442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36060, 36060, 'Vietnam (1961-75)', 'Vietnam-1961-75', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156444, 156444, 'Original Period Items', 'Original-Period-Items', 36060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104014, 104014, 'Books', 'Books', 156444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36061, 36061, 'Edged Weapons', 'Edged-Weapons', 156444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36062, 36062, 'Hats, Helmets', 'Hats-Helmets', 156444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36063, 36063, 'Medals, Pins, Ribbons', 'Medals-Pins-Ribbons', 156444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36064, 36064, 'Paper Items', 'Paper-Items', 156444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104015, 104015, 'Patches', 'Patches', 156444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36065, 36065, 'Personal, Field Gear', 'Personal-Field-Gear', 156444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104016, 104016, 'Photos, Prints, Posters', 'Photos-Prints-Posters', 156444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104017, 104017, 'Uniforms', 'Uniforms', 156444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104018, 104018, 'Videos', 'Videos', 156444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 587, 587, 'Other Vietnam Items', 'Other-Vietnam-Items', 156444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156445, 156445, 'Reproductions', 'Reproductions', 36060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156446, 156446, '1976-89', '1976-89', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13983, 13983, 'Original Period Items', 'Original-Period-Items', 156446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156447, 156447, 'Reproductions', 'Reproductions', 156446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156448, 156448, 'Desert Storm (1990-91)', 'Desert-Storm-1990-91', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10953, 10953, 'Original Period Items', 'Original-Period-Items', 156448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156449, 156449, 'Reproductions', 'Reproductions', 156448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156450, 156450, '1992-2001', '1992-2001', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156451, 156451, 'Original Period Items', 'Original-Period-Items', 156450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156452, 156452, 'Reproductions', 'Reproductions', 156450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36066, 36066, 'Current Militaria (2001-Now)', 'Current-Militaria-2001-Now', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156453, 156453, 'Original Items', 'Original-Items', 36066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156454, 156454, 'Books', 'Books', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74709, 74709, 'Buttons', 'Buttons', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74710, 74710, 'Challenge Coins', 'Challenge-Coins', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156455, 156455, 'Correspondence, Mail', 'Correspondence-Mail', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74711, 74711, 'Cuff Links', 'Cuff-Links', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156456, 156456, 'Documents, Maps', 'Documents-Maps', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156457, 156457, 'Edged Weapons', 'Edged-Weapons', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36067, 36067, 'Flags, Banners', 'Flags-Banners', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36068, 36068, 'Hats, Helmets', 'Hats-Helmets', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36069, 36069, 'Medals, Ribbons', 'Medals-Ribbons', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104019, 104019, 'Mugs, Cups, Steins', 'Mugs-Cups-Steins', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48822, 48822, 'Patches', 'Patches', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48823, 48823, 'Air Force', 'Air-Force', 48822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48824, 48824, 'Army', 'Army', 48822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48825, 48825, 'Marines', 'Marines', 48822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48826, 48826, 'Navy', 'Navy', 48822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48827, 48827, 'Mixed Lots', 'Mixed-Lots', 48822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36070, 36070, 'Other', 'Other', 48822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156458, 156458, 'Personal, Field Gear', 'Personal-Field-Gear', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156459, 156459, 'Bags, Packs', 'Bags-Packs', 156458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156460, 156460, 'Belts, Pouches', 'Belts-Pouches', 156458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156461, 156461, 'Canteens', 'Canteens', 156458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156462, 156462, 'Dog Tags', 'Dog-Tags', 156458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156463, 156463, 'Gas Masks', 'Gas-Masks', 156458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156464, 156464, 'First Aid, Medic Gear', 'First-Aid-Medic-Gear', 156458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156465, 156465, 'Lighters', 'Lighters', 156458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156466, 156466, 'Mess Kits', 'Mess-Kits', 156458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156467, 156467, 'Opticals', 'Opticals', 156458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156468, 156468, 'Rings, Pendants, Jewelry', 'Rings-Pendants-Jewelry', 156458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156469, 156469, 'Watches', 'Watches', 156458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36071, 36071, 'Other', 'Other', 156458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36072, 36072, 'Photos', 'Photos', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104020, 104020, 'Pins', 'Pins', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36073, 36073, 'Posters, Prints', 'Posters-Prints', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104021, 104021, 'Signs, Plaques', 'Signs-Plaques', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104022, 104022, 'Stickers, Decals', 'Stickers-Decals', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104023, 104023, 'Uniforms', 'Uniforms', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36074, 36074, 'Other Current Militaria', 'Other-Current-Militaria', 156453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156470, 156470, 'Reproductions', 'Reproductions', 36066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66527, 66527, 'Militaria (Date Unknown)', 'Militaria-Date-Unknown', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66528, 66528, 'Air Force', 'Air-Force', 66527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66529, 66529, 'Army', 'Army', 66527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66530, 66530, 'Coast Guard', 'Coast-Guard', 66527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66531, 66531, 'Marine Corps', 'Marine-Corps', 66527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66532, 66532, 'National Guard', 'National-Guard', 66527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66533, 66533, 'Navy', 'Navy', 66527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66534, 66534, 'Other', 'Other', 66527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36075, 36075, 'Surplus', 'Surplus', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74712, 74712, 'Bags', 'Bags', 36075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36076, 36076, 'Hats, Helmets', 'Hats-Helmets', 36075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70985, 70985, 'Masks', 'Masks', 36075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104024, 104024, 'Medals, Pins, Ribbons', 'Medals-Pins-Ribbons', 36075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104025, 104025, 'Paper Items, Manuals', 'Paper-Items-Manuals', 36075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70986, 70986, 'Personal, Field Gear', 'Personal-Field-Gear', 36075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104026, 104026, 'Belts, Belt Buckles', 'Belts-Belt-Buckles', 70986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104027, 104027, 'Boots', 'Boots', 70986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104028, 104028, 'Jackets', 'Jackets', 70986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70987, 70987, 'Pants', 'Pants', 70986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70988, 70988, 'Shirts', 'Shirts', 70986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70989, 70989, 'Vests', 'Vests', 70986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36077, 36077, 'Other', 'Other', 70986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70990, 70990, 'Parachutes', 'Parachutes', 36075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36078, 36078, 'Patches', 'Patches', 36075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70991, 70991, 'Pouches', 'Pouches', 36075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 588, 588, 'Other Military Surplus', 'Other-Military-Surplus', 36075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 135, 135, 'Other Militaria', 'Other-Militaria', 13956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124, 124, 'Paper', 'Paper', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4089, 4089, 'Blotters', 'Blotters', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13985, 13985, 'Booklets', 'Booklets', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13986, 13986, 'Pre-1920', 'Pre-1920', 13985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13987, 13987, '1920-39', '1920-39', 13985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13988, 13988, '1940-59', '1940-59', 13985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4090, 4090, '1960-Now', '1960-Now', 13985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13989, 13989, 'Brochures', 'Brochures', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13990, 13990, 'Pre-1940', 'Pre-1940', 13989, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13991, 13991, '1940-59', '1940-59', 13989, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4091, 4091, '1960-Now', '1960-Now', 13989, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41183, 41183, 'Calendars', 'Calendars', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41184, 41184, 'Pre-1940', 'Pre-1940', 41183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 41190, 41190, '1940-59', '1940-59', 41183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 556, 556, '1960-79', '1960-79', 41183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156485, 156485, '1980-Last Year', '1980-Last-Year', 41183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156486, 156486, 'Current Year, Next Year', 'Current-Year-Next-Year', 41183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156487, 156487, 'Perpetual Calendars', 'Perpetual-Calendars', 41183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41394, 41394, 'Unspecified, Unknown Date', 'Unspecified-Unknown-Date', 41183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156488, 156488, 'Correspondence', 'Correspondence', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156489, 156489, 'Pre-1900', 'Pre-1900', 156488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156490, 156490, '1900-49', '1900-49', 156488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156491, 156491, '1950-Now', '1950-Now', 156488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29465, 29465, 'Documents', 'Documents', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156492, 156492, 'Pre-1800', 'Pre-1800', 29465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156493, 156493, '1800-1899', '1800-1899', 29465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29466, 29466, '1900-1939', '1900-1939', 29465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29467, 29467, '1940-59', '1940-59', 29465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4092, 4092, '1960-Now', '1960-Now', 29465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41187, 41187, 'Ephemera', 'Ephemera', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156494, 156494, 'Pre-1800', 'Pre-1800', 41187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156495, 156495, '1800-99', '1800-99', 41187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41188, 41188, '1900-20', '1900-20', 41187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41189, 41189, '1920-39', '1920-39', 41187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41185, 41185, '1940-59', '1940-59', 41187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 126, 126, '1960-Now', '1960-Now', 41187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41191, 41191, 'Unspecified, Unknown Date', 'Unspecified-Unknown-Date', 41187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156496, 156496, 'Matchbooks', 'Matchbooks', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156497, 156497, 'Advertisements', 'Advertisements', 156496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156498, 156498, 'Hotels, Motels', 'Hotels-Motels', 156496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156499, 156499, 'Lounges, Bars', 'Lounges-Bars', 156496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156500, 156500, 'Restaurants', 'Restaurants', 156496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156501, 156501, 'Vehicles, Transportation', 'Vehicles-Transportation', 156496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156502, 156502, 'International Locations', 'International-Locations', 156496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156503, 156503, 'US Locations', 'US-Locations', 156496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 477, 477, 'Other', 'Other', 156496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1437, 1437, 'Menus', 'Menus', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13992, 13992, 'Newspapers', 'Newspapers', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13993, 13993, 'Pre-1900', 'Pre-1900', 13992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13994, 13994, '1900-39', '1900-39', 13992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13995, 13995, '1940-69', '1940-69', 13992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1439, 1439, '1970-Now', '1970-Now', 13992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13685, 13685, 'Pin Up', 'Pin-Up', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3899, 3899, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 13685, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4948, 4948, 'Contemporary (1970-Now)', 'Contemporary-1970-Now', 13685, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1438, 1438, 'Playing Cards', 'Playing-Cards', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29490, 29490, 'Programs', 'Programs', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1440, 1440, 'Scrapbooks', 'Scrapbooks', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35889, 35889, 'Vintage Greeting Cards', 'Vintage-Greeting-Cards', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156504, 156504, 'Animals', 'Animals', 35889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35890, 35890, 'Birthday', 'Birthday', 35889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35891, 35891, 'Christmas', 'Christmas', 35889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35892, 35892, 'Valentines Day', 'Valentines-Day', 35889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156505, 156505, 'Victorian', 'Victorian', 35889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156506, 156506, 'Unused Vintage', 'Unused-Vintage', 35889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156507, 156507, 'Mixed Lots', 'Mixed-Lots', 35889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3633, 3633, 'Other', 'Other', 35889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 125, 125, 'Other Paper Items', 'Other-Paper-Items', 124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 966, 966, 'Pens & Writing Instruments', 'Pens-and-Writing-Instruments', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4377, 4377, 'Calligraphy Tools', 'Calligraphy-Tools', 966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28019, 28019, 'Desktop Items', 'Desktop-Items', 966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38015, 38015, 'Clips, Holders', 'Clips-Holders', 28019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28020, 28020, 'Letter Openers', 'Letter-Openers', 28019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28021, 28021, 'Pencil Sharpeners', 'Pencil-Sharpeners', 28019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 969, 969, 'Other', 'Other', 28019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 970, 970, 'Inkwells', 'Inkwells', 966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7278, 7278, 'Pens', 'Pens', 966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29826, 29826, 'Ball Point', 'Ball-Point', 7278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29827, 29827, 'Cross', 'Cross', 29826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73532, 73532, 'Dunhill', 'Dunhill', 29826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73533, 73533, 'Fisher', 'Fisher', 29826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29828, 29828, 'Montblanc', 'Montblanc', 29826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29829, 29829, 'Parker', 'Parker', 29826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29830, 29830, 'Sensa', 'Sensa', 29826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73534, 73534, 'Waterman', 'Waterman', 29826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7279, 7279, 'Other Brands', 'Other-Brands', 29826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7280, 7280, 'Floaty', 'Floaty', 7278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13999, 13999, 'Fountain', 'Fountain', 7278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73535, 73535, 'Conklin', 'Conklin', 13999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150124, 150124, 'Cross', 'Cross', 13999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73536, 73536, 'Dunhill', 'Dunhill', 13999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20267, 20267, 'Esterbrook', 'Esterbrook', 13999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29831, 29831, 'Lamy', 'Lamy', 13999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14000, 14000, 'Montblanc', 'Montblanc', 13999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14001, 14001, 'Parker', 'Parker', 13999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14002, 14002, 'Pelikan', 'Pelikan', 13999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73537, 73537, 'Pilot', 'Pilot', 13999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73538, 73538, 'Rotring', 'Rotring', 13999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14003, 14003, 'Sheaffer', 'Sheaffer', 13999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20268, 20268, 'Wahl, Eversharp', 'Wahl-Eversharp', 13999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14004, 14004, 'Waterman', 'Waterman', 13999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7281, 7281, 'Other Brands', 'Other-Brands', 13999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 967, 967, 'Other Pens', 'Other-Pens', 7278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7282, 7282, 'Pencils', 'Pencils', 966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7283, 7283, 'Bullet', 'Bullet', 7282, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7284, 7284, 'Mechanical', 'Mechanical', 7282, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 968, 968, 'Other Pencils', 'Other-Pencils', 7282, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 971, 971, 'Sets', 'Sets', 966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 158, 158, 'Other Instruments', 'Other-Instruments', 966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14005, 14005, 'Pez, Keychains, Promo Glasses', 'Pez-Keychains-Promo-Glasses', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38016, 38016, 'Keychains', 'Keychains', 14005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3628, 3628, 'Modern (1970-Now)', 'Modern-1970-Now', 38016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38017, 38017, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 38016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4097, 4097, 'Pez', 'Pez', 14005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38023, 38023, 'Current', 'Current', 4097, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73539, 73539, 'Animals', 'Animals', 38023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73540, 73540, 'Cartoon Characters', 'Cartoon-Characters', 38023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73541, 73541, 'Disney', 'Disney', 73540, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73542, 73542, 'Warner Brothers', 'Warner-Brothers', 73540, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38024, 38024, 'Other', 'Other', 73540, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38025, 38025, 'Holiday, Seasonal', 'Holiday-Seasonal', 38023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73543, 73543, 'Star Wars', 'Star-Wars', 38023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73544, 73544, 'Superheros', 'Superheros', 38023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4098, 4098, 'Other', 'Other', 38023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4099, 4099, 'Vintage (no feet)', 'Vintage-no-feet', 4097, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1443, 1443, 'Promo Glasses', 'Promo-Glasses', 14005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14277, 14277, 'Photographic Images', 'Photographic-Images', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 407, 407, 'Antique (Pre-1940)', 'Antique-Pre-1940', 14277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13704, 13704, 'Ambrotypes', 'Ambrotypes', 407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13705, 13705, 'Cabinet Photos', 'Cabinet-Photos', 407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 409, 409, 'CDVs', 'CDVs', 407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 408, 408, 'Daguerreotypes', 'Daguerreotypes', 407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14278, 14278, 'Magic Lantern Glass Slides', 'Magic-Lantern-Glass-Slides', 407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26265, 26265, 'Photo Albums', 'Photo-Albums', 407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1507, 1507, 'Risque', 'Risque', 407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13706, 13706, 'Stereoviews', 'Stereoviews', 407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15904, 15904, 'H.C. White', 'H-C-White', 13706, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15905, 15905, 'Keystone', 'Keystone', 13706, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15906, 15906, 'Kilburn', 'Kilburn', 13706, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15907, 15907, 'Underwood & Underwood', 'Underwood-and-Underwood', 13706, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15908, 15908, 'Lithographs', 'Lithographs', 13706, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 410, 410, 'Other Stereoviews', 'Other-Stereoviews', 13706, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13712, 13712, 'Tintypes', 'Tintypes', 407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 411, 411, 'Viewmaster', 'Viewmaster', 407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14279, 14279, 'Other Antique Images', 'Other-Antique-Images', 407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14281, 14281, 'Contemporary (1940-Now)', 'Contemporary-1940-Now', 14277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14891, 14891, 'Celebrity', 'Celebrity', 14281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14890, 14890, 'Movies', 'Movies', 14891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14892, 14892, 'Music', 'Music', 14891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14893, 14893, 'Sports', 'Sports', 14891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14894, 14894, 'Television', 'Television', 14891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14280, 14280, 'Other', 'Other', 14891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14895, 14895, 'Nature', 'Nature', 14281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156484, 156484, 'Risque', 'Risque', 14281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150125, 150125, 'Viewmaster', 'Viewmaster', 14281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48, 48, 'Other Contemporary Images', 'Other-Contemporary-Images', 14281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39507, 39507, 'Pinbacks, Bobbles, Lunchboxes', 'Pinbacks-Bobbles-Lunchboxes', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1409, 1409, 'Lunchboxes, Thermoses', 'Lunchboxes-Thermoses', 39507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156473, 156473, 'Metal Lunchboxes', 'Metal-Lunchboxes', 1409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7270, 7270, 'Pre-1970', 'Pre-1970', 156473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1410, 1410, '1970-1979', '1970-1979', 156473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156474, 156474, '1980-1999', '1980-1999', 156473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156475, 156475, '2000-Now', '2000-Now', 156473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156476, 156476, 'Reproductions', 'Reproductions', 156473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156477, 156477, 'Metal Thermoses', 'Metal-Thermoses', 1409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156478, 156478, 'Pre-1970', 'Pre-1970', 156477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156479, 156479, '1970-Now', '1970-Now', 156477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156480, 156480, 'Plastic Lunchboxes', 'Plastic-Lunchboxes', 1409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14011, 14011, 'Pre-1970', 'Pre-1970', 156480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1411, 1411, '1970-Now', '1970-Now', 156480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156481, 156481, 'Plastic Thermoses', 'Plastic-Thermoses', 1409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156482, 156482, 'Pre-1970', 'Pre-1970', 156481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156483, 156483, '1970-Now', '1970-Now', 156481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150, 150, 'Other', 'Other', 1409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19287, 19287, 'Bobbleheads, Nodders', 'Bobbleheads-Nodders', 39507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19288, 19288, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 19287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38018, 38018, 'Modern (1970-Now)', 'Modern-1970-Now', 19287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149372, 149372, 'Funko', 'Funko', 38018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 91113, 91113, 'Bosley Bobbers', 'Bosley-Bobbers', 38018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149376, 149376, 'Animals', 'Animals', 38018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38019, 38019, 'Cartoon Characters', 'Cartoon-Characters', 38018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149370, 149370, 'Celebrities', 'Celebrities', 38018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149371, 149371, 'Movie, Television Characters', 'Movie-Television-Characters', 38018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38020, 38020, 'Music', 'Music', 38018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38021, 38021, 'Political', 'Political', 38018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149373, 149373, 'Promotional, Advertising', 'Promotional-Advertising', 38018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149374, 149374, 'Religious', 'Religious', 38018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149375, 149375, 'Sports', 'Sports', 38018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4083, 4083, 'Other', 'Other', 38018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50787, 50787, 'Pinbacks', 'Pinbacks', 39507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149377, 149377, 'Advertising', 'Advertising', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149378, 149378, 'Animals', 'Animals', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149379, 149379, 'Awards', 'Awards', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50790, 50790, 'Campaigns, Elections, Politics', 'Campaigns-Elections-Politics', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149382, 149382, 'Carnivals, Fairs', 'Carnivals-Fairs', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149383, 149383, 'Celebrities', 'Celebrities', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149384, 149384, 'Clubs, Memberships', 'Clubs-Memberships', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50788, 50788, 'Comic Books, Cartoons', 'Comic-Books-Cartoons', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73545, 73545, 'Media, Press', 'Media-Press', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149380, 149380, 'Movies, Television', 'Movies-Television', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149381, 149381, 'Music, Musicians', 'Music-Musicians', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63802, 63802, 'Olympic', 'Olympic', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50789, 50789, 'Patriotic', 'Patriotic', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63803, 63803, 'Red Cross', 'Red-Cross', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149385, 149385, 'Religious', 'Religious', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63804, 63804, 'Restaurant', 'Restaurant', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63805, 63805, 'Hard Rock', 'Hard-Rock', 63804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63806, 63806, 'Outback Steakhouse', 'Outback-Steakhouse', 63804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50791, 50791, 'Other', 'Other', 63804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149388, 149388, 'Ribbons', 'Ribbons', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149389, 149389, 'Slogans', 'Slogans', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149390, 149390, 'Souvenirs, Travel', 'Souvenirs-Travel', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149391, 149391, 'Sports', 'Sports', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73546, 73546, 'U.S. States', 'U-S-States', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63807, 63807, 'Wal-Mart', 'Wal-Mart', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149386, 149386, 'Vehicles', 'Vehicles', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73547, 73547, 'Mixed Lots', 'Mixed-Lots', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2036, 2036, 'Other', 'Other', 50787, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 914, 914, 'Postcards', 'Postcards', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3634, 3634, 'Advertising', 'Advertising', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13996, 13996, 'Amusement Parks', 'Amusement-Parks', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29468, 29468, 'Animals', 'Animals', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29469, 29469, 'Bird', 'Bird', 29468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29470, 29470, 'Cat', 'Cat', 29468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29471, 29471, 'Dog', 'Dog', 29468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29472, 29472, 'Horse', 'Horse', 29468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29473, 29473, 'Multiple Animals', 'Multiple-Animals', 29468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 915, 915, 'Other Animals', 'Other-Animals', 29468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63808, 63808, 'Art', 'Art', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 916, 916, 'Artist Signed', 'Artist-Signed', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156356, 156356, 'Buildings, Architecture', 'Buildings-Architecture', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4093, 4093, 'Comic', 'Comic', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 927, 927, 'Cowboy, Western Motifs', 'Cowboy-Western-Motifs', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36079, 36079, 'Cultures & Ethnicities', 'Cultures-and-Ethnicities', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36080, 36080, 'Asian', 'Asian', 36079, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36081, 36081, 'Black Americana', 'Black-Americana', 36079, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36082, 36082, 'Native Americana', 'Native-Americana', 36079, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 917, 917, 'Other Ethnic Postcards', 'Other-Ethnic-Postcards', 36079, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 918, 918, 'Exposition', 'Exposition', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156336, 156336, 'Events', 'Events', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156337, 156337, 'Gas, Food, Lodging', 'Gas-Food-Lodging', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156338, 156338, 'Gas Stations', 'Gas-Stations', 156337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13997, 13997, 'Hotels, Motels, Hostels', 'Hotels-Motels-Hostels', 156337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156339, 156339, 'Restaurants, Diners', 'Restaurants-Diners', 156337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156340, 156340, 'Other', 'Other', 156337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 919, 919, 'Greetings', 'Greetings', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29474, 29474, 'Holidays', 'Holidays', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29475, 29475, 'Christmas', 'Christmas', 29474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29476, 29476, 'Easter', 'Easter', 29474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29477, 29477, 'Halloween', 'Halloween', 29474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156341, 156341, 'New Year', 'New-Year', 29474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156342, 156342, 'St. Patricks Day', 'St-Patricks-Day', 29474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29478, 29478, 'Thanksgiving', 'Thanksgiving', 29474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29479, 29479, 'Valentines Day', 'Valentines-Day', 29474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156343, 156343, 'Mixed Lots', 'Mixed-Lots', 29474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 920, 920, 'Other Holidays', 'Other-Holidays', 29474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156344, 156344, 'Landscapes, Mountains', 'Landscapes-Mountains', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 921, 921, 'Military', 'Military', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4095, 4095, 'National Parks', 'National-Parks', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3635, 3635, 'Patriotic', 'Patriotic', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156345, 156345, 'People', 'People', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29480, 29480, 'Real Photo', 'Real-Photo', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29481, 29481, 'Buildings', 'Buildings', 29480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29482, 29482, 'Events', 'Events', 29480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29483, 29483, 'Landscapes', 'Landscapes', 29480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29484, 29484, 'People', 'People', 29480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 922, 922, 'Other', 'Other', 29480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156346, 156346, 'Religions', 'Religions', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156347, 156347, 'Buddhism, Temples', 'Buddhism-Temples', 156346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99942, 99942, 'Christianity, Churches', 'Christianity-Churches', 156346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156348, 156348, 'Islam, Mosques', 'Islam-Mosques', 156346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156349, 156349, 'Judaism, Synagogues', 'Judaism-Synagogues', 156346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156350, 156350, 'Other', 'Other', 156346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156351, 156351, 'Risque', 'Risque', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4929, 4929, '1890-1949', '1890-1949', 156351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156352, 156352, '1950-1979', '1950-1979', 156351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156353, 156353, '1980-Now', '1980-Now', 156351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13998, 13998, 'Royalty', 'Royalty', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4094, 4094, 'Sports', 'Sports', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29485, 29485, 'Transportation', 'Transportation', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29486, 29486, 'Aircraft', 'Aircraft', 29485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29487, 29487, 'Automobiles', 'Automobiles', 29485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29488, 29488, 'Boats, Ships', 'Boats-Ships', 29485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29489, 29489, 'Trains, Railroad', 'Trains-Railroad', 29485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 926, 926, 'Other', 'Other', 29485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63809, 63809, 'Universities', 'Universities', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20193, 20193, 'US State, Town Views', 'US-State-Town-Views', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20194, 20194, 'Alabama', 'Alabama', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20195, 20195, 'Alaska', 'Alaska', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20196, 20196, 'Arizona', 'Arizona', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20197, 20197, 'Arkansas', 'Arkansas', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35893, 35893, 'California', 'California', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35894, 35894, 'Los Angeles', 'Los-Angeles', 35893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35895, 35895, 'San Diego', 'San-Diego', 35893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35896, 35896, 'San Francisco', 'San-Francisco', 35893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35897, 35897, 'California Mixed Lots', 'California-Mixed-Lots', 35893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20198, 20198, 'Other California', 'Other-California', 35893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20199, 20199, 'Colorado', 'Colorado', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20200, 20200, 'Connecticut', 'Connecticut', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20201, 20201, 'Delaware', 'Delaware', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20202, 20202, 'District of Columbia', 'District-of-Columbia', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35898, 35898, 'Florida', 'Florida', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35899, 35899, 'Daytona', 'Daytona', 35898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35900, 35900, 'Miami', 'Miami', 35898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35901, 35901, 'Orlando', 'Orlando', 35898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35902, 35902, 'Palm Beach', 'Palm-Beach', 35898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35903, 35903, 'Tampa', 'Tampa', 35898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35904, 35904, 'Florida Mixed Lots', 'Florida-Mixed-Lots', 35898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20203, 20203, 'Other Florida', 'Other-Florida', 35898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20204, 20204, 'Georgia', 'Georgia', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20205, 20205, 'Hawaii', 'Hawaii', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20206, 20206, 'Idaho', 'Idaho', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20207, 20207, 'Illinois', 'Illinois', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20208, 20208, 'Indiana', 'Indiana', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20209, 20209, 'Iowa', 'Iowa', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20210, 20210, 'Kansas', 'Kansas', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20211, 20211, 'Kentucky', 'Kentucky', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20212, 20212, 'Louisiana', 'Louisiana', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20213, 20213, 'Maine', 'Maine', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20214, 20214, 'Maryland', 'Maryland', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35905, 35905, 'Massachusetts', 'Massachusetts', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35906, 35906, 'Boston', 'Boston', 35905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35907, 35907, 'Cape Cod', 'Cape-Cod', 35905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35908, 35908, 'Nantucket', 'Nantucket', 35905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35909, 35909, 'Massachusetts Mixed Lots', 'Massachusetts-Mixed-Lots', 35905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20215, 20215, 'Other Massachusetts', 'Other-Massachusetts', 35905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20216, 20216, 'Michigan', 'Michigan', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20217, 20217, 'Minnesota', 'Minnesota', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20218, 20218, 'Mississippi', 'Mississippi', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20219, 20219, 'Missouri', 'Missouri', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20220, 20220, 'Montana', 'Montana', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20221, 20221, 'Nebraska', 'Nebraska', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20222, 20222, 'Nevada', 'Nevada', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20223, 20223, 'New Hampshire', 'New-Hampshire', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20224, 20224, 'New Jersey', 'New-Jersey', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20225, 20225, 'New Mexico', 'New-Mexico', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35910, 35910, 'New York', 'New-York', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35911, 35911, 'Albany', 'Albany', 35910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82509, 82509, 'Adirondack Mountains', 'Adirondack-Mountains', 35910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35912, 35912, 'Buffalo', 'Buffalo', 35910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82510, 82510, 'Long Island', 'Long-Island', 35910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35913, 35913, 'New York City', 'New-York-City', 35910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35914, 35914, 'Niagara Falls', 'Niagara-Falls', 35910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 82511, 82511, 'Rochester', 'Rochester', 35910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35915, 35915, 'Syracuse', 'Syracuse', 35910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35916, 35916, 'New York Mixed Lots', 'New-York-Mixed-Lots', 35910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82512, 82512, 'Utica', 'Utica', 35910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20226, 20226, 'Other New York', 'Other-New-York', 35910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20227, 20227, 'North Carolina', 'North-Carolina', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20228, 20228, 'North Dakota', 'North-Dakota', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20229, 20229, 'Ohio', 'Ohio', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20230, 20230, 'Oklahoma', 'Oklahoma', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20231, 20231, 'Oregon', 'Oregon', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35917, 35917, 'Pennsylvania', 'Pennsylvania', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35918, 35918, 'Harrisburg', 'Harrisburg', 35917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35919, 35919, 'Lancaster', 'Lancaster', 35917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35920, 35920, 'Philadelphia', 'Philadelphia', 35917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35921, 35921, 'Pittsburgh', 'Pittsburgh', 35917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35922, 35922, 'Pennsylvania Mixed Lots', 'Pennsylvania-Mixed-Lots', 35917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20232, 20232, 'Other Pennsylvania', 'Other-Pennsylvania', 35917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20233, 20233, 'Rhode Island', 'Rhode-Island', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20234, 20234, 'South Carolina', 'South-Carolina', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20235, 20235, 'South Dakota', 'South-Dakota', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20236, 20236, 'Tennessee', 'Tennessee', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20237, 20237, 'Texas', 'Texas', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20238, 20238, 'Utah', 'Utah', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20239, 20239, 'Vermont', 'Vermont', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20240, 20240, 'Virginia', 'Virginia', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20241, 20241, 'Washington', 'Washington', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20242, 20242, 'West Virginia', 'West-Virginia', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20243, 20243, 'Wisconsin', 'Wisconsin', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20244, 20244, 'Wyoming', 'Wyoming', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21530, 21530, 'Scenic, Unspecified State', 'Scenic-Unspecified-State', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 924, 924, 'Mixed Lots', 'Mixed-Lots', 20193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20245, 20245, 'Non-US Countries, Town Views', 'Non-US-Countries-Town-Views', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20246, 20246, 'Africa', 'Africa', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20247, 20247, 'Australia, NZ, South Pacific', 'Australia-NZ-South-Pacific', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20248, 20248, 'Austria, Switzerland', 'Austria-Switzerland', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20249, 20249, 'Benelux Countries', 'Benelux-Countries', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35923, 35923, 'Canada', 'Canada', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35924, 35924, 'Alberta', 'Alberta', 35923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35925, 35925, 'British Columbia', 'British-Columbia', 35923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35926, 35926, 'Nova Scotia', 'Nova-Scotia', 35923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35927, 35927, 'Ontario', 'Ontario', 35923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35928, 35928, 'Quebec', 'Quebec', 35923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20250, 20250, 'Other Provinces & Territories', 'Other-Provinces-and-Territories', 35923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20251, 20251, 'Caribbean Islands', 'Caribbean-Islands', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20252, 20252, 'Central America', 'Central-America', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20253, 20253, 'China', 'China', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156354, 156354, 'Eastern Europe', 'Eastern-Europe', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20254, 20254, 'France', 'France', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20255, 20255, 'Germany', 'Germany', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20256, 20256, 'Greece, Turkey, Balkan States', 'Greece-Turkey-Balkan-States', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20257, 20257, 'Ireland', 'Ireland', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20258, 20258, 'Italy', 'Italy', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20259, 20259, 'Japan', 'Japan', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20260, 20260, 'Mexico', 'Mexico', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156355, 156355, 'Middle East', 'Middle-East', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20261, 20261, 'Russia', 'Russia', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20262, 20262, 'Scandinavia', 'Scandinavia', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20263, 20263, 'South America', 'South-America', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20264, 20264, 'Southeast Asia', 'Southeast-Asia', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20265, 20265, 'Spain, Portugal', 'Spain-Portugal', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63810, 63810, 'UK', 'UK', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63811, 63811, 'Devon', 'Devon', 63810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63812, 63812, 'Dorset', 'Dorset', 63810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63813, 63813, 'Kent', 'Kent', 63810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63814, 63814, 'London', 'London', 63810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82513, 82513, 'Scotland', 'Scotland', 63810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63815, 63815, 'Sussex', 'Sussex', 63810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82514, 82514, 'Wales', 'Wales', 63810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20978, 20978, 'Other', 'Other', 63810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20266, 20266, 'Mixed Lots', 'Mixed-Lots', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4096, 4096, 'Other Countries', 'Other-Countries', 20245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156357, 156357, 'Uncirculated Postcards', 'Uncirculated-Postcards', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 127, 127, 'Other Postcards', 'Other-Postcards', 914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29832, 29832, 'Radio, Phonograph, TV, Phone', 'Radio-Phonograph-TV-Phone', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38026, 38026, 'Phonographs, Accessories', 'Phonographs-Accessories', 29832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38027, 38027, 'Accessories, Parts', 'Accessories-Parts', 38026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38028, 38028, 'Columbia Phonographs', 'Columbia-Phonographs', 38026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38029, 38029, 'Edison Phonographs', 'Edison-Phonographs', 38026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38030, 38030, 'Victor Phonographs', 'Victor-Phonographs', 38026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1442, 1442, 'Other Phonographs', 'Other-Phonographs', 38026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 931, 931, 'Radios', 'Radios', 29832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 934, 934, 'Manuals', 'Manuals', 931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7275, 7275, 'Parts & Tubes', 'Parts-and-Tubes', 931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38031, 38031, 'QSL Cards', 'QSL-Cards', 931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 932, 932, 'Transistor Radios', 'Transistor-Radios', 931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38032, 38032, 'Tube Radios', 'Tube-Radios', 931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38033, 38033, 'Pre-1930', 'Pre-1930', 38032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38034, 38034, '1930-49', '1930-49', 38032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38035, 38035, '1950-59', '1950-59', 38032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 933, 933, '1960-Now', '1960-Now', 38032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132, 132, 'Other Radio Items', 'Other-Radio-Items', 931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38036, 38036, 'Telephones', 'Telephones', 29832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38037, 38037, 'Pre-1940', 'Pre-1940', 38036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38038, 38038, '1940-69', '1940-69', 38036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 985, 985, '1970-Now', '1970-Now', 38036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3638, 3638, 'Television Sets', 'Television-Sets', 29832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29833, 29833, 'Other', 'Other', 29832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1446, 1446, 'Religions, Spirituality', 'Religions-Spirituality', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13766, 13766, 'Buddhism', 'Buddhism', 1446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11668, 11668, 'Christianity', 'Christianity', 1446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35808, 35808, 'Bears, Dolls', 'Bears-Dolls', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35809, 35809, 'Boxes', 'Boxes', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35810, 35810, 'Charms', 'Charms', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35811, 35811, 'Crucifixes', 'Crucifixes', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35812, 35812, 'Glass', 'Glass', 35811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35813, 35813, 'Gold', 'Gold', 35811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35814, 35814, 'Silver', 'Silver', 35811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35815, 35815, 'Wood', 'Wood', 35811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11669, 11669, 'Other Materials', 'Other-Materials', 35811, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13767, 13767, 'Holy Cards', 'Holy-Cards', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13768, 13768, 'Icons', 'Icons', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13769, 13769, 'Medals', 'Medals', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35816, 35816, 'Pendants, Pins', 'Pendants-Pins', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35817, 35817, 'Plates, Plaques', 'Plates-Plaques', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35818, 35818, 'Prints, Posters', 'Prints-Posters', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13770, 13770, 'Relics', 'Relics', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35819, 35819, 'Rosaries', 'Rosaries', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35820, 35820, 'Glass', 'Glass', 35819, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35821, 35821, 'Silver', 'Silver', 35819, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35822, 35822, 'Wood', 'Wood', 35819, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11670, 11670, 'Other Materials', 'Other-Materials', 35819, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35823, 35823, 'Statues, Figures', 'Statues-Figures', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35824, 35824, 'Angels', 'Angels', 35823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35825, 35825, 'Jesus', 'Jesus', 35823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35826, 35826, 'Mother and Child', 'Mother-and-Child', 35823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13771, 13771, 'Other', 'Other', 35823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70992, 70992, 'Vestments', 'Vestments', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1447, 1447, 'Other Items', 'Other-Items', 11668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13772, 13772, 'Hinduism', 'Hinduism', 1446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4280, 4280, 'Islam', 'Islam', 1446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13773, 13773, 'Judaica', 'Judaica', 1446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35827, 35827, 'Boxes', 'Boxes', 13773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35828, 35828, 'Candles', 'Candles', 13773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35829, 35829, 'Cups, Plates', 'Cups-Plates', 13773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13774, 13774, 'Images', 'Images', 13773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13775, 13775, 'Menorahs', 'Menorahs', 13773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35830, 35830, 'Pendants, Pins', 'Pendants-Pins', 13773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1449, 1449, 'Other Judaica', 'Other-Judaica', 13773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35831, 35831, 'Wiccan, Pagan', 'Wiccan-Pagan', 1446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35832, 35832, 'Amulets, Pendants, Charms', 'Amulets-Pendants-Charms', 35831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35833, 35833, 'Candles', 'Candles', 35831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35834, 35834, 'Incense, Herbs, Oils', 'Incense-Herbs-Oils', 35831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35835, 35835, 'Pentacles', 'Pentacles', 35831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35836, 35836, 'Runes, Stones', 'Runes-Stones', 35831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35837, 35837, 'Tarot Cards, Bags', 'Tarot-Cards-Bags', 35831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35838, 35838, 'Weapons', 'Weapons', 35831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13776, 13776, 'Other Items', 'Other-Items', 35831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 366, 366, 'Other Faiths', 'Other-Faiths', 1446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3213, 3213, 'Rocks, Fossils, Minerals', 'Rocks-Fossils-Minerals', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3215, 3215, 'Fossils', 'Fossils', 3213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3217, 3217, 'Ammonites, Trilobites', 'Ammonites-Trilobites', 3215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15915, 15915, 'Dinosaurs, Reptiles', 'Dinosaurs-Reptiles', 3215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15916, 15916, 'Fish, Crinoids', 'Fish-Crinoids', 3215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3218, 3218, 'Insects, Amber', 'Insects-Amber', 3215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3216, 3216, 'Mammals', 'Mammals', 3215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3219, 3219, 'Plants, Petrified Wood', 'Plants-Petrified-Wood', 3215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15917, 15917, 'Sharks Teeth', 'Sharks-Teeth', 3215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155295, 155295, 'Reproductions', 'Reproductions', 3215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3214, 3214, 'Other Fossils', 'Other-Fossils', 3215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4839, 4839, 'Lapidary Materials', 'Lapidary-Materials', 3213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4841, 4841, 'Rough for Cabbing', 'Rough-for-Cabbing', 4839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4842, 4842, 'Rough for Faceting', 'Rough-for-Faceting', 4839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155296, 155296, 'Sliced', 'Sliced', 4839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4843, 4843, 'Tools & Supplies', 'Tools-and-Supplies', 4839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3237, 3237, 'Other Materials', 'Other-Materials', 4839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3239, 3239, 'Meteorites, Tektites', 'Meteorites-Tektites', 3213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3221, 3221, 'Mineral Specimens', 'Mineral-Specimens', 3213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3226, 3226, 'Crystals', 'Crystals', 3221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3227, 3227, 'Decorator Pieces', 'Decorator-Pieces', 3221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3225, 3225, 'Display Specimens', 'Display-Specimens', 3221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3223, 3223, 'Fluorescent Minerals', 'Fluorescent-Minerals', 3221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3229, 3229, 'Precious Metal', 'Precious-Metal', 3221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3224, 3224, 'Rare Species', 'Rare-Species', 3221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3220, 3220, 'Other Specimens', 'Other-Specimens', 3221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4259, 4259, 'Publications', 'Publications', 3213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82515, 82515, 'Shells', 'Shells', 3213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82516, 82516, 'Abalone', 'Abalone', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157011, 157011, 'Bursa', 'Bursa', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157012, 157012, 'Clam', 'Clam', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82517, 82517, 'Conch', 'Conch', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82518, 82518, 'Conus', 'Conus', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82519, 82519, 'Coral', 'Coral', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157013, 157013, 'Cowrie', 'Cowrie', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82520, 82520, 'Cypraea', 'Cypraea', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157014, 157014, 'Mitra', 'Mitra', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82521, 82521, 'Murex', 'Murex', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157015, 157015, 'Nautilus', 'Nautilus', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157016, 157016, 'Sand Dollar', 'Sand-Dollar', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157017, 157017, 'Scallop', 'Scallop', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157018, 157018, 'Sea Urchin', 'Sea-Urchin', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157019, 157019, 'Starfish', 'Starfish', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157020, 157020, 'Strombus', 'Strombus', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157021, 157021, 'Turbo', 'Turbo', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157022, 157022, 'Voluta', 'Voluta', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4838, 4838, 'Other Shells', 'Other-Shells', 82515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12525, 12525, 'Stone Carvings', 'Stone-Carvings', 3213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 415, 415, 'Other Items', 'Other-Items', 3213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152, 152, 'Science Fiction', 'Science-Fiction', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73548, 73548, 'Aliens, AVP', 'Aliens-AVP', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 785, 785, 'Babylon 5', 'Babylon-5', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37880, 37880, 'Battlestar Galactica', 'Battlestar-Galactica', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14905, 14905, 'Buffy the Vampire Slayer', 'Buffy-the-Vampire-Slayer', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1450, 1450, 'Dr. Who', 'Dr-Who', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73549, 73549, 'Farscape', 'Farscape', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157023, 157023, 'Firefly, Serenity', 'Firefly-Serenity', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 591, 591, 'Godzilla', 'Godzilla', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157024, 157024, 'Highlander', 'Highlander', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73550, 73550, 'Lost in Space', 'Lost-in-Space', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29837, 29837, 'Outer Limits', 'Outer-Limits', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14015, 14015, 'Planet of the Apes', 'Planet-of-the-Apes', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98026, 98026, 'Smallville', 'Smallville', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99965, 99965, 'Space 1999', 'Space-1999', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29493, 29493, 'Star Trek', 'Star-Trek', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37881, 37881, 'Original Series', 'Original-Series', 29493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37882, 37882, 'Next Generation', 'Next-Generation', 29493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37883, 37883, 'Deep Space Nine', 'Deep-Space-Nine', 29493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37884, 37884, 'Voyager', 'Voyager', 29493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73551, 73551, 'Enterprise', 'Enterprise', 29493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37885, 37885, 'Movies', 'Movies', 29493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37886, 37886, 'Animated Adventures', 'Animated-Adventures', 29493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74713, 74713, 'Characters', 'Characters', 29493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74714, 74714, 'Captain Kirk', 'Captain-Kirk', 74713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74715, 74715, 'Klingons', 'Klingons', 74713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74716, 74716, 'Spock', 'Spock', 74713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74717, 74717, 'Other', 'Other', 74713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155, 155, 'Other Star Trek Items', 'Other-Star-Trek-Items', 29493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29495, 29495, 'Star Wars', 'Star-Wars', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37890, 37890, 'I:The Phantom Menace', 'IThe-Phantom-Menace', 29495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37891, 37891, 'II:Attack of the Clones', 'IIAttack-of-the-Clones', 29495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98027, 98027, 'III:Revenge of the Sith', 'IIIRevenge-of-the-Sith', 29495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37887, 37887, 'IV:Star Wars', 'IVStar-Wars', 29495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37888, 37888, 'V:Empire Strikes Back', 'VEmpire-Strikes-Back', 29495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37889, 37889, 'VI:Return of the Jedi', 'VIReturn-of-the-Jedi', 29495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99966, 99966, 'Products, Non-Film Specific', 'Products-Non-Film-Specific', 29495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99967, 99967, 'Apparel, T-Shirts', 'Apparel-T-Shirts', 99966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99968, 99968, 'Books', 'Books', 99966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99969, 99969, 'Collector Plates', 'Collector-Plates', 99966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99970, 99970, 'Costumes, Masks', 'Costumes-Masks', 99966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99971, 99971, 'Lightsabers, Weapons', 'Lightsabers-Weapons', 99966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99972, 99972, 'Pins', 'Pins', 99966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99973, 99973, 'Posters, Prints', 'Posters-Prints', 99966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73552, 73552, 'Statues, Busts, Characters', 'Statues-Busts-Characters', 99966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98028, 98028, 'Anakin Skywalker', 'Anakin-Skywalker', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73553, 73553, 'Boba Fett', 'Boba-Fett', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98029, 98029, 'Chewbacca', 'Chewbacca', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98030, 98030, 'Darth Maul', 'Darth-Maul', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73554, 73554, 'Darth Vader', 'Darth-Vader', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98031, 98031, 'Ewoks', 'Ewoks', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98032, 98032, 'Han Solo', 'Han-Solo', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73555, 73555, 'Luke Skywalker', 'Luke-Skywalker', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98033, 98033, 'Obi-Wan', 'Obi-Wan', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73557, 73557, 'Princess Leia', 'Princess-Leia', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99974, 99974, 'R2-D2', 'R2-D2', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73556, 73556, 'Stormtroopers', 'Stormtroopers', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73558, 73558, 'Yoda', 'Yoda', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98034, 98034, 'Mixed Characters', 'Mixed-Characters', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73559, 73559, 'Other Characters', 'Other-Characters', 73552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99976, 99976, 'Watches, Jewelry', 'Watches-Jewelry', 99966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99975, 99975, 'Vehicles', 'Vehicles', 99966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 154, 154, 'Other Star Wars Products', 'Other-Star-Wars-Products', 99966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98035, 98035, 'Stargate SG-1', 'Stargate-SG-1', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73560, 73560, 'Thunderbirds', 'Thunderbirds', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29838, 29838, 'Twilight Zone', 'Twilight-Zone', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99977, 99977, 'UFOs, Area 51, Roswell', 'UFOs-Area-51-Roswell', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29839, 29839, 'Witchblade', 'Witchblade', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156, 156, 'X-Files', 'X-Files', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14289, 14289, 'Xena', 'Xena', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 153, 153, 'Other Sci-Fi', 'Other-Sci-Fi', 152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 412, 412, 'Science, Medical', 'Science-Medical', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14016, 14016, 'Engineering', 'Engineering', 412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14017, 14017, 'Drafting Tools', 'Drafting-Tools', 14016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14018, 14018, 'Slide Rules', 'Slide-Rules', 14016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4087, 4087, 'Surveying Equipment', 'Surveying-Equipment', 14016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14019, 14019, 'Other Engineering Items', 'Other-Engineering-Items', 14016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157026, 157026, 'Magnets', 'Magnets', 412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4065, 4065, 'Medicine, Dentistry', 'Medicine-Dentistry', 412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4066, 4066, 'Dentistry', 'Dentistry', 4065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4067, 4067, 'Medical Devices', 'Medical-Devices', 4065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4068, 4068, 'Medical Paper', 'Medical-Paper', 4065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15910, 15910, 'Nursing', 'Nursing', 4065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15911, 15911, 'Pharmaceutical', 'Pharmaceutical', 4065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4069, 4069, 'Quack Medicine', 'Quack-Medicine', 4065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4064, 4064, 'Other Items', 'Other-Items', 4065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15912, 15912, 'Mining', 'Mining', 412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15913, 15913, 'Equipment', 'Equipment', 15912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15914, 15914, 'Paper Items', 'Paper-Items', 15912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156520, 156520, 'Stickers, Decals', 'Stickers-Decals', 15912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3632, 3632, 'Other', 'Other', 15912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4085, 4085, 'Optical', 'Optical', 412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10955, 10955, 'Binoculars', 'Binoculars', 4085, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104035, 104035, 'Kaleidoscopes', 'Kaleidoscopes', 4085, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3636, 3636, 'Telescopes', 'Telescopes', 4085, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4084, 4084, 'Other Optical Items', 'Other-Optical-Items', 4085, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14020, 14020, 'Scientific Instruments', 'Scientific-Instruments', 412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14021, 14021, 'Barometers', 'Barometers', 14020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14023, 14023, 'Microscopes, Lab Equipment', 'Microscopes-Lab-Equipment', 14020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14022, 14022, 'Thermometers', 'Thermometers', 14020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 414, 414, 'Other Instruments', 'Other-Instruments', 14020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 413, 413, 'Other Science Collectibles', 'Other-Science-Collectibles', 412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113, 113, 'Sewing', 'Sewing', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41192, 41192, 'Buttons', 'Buttons', 113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156533, 156533, 'Bakelite', 'Bakelite', 41192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41193, 41193, 'Ceramic', 'Ceramic', 41192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41194, 41194, 'Glass', 'Glass', 41192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41195, 41195, 'Metal', 'Metal', 41192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41196, 41196, 'Pearl, Shell', 'Pearl-Shell', 41192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41197, 41197, 'Plastic', 'Plastic', 41192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41198, 41198, 'Mixed Lots', 'Mixed-Lots', 41192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115, 115, 'Other', 'Other', 41192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38054, 38054, 'Foot Pedals', 'Foot-Pedals', 113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 605, 605, 'Machines', 'Machines', 113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38055, 38055, 'Manuals, Books', 'Manuals-Books', 113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38056, 38056, 'Needles, Cases', 'Needles-Cases', 113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4157, 4157, 'Patterns', 'Patterns', 113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4159, 4159, 'Accessories', 'Accessories', 4157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4158, 4158, 'Children', 'Children', 4157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38057, 38057, 'Dolls, Toys, Animals', 'Dolls-Toys-Animals', 4157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4160, 4160, 'Men', 'Men', 4157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4161, 4161, 'Women', 'Women', 4157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 606, 606, 'Other Patterns', 'Other-Patterns', 4157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1465, 1465, 'Pin Cushions', 'Pin-Cushions', 113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38058, 38058, 'Sewing Boxes, Baskets', 'Sewing-Boxes-Baskets', 113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38059, 38059, 'Sewing Kits', 'Sewing-Kits', 113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14083, 14083, 'Spools, Threads', 'Spools-Threads', 113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38060, 38060, 'Thimbles', 'Thimbles', 113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38061, 38061, 'Bone', 'Bone', 38060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156534, 156534, 'Glass', 'Glass', 38060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38062, 38062, 'Gold', 'Gold', 38060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38063, 38063, 'Pewter', 'Pewter', 38060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38064, 38064, 'Porcelain', 'Porcelain', 38060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38065, 38065, 'Silver, Sterling', 'Silver-Sterling', 38060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156535, 156535, 'Wood', 'Wood', 38060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156536, 156536, 'Mixed Material', 'Mixed-Material', 38060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156537, 156537, 'Thimble Holders', 'Thimble-Holders', 38060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156538, 156538, 'Thimble Displays', 'Thimble-Displays', 38060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38066, 38066, 'Lots', 'Lots', 38060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116, 116, 'Other', 'Other', 38060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38067, 38067, 'Tools, Scissors, Measures', 'Tools-Scissors-Measures', 113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14084, 14084, 'Transfers', 'Transfers', 113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114, 114, 'Other', 'Other', 113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 593, 593, 'Tobacciana', 'Tobacciana', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 594, 594, 'Ashtrays', 'Ashtrays', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38039, 38039, 'Cases', 'Cases', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11671, 11671, 'Cigar', 'Cigar', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38040, 38040, 'Ads, Posters', 'Ads-Posters', 11671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11672, 11672, 'Bands', 'Bands', 11671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11673, 11673, 'Cigar Boxes', 'Cigar-Boxes', 11671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156508, 156508, 'Cigar Cases, Holders', 'Cigar-Cases-Holders', 11671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11674, 11674, 'Cutters, Scissors', 'Cutters-Scissors', 11671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157025, 157025, 'Grinders', 'Grinders', 11671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156509, 156509, 'Humidors', 'Humidors', 11671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156510, 156510, 'Cabinet Style', 'Cabinet-Style', 156509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156511, 156511, 'Desktop', 'Desktop', 156509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156512, 156512, 'Display Units, Towers', 'Display-Units-Towers', 156509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156513, 156513, 'Furniture Style', 'Furniture-Style', 156509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156514, 156514, 'Glass-Top', 'Glass-Top', 156509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156515, 156515, 'Travel', 'Travel', 156509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156516, 156516, 'Vintage, Antique', 'Vintage-Antique', 156509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11675, 11675, 'Other Styles', 'Other-Styles', 156509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11676, 11676, 'Labels', 'Labels', 11671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156518, 156518, 'Lighters', 'Lighters', 11671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11677, 11677, 'Tins', 'Tins', 11671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156517, 156517, 'Accessory Kits', 'Accessory-Kits', 11671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 986, 986, 'Other Cigar Items', 'Other-Cigar-Items', 11671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43, 43, 'Cigarette', 'Cigarette', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45, 45, 'Camel', 'Camel', 43, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10791, 10791, 'Chesterfield', 'Chesterfield', 43, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 814, 814, 'Kool', 'Kool', 43, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3879, 3879, 'Lucky Strike', 'Lucky-Strike', 43, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 815, 815, 'Marlboro', 'Marlboro', 43, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10792, 10792, 'Virginia Slims', 'Virginia-Slims', 43, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 816, 816, 'Winston', 'Winston', 43, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44, 44, 'Other Brands', 'Other-Brands', 43, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38041, 38041, 'Felts, Silks', 'Felts-Silks', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 951, 951, 'Lighters', 'Lighters', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70993, 70993, 'Camel', 'Camel', 951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11678, 11678, 'Colibri', 'Colibri', 951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11679, 11679, 'Dunhill', 'Dunhill', 951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20190, 20190, 'Dupont', 'Dupont', 951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13622, 13622, 'Evans', 'Evans', 951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11680, 11680, 'Ronson', 'Ronson', 951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20191, 20191, 'Scripto', 'Scripto', 951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38042, 38042, 'Zippo', 'Zippo', 951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38043, 38043, 'Animals', 'Animals', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38044, 38044, 'Automobiles', 'Automobiles', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38045, 38045, 'Beers', 'Beers', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70994, 70994, 'Celebrities', 'Celebrities', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38046, 38046, 'Cigarettes', 'Cigarettes', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38047, 38047, 'Distilleries', 'Distilleries', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104029, 104029, 'Flags, Patriotic', 'Flags-Patriotic', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38048, 38048, 'Military', 'Military', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38049, 38049, 'Motorcycles', 'Motorcycles', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70995, 70995, 'Movies', 'Movies', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38050, 38050, 'Music', 'Music', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104030, 104030, 'Nautical, Ships', 'Nautical-Ships', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70996, 70996, 'Playboy, Pinups', 'Playboy-Pinups', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104031, 104031, 'Police, Firefighting', 'Police-Firefighting', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104032, 104032, 'Skulls, Gothic', 'Skulls-Gothic', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38051, 38051, 'Sports', 'Sports', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 952, 952, 'Other', 'Other', 38042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70997, 70997, 'Non-Branded Lighters', 'Non-Branded-Lighters', 951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70998, 70998, 'Animals', 'Animals', 70997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104033, 104033, 'Anime', 'Anime', 70997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70999, 70999, 'Automobiles', 'Automobiles', 70997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71000, 71000, 'Casino-related', 'Casino-related', 70997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73561, 73561, 'Cigar Lighters', 'Cigar-Lighters', 70997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104034, 104034, 'Glass Lighters', 'Glass-Lighters', 70997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71001, 71001, 'Gun-shaped', 'Gun-shaped', 70997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73562, 73562, 'Pen-shaped', 'Pen-shaped', 70997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71002, 71002, 'Other', 'Other', 70997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 595, 595, 'Other Brands', 'Other-Brands', 951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4117, 4117, 'Match Holders', 'Match-Holders', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73563, 73563, 'Papers', 'Papers', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4118, 4118, 'Pipes', 'Pipes', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4119, 4119, 'Estate', 'Estate', 4118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30733, 30733, 'Meerschaum', 'Meerschaum', 4118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156519, 156519, 'Unsmoked', 'Unsmoked', 4118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 596, 596, 'Other Pipes', 'Other-Pipes', 4118, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73564, 73564, 'Rollers, Makers', 'Rollers-Makers', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38052, 38052, 'Signs', 'Signs', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73565, 73565, 'Tags', 'Tags', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38053, 38053, 'Tins', 'Tins', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4120, 4120, 'Tobacco Cards', 'Tobacco-Cards', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133, 133, 'Other Tobacciana', 'Other-Tobacciana', 593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13849, 13849, 'Tools, Hardware & Locks', 'Tools-Hardware-and-Locks', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3557, 3557, 'Locks, Keys', 'Locks-Keys', 13849, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4115, 4115, 'Scales', 'Scales', 13849, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4121, 4121, 'Tools', 'Tools', 13849, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13869, 13869, 'Blacksmithing', 'Blacksmithing', 4121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39728, 39728, 'Blowtorches, Soldering', 'Blowtorches-Soldering', 4121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13870, 13870, 'Carpentry, Woodworking', 'Carpentry-Woodworking', 4121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39729, 39729, 'Axes, Hatchets', 'Axes-Hatchets', 13870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13871, 13871, 'Chisels', 'Chisels', 13870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13872, 13872, 'Drills', 'Drills', 13870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104036, 104036, 'Gauges', 'Gauges', 13870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39730, 39730, 'Hammers', 'Hammers', 13870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104037, 104037, 'Knives', 'Knives', 13870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13873, 13873, 'Levels, Plumb Bobs', 'Levels-Plumb-Bobs', 13870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13874, 13874, 'Planes', 'Planes', 13870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104038, 104038, 'Rules, Tapes', 'Rules-Tapes', 13870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13875, 13875, 'Saws', 'Saws', 13870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104039, 104039, 'Screwdrivers', 'Screwdrivers', 13870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104040, 104040, 'Squares', 'Squares', 13870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104041, 104041, 'Vises, Clamps', 'Vises-Clamps', 13870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4123, 4123, 'Other Carpentry Tools', 'Other-Carpentry-Tools', 13870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13863, 13863, 'Flashlights', 'Flashlights', 4121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40130, 40130, 'Guides, Catalogs', 'Guides-Catalogs', 4121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13876, 13876, 'Machining', 'Machining', 4121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 4122, 4122, 'Mechanics', 'Mechanics', 4121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104042, 104042, 'Plumbing, Steam Fitting', 'Plumbing-Steam-Fitting', 4121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104043, 104043, 'Pulleys, Block & Tackle', 'Pulleys-Block-and-Tackle', 4121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39731, 39731, 'Tool Boxes, Chests', 'Tool-Boxes-Chests', 4121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1461, 1461, 'Other Items', 'Other-Items', 4121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 868, 868, 'Trading Cards', 'Trading-Cards', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60223, 60223, 'Action, Adventure', 'Action-Adventure', 868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98036, 98036, 'Alias', 'Alias', 60223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99978, 99978, 'Benchwarmer', 'Benchwarmer', 60223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98037, 98037, 'CSI', 'CSI', 60223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60232, 60232, 'James Bond', 'James-Bond', 60223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73566, 73566, 'The Terminator', 'The-Terminator', 60223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60233, 60233, 'Tomb Raider', 'Tomb-Raider', 60223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60234, 60234, 'Other', 'Other', 60223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60224, 60224, 'Animation', 'Animation', 868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60235, 60235, 'Garbage Pail Kids', 'Garbage-Pail-Kids', 60224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60236, 60236, 'Looney Tunes', 'Looney-Tunes', 60224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60237, 60237, 'Magic the Gathering', 'Magic-the-Gathering', 60224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104044, 104044, 'Pokemon', 'Pokemon', 60224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104045, 104045, 'Boxes, Packages', 'Boxes-Packages', 104044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104046, 104046, 'Full Sets', 'Full-Sets', 104044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104047, 104047, 'Individual Cards', 'Individual-Cards', 104044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104048, 104048, 'Promotional', 'Promotional', 104044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104049, 104049, 'Mixed Lots', 'Mixed-Lots', 104044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60238, 60238, 'Other', 'Other', 104044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73567, 73567, 'Scooby Doo', 'Scooby-Doo', 60224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60239, 60239, 'The Simpsons', 'The-Simpsons', 60224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60240, 60240, 'Wacky Packages', 'Wacky-Packages', 60224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104050, 104050, 'Yu-Gi-Oh', 'Yu-Gi-Oh', 60224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104051, 104051, 'Accessories', 'Accessories', 104050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104052, 104052, 'Boxes', 'Boxes', 104050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104053, 104053, 'Full Sets', 'Full-Sets', 104050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104054, 104054, 'Individual Cards', 'Individual-Cards', 104050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104055, 104055, 'Packs', 'Packs', 104050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104056, 104056, 'Promotional', 'Promotional', 104050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104057, 104057, 'Mixed Lots', 'Mixed-Lots', 104050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60241, 60241, 'Other', 'Other', 104050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60242, 60242, 'Other', 'Other', 60224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37892, 37892, 'Comic', 'Comic', 868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37893, 37893, 'Batman', 'Batman', 37892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73568, 73568, 'Hellboy', 'Hellboy', 37892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48828, 48828, 'Incredible Hulk', 'Incredible-Hulk', 37892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37894, 37894, 'Spider-Man', 'Spider-Man', 37892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37895, 37895, 'Superman', 'Superman', 37892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48829, 48829, 'X-Men', 'X-Men', 37892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98337, 98337, 'VS System', 'VS-System', 37892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 668, 668, 'Other', 'Other', 37892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1462, 1462, 'Credit, Charge Cards', 'Credit-Charge-Cards', 868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37896, 37896, 'Historical, Military', 'Historical-Military', 868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1463, 1463, 'Phone Cards', 'Phone-Cards', 868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37897, 37897, 'Sci-Fi, Fantasy', 'Sci-Fi-Fantasy', 868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98038, 98038, 'Aliens, AVP', 'Aliens-AVP', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37898, 37898, 'Angel', 'Angel', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 670, 670, 'Babylon 5', 'Babylon-5', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74718, 74718, 'Battlestar Galactica', 'Battlestar-Galactica', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29836, 29836, 'Buffy the Vampire Slayer', 'Buffy-the-Vampire-Slayer', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73569, 73569, 'Charmed', 'Charmed', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98039, 98039, 'Farscape', 'Farscape', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73570, 73570, 'Harry Potter', 'Harry-Potter', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98040, 98040, 'Lexx', 'Lexx', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60225, 60225, 'Lord of the Rings', 'Lord-of-the-Rings', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60243, 60243, 'Return of the King', 'Return-of-the-King', 60225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60244, 60244, 'The Two Towers', 'The-Two-Towers', 60225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60245, 60245, 'Fellowship of the Ring', 'Fellowship-of-the-Ring', 60225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60246, 60246, 'Other', 'Other', 60225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99979, 99979, 'Lost in Space', 'Lost-in-Space', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60226, 60226, 'Mars Attacks', 'Mars-Attacks', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98041, 98041, 'Outer Limits', 'Outer-Limits', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60227, 60227, 'Planet of the Apes', 'Planet-of-the-Apes', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60228, 60228, 'Smallville', 'Smallville', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60229, 60229, 'Stargate', 'Stargate', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 671, 671, 'Star Trek', 'Star-Trek', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100899, 100899, 'Star Wars', 'Star-Wars', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99980, 99980, 'Sets', 'Sets', 100899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99981, 99981, '1977-79', '1977-79', 99980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99982, 99982, '1980-89', '1980-89', 99980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99983, 99983, '1990-99', '1990-99', 99980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99984, 99984, '2000-Now', '2000-Now', 99980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99985, 99985, 'Other Sets', 'Other-Sets', 99980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99986, 99986, 'Singles', 'Singles', 100899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99987, 99987, '1977-79', '1977-79', 99986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99988, 99988, '1980-89', '1980-89', 99986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99989, 99989, '1990-99', '1990-99', 99986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99990, 99990, '2000-Now', '2000-Now', 99986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99991, 99991, 'Other Singles', 'Other-Singles', 99986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37899, 37899, 'Twilight Zone', 'Twilight-Zone', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60230, 60230, 'Xena', 'Xena', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 673, 673, 'X-Files', 'X-Files', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37900, 37900, 'Witchblade', 'Witchblade', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37901, 37901, 'Other Sci-Fi', 'Other-Sci-Fi', 37897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156521, 156521, 'Vintage (Pre-1980)', 'Vintage-Pre-1980', 868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 219, 219, 'Other Non-Sports', 'Other-Non-Sports', 868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 417, 417, 'Transportation', 'Transportation', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14024, 14024, 'Automobilia', 'Automobilia', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63816, 63816, 'Antenna Toppers', 'Antenna-Toppers', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14025, 14025, 'Badges', 'Badges', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35929, 35929, 'Books, Manuals', 'Books-Manuals', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35930, 35930, 'American Vehicles', 'American-Vehicles', 35929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95133, 95133, 'Asian Vehicles', 'Asian-Vehicles', 35929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35931, 35931, 'British Vehicles', 'British-Vehicles', 35929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35932, 35932, 'European Vehicles', 'European-Vehicles', 35929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14026, 14026, 'Other Books', 'Other-Books', 35929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35933, 35933, 'Brochures, Catalogs', 'Brochures-Catalogs', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86943, 86943, 'American Vehicles', 'American-Vehicles', 35933, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86944, 86944, 'Buick', 'Buick', 86943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86945, 86945, 'Cadillac', 'Cadillac', 86943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86946, 86946, 'Chevrolet', 'Chevrolet', 86943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86947, 86947, 'Chrysler', 'Chrysler', 86943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86948, 86948, 'Dodge', 'Dodge', 86943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86949, 86949, 'Ford', 'Ford', 86943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86950, 86950, 'Pontiac', 'Pontiac', 86943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86951, 86951, 'Plymouth', 'Plymouth', 86943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35934, 35934, 'Other', 'Other', 86943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35935, 35935, 'Asian Vehicles', 'Asian-Vehicles', 35933, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35936, 35936, 'British Vehicles', 'British-Vehicles', 35933, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35937, 35937, 'European Vehicles', 'European-Vehicles', 35933, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14027, 14027, 'Other Brochures, Catalogs', 'Other-Brochures-Catalogs', 35933, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63817, 63817, 'Calendars', 'Calendars', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63818, 63818, 'Clocks', 'Clocks', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14028, 14028, 'Clothing, Hats', 'Clothing-Hats', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14029, 14029, 'Decals, Stickers', 'Decals-Stickers', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35938, 35938, 'Dishes, Cups, Mugs', 'Dishes-Cups-Mugs', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95134, 95134, 'Gas Pumps, Fueling System', 'Gas-Pumps-Fueling-System', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74720, 74720, 'Hitch Covers', 'Hitch-Covers', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33757, 33757, 'Hood Ornaments, Emblems', 'Hood-Ornaments-Emblems', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95135, 95135, 'Horns, Bells', 'Horns-Bells', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95136, 95136, 'Hubcaps, Hub Nuts', 'Hubcaps-Hub-Nuts', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35939, 35939, 'Keychains', 'Keychains', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33758, 33758, 'License Plate Frames', 'License-Plate-Frames', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14030, 14030, 'License Plates', 'License-Plates', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14031, 14031, 'Canada', 'Canada', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86952, 86952, 'Germany', 'Germany', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20273, 20273, 'US: Alabama', 'US-Alabama', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35940, 35940, 'US: Alaska', 'US-Alaska', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32770, 32770, 'US: Arizona', 'US-Arizona', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35994, 35994, 'US: Arkansas', 'US-Arkansas', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14032, 14032, 'US: California', 'US-California', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14033, 14033, 'US: Colorado', 'US-Colorado', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35941, 35941, 'US: Connecticut', 'US-Connecticut', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35943, 35943, 'US: District of Columbia', 'US-District-of-Columbia', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14034, 14034, 'US: Florida', 'US-Florida', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35944, 35944, 'US: Georgia', 'US-Georgia', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35945, 35945, 'US: Hawaii', 'US-Hawaii', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35946, 35946, 'US: Idaho', 'US-Idaho', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14035, 14035, 'US: Illinois', 'US-Illinois', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20274, 20274, 'US: Indiana', 'US-Indiana', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20275, 20275, 'US: Iowa', 'US-Iowa', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14036, 14036, 'US: Kansas', 'US-Kansas', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32771, 32771, 'US: Kentucky', 'US-Kentucky', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35947, 35947, 'US: Louisiana', 'US-Louisiana', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20276, 20276, 'US: Maine', 'US-Maine', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35948, 35948, 'US: Maryland', 'US-Maryland', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20277, 20277, 'US: Massachusetts', 'US-Massachusetts', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20278, 20278, 'US: Michigan', 'US-Michigan', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25428, 25428, 'US: Minnesota', 'US-Minnesota', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35949, 35949, 'US: Mississippi', 'US-Mississippi', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25429, 25429, 'US: Missouri', 'US-Missouri', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20279, 20279, 'US: Montana', 'US-Montana', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25430, 25430, 'US: Nebraska', 'US-Nebraska', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35995, 35995, 'US: Nevada', 'US-Nevada', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20280, 20280, 'US: New Hampshire', 'US-New-Hampshire', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25431, 25431, 'US: New Jersey', 'US-New-Jersey', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35950, 35950, 'US: New Mexico', 'US-New-Mexico', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14037, 14037, 'US: New York', 'US-New-York', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25432, 25432, 'US: North Carolina', 'US-North-Carolina', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35951, 35951, 'US: North Dakota', 'US-North-Dakota', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14038, 14038, 'US: Ohio', 'US-Ohio', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35952, 35952, 'US: Oklahoma', 'US-Oklahoma', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20281, 20281, 'US: Oregon', 'US-Oregon', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14039, 14039, 'US: Pennsylvania', 'US-Pennsylvania', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35953, 35953, 'US: Rhode Island', 'US-Rhode-Island', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35996, 35996, 'US: South Carolina', 'US-South-Carolina', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35997, 35997, 'US: South Dakota', 'US-South-Dakota', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20282, 20282, 'US: Tennessee', 'US-Tennessee', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14040, 14040, 'US: Texas', 'US-Texas', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35954, 35954, 'US: Utah', 'US-Utah', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35955, 35955, 'US: Vermont', 'US-Vermont', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20979, 20979, 'US: Virginia', 'US-Virginia', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35956, 35956, 'US: Washington', 'US-Washington', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35957, 35957, 'US: West Virginia', 'US-West-Virginia', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20283, 20283, 'US: Wisconsin', 'US-Wisconsin', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35958, 35958, 'US: Wyoming', 'US-Wyoming', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32772, 32772, 'US: Mixed State Lots', 'US-Mixed-State-Lots', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95137, 95137, 'Non-Country Specific', 'Non-Country-Specific', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 421, 421, 'Other Countries', 'Other-Countries', 14030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71003, 71003, 'Lighters', 'Lighters', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63819, 63819, 'Magazines', 'Magazines', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14042, 14042, 'Original Photos', 'Original-Photos', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95138, 95138, 'Patches', 'Patches', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95139, 95139, 'American Vehicles', 'American-Vehicles', 95138, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95140, 95140, 'Asian Vehicles', 'Asian-Vehicles', 95138, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95141, 95141, 'European Vehicles', 'European-Vehicles', 95138, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14043, 14043, 'Other Patches', 'Other-Patches', 95138, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14044, 14044, 'Pins', 'Pins', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95142, 95142, 'Posters', 'Posters', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95143, 95143, 'American Vehicles', 'American-Vehicles', 95142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95144, 95144, 'Asian Vehicles', 'Asian-Vehicles', 95142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95145, 95145, 'British Vehicles', 'British-Vehicles', 95142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95146, 95146, 'European Vehicles', 'European-Vehicles', 95142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14045, 14045, 'Other Posters', 'Other-Posters', 95142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14046, 14046, 'Press Kits', 'Press-Kits', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14047, 14047, 'Prints', 'Prints', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14048, 14048, 'Signs', 'Signs', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74722, 74722, 'Spark Plugs', 'Spark-Plugs', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74723, 74723, 'Steering Wheels, Knobs', 'Steering-Wheels-Knobs', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95147, 95147, 'Traffic Lights, Signals', 'Traffic-Lights-Signals', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73572, 73572, 'Watches', 'Watches', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 418, 418, 'Other Automobilia', 'Other-Automobilia', 14024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14049, 14049, 'Aviation', 'Aviation', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 805, 805, 'Airlines', 'Airlines', 14049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7170, 7170, 'Air Canada/TCA', 'Air-Canada-TCA', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3861, 3861, 'Air France', 'Air-France', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95148, 95148, 'Alaska Airlines', 'Alaska-Airlines', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 807, 807, 'American', 'American', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 808, 808, 'Braniff', 'Braniff', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3862, 3862, 'British Airways', 'British-Airways', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95149, 95149, 'Cathay Pacific', 'Cathay-Pacific', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10769, 10769, 'Continental', 'Continental', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 809, 809, 'Delta', 'Delta', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 810, 810, 'Eastern', 'Eastern', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95150, 95150, 'Japan Airlines', 'Japan-Airlines', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10770, 10770, 'KLM', 'KLM', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40047, 40047, 'Lufthansa', 'Lufthansa', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3865, 3865, 'National Airlines', 'National-Airlines', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10771, 10771, 'Northwest', 'Northwest', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 811, 811, 'Pan Am', 'Pan-Am', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 812, 812, 'Piedmont', 'Piedmont', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95151, 95151, 'SAS, Scandinavian Airlines', 'SAS-Scandinavian-Airlines', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95152, 95152, 'Singapore Airlines', 'Singapore-Airlines', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25433, 25433, 'Southwest', 'Southwest', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 813, 813, 'TWA', 'TWA', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40048, 40048, 'Qantas', 'Qantas', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1312, 1312, 'United', 'United', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10772, 10772, 'Western', 'Western', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25434, 25434, 'Freight Carriers', 'Freight-Carriers', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 806, 806, 'Other Airlines', 'Other-Airlines', 805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40049, 40049, 'Airships', 'Airships', 14049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40050, 40050, 'Hot-Air Balloons', 'Hot-Air-Balloons', 14049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40051, 40051, 'Manufacturers', 'Manufacturers', 14049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86953, 86953, 'Military', 'Military', 14049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86954, 86954, 'Desk, Shelf Models', 'Desk-Shelf-Models', 86953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104058, 104058, 'Photos, Prints', 'Photos-Prints', 86953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104059, 104059, 'Helicopters', 'Helicopters', 104058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104060, 104060, 'Jet-Powered Aircraft', 'Jet-Powered-Aircraft', 104058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104061, 104061, 'Prop Driven Aircraft', 'Prop-Driven-Aircraft', 104058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86955, 86955, 'Other Aviation Photos, Prints', 'Other-Aviation-Photos-Prints', 104058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86956, 86956, 'Pins, Wings', 'Pins-Wings', 86953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86957, 86957, 'Postcards', 'Postcards', 86953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14050, 14050, 'Other', 'Other', 86953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14051, 14051, 'Private', 'Private', 14049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 419, 419, 'Other Aviation', 'Other-Aviation', 14049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35959, 35959, 'Bicycles', 'Bicycles', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156522, 156522, 'Bicycle Accessories', 'Bicycle-Accessories', 35959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156523, 156523, 'Bicycle Parts', 'Bicycle-Parts', 35959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156524, 156524, 'Complete Bicycles', 'Complete-Bicycles', 35959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156525, 156525, 'Printed Material', 'Printed-Material', 35959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95153, 95153, 'Schwinn', 'Schwinn', 35959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95154, 95154, 'Bicycle Parts', 'Bicycle-Parts', 95153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95155, 95155, 'Complete Bicycles', 'Complete-Bicycles', 95153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35961, 35961, 'Schwinn Accessories', 'Schwinn-Accessories', 95153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 420, 420, 'Other', 'Other', 35959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14052, 14052, 'Boats, Ships', 'Boats-Ships', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95156, 95156, 'Commercial Ships, Tugs', 'Commercial-Ships-Tugs', 14052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35962, 35962, 'Cruise Ship, Ocean Liner', 'Cruise-Ship-Ocean-Liner', 14052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35963, 35963, 'Cunard', 'Cunard', 35962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35964, 35964, 'Holland America', 'Holland-America', 35962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35965, 35965, 'White Star, Titanic', 'White-Star-Titanic', 35962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14053, 14053, 'Other Lines', 'Other-Lines', 35962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95157, 95157, 'Military', 'Military', 14052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95158, 95158, 'Photographs', 'Photographs', 95157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95159, 95159, 'Prints, Posters', 'Prints-Posters', 95157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14054, 14054, 'Other Items', 'Other-Items', 95157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14055, 14055, 'Sail-Powered', 'Sail-Powered', 14052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 423, 423, 'Other Craft', 'Other-Craft', 14052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4151, 4151, 'Buses, Taxi Cabs', 'Buses-Taxi-Cabs', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1412, 1412, 'Maps, Atlases', 'Maps-Atlases', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14056, 14056, 'Atlases', 'Atlases', 1412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20284, 20284, 'Maps', 'Maps', 1412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20285, 20285, 'Canada', 'Canada', 20284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20286, 20286, 'Europe', 'Europe', 20284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1413, 1413, 'US', 'US', 20284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14057, 14057, 'Mixed Lots', 'Mixed-Lots', 20284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 582, 582, 'Other Countries', 'Other-Countries', 20284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10958, 10958, 'Motorcycles', 'Motorcycles', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14058, 14058, 'American', 'American', 10958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35966, 35966, 'Harley-Davidson', 'Harley-Davidson', 14058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35967, 35967, 'Badges, Patches', 'Badges-Patches', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95160, 95160, 'Bandanas, Scarfs', 'Bandanas-Scarfs', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60219, 60219, 'Belt Buckles', 'Belt-Buckles', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35968, 35968, 'Dishes, Cups, Mugs', 'Dishes-Cups-Mugs', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71006, 71006, 'Flags', 'Flags', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60220, 60220, 'Hats', 'Hats', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71007, 71007, 'Jackets', 'Jackets', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35969, 35969, 'Lighters', 'Lighters', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95161, 95161, 'Manuals, Handbooks, Catalogs', 'Manuals-Handbooks-Catalogs', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60221, 60221, 'Pens', 'Pens', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35970, 35970, 'Pins, Buttons', 'Pins-Buttons', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35971, 35971, 'Prints, Posters', 'Prints-Posters', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71008, 71008, 'Rings, Necklaces, Bracelets', 'Rings-Necklaces-Bracelets', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35972, 35972, 'Signs', 'Signs', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35973, 35973, 'Stickers, Decals', 'Stickers-Decals', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60222, 60222, 'T-Shirts', 'T-Shirts', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71009, 71009, 'Vests', 'Vests', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71010, 71010, 'Watches', 'Watches', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10960, 10960, 'Other Harley-Davidson Items', 'Other-Harley-Davidson-Items', 35966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10962, 10962, 'Indian', 'Indian', 14058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95162, 95162, 'Orange County Choppers', 'Orange-County-Choppers', 14058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14059, 14059, 'Other American Mfgrs', 'Other-American-Mfgrs', 14058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10959, 10959, 'British, European', 'British-European', 10958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10961, 10961, 'Japanese', 'Japanese', 10958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10957, 10957, 'Other Motorcycles', 'Other-Motorcycles', 10958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1444, 1444, 'Railroadiana, Trains', 'Railroadiana-Trains', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4125, 4125, 'Hardware', 'Hardware', 1444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4126, 4126, 'Badges, Emblems', 'Badges-Emblems', 4125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4127, 4127, 'Dining Items', 'Dining-Items', 4125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4128, 4128, 'Lanterns, Lamps', 'Lanterns-Lamps', 4125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95163, 95163, 'Spikes, Nails', 'Spikes-Nails', 4125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4130, 4130, 'Tools', 'Tools', 4125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95164, 95164, 'Whistles, Bells, Horns', 'Whistles-Bells-Horns', 4125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4124, 4124, 'Other Hardware', 'Other-Hardware', 4125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4131, 4131, 'Paper', 'Paper', 1444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86958, 86958, 'Advertising', 'Advertising', 4131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36010, 36010, 'Annual Reports', 'Annual-Reports', 4131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40052, 40052, 'Books', 'Books', 4131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40053, 40053, 'Pre-1900', 'Pre-1900', 40052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4132, 4132, '1900-Now', '1900-Now', 40052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4133, 4133, 'Brochures', 'Brochures', 4131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14060, 14060, 'Calendars', 'Calendars', 4131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4134, 4134, 'Employee Timetables', 'Employee-Timetables', 4131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95165, 95165, 'Maps', 'Maps', 4131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95166, 95166, 'Menus', 'Menus', 4131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4135, 4135, 'Passes, Tickets', 'Passes-Tickets', 4131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35974, 35974, 'Playing Cards', 'Playing-Cards', 4131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4136, 4136, 'Public Timetables', 'Public-Timetables', 4131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4137, 4137, 'Rule Books', 'Rule-Books', 4131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95167, 95167, 'Stock Certificates, Bonds', 'Stock-Certificates-Bonds', 4131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1445, 1445, 'Other Paper', 'Other-Paper', 4131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74724, 74724, 'Photo', 'Photo', 1444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74726, 74726, 'Negatives', 'Negatives', 74724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35975, 35975, 'Photographs', 'Photographs', 74724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71011, 71011, 'Slides', 'Slides', 74724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74725, 74725, 'Other Photo', 'Other-Photo', 74724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74727, 74727, 'Video', 'Video', 1444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95168, 95168, 'Watches, Pocket Watches', 'Watches-Pocket-Watches', 1444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 130, 130, 'Other Railroadiana', 'Other-Railroadiana', 1444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71012, 71012, 'Pins, Buttons', 'Pins-Buttons', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48830, 48830, 'Scooters', 'Scooters', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71013, 71013, 'Signs', 'Signs', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4152, 4152, 'Subway', 'Subway', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152541, 152541, 'Traction, Trolleys', 'Traction-Trolleys', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35976, 35976, 'Trucks', 'Trucks', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35977, 35977, 'Ads-Print', 'Ads-Print', 35976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35978, 35978, 'Brochures, Pamphlets', 'Brochures-Pamphlets', 35976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36083, 36083, 'Pins', 'Pins', 35976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10963, 10963, 'Other', 'Other', 35976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71014, 71014, 'Videos', 'Videos', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4150, 4150, 'Other Transportation', 'Other-Transportation', 417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 597, 597, 'Vanity, Perfume & Shaving', 'Vanity-Perfume-and-Shaving', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18790, 18790, 'Combs, Brushes', 'Combs-Brushes', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35979, 35979, 'Compacts', 'Compacts', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156526, 156526, 'Pre-1930', 'Pre-1930', 35979, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156527, 156527, '1930-1949', '1930-1949', 35979, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156528, 156528, '1950-1979', '1950-1979', 35979, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156529, 156529, '1980-Now', '1980-Now', 35979, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 600, 600, 'Unknown', 'Unknown', 35979, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14081, 14081, 'Hand Mirrors', 'Hand-Mirrors', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 601, 601, 'Hatpins', 'Hatpins', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156530, 156530, 'Lipstick Tubes, Holders', 'Lipstick-Tubes-Holders', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35982, 35982, 'Perfumes', 'Perfumes', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35983, 35983, 'Commercial Bottles/Tins', 'Commercial-Bottles-Tins', 35982, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35984, 35984, 'Commercial Miniatures', 'Commercial-Miniatures', 35982, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35985, 35985, 'Decorative Glass/Crystal', 'Decorative-Glass-Crystal', 35982, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 602, 602, 'Other Perfumes', 'Other-Perfumes', 35982, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14082, 14082, 'Pill Boxes', 'Pill-Boxes', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156531, 156531, 'Powder Boxes', 'Powder-Boxes', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4154, 4154, 'Powder Jars', 'Powder-Jars', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4155, 4155, 'Sets', 'Sets', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35986, 35986, 'Shaving', 'Shaving', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35987, 35987, 'Electric Shavers', 'Electric-Shavers', 35986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35988, 35988, 'Mugs, Brushes', 'Mugs-Brushes', 35986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35989, 35989, 'Safety Razors', 'Safety-Razors', 35986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35990, 35990, 'Straight Razors', 'Straight-Razors', 35986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35991, 35991, 'Shaving Sets', 'Shaving-Sets', 35986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35992, 35992, 'Strops, Sharpeners', 'Strops-Sharpeners', 35986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 887, 887, 'Other Shaving Items', 'Other-Shaving-Items', 35986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35993, 35993, 'Trays', 'Trays', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18791, 18791, 'Trinket Boxes', 'Trinket-Boxes', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 599, 599, 'Vanity Accessories', 'Vanity-Accessories', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 598, 598, 'Other Vanity Items', 'Other-Vanity-Items', 597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 69851, 69851, 'Vintage, Retro, Mid-Century', 'Vintage-Retro-Mid-Century', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 69852, 69852, '1940s', '1940s', 69851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 69853, 69853, '1950s', '1950s', 69851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 69854, 69854, '1960s', '1960s', 69851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 69855, 69855, '1970s', '1970s', 69851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72397, 72397, 'Bakelite', 'Bakelite', 69851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108962, 108962, 'Plastic', 'Plastic', 69851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156532, 156532, 'Unknown', 'Unknown', 69851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45058, 45058, 'Wholesale Lots', 'Wholesale-Lots', 1, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45059, 45059, 'Comics', 'Comics', 45058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45060, 45060, 'Figurines', 'Figurines', 45058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52538, 52538, 'Flags', 'Flags', 45058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45061, 45061, 'Knives & Swords', 'Knives-and-Swords', 45058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50984, 50984, 'Lighters', 'Lighters', 45058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45062, 45062, 'Pins, Buttons', 'Pins-Buttons', 45058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45063, 45063, 'Postcards & Paper', 'Postcards-and-Paper', 45058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45064, 45064, 'Trading Cards', 'Trading-Cards', 45058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26425, 26425, 'Other', 'Other', 45058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58058, 58058, 'Computers & Networking', 'Computers-and-Networking', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4599, 4599, 'Apple, Macintosh Computers', 'Apple-Macintosh-Computers', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80030, 80030, 'Apple Components', 'Apple-Components', 4599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80031, 80031, 'CPU', 'CPU', 80030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80032, 80032, 'Enclosures, Cases', 'Enclosures-Cases', 80030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 80033, 80033, 'Fan, Heatsink', 'Fan-Heatsink', 80030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80035, 80035, 'Memory', 'Memory', 80030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80036, 80036, '256MB & Less', '256MB-and-Less', 80035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80037, 80037, '512MB & Higher', '512MB-and-Higher', 80035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25438, 25438, 'Modems', 'Modems', 80030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25439, 25439, 'Motherboards', 'Motherboards', 80030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51044, 51044, 'Power Supplies, Battery Packs', 'Power-Supplies-Battery-Packs', 80030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25449, 25449, 'Video, Graphics Cards', 'Video-Graphics-Cards', 80030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80034, 80034, 'Other Apple Components', 'Other-Apple-Components', 80030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25440, 25440, 'Apple Desktops', 'Apple-Desktops', 4599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4604, 4604, '68K, Mac', '68K-Mac', 25440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80041, 80041, 'Apple eMac', 'Apple-eMac', 25440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80038, 80038, 'Apple iMac', 'Apple-iMac', 25440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80039, 80039, 'iMac G3', 'iMac-G3', 80038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80040, 80040, 'iMac G4', 'iMac-G4', 80038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86702, 86702, 'iMac G5', 'iMac-G5', 80038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140066, 140066, 'iMac Intel Core Duo', 'iMac-Intel-Core-Duo', 80038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4603, 4603, 'iMac Other', 'iMac-Other', 80038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114190, 114190, 'Apple Mac Mini', 'Apple-Mac-Mini', 25440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14910, 14910, 'Apple Power Mac', 'Apple-Power-Mac', 25440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14911, 14911, 'Power Mac G3', 'Power-Mac-G3', 14910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51033, 51033, 'Power Mac G4', 'Power-Mac-G4', 14910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14912, 14912, '350-466MHz', '350-466MHz', 51033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51034, 51034, '500-933MHz', '500-933MHz', 51033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51035, 51035, '1.0GHz & Higher', '1-0GHz-and-Higher', 51033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51036, 51036, 'Power Mac G5', 'Power-Mac-G5', 14910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4607, 4607, 'Other Power Macs', 'Other-Power-Macs', 14910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86703, 86703, 'Apple Servers, Xserve', 'Apple-Servers-Xserve', 25440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25441, 25441, 'Apple Drives, Media', 'Apple-Drives-Media', 4599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25442, 25442, 'Blank Media', 'Blank-Media', 25441, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51037, 51037, 'CD-R, CD-RW, CD ROM', 'CD-R-CD-RW-CD-ROM', 25441, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11149, 11149, 'External', 'External', 51037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51038, 51038, 'Internal', 'Internal', 51037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51039, 51039, 'DVD-R, DVD-RW, DVD ROM', 'DVD-R-DVD-RW-DVD-ROM', 25441, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80042, 80042, 'Hard Drives', 'Hard-Drives', 25441, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80043, 80043, '40.0 GB & Less', '40-0-GB-and-Less', 80042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11150, 11150, '40.1 GB-80.0 GB', '40-1-GB-80-0-GB', 80042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80044, 80044, 'More than 80.1 GB', 'More-than-80-1-GB', 80042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82629, 82629, 'Other Drives, Media', 'Other-Drives-Media', 25441, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25443, 25443, 'Apple Input Devices', 'Apple-Input-Devices', 4599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80045, 80045, 'Web Cameras', 'Web-Cameras', 25443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80046, 80046, 'Graphics Tablets', 'Graphics-Tablets', 25443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80047, 80047, 'Joysticks', 'Joysticks', 25443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25444, 25444, 'Keyboards', 'Keyboards', 25443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25445, 25445, 'Mice, Mouses', 'Mice-Mouses', 25443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80048, 80048, 'Microphones', 'Microphones', 25443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25446, 25446, 'Other Input Devices', 'Other-Input-Devices', 25443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25447, 25447, 'Apple Laptops, Notebooks', 'Apple-Laptops-Notebooks', 4599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80049, 80049, 'Apple iBook', 'Apple-iBook', 25447, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80050, 80050, 'iBook G3', 'iBook-G3', 80049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4602, 4602, 'iBook G4', 'iBook-G4', 80049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80051, 80051, 'Other iBooks', 'Other-iBooks', 80049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140064, 140064, 'Apple MacBook', 'Apple-MacBook', 25447, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140065, 140065, 'Apple MacBook Pro', 'Apple-MacBook-Pro', 25447, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14907, 14907, 'Apple PowerBook', 'Apple-PowerBook', 25447, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51040, 51040, 'PowerBook G3', 'PowerBook-G3', 14907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51041, 51041, 'Bronze, Lombard', 'Bronze-Lombard', 51040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51042, 51042, 'Pismo', 'Pismo', 51040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14908, 14908, 'WallStreet', 'WallStreet', 51040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51043, 51043, 'Other G3 Laptops', 'Other-G3-Laptops', 51040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14909, 14909, 'PowerBook G4', 'PowerBook-G4', 14907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4606, 4606, 'Other PowerBooks', 'Other-PowerBooks', 14907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80052, 80052, 'Other Apple Laptops, Notebooks', 'Other-Apple-Laptops-Notebooks', 25447, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80053, 80053, 'Apple Monitors/Displays', 'Apple-Monitors-Displays', 4599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 81686, 81686, 'CRT, Standard', 'CRT-Standard', 80053, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 81687, 81687, 'LCD, Flat Panel', 'LCD-Flat-Panel', 80053, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25448, 25448, 'Other Monitors', 'Other-Monitors', 80053, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80058, 80058, 'Apple Networking', 'Apple-Networking', 4599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80059, 80059, 'AirPort Base Stations', 'AirPort-Base-Stations', 80058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80060, 80060, 'AirPort Cards', 'AirPort-Cards', 80058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86701, 86701, 'AirPort Express', 'AirPort-Express', 80058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80061, 80061, 'Other Apple Networking', 'Other-Apple-Networking', 80058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25435, 25435, 'Apple Parts & Accessories', 'Apple-Parts-and-Accessories', 4599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80062, 80062, 'Apple Adapters', 'Apple-Adapters', 25435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80063, 80063, 'Audio/Video Adapters', 'Audio-Video-Adapters', 80062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80064, 80064, 'Power Adapters', 'Power-Adapters', 80062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25436, 25436, 'Other Adapters', 'Other-Adapters', 80062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25437, 25437, 'Apple Batteries, Chargers', 'Apple-Batteries-Chargers', 25435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80065, 80065, 'Apple Cables, Connectors', 'Apple-Cables-Connectors', 25435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80066, 80066, 'Audio/Video', 'Audio-Video', 80065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44926, 44926, 'Ethernet', 'Ethernet', 80065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80068, 80068, 'Firewire', 'Firewire', 80065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80067, 80067, 'USB', 'USB', 80065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42160, 42160, 'Other', 'Other', 80065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80069, 80069, 'Apple Manuals', 'Apple-Manuals', 25435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80070, 80070, 'Apple Portable Cases, Bags', 'Apple-Portable-Cases-Bags', 25435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80072, 80072, 'Apple Speakers & Headphones', 'Apple-Speakers-and-Headphones', 25435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4601, 4601, 'Other Apple Parts, Accessories', 'Other-Apple-Parts-Accessories', 25435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80125, 80125, 'Printers, Scanners & Ink', 'Printers-Scanners-and-Ink', 4599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80126, 80126, 'Ink Cartridges', 'Ink-Cartridges', 80125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80127, 80127, 'Printers', 'Printers', 80125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4608, 4608, 'Inkjet, Photo Printers', 'Inkjet-Photo-Printers', 80127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80128, 80128, 'LaserWriter', 'LaserWriter', 80127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80129, 80129, 'StyleWriter', 'StyleWriter', 80127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80130, 80130, 'Other', 'Other', 80127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80131, 80131, 'Scanners', 'Scanners', 80125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80132, 80132, 'Other', 'Other', 80125, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51045, 51045, 'Vintage Apple/Macintosh', 'Vintage-Apple-Macintosh', 4599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14906, 14906, 'Apple Manuals', 'Apple-Manuals', 51045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80073, 80073, 'Apple Media', 'Apple-Media', 51045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4605, 4605, 'Apple Posters', 'Apple-Posters', 51045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80074, 80074, 'Apple Shirts', 'Apple-Shirts', 51045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80075, 80075, 'Apple Systems', 'Apple-Systems', 51045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51046, 51046, 'Other Vintage Apple', 'Other-Vintage-Apple', 51045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 171, 171, 'Other Apple Products', 'Other-Apple-Products', 4599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82625, 82625, 'Wholesale Lots', 'Wholesale-Lots', 4599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82626, 82626, 'Components & Parts', 'Components-and-Parts', 82625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82627, 82627, 'Systems', 'Systems', 82625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82628, 82628, 'Other', 'Other', 82625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3667, 3667, 'Desktop & Laptop Components', 'Desktop-and-Laptop-Components', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3671, 3671, 'CPUs for Desktop PC', 'CPUs-for-Desktop-PC', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15918, 15918, 'AMD', 'AMD', 3671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15919, 15919, 'Athlon', 'Athlon', 15918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80139, 80139, 'Athlon 64', 'Athlon-64', 15918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80140, 80140, 'Athlon 64 FX', 'Athlon-64-FX', 15918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44935, 44935, 'Athlon XP', 'Athlon-XP', 15918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15920, 15920, 'Duron', 'Duron', 15918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15921, 15921, 'K6', 'K6', 15918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80142, 80142, 'Opteron', 'Opteron', 15918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99236, 99236, 'Sempron', 'Sempron', 15918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3672, 3672, 'Other AMD', 'Other-AMD', 15918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3675, 3675, 'Cyrix', 'Cyrix', 3671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14291, 14291, 'Intel', 'Intel', 3671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16180, 16180, 'Celeron', 'Celeron', 14291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 136497, 136497, 'Celeron D', 'Celeron-D', 14291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 141323, 141323, 'Core 2 Duo, Core 2 Extreme', 'Core-2-Duo-Core-2-Extreme', 14291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14290, 14290, 'Pentium II', 'Pentium-II', 14291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14292, 14292, 'Pentium III', 'Pentium-III', 14291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14293, 14293, 'Pentium 4', 'Pentium-4', 14291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80143, 80143, 'Pentium 4 HT, Hyper Threading', 'Pentium-4-HT-Hyper-Threading', 14291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80144, 80144, 'Pentium 4 HT Extreme Edition', 'Pentium-4-HT-Extreme-Edition', 14291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 129317, 129317, 'Pentium D', 'Pentium-D', 14291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16181, 16181, 'Pentium Pro', 'Pentium-Pro', 14291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51055, 51055, 'Xeon', 'Xeon', 14291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3674, 3674, 'Other Intel', 'Other-Intel', 14291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 164, 164, 'Other', 'Other', 3671, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86711, 86711, 'CPUs for Laptops', 'CPUs-for-Laptops', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86712, 86712, 'AMD, Athlon', 'AMD-Athlon', 86711, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86713, 86713, 'Celeron, Celeron M', 'Celeron-Celeron-M', 86711, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86714, 86714, 'Pentium II & older', 'Pentium-II-and-older', 86711, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86715, 86715, 'Pentium III', 'Pentium-III', 86711, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86716, 86716, 'Pentium 4, Pentium 4-M', 'Pentium-4-Pentium-4-M', 86711, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99251, 99251, 'Pentium M, Centrino', 'Pentium-M-Centrino', 86711, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31532, 31532, 'Other CPUs for Laptops', 'Other-CPUs-for-Laptops', 86711, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42000, 42000, 'Fans, Heatsinks, Cooling', 'Fans-Heatsinks-Cooling', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80145, 80145, 'Case Fans and Coolers', 'Case-Fans-and-Coolers', 42000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42001, 42001, 'AMD, Athlon', 'AMD-Athlon', 80145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80146, 80146, 'Cooler Master', 'Cooler-Master', 80145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42003, 42003, 'Thermaltake', 'Thermaltake', 80145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42002, 42002, 'Vantec', 'Vantec', 80145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80147, 80147, 'Zalman', 'Zalman', 80145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51056, 51056, 'Fan Grills', 'Fan-Grills', 42000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80148, 80148, 'Hard Drive Coolers', 'Hard-Drive-Coolers', 42000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80149, 80149, 'Heatsinks and Shims', 'Heatsinks-and-Shims', 42000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80150, 80150, 'Liquid, Water Cooling System', 'Liquid-Water-Cooling-System', 42000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46322, 46322, 'Thermal Compound', 'Thermal-Compound', 42000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80151, 80151, 'Video Card, Chipset Coolers', 'Video-Card-Chipset-Coolers', 42000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3673, 3673, 'Other', 'Other', 42000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1480, 1480, 'Memory for Desktop PC', 'Memory-for-Desktop-PC', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44936, 44936, 'DDR', 'DDR', 1480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44937, 44937, '256MB & Less', '256MB-and-Less', 44936, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44938, 44938, '512 MB', '512-MB', 44936, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74942, 74942, '1GB, 1024MB', '1GB-1024MB', 44936, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 138342, 138342, '2GB & Higher', '2GB-and-Higher', 44936, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111425, 111425, 'DDR2', 'DDR2', 1480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4611, 4611, 'EDO', 'EDO', 1480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3690, 3690, 'FPM', 'FPM', 1480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1481, 1481, 'RAM', 'RAM', 1480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11152, 11152, 'RDRAM', 'RDRAM', 1480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14913, 14913, 'SDRAM', 'SDRAM', 1480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14914, 14914, '32MB', '32MB', 14913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14915, 14915, '64MB', '64MB', 14913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14916, 14916, '128MB', '128MB', 14913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14917, 14917, '256MB', '256MB', 14913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14918, 14918, '512MB', '512MB', 14913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80165, 80165, '1GB, 1024MB', '1GB-1024MB', 14913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1482, 1482, '2GB & Higher', '2GB-and-Higher', 14913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 172, 172, 'Other', 'Other', 1480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31570, 31570, 'Memory for Laptops', 'Memory-for-Laptops', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31571, 31571, '16 Mb', '16-Mb', 31570, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31572, 31572, '32 Mb', '32-Mb', 31570, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31573, 31573, '64 Mb', '64-Mb', 31570, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99252, 99252, '128 Mb', '128-Mb', 31570, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99253, 99253, 'DDR 128Mb Memory', 'DDR-128Mb-Memory', 99252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31574, 31574, 'PC100, 100 MHz 128 Mb Memory', 'PC100-100-MHz-128-Mb-Memory', 99252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99254, 99254, 'PC133, 133 MHz 128 Mb Memory', 'PC133-133-MHz-128-Mb-Memory', 99252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99255, 99255, 'Other 128 Mb Memory', 'Other-128-Mb-Memory', 99252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99256, 99256, '256 Mb', '256-Mb', 31570, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31575, 31575, 'DDR 256 Mb Memory', 'DDR-256-Mb-Memory', 99256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99257, 99257, 'PC100, 100 MHz 256 Mb Memory', 'PC100-100-MHz-256-Mb-Memory', 99256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99258, 99258, 'PC133, 133 MHz 256 Mb Memory', 'PC133-133-MHz-256-Mb-Memory', 99256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99259, 99259, 'Other 256 Mb Memory', 'Other-256-Mb-Memory', 99256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99260, 99260, '512 Mb', '512-Mb', 31570, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80201, 80201, 'DDR 512 Mb Memory', 'DDR-512-Mb-Memory', 99260, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99261, 99261, 'PC133, 133 MHz 512 Mb Memory', 'PC133-133-MHz-512-Mb-Memory', 99260, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99262, 99262, 'Other 512 Mb Memory', 'Other-512-Mb-Memory', 99260, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80202, 80202, '1024, 1GB', '1024-1GB', 31570, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152542, 152542, '2GB & Higher', '2GB-and-Higher', 31570, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11172, 11172, 'Other Memory for Laptops', 'Other-Memory-for-Laptops', 31570, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3691, 3691, 'Modems for Desktop PC', 'Modems-for-Desktop-PC', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14919, 14919, 'External', 'External', 3691, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51057, 51057, '33.6K & Less', '33-6K-and-Less', 14919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14920, 14920, '56K', '56K', 14919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14921, 14921, 'Cable', 'Cable', 14919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14922, 14922, 'DSL', 'DSL', 14919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14923, 14923, 'ISDN', 'ISDN', 14919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80152, 80152, 'Satellite', 'Satellite', 14919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3692, 3692, 'Other', 'Other', 14919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14924, 14924, 'Internal', 'Internal', 3691, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14925, 14925, '56K', '56K', 14924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44940, 44940, '56K V.90, V.92', '56K-V-90-V-92', 14924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14926, 14926, 'DSL', 'DSL', 14924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3693, 3693, 'Other', 'Other', 14924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4613, 4613, 'Motherboards for Desktop PC', 'Motherboards-for-Desktop-PC', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80153, 80153, 'Dual Socket Motherboard', 'Dual-Socket-Motherboard', 4613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80154, 80154, 'Asus', 'Asus', 80153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80155, 80155, 'Tyan', 'Tyan', 80153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44941, 44941, 'Other Dual Socket Motherboard', 'Other-Dual-Socket-Motherboard', 80153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99241, 99241, 'Slot 1 Motherboard', 'Slot-1-Motherboard', 4613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99237, 99237, 'Slot A Motherboard', 'Slot-A-Motherboard', 4613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99238, 99238, 'Athlon XP', 'Athlon-XP', 99237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99239, 99239, 'Athlon 64', 'Athlon-64', 99237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99240, 99240, 'Other Slot A Motherboard', 'Other-Slot-A-Motherboard', 99237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42004, 42004, 'Socket 370 Motherboard', 'Socket-370-Motherboard', 4613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42005, 42005, 'Abit, Tyan', 'Abit-Tyan', 42004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42006, 42006, 'Asus', 'Asus', 42004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99242, 99242, 'Dell', 'Dell', 42004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51058, 51058, 'Gateway', 'Gateway', 42004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99243, 99243, 'HP, Compaq', 'HP-Compaq', 42004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42008, 42008, 'Intel', 'Intel', 42004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4614, 4614, 'Other Socket 370 Motherboard', 'Other-Socket-370-Motherboard', 42004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44942, 44942, 'Socket 423 Motherboard', 'Socket-423-Motherboard', 4613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80156, 80156, 'Socket 478 Motherboard', 'Socket-478-Motherboard', 4613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80157, 80157, 'Abit', 'Abit', 80156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80158, 80158, 'Asus', 'Asus', 80156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80159, 80159, 'ECS', 'ECS', 80156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80160, 80160, 'Gigabyte', 'Gigabyte', 80156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80161, 80161, 'MSI', 'MSI', 80156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80162, 80162, 'Soyo', 'Soyo', 80156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44943, 44943, 'Other Socket 478 Motherboard', 'Other-Socket-478-Motherboard', 80156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99244, 99244, 'Socket 754 Motherboard', 'Socket-754-Motherboard', 4613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108978, 108978, 'Socket 775 Motherboard', 'Socket-775-Motherboard', 4613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99245, 99245, 'Socket 939 Motherboard', 'Socket-939-Motherboard', 4613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42009, 42009, 'Socket A Motherboard', 'Socket-A-Motherboard', 4613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42010, 42010, 'Abit', 'Abit', 42009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42011, 42011, 'AMD', 'AMD', 42009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42012, 42012, 'Asus', 'Asus', 42009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80163, 80163, 'ECS', 'ECS', 42009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80164, 80164, 'Gigabyte', 'Gigabyte', 42009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42013, 42013, 'MSI', 'MSI', 42009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31496, 31496, 'Other Socket A Motherboard', 'Other-Socket-A-Motherboard', 42009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149173, 149173, 'Socket AM2', 'Socket-AM2', 4613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4615, 4615, 'Super7, Socket7 Motherboard', 'Super7-Socket7-Motherboard', 4613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1244, 1244, 'Other Motherboard', 'Other-Motherboard', 4613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60265, 60265, 'Motherboards for Laptops', 'Motherboards-for-Laptops', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60266, 60266, 'Compaq', 'Compaq', 60265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60267, 60267, 'Dell', 'Dell', 60265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80203, 80203, 'HP', 'HP', 60265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60268, 60268, 'IBM', 'IBM', 60265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80204, 80204, 'Sony', 'Sony', 60265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80205, 80205, 'Toshiba', 'Toshiba', 60265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51162, 51162, 'Other', 'Other', 60265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42185, 42185, 'Screens, LCD Panel for Laptops', 'Screens-LCD-Panel-for-Laptops', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42186, 42186, 'Compaq', 'Compaq', 42185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42187, 42187, 'Dell', 'Dell', 42185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51158, 51158, 'Hitachi', 'Hitachi', 42185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51159, 51159, 'HP', 'HP', 42185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42188, 42188, 'IBM', 'IBM', 42185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51160, 51160, 'Samsung', 'Samsung', 42185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51161, 51161, 'Sharp', 'Sharp', 42185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52478, 52478, 'Sony', 'Sony', 42185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42189, 42189, 'Toshiba', 'Toshiba', 42185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31569, 31569, 'Other', 'Other', 42185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44980, 44980, 'Sound Cards for Desktop PC', 'Sound-Cards-for-Desktop-PC', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150126, 150126, 'Audigy', 'Audigy', 44980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44982, 44982, 'Diamond', 'Diamond', 44980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44981, 44981, 'Sound Blaster', 'Sound-Blaster', 44980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150127, 150127, 'X-Fi', 'X-Fi', 44980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3701, 3701, 'Other', 'Other', 44980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150128, 150128, 'Sound Cards for Laptops', 'Sound-Cards-for-Laptops', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3761, 3761, 'TV Tuner/Video Capture Devices', 'TV-Tuner-Video-Capture-Devices', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44962, 44962, 'Uninterruptible Power Supply', 'Uninterruptible-Power-Supply', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44963, 44963, 'APC', 'APC', 44962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44964, 44964, 'Compaq', 'Compaq', 44962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80180, 80180, 'Liebert', 'Liebert', 44962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80181, 80181, 'Powerware', 'Powerware', 44962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80182, 80182, 'Tripplite', 'Tripplite', 44962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48479, 48479, 'Battery Pack, Components', 'Battery-Pack-Components', 44962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16184, 16184, 'Other UPS', 'Other-UPS', 44962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40156, 40156, 'Video Cards for Desktop PC', 'Video-Cards-for-Desktop-PC', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40157, 40157, '3DFX', '3DFX', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80184, 80184, 'ATI-Based Other Brands', 'ATI-Based-Other-Brands', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40158, 40158, 'ATI Brand', 'ATI-Brand', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40159, 40159, 'ASUS', 'ASUS', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80185, 80185, 'Chaintech', 'Chaintech', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44986, 44986, 'Diamond', 'Diamond', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80186, 80186, 'Hercules', 'Hercules', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80187, 80187, 'Leadtek', 'Leadtek', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40160, 40160, 'Matrox', 'Matrox', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80188, 80188, 'MSI', 'MSI', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40161, 40161, 'Nvidia-Based Other Brands', 'Nvidia-Based-Other-Brands', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64481, 64481, 'PNY', 'PNY', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80189, 80189, 'Powercolor', 'Powercolor', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44987, 44987, 'S3-Based Other Brands', 'S3-Based-Other-Brands', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80190, 80190, 'Sapphire', 'Sapphire', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80191, 80191, 'STB', 'STB', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44988, 44988, 'Visiontek', 'Visiontek', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80192, 80192, 'XFX', 'XFX', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3762, 3762, 'Other', 'Other', 40156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74957, 74957, 'Video Cards for Laptops', 'Video-Cards-for-Laptops', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3666, 3666, 'Other Components', 'Other-Components', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51100, 51100, 'Wholesale Lots', 'Wholesale-Lots', 3667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42304, 42304, 'Cables', 'Cables', 51100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51101, 51101, 'CPUs', 'CPUs', 51100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51102, 51102, 'Memory', 'Memory', 51100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51103, 51103, 'Other', 'Other', 51100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31530, 31530, 'Desktop & Laptop Accessories', 'Desktop-and-Laptop-Accessories', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31510, 31510, 'Adapters, Chargers for Laptops', 'Adapters-Chargers-for-Laptops', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42168, 42168, 'AC, Standard', 'AC-Standard', 31510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116319, 116319, 'Compaq', 'Compaq', 42168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116320, 116320, 'Armada', 'Armada', 116319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116321, 116321, 'Presario', 'Presario', 116319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31511, 31511, 'Other', 'Other', 116319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64465, 64465, 'Dell', 'Dell', 42168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64466, 64466, 'Inspiron', 'Inspiron', 64465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64467, 64467, 'Latitude', 'Latitude', 64465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31512, 31512, 'Other', 'Other', 64465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42169, 42169, 'Gateway', 'Gateway', 42168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31513, 31513, 'HP', 'HP', 42168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64468, 64468, 'IBM', 'IBM', 42168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64469, 64469, 'A Series', 'A-Series', 64468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116313, 116313, 'R Series', 'R-Series', 64468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64470, 64470, 'T Series', 'T-Series', 64468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116314, 116314, 'X Series', 'X-Series', 64468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31514, 31514, 'Other', 'Other', 64468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31515, 31515, 'NEC', 'NEC', 42168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31516, 31516, 'Sony', 'Sony', 42168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116315, 116315, 'Toshiba', 'Toshiba', 42168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116316, 116316, 'Portege', 'Portege', 116315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116317, 116317, 'Tecra', 'Tecra', 116315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116318, 116318, 'Satellite', 'Satellite', 116315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31517, 31517, 'Other', 'Other', 116315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64471, 64471, 'Universal', 'Universal', 42168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11168, 11168, 'Other Brands', 'Other-Brands', 42168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42164, 42164, 'Car, Auto', 'Car-Auto', 31510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42165, 42165, 'Dell', 'Dell', 42164, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64464, 64464, 'HP, Compaq', 'HP-Compaq', 42164, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60251, 60251, 'IBM', 'IBM', 42164, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42166, 42166, 'Toshiba', 'Toshiba', 42164, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60252, 60252, 'Universal', 'Universal', 42164, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42167, 42167, 'Other', 'Other', 42164, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116283, 116283, 'Barcode Scanners', 'Barcode-Scanners', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116284, 116284, 'Intermec', 'Intermec', 116283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116285, 116285, 'Symbol', 'Symbol', 116283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14929, 14929, 'Other', 'Other', 116283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14295, 14295, 'Batteries for Laptops', 'Batteries-for-Laptops', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116322, 116322, 'Acer', 'Acer', 14295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116323, 116323, 'Apple', 'Apple', 14295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60253, 60253, 'Compaq', 'Compaq', 14295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60254, 60254, 'Armada', 'Armada', 60253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60255, 60255, 'Presario', 'Presario', 60253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14296, 14296, 'Other', 'Other', 60253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60256, 60256, 'Dell', 'Dell', 14295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60257, 60257, 'Inspiron', 'Inspiron', 60256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60258, 60258, 'Latitude', 'Latitude', 60256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14297, 14297, 'Other', 'Other', 60256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116324, 116324, 'Fujitsu', 'Fujitsu', 14295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116325, 116325, 'Gateway', 'Gateway', 14295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116326, 116326, 'HP', 'HP', 14295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116327, 116327, 'Omnibook', 'Omnibook', 116326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116328, 116328, 'Pavilion', 'Pavilion', 116326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16182, 16182, 'Other', 'Other', 116326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42171, 42171, 'IBM', 'IBM', 14295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42172, 42172, 'A Series', 'A-Series', 42171, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116329, 116329, 'T Series', 'T-Series', 42171, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42173, 42173, '600 Series', '600-Series', 42171, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42174, 42174, '390, i1700 Series', '390-i1700-Series', 42171, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14298, 14298, 'Other', 'Other', 42171, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31518, 31518, 'Sony', 'Sony', 14295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60259, 60259, 'Toshiba', 'Toshiba', 14295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60261, 60261, 'Portege', 'Portege', 60259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60260, 60260, 'Satellite', 'Satellite', 60259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60262, 60262, 'Tecra', 'Tecra', 60259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14299, 14299, 'Other', 'Other', 60259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64472, 64472, 'Universal', 'Universal', 14295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11169, 11169, 'Other', 'Other', 14295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51150, 51150, 'Cables, Connectors for Laptops', 'Cables-Connectors-for-Laptops', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60263, 60263, 'Compaq', 'Compaq', 51150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51151, 51151, 'Dell', 'Dell', 51150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116330, 116330, 'Gateway', 'Gateway', 51150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116331, 116331, 'HP', 'HP', 51150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51152, 51152, 'IBM', 'IBM', 51150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116332, 116332, 'Sony', 'Sony', 51150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116333, 116333, 'Toshiba', 'Toshiba', 51150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31531, 31531, 'Other', 'Other', 51150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31491, 31491, 'Cables, Adapter Cards', 'Cables-Adapter-Cards', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41993, 41993, 'Adapters', 'Adapters', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31492, 31492, 'Audio', 'Audio', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74939, 74939, 'DVI', 'DVI', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42321, 42321, 'Extension', 'Extension', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46318, 46318, 'Firewire', 'Firewire', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51054, 51054, 'Cable', 'Cable', 46318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74940, 74940, 'Combo (USB) Cards', 'Combo-USB-Cards', 46318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64458, 64458, 'PCI Controller Cards', 'PCI-Controller-Cards', 46318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41994, 41994, 'IDE', 'IDE', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45340, 45340, 'Keyboard, Mouse', 'Keyboard-Mouse', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45341, 45341, 'KVM, Switchbox', 'KVM-Switchbox', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45342, 45342, 'Power', 'Power', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140035, 140035, 'RAID', 'RAID', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45343, 45343, 'Round', 'Round', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31494, 31494, 'SCSI', 'SCSI', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41995, 41995, 'Serial', 'Serial', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74941, 74941, 'Serial ATA, SATA', 'Serial-ATA-SATA', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41996, 41996, 'Switch Box', 'Switch-Box', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41998, 41998, 'USB 1.0', 'USB-1-0', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44932, 44932, 'USB 2.0', 'USB-2-0', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31495, 31495, 'USB Hubs', 'USB-Hubs', 44932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44933, 44933, 'PCI Cards', 'PCI-Cards', 44932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44934, 44934, 'Printer, Scanner, A-B', 'Printer-Scanner-A-B', 44932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42322, 42322, 'Other', 'Other', 44932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41999, 41999, 'VGA & SVGA', 'VGA-and-SVGA', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3668, 3668, 'Other', 'Other', 31491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51082, 51082, 'Card Readers', 'Card-Readers', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31519, 31519, 'Cases, Bags for Laptops', 'Cases-Bags-for-Laptops', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31520, 31520, 'Backpacks', 'Backpacks', 31519, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38284, 38284, 'Carrying, Briefcase', 'Carrying-Briefcase', 31519, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116334, 116334, 'Dell', 'Dell', 38284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116335, 116335, 'HP', 'HP', 38284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116336, 116336, 'Samsonite', 'Samsonite', 38284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116337, 116337, 'Sony', 'Sony', 38284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116338, 116338, 'Sumdex', 'Sumdex', 38284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116339, 116339, 'Targus', 'Targus', 38284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116340, 116340, 'Toshiba', 'Toshiba', 38284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31521, 31521, 'Other', 'Other', 38284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11170, 11170, 'Other Styles', 'Other-Styles', 31519, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31523, 31523, 'Docking Stations for Laptops', 'Docking-Stations-for-Laptops', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31524, 31524, 'Compaq', 'Compaq', 31523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42175, 42175, 'Dell', 'Dell', 31523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42176, 42176, 'Inspiron', 'Inspiron', 42175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42177, 42177, 'Latitude', 'Latitude', 42175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31525, 31525, 'Other', 'Other', 42175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31526, 31526, 'HP', 'HP', 31523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31527, 31527, 'IBM', 'IBM', 31523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31528, 31528, 'Toshiba', 'Toshiba', 31523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3709, 3709, 'Other Brands', 'Other-Brands', 31523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74943, 74943, 'Gamepads, Joypads', 'Gamepads-Joypads', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80183, 80183, 'Headphones, Headsets', 'Headphones-Headsets', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116343, 116343, 'Hubs', 'Hubs', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44961, 44961, 'Infrared, IrDA', 'Infrared-IrDA', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74944, 74944, 'Joysticks', 'Joysticks', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33963, 33963, 'Keyboards', 'Keyboards', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51153, 51153, 'Laptop Keyboards', 'Laptop-Keyboards', 33963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51154, 51154, 'Compaq', 'Compaq', 51153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51155, 51155, 'Dell', 'Dell', 51153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51156, 51156, 'Gateway', 'Gateway', 51153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51157, 51157, 'IBM', 'IBM', 51153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31568, 31568, 'Other', 'Other', 51153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116286, 116286, 'Belkin', 'Belkin', 33963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116287, 116287, 'Dell', 'Dell', 33963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116288, 116288, 'Gateway', 'Gateway', 33963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116289, 116289, 'HP, Compaq', 'HP-Compaq', 33963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116290, 116290, 'IBM', 'IBM', 33963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116291, 116291, 'Kensington', 'Kensington', 33963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116292, 116292, 'Labtec', 'Labtec', 33963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51083, 51083, 'Logitech', 'Logitech', 33963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51084, 51084, 'Microsoft', 'Microsoft', 33963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33964, 33964, 'PS/2', 'PS-2', 51084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33965, 33965, 'USB', 'USB', 51084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15389, 15389, 'Wireless', 'Wireless', 51084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51085, 51085, 'Other', 'Other', 51084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4706, 4706, 'Other', 'Other', 33963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116344, 116344, 'Laptop Memory Card Readers', 'Laptop-Memory-Card-Readers', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116345, 116345, 'LED Lites', 'LED-Lites', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23154, 23154, 'Mice, Mouse', 'Mice-Mouse', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116293, 116293, 'Bluetooth', 'Bluetooth', 23154, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116294, 116294, 'Logitech', 'Logitech', 116293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116295, 116295, 'Microsoft', 'Microsoft', 116293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116296, 116296, 'Other', 'Other', 116293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116297, 116297, 'PS/2', 'PS-2', 23154, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116298, 116298, 'Dell', 'Dell', 116297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116299, 116299, 'HP, Compaq', 'HP-Compaq', 116297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116300, 116300, 'Logitech', 'Logitech', 116297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116301, 116301, 'Microsoft', 'Microsoft', 116297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3678, 3678, 'Other', 'Other', 116297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116306, 116306, 'Cordless, Wireless', 'Cordless-Wireless', 23154, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116307, 116307, 'Logitech', 'Logitech', 116306, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116308, 116308, 'Microsoft', 'Microsoft', 116306, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15388, 15388, 'Other', 'Other', 116306, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116302, 116302, 'USB', 'USB', 23154, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116303, 116303, 'Dell', 'Dell', 116302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116304, 116304, 'Logitech', 'Logitech', 116302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116305, 116305, 'Microsoft', 'Microsoft', 116302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 23156, 23156, 'Other', 'Other', 116302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23160, 23160, 'Other', 'Other', 23154, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116309, 116309, 'Microphones', 'Microphones', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116310, 116310, 'Labtech', 'Labtech', 116309, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116311, 116311, 'Logitech', 'Logitech', 116309, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116312, 116312, 'Plantronics', 'Plantronics', 116309, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11682, 11682, 'Other', 'Other', 116309, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116346, 116346, 'Mounts, Auto Mounts', 'Mounts-Auto-Mounts', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42014, 42014, 'PC Case, Tower for Desktop PC', 'PC-Case-Tower-for-Desktop-PC', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80166, 80166, 'Full Tower Case, Server', 'Full-Tower-Case-Server', 42014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80167, 80167, 'MicroATX PC Case', 'MicroATX-PC-Case', 42014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80168, 80168, 'Mid-tower, no power supply', 'Mid-tower-no-power-supply', 42014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80169, 80169, 'Mid-tower with power supply', 'Mid-tower-with-power-supply', 42014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51059, 51059, '300 Watts & Lower', '300-Watts-and-Lower', 80169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51060, 51060, '301-350 Watts', '301-350-Watts', 80169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51061, 51061, '400 Watts', '400-Watts', 80169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51062, 51062, '401-450 Watts', '401-450-Watts', 80169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51063, 51063, '451 Watts & Higher', '451-Watts-and-Higher', 80169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51064, 51064, 'Case Accessories, Kits', 'Case-Accessories-Kits', 42014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3669, 3669, 'Other PC Cases', 'Other-PC-Cases', 42014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42190, 42190, 'PCMCIA Cards for Laptops', 'PCMCIA-Cards-for-Laptops', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42191, 42191, 'Compact Flash, Memory', 'Compact-Flash-Memory', 42190, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60269, 60269, 'Firewire', 'Firewire', 42190, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74950, 74950, 'Modems', 'Modems', 42190, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74951, 74951, '56K', '56K', 74950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74952, 74952, 'Combo (Ethernet/LAN)', 'Combo-Ethernet-LAN', 74950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74953, 74953, 'Other modems', 'Other-modems', 74950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42192, 42192, 'Network, Ethernet, LAN Cards', 'Network-Ethernet-LAN-Cards', 42190, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42193, 42193, '3Com', '3Com', 42192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42194, 42194, 'IBM', 'IBM', 42192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42195, 42195, 'Xircom', 'Xircom', 42192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42196, 42196, 'Other', 'Other', 42192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42323, 42323, 'USB 2.0', 'USB-2-0', 42190, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74954, 74954, 'Wireless, WiFi', 'Wireless-WiFi', 42190, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3710, 3710, 'Other', 'Other', 42190, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51086, 51086, 'PC Remote Controls', 'PC-Remote-Controls', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42017, 42017, 'Power Supplies for Desktop PC', 'Power-Supplies-for-Desktop-PC', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44948, 44948, 'AT Power Supply', 'AT-Power-Supply', 42017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80170, 80170, 'Aluminum Power Supply', 'Aluminum-Power-Supply', 42017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80171, 80171, 'LED Power Supply', 'LED-Power-Supply', 42017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80172, 80172, 'Micro ATX / SFX Power Supply', 'Micro-ATX-SFX-Power-Supply', 42017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80173, 80173, 'Quiet Power Supply', 'Quiet-Power-Supply', 42017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80174, 80174, 'Standard ATX Power Supply', 'Standard-ATX-Power-Supply', 42017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42018, 42018, '200 Watts & Less', '200-Watts-and-Less', 80174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42019, 42019, '201-300 Watts', '201-300-Watts', 80174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42020, 42020, '301-400 Watts', '301-400-Watts', 80174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42021, 42021, '401-500 Watts', '401-500-Watts', 80174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44949, 44949, '501 Watts & Higher', '501-Watts-and-Higher', 80174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3670, 3670, 'Other Desktop PC Power Supply', 'Other-Desktop-PC-Power-Supply', 42017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60270, 60270, 'Repair, Service Manuals', 'Repair-Service-Manuals', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31529, 31529, 'Security for Laptops', 'Security-for-Laptops', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41844, 41844, 'Speakers', 'Speakers', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41845, 41845, 'Altec Lansing', 'Altec-Lansing', 41844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156539, 156539, 'Bose', 'Bose', 41844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51094, 51094, 'Creative', 'Creative', 41844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44983, 44983, 'Cyber Acoustics', 'Cyber-Acoustics', 41844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156540, 156540, 'Dell', 'Dell', 41844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44984, 44984, 'Harman Kardon', 'Harman-Kardon', 41844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41846, 41846, 'Innax', 'Innax', 41844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156541, 156541, 'JBL', 'JBL', 41844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156542, 156542, 'Klipsch', 'Klipsch', 41844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41847, 41847, 'Labtec', 'Labtec', 41844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44985, 44985, 'Logitech', 'Logitech', 41844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3702, 3702, 'Other', 'Other', 41844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3680, 3680, 'Tablets', 'Tablets', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11193, 11193, 'Trackballs', 'Trackballs', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3759, 3759, 'Video & Multimedia Accessories', 'Video-and-Multimedia-Accessories', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3763, 3763, 'Video Conferencing', 'Video-Conferencing', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4616, 4616, 'Webcams', 'Webcams', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31534, 31534, 'Other Accessories', 'Other-Accessories', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51104, 51104, 'Wholesale Lots', 'Wholesale-Lots', 31530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40178, 40178, 'Keyboards', 'Keyboards', 51104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51105, 51105, 'Mice', 'Mice', 51104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51106, 51106, 'Other', 'Other', 51104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3736, 3736, 'Desktop PCs', 'Desktop-PCs', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140067, 140067, 'Acer', 'Acer', 3736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140068, 140068, 'Alienware', 'Alienware', 3736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140069, 140069, 'Asus', 'Asus', 3736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140070, 140070, 'Dell', 'Dell', 3736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140071, 140071, 'Gateway', 'Gateway', 3736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140072, 140072, 'HP, Compaq', 'HP-Compaq', 3736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140073, 140073, 'IBM, Lenovo', 'IBM-Lenovo', 3736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140074, 140074, 'Sony', 'Sony', 3736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140075, 140075, 'Whitebox, Custom Systems', 'Whitebox-Custom-Systems', 3736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140076, 140076, 'Other Brands', 'Other-Brands', 3736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40176, 40176, 'Wholesale Lots', 'Wholesale-Lots', 3736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 165, 165, 'Drives, Controllers & Storage', 'Drives-Controllers-and-Storage', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80133, 80133, 'Blank Media', 'Blank-Media', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80134, 80134, 'CD-R Disks', 'CD-R-Disks', 80133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116236, 116236, 'CD-RW Disks', 'CD-RW-Disks', 80133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80135, 80135, 'DVD-R Disks', 'DVD-R-Disks', 80133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116237, 116237, 'DVD-RW Disks', 'DVD-RW-Disks', 80133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80136, 80136, 'Floppy Disks', 'Floppy-Disks', 80133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80137, 80137, 'Zip Disks', 'Zip-Disks', 80133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80138, 80138, 'Other', 'Other', 80133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116238, 116238, 'Card Reader/Writers', 'Card-Reader-Writers', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56081, 56081, 'CD Drives', 'CD-Drives', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116239, 116239, 'CD-R Drives', 'CD-R-Drives', 56081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116240, 116240, 'CD-RW Drives', 'CD-RW-Drives', 56081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116241, 116241, 'External', 'External', 116240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116242, 116242, 'Internal', 'Internal', 116240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33869, 33869, 'CD ROM Drives', 'CD-ROM-Drives', 56081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41803, 41803, 'IDE', 'IDE', 33869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41804, 41804, 'Panasonic', 'Panasonic', 41803, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48478, 48478, 'Samsung', 'Samsung', 41803, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41805, 41805, 'Sony', 'Sony', 41803, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33870, 33870, 'Other', 'Other', 41803, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33871, 33871, 'SCSI', 'SCSI', 33869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 166, 166, 'Other', 'Other', 33869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31383, 31383, 'CDRW, DVD Combo Drives', 'CDRW-DVD-Combo-Drives', 56081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56082, 56082, 'Other', 'Other', 56081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31509, 31509, 'CD Duplicators', 'CD-Duplicators', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39965, 39965, 'Controllers-Adapter, I/O Card', 'Controllers-Adapter-I-O-Card', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39967, 39967, 'IDE/ATA', 'IDE-ATA', 39965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39968, 39968, 'RAID', 'RAID', 39965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39969, 39969, 'SCSI', 'SCSI', 39965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3753, 3753, 'Other', 'Other', 39965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31533, 31533, 'Drives for Laptops', 'Drives-for-Laptops', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74949, 74949, 'Cases, Caddy, Enclosures', 'Cases-Caddy-Enclosures', 31533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42179, 42179, 'CD-ROM Drives', 'CD-ROM-Drives', 31533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80194, 80194, 'Dell', 'Dell', 42179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80195, 80195, 'HP, Compaq', 'HP-Compaq', 42179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80196, 80196, 'IBM', 'IBM', 42179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116341, 116341, 'Teac', 'Teac', 42179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80197, 80197, 'Toshiba', 'Toshiba', 42179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80198, 80198, 'Other Brands', 'Other-Brands', 42179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38116, 38116, 'CD-R, CD-RW Drives', 'CD-R-CD-RW-Drives', 31533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64473, 64473, 'Combo Drives', 'Combo-Drives', 31533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64474, 64474, 'Dell', 'Dell', 64473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80199, 80199, 'HP, Compaq', 'HP-Compaq', 64473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64475, 64475, 'IBM', 'IBM', 64473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80200, 80200, 'Toshiba', 'Toshiba', 64473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31564, 31564, 'Other', 'Other', 64473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64476, 64476, 'DVD Drives', 'DVD-Drives', 31533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64477, 64477, 'Compaq', 'Compaq', 64476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64478, 64478, 'Dell', 'Dell', 64476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64479, 64479, 'IBM', 'IBM', 64476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31565, 31565, 'Other', 'Other', 64476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42181, 42181, 'Floppy Drives', 'Floppy-Drives', 31533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42182, 42182, 'Internal', 'Internal', 42181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31566, 31566, 'External', 'External', 42181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38117, 38117, 'Hard Drives', 'Hard-Drives', 31533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64480, 64480, 'Less than 5GB', 'Less-than-5GB', 38117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38118, 38118, '5.0GB -10.0GB', '5-0GB-10-0GB', 38117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38119, 38119, '10.1 GB-20.0 GB', '10-1-GB-20-0-GB', 38117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31567, 31567, '20.1-30.0 GB', '20-1-30-0-GB', 38117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116342, 116342, '30.1-40.0 GB', '30-1-40-0-GB', 38117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42183, 42183, '40.1-60.0 GB', '40-1-60-0-GB', 38117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42184, 42184, '60.1 GB & More', '60-1-GB-and-More', 38117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38120, 38120, 'Zip Drives', 'Zip-Drives', 31533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11171, 11171, 'Other Drives', 'Other-Drives', 31533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80176, 80176, 'DVD ROM Drives', 'DVD-ROM-Drives', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80177, 80177, 'Lite-On', 'Lite-On', 80176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80178, 80178, 'Sony', 'Sony', 80176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3754, 3754, 'Other', 'Other', 80176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44954, 44954, 'DVD-RW/+RW Drives, Burners', 'DVD-RW-RW-Drives-Burners', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116243, 116243, 'External', 'External', 44954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116244, 116244, 'HP', 'HP', 116243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116245, 116245, 'NEC', 'NEC', 116243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116246, 116246, 'Pioneer', 'Pioneer', 116243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116247, 116247, 'Plextor', 'Plextor', 116243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116248, 116248, 'Sony', 'Sony', 116243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44955, 44955, 'Other', 'Other', 116243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51065, 51065, 'Internal', 'Internal', 44954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51067, 51067, 'HP', 'HP', 51065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73066, 73066, 'LiteOn', 'LiteOn', 51065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51068, 51068, 'NEC', 'NEC', 51065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51069, 51069, 'Pioneer', 'Pioneer', 51065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116249, 116249, 'Plextor', 'Plextor', 51065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51070, 51070, 'Sony', 'Sony', 51065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44956, 44956, 'Other', 'Other', 51065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150129, 150129, 'Enclosures', 'Enclosures', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41908, 41908, 'Hard Drives - External,Zip,Jaz', 'Hard-Drives-External-Zip-Jaz', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41909, 41909, 'Atapi', 'Atapi', 41908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51080, 51080, 'Firewire', 'Firewire', 41908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51078, 51078, 'Jaz', 'Jaz', 41908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41910, 41910, 'USB 1.0', 'USB-1-0', 41908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70818, 70818, 'USB 2.0', 'USB-2-0', 41908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116254, 116254, '80.0 GB & Less', '80-0-GB-and-Less', 70818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116255, 116255, '80.1 GB - 120.0 GB', '80-1-GB-120-0-GB', 70818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116256, 116256, '120.1 GB - 150.0 GB', '120-1-GB-150-0-GB', 70818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116257, 116257, '150.1 GB - 200.0 GB', '150-1-GB-200-0-GB', 70818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116258, 116258, 'More than 200.1 GB', 'More-than-200-1-GB', 70818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41911, 41911, 'Other', 'Other', 70818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116250, 116250, 'Zip', 'Zip', 41908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116251, 116251, '100 MB & Less', '100-MB-and-Less', 116250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116252, 116252, '250 MB', '250-MB', 116250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116253, 116253, '750 MB', '750-MB', 116250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51077, 51077, 'Other', 'Other', 116250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3757, 3757, 'Other', 'Other', 41908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56083, 56083, 'Hard Drives - Internal', 'Hard-Drives-Internal', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26756, 26756, 'Hard Drives-IDE', 'Hard-Drives-IDE', 56083, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39971, 39971, '5.0 GB & Less', '5-0-GB-and-Less', 26756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 168, 168, '5.1 GB-10.0 GB', '5-1-GB-10-0-GB', 26756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16178, 16178, '10.1 GB-15.2 GB', '10-1-GB-15-2-GB', 26756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99248, 99248, '15.3 GB-20.0 GB', '15-3-GB-20-0-GB', 26756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39972, 39972, '20.1 GB-40.0 GB', '20-1-GB-40-0-GB', 26756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64460, 64460, '40.1 GB-50.0 GB', '40-1-GB-50-0-GB', 26756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99249, 99249, '50.1 GB-90.0 GB', '50-1-GB-90-0-GB', 26756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64461, 64461, '90.1 GB-120.0 GB', '90-1-GB-120-0-GB', 26756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64462, 64462, '120.1 GB-200.0 GB', '120-1-GB-200-0-GB', 26756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64463, 64463, 'More than 200.1 GB', 'More-than-200-1-GB', 26756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64459, 64459, 'Hard Drives-SATA', 'Hard-Drives-SATA', 56083, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44960, 44960, 'Hard Drives-SCA', 'Hard-Drives-SCA', 56083, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26770, 26770, 'Hard Drives-SCSI', 'Hard-Drives-SCSI', 56083, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39973, 39973, '9.0 GB & Less', '9-0-GB-and-Less', 26770, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39974, 39974, '9.1 GB-18.0 GB', '9-1-GB-18-0-GB', 26770, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11160, 11160, '18.1 GB-32.0 GB', '18-1-GB-32-0-GB', 26770, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30969, 30969, '32.1 GB-50.0 GB', '32-1-GB-50-0-GB', 26770, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39975, 39975, 'More than 50 GB', 'More-than-50-GB', 26770, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56084, 56084, 'Other', 'Other', 56083, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51071, 51071, 'Flash Memory Drives', 'Flash-Memory-Drives', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51072, 51072, '32 MB & Less', '32-MB-and-Less', 51071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51073, 51073, '64 MB', '64-MB', 51071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116259, 116259, '128 MB', '128-MB', 51071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116260, 116260, 'Lexar', 'Lexar', 116259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116261, 116261, 'Sandisk', 'Sandisk', 116259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51074, 51074, 'Other', 'Other', 116259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116262, 116262, '256 MB', '256-MB', 51071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116263, 116263, 'Lexar', 'Lexar', 116262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116264, 116264, 'Sandisk', 'Sandisk', 116262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51075, 51075, 'Other', 'Other', 116262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116265, 116265, '512 MB', '512-MB', 51071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116266, 116266, 'Lexar', 'Lexar', 116265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116267, 116267, 'Sandisk', 'Sandisk', 116265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51076, 51076, 'Other', 'Other', 116265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99247, 99247, '1 GB & More', '1-GB-and-More', 51071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44957, 44957, 'Floppy Drives', 'Floppy-Drives', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44958, 44958, 'External', 'External', 44957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116268, 116268, 'Internal', 'Internal', 44957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116269, 116269, 'Dell', 'Dell', 116268, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116270, 116270, 'HP, Compaq', 'HP-Compaq', 116268, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116271, 116271, 'IBM', 'IBM', 116268, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116272, 116272, 'Sony', 'Sony', 116268, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44959, 44959, 'Other', 'Other', 116268, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39976, 39976, 'Tape Drives', 'Tape-Drives', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116277, 116277, 'DAT/DDS', 'DAT-DDS', 39976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116278, 116278, 'Dell', 'Dell', 116277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116279, 116279, 'Compaq', 'Compaq', 116277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116280, 116280, 'HP', 'HP', 116277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116281, 116281, 'Seagate', 'Seagate', 116277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116282, 116282, 'Sony', 'Sony', 116277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39977, 39977, 'Other', 'Other', 116277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116273, 116273, 'DLT', 'DLT', 39976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116274, 116274, 'Compaq', 'Compaq', 116273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116275, 116275, 'HP', 'HP', 116273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116276, 116276, 'Quantum', 'Quantum', 116273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39978, 39978, 'Other', 'Other', 116273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51090, 51090, 'Tape Libraries', 'Tape-Libraries', 39976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39979, 39979, 'Travan', 'Travan', 39976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3756, 3756, 'Other', 'Other', 39976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 167, 167, 'Other Drives & Controllers', 'Other-Drives-and-Controllers', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42305, 42305, 'Wholesale Lots', 'Wholesale-Lots', 165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51148, 51148, 'Laptops, Notebooks', 'Laptops-Notebooks', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26266, 26266, 'Acer', 'Acer', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46323, 46323, 'Alienware', 'Alienware', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60271, 60271, 'AST', 'AST', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114205, 114205, 'Asus', 'Asus', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114206, 114206, 'Averatec', 'Averatec', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140080, 140080, 'Dell', 'Dell', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18792, 18792, 'Fujitsu', 'Fujitsu', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140081, 140081, 'Gateway', 'Gateway', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140082, 140082, 'HP, Compaq', 'HP-Compaq', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140083, 140083, 'IBM, Lenovo', 'IBM-Lenovo', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11173, 11173, 'NEC', 'NEC', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42205, 42205, 'Panasonic', 'Panasonic', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44908, 44908, 'Sharp', 'Sharp', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140084, 140084, 'Sony', 'Sony', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140085, 140085, 'Toshiba', 'Toshiba', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 177, 177, 'Other Brands', 'Other-Brands', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56108, 56108, 'Custom Systems, Whitebook', 'Custom-Systems-Whitebook', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39980, 39980, 'Tablet PCs', 'Tablet-PCs', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40177, 40177, 'Wholesale Lots', 'Wholesale-Lots', 51148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3694, 3694, 'Monitors & Projectors', 'Monitors-and-Projectors', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116347, 116347, 'CRT, Flat Screen', 'CRT-Flat-Screen', 3694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116348, 116348, '15-Inch & Smaller', '15-Inch-and-Smaller', 116347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116349, 116349, '17-Inch', '17-Inch', 116347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116350, 116350, '18-Inch & Larger', '18-Inch-and-Larger', 116347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27179, 27179, 'CRT, Standard', 'CRT-Standard', 3694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11194, 11194, '16-inch & Smaller', '16-inch-and-Smaller', 27179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70814, 70814, '17-inch', '17-inch', 27179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70815, 70815, 'Dell', 'Dell', 70814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70816, 70816, 'HP, Compaq', 'HP-Compaq', 70814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70817, 70817, 'Viewsonic', 'Viewsonic', 70814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3695, 3695, 'Other', 'Other', 70814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3696, 3696, '18-19-inch', '18-19-inch', 27179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41806, 41806, '20-inch', '20-inch', 27179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99232, 99232, '21-inch & Larger', '21-inch-and-Larger', 27179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 99233, 99233, 'Dell', 'Dell', 99232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99234, 99234, 'HP, Compaq', 'HP-Compaq', 99232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99235, 99235, 'Sony', 'Sony', 99232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41807, 41807, 'Other', 'Other', 99232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29501, 29501, 'LCD/Flat Panel', 'LCD-Flat-Panel', 3694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74931, 74931, '15-inch & Smaller', '15-inch-and-Smaller', 29501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74932, 74932, 'Dell', 'Dell', 74931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114197, 114197, 'HP, Compaq', 'HP-Compaq', 74931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86708, 86708, 'NEC', 'NEC', 74931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74933, 74933, 'Samsung', 'Samsung', 74931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99230, 99230, 'Sony', 'Sony', 74931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74934, 74934, 'ViewSonic', 'ViewSonic', 74931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3698, 3698, 'Other', 'Other', 74931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74935, 74935, '17-inch', '17-inch', 29501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114195, 114195, 'Acer', 'Acer', 74935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74936, 74936, 'Dell', 'Dell', 74935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99225, 99225, 'HP, Compaq', 'HP-Compaq', 74935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86704, 86704, 'NEC', 'NEC', 74935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74937, 74937, 'Samsung', 'Samsung', 74935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99226, 99226, 'Sony', 'Sony', 74935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74938, 74938, 'ViewSonic', 'ViewSonic', 74935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29502, 29502, 'Other', 'Other', 74935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29503, 29503, '18-inch', '18-inch', 29501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99227, 99227, '19-inch', '19-inch', 29501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99228, 99228, 'Dell', 'Dell', 99227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114196, 114196, 'Samsung', 'Samsung', 99227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99229, 99229, 'Sony', 'Sony', 99227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41808, 41808, 'Other', 'Other', 99227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86705, 86705, '20-inch & Larger', '20-inch-and-Larger', 29501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86706, 86706, 'Dell', 'Dell', 86705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86707, 86707, 'Samsung', 'Samsung', 86705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51047, 51047, 'Other', 'Other', 86705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51048, 51048, 'Monitor Accessories', 'Monitor-Accessories', 3694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51049, 51049, 'Arms, Wall Mounts', 'Arms-Wall-Mounts', 51048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51050, 51050, 'Cables', 'Cables', 51048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51051, 51051, 'Glare Filters', 'Glare-Filters', 51048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51052, 51052, 'Stands, Risers', 'Stands-Risers', 51048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3697, 3697, 'Other', 'Other', 51048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99231, 99231, 'Projector Accessories', 'Projector-Accessories', 3694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41841, 41841, 'Projectors', 'Projectors', 3694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41842, 41842, 'InFocus', 'InFocus', 41841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86709, 86709, 'NEC', 'NEC', 41841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41843, 41843, 'Proxima', 'Proxima', 41841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99250, 99250, 'Sharp', 'Sharp', 41841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25321, 25321, 'Other', 'Other', 41841, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 174, 174, 'Other', 'Other', 3694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52539, 52539, 'Wholesale Lots', 'Wholesale-Lots', 3694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11176, 11176, 'Networking', 'Networking', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20311, 20311, 'Cables, Connectors', 'Cables-Connectors', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51177, 51177, 'Cable Boots', 'Cable-Boots', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51178, 51178, 'Cat-5 Patch Cables', 'Cat-5-Patch-Cables', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51179, 51179, '3 Feet & Shorter', '3-Feet-and-Shorter', 51178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51180, 51180, '4-7 Feet', '4-7-Feet', 51178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51181, 51181, '8-10 Feet', '8-10-Feet', 51178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51182, 51182, '11-25 Feet', '11-25-Feet', 51178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51183, 51183, '26-50 Feet', '26-50-Feet', 51178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51184, 51184, '51-75 Feet', '51-75-Feet', 51178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64032, 64032, '76-99 Feet', '76-99-Feet', 51178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73316, 73316, '100 Feet', '100-Feet', 51178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64033, 64033, '101 Feet & Longer', '101-Feet-and-Longer', 51178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64034, 64034, 'Cat-5 Crossover Cables', 'Cat-5-Crossover-Cables', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64035, 64035, 'Cat-5e Patch Cables', 'Cat-5e-Patch-Cables', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64036, 64036, '3 Feet & Shorter', '3-Feet-and-Shorter', 64035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64037, 64037, '4-7 Feet', '4-7-Feet', 64035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64038, 64038, '8-10 Feet', '8-10-Feet', 64035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64039, 64039, '11-25 Feet', '11-25-Feet', 64035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64040, 64040, '26-50 Feet', '26-50-Feet', 64035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64041, 64041, '51-75 Feet', '51-75-Feet', 64035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51185, 51185, '76-99 Feet', '76-99-Feet', 64035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73317, 73317, '100 Feet', '100-Feet', 64035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64042, 64042, '101 Feet & Longer', '101-Feet-and-Longer', 64035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58302, 58302, 'Cat-5e Crossover Cables', 'Cat-5e-Crossover-Cables', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51186, 51186, 'Cat-6 Patch Cables', 'Cat-6-Patch-Cables', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40984, 40984, 'Cat-5 Raw Cables', 'Cat-5-Raw-Cables', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67274, 67274, '10 Feet & Shorter', '10-Feet-and-Shorter', 40984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67275, 67275, '11-25 Feet', '11-25-Feet', 40984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40985, 40985, '26-50 Feet', '26-50-Feet', 40984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40986, 40986, '51-100 Feet', '51-100-Feet', 40984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40987, 40987, '101-250 Feet', '101-250-Feet', 40984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40988, 40988, 'More than 250 Feet', 'More-than-250-Feet', 40984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40989, 40989, 'Mixed Lots', 'Mixed-Lots', 40984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51187, 51187, 'Cat-5e, Cat-6 Raw Cables', 'Cat-5e-Cat-6-Raw-Cables', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67276, 67276, 'Connectors, Couplers, Plugs', 'Connectors-Couplers-Plugs', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67277, 67277, 'Coaxial, TV', 'Coaxial-TV', 67276, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73318, 73318, 'Fibre Optic', 'Fibre-Optic', 67276, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67278, 67278, 'RJ11', 'RJ11', 67276, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67279, 67279, 'RJ45 / Cat5', 'RJ45-Cat5', 67276, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28025, 28025, 'Other Connectors, Plugs', 'Other-Connectors-Plugs', 67276, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64043, 64043, 'Fibre Cables', 'Fibre-Cables', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28023, 28023, '1 Meter & Shorter', '1-Meter-and-Shorter', 64043, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64044, 64044, '2 Meters', '2-Meters', 64043, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64045, 64045, '3 Meters', '3-Meters', 64043, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64046, 64046, '4 Meters & Longer', '4-Meters-and-Longer', 64043, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67280, 67280, 'Jacks, Face Plates', 'Jacks-Face-Plates', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67281, 67281, 'Cat-5', 'Cat-5', 67280, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67282, 67282, 'Cat-5e', 'Cat-5e', 67280, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40990, 40990, 'Other Jacks, Plates', 'Other-Jacks-Plates', 67280, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73319, 73319, 'Parallel Cables, IEEE', 'Parallel-Cables-IEEE', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64047, 64047, 'Serial Cables', 'Serial-Cables', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73320, 73320, 'Transceivers', 'Transceivers', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67283, 67283, 'USB', 'USB', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20313, 20313, 'USB, Standard', 'USB-Standard', 67283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67284, 67284, 'USB 2.0', 'USB-2-0', 67283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3704, 3704, 'Other Cables', 'Other-Cables', 20311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58297, 58297, 'Home Networking, Cable & DSL', 'Home-Networking-Cable-and-DSL', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61819, 61819, 'Cable Modems', 'Cable-Modems', 58297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61821, 61821, '3com, US Robotics', '3com-US-Robotics', 61819, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61820, 61820, 'Linksys', 'Linksys', 61819, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67258, 67258, 'Motorola', 'Motorola', 61819, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67259, 67259, 'Surfboard 4XXX Series', 'Surfboard-4XXX-Series', 67258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67260, 67260, 'Surfboard 5XXX Series', 'Surfboard-5XXX-Series', 67258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58298, 58298, 'Other Motorola Cable Modems', 'Other-Motorola-Cable-Modems', 67258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61823, 61823, 'RCA', 'RCA', 61819, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61824, 61824, 'Toshiba', 'Toshiba', 61819, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61822, 61822, 'Other Cable Modems', 'Other-Cable-Modems', 61819, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62023, 62023, 'DSL Modems', 'DSL-Modems', 58297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61827, 61827, 'Alcatel', 'Alcatel', 62023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62024, 62024, 'Cisco', 'Cisco', 62023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73305, 73305, 'Efficient Networks', 'Efficient-Networks', 62023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73306, 73306, '5260 Series Modems', '5260-Series-Modems', 73305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73307, 73307, '5360 Series Modems', '5360-Series-Modems', 73305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73308, 73308, 'Other 5000 Series Modems', 'Other-5000-Series-Modems', 73305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61829, 61829, 'Other Efficient Networks DSL', 'Other-Efficient-Networks-DSL', 73305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61830, 61830, 'Fujitsu', 'Fujitsu', 62023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61826, 61826, 'Westell', 'Westell', 62023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62025, 62025, 'Other DSL Modems', 'Other-DSL-Modems', 62023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67261, 67261, 'Home Networking Kits', 'Home-Networking-Kits', 58297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23777, 23777, 'Phoneline Networking Kits', 'Phoneline-Networking-Kits', 67261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67262, 67262, 'Powerline Networking Kits', 'Powerline-Networking-Kits', 67261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61825, 61825, 'Cable & DSL Routers, Switches', 'Cable-and-DSL-Routers-Switches', 58297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62026, 62026, 'Belkin', 'Belkin', 61825, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61828, 61828, 'Cisco', 'Cisco', 61825, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67257, 67257, 'D-Link', 'D-Link', 61825, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62028, 62028, 'Efficient Networks', 'Efficient-Networks', 61825, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67254, 67254, 'Linksys', 'Linksys', 61825, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67255, 67255, '4 Port Linksys, Wired', '4-Port-Linksys-Wired', 67254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67256, 67256, '8 Port Linksys, Wired', '8-Port-Linksys-Wired', 67254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62029, 62029, 'Other Linksys, Wired', 'Other-Linksys-Wired', 67254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62030, 62030, 'Microsoft', 'Microsoft', 61825, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62031, 62031, 'Netgear', 'Netgear', 61825, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62032, 62032, 'Siemens', 'Siemens', 61825, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62033, 62033, 'WebRamp, Ramp Networks', 'WebRamp-Ramp-Networks', 61825, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62027, 62027, 'Other DSL Modems, Routers', 'Other-DSL-Modems-Routers', 61825, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58299, 58299, 'Other Home Networking', 'Other-Home-Networking', 58297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51167, 51167, 'Filers, Load Balancers', 'Filers-Load-Balancers', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11178, 11178, 'Hubs', 'Hubs', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67263, 67263, 'Ethernet', 'Ethernet', 11178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40993, 40993, '4 Ports & Under', '4-Ports-and-Under', 67263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11179, 11179, '5-6 Ports', '5-6-Ports', 67263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11180, 11180, '7-12 Ports', '7-12-Ports', 67263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11181, 11181, '13 Ports & Over', '13-Ports-and-Over', 67263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67264, 67264, 'USB, Standard', 'USB-Standard', 11178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67265, 67265, '4 Ports & Under', '4-Ports-and-Under', 67264, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67266, 67266, '5 Ports & Over', '5-Ports-and-Over', 67264, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67267, 67267, 'USB 2.0', 'USB-2-0', 11178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67268, 67268, 'Other USB Hubs', 'Other-USB-Hubs', 11178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51172, 51172, 'KVM Switch Boxes, Cables', 'KVM-Switch-Boxes-Cables', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64025, 64025, 'KVM Cables Only', 'KVM-Cables-Only', 51172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64026, 64026, '5 Feet & Shorter', '5-Feet-and-Shorter', 64025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28024, 28024, '6 Feet', '6-Feet', 64025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64027, 64027, '7 Feet & Longer', '7-Feet-and-Longer', 64025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51173, 51173, 'KVM Switch Boxes', 'KVM-Switch-Boxes', 51172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67269, 67269, '2 Port & Under', '2-Port-and-Under', 51173, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67270, 67270, '3-4 Ports', '3-4-Ports', 51173, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67271, 67271, 'Belkin', 'Belkin', 67270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73309, 73309, 'Compaq', 'Compaq', 67270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67272, 67272, 'IOGear', 'IOGear', 67270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67273, 67273, 'Linksys', 'Linksys', 67270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73310, 73310, 'Other 3-4 Port KVM', 'Other-3-4-Port-KVM', 67270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73311, 73311, '5 Ports & Higher', '5-Ports-and-Higher', 51173, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73312, 73312, 'Apex', 'Apex', 73311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73313, 73313, 'Belkin', 'Belkin', 73311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73314, 73314, 'Compaq', 'Compaq', 73311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73315, 73315, 'Cybex', 'Cybex', 73311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51175, 51175, 'Other 5 Port & Higher KVM', 'Other-5-Port-and-Higher-KVM', 73311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58301, 58301, 'Other KVM', 'Other-KVM', 51172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64028, 64028, 'Mainframe, DEC, VAX, AS/400', 'Mainframe-DEC-VAX-AS-400', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64029, 64029, 'AS/400', 'AS-400', 64028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1479, 1479, 'DEC, Digital Equipment Corp', 'DEC-Digital-Equipment-Corp', 64028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64030, 64030, 'IBM S/390, HP 9000', 'IBM-S-390-HP-9000', 64028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64031, 64031, 'Other Mainframe Equipment', 'Other-Mainframe-Equipment', 64028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51169, 51169, 'Networking, Telecom Tools', 'Networking-Telecom-Tools', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58300, 58300, 'Cable Testers', 'Cable-Testers', 51169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51170, 51170, 'Crimping Tools', 'Crimping-Tools', 51169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51171, 51171, 'Punch Down Tools', 'Punch-Down-Tools', 51169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64024, 64024, 'Stripping, Cutting Tools', 'Stripping-Cutting-Tools', 51169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28026, 28026, 'Other Tools', 'Other-Tools', 51169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20318, 20318, 'Network Interface Cards, NICs', 'Network-Interface-Cards-NICs', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28027, 28027, 'Ethernet PCI Card, Internal', 'Ethernet-PCI-Card-Internal', 20318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28028, 28028, '10 Mbps', '10-Mbps', 28027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40994, 40994, '10/100 Mbps', '10-100-Mbps', 28027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51189, 51189, '3Com', '3Com', 40994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51190, 51190, 'Belkin', 'Belkin', 40994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51191, 51191, 'Compaq', 'Compaq', 40994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51192, 51192, 'D-Link', 'D-Link', 40994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64048, 64048, 'Generic 10/100 PCI', 'Generic-10-100-PCI', 40994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58303, 58303, 'IBM', 'IBM', 40994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58304, 58304, 'Intel', 'Intel', 40994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51193, 51193, 'Linksys', 'Linksys', 40994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51194, 51194, 'Netgear', 'Netgear', 40994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64049, 64049, 'Realtek', 'Realtek', 40994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64050, 64050, 'SMC', 'SMC', 40994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51195, 51195, 'Other 10/100 Mbps', 'Other-10-100-Mbps', 40994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51196, 51196, 'Gigabit', 'Gigabit', 28027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20319, 20319, 'Other PCI Card', 'Other-PCI-Card', 28027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64051, 64051, 'Ethernet PC Card, PCMCIA', 'Ethernet-PC-Card-PCMCIA', 20318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20320, 20320, 'Token Ring', 'Token-Ring', 20318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11182, 11182, 'Other Network Interface Cards', 'Other-Network-Interface-Cards', 20318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64052, 64052, 'Print Servers, Wired', 'Print-Servers-Wired', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64053, 64053, 'Axis', 'Axis', 64052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64054, 64054, 'HP, Hewlett Packard', 'HP-Hewlett-Packard', 64052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64060, 64060, 'HP JetDirect External', 'HP-JetDirect-External', 64054, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20322, 20322, 'HP JetDirect Internal Card', 'HP-JetDirect-Internal-Card', 64054, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64055, 64055, 'Intel NetPort', 'Intel-NetPort', 64052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64056, 64056, 'Lexmark', 'Lexmark', 64052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64057, 64057, 'Linksys', 'Linksys', 64052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64058, 64058, 'Netgear', 'Netgear', 64052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64059, 64059, 'Other Print Servers, Wired', 'Other-Print-Servers-Wired', 64052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51197, 51197, 'Racks, Mounts & Patch Panels', 'Racks-Mounts-and-Patch-Panels', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80216, 80216, 'Cross-Connects, DSX', 'Cross-Connects-DSX', 51197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64061, 64061, 'Mounts, Fans, Power Strips', 'Mounts-Fans-Power-Strips', 51197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44992, 44992, 'Patch Panels', 'Patch-Panels', 51197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51199, 51199, 'Top Brand Racks, Cabinets', 'Top-Brand-Racks-Cabinets', 51197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64062, 64062, 'APC', 'APC', 51199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51200, 51200, 'Compaq', 'Compaq', 51199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51201, 51201, 'Dell', 'Dell', 51199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20316, 20316, 'Other Top Brand Racks, Cabinet', 'Other-Top-Brand-Racks-Cabinet', 51199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64063, 64063, 'Other Brand Racks, Cabinets', 'Other-Brand-Racks-Cabinets', 51197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64064, 64064, '2U, 2 Unit', '2U-2-Unit', 64063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64065, 64065, '4U, 4 Unit', '4U-4-Unit', 64063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51198, 51198, '42U, 42 Unit', '42U-42-Unit', 64063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64066, 64066, 'Other Size Racks, Cabinets', 'Other-Size-Racks-Cabinets', 64063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51205, 51205, 'Router Components, Memory', 'Router-Components-Memory', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67285, 67285, 'Cisco Components, Memory', 'Cisco-Components-Memory', 51205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67286, 67286, 'Network Modules (NM)', 'Network-Modules-NM', 67285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67287, 67287, 'Power Supplies', 'Power-Supplies', 67285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67288, 67288, 'Port Adapters (PA)', 'Port-Adapters-PA', 67285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67292, 67292, 'Router Memory', 'Router-Memory', 67285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67289, 67289, 'Voice Interface Cards,VIC,VWIC', 'Voice-Interface-Cards-VIC-VWIC', 67285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67290, 67290, 'WAN Interface Cards (WIC)', 'WAN-Interface-Cards-WIC', 67285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67291, 67291, 'Other Cisco Router Components', 'Other-Cisco-Router-Components', 67285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67293, 67293, 'Other Brand Components, Memory', 'Other-Brand-Components-Memory', 51205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44991, 44991, 'Converters', 'Converters', 67293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51207, 51207, 'Network Modules (NM)', 'Network-Modules-NM', 67293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51208, 51208, 'Port Adapters (PA)', 'Port-Adapters-PA', 67293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56085, 56085, 'Power Supplies', 'Power-Supplies', 67293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51209, 51209, 'Router Memory', 'Router-Memory', 67293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 51211, 51211, 'Voice Interface Cards,VIC,VWIC', 'Voice-Interface-Cards-VIC-VWIC', 67293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51212, 51212, 'WAN Interface Cards (WIC)', 'WAN-Interface-Cards-WIC', 67293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 176, 176, 'Other Router Components', 'Other-Router-Components', 67293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11183, 11183, 'Routers, Wired', 'Routers-Wired', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67294, 67294, '3Com', '3Com', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67295, 67295, 'CoreBuilder', 'CoreBuilder', 67294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67296, 67296, 'NetBuilder', 'NetBuilder', 67294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67297, 67297, 'OfficeConnect', 'OfficeConnect', 67294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67298, 67298, 'SuperStack', 'SuperStack', 67294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11184, 11184, 'Other 3Com Routers', 'Other-3Com-Routers', 67294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61831, 61831, 'Cabletron', 'Cabletron', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28030, 28030, 'Cisco', 'Cisco', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64067, 64067, 'Cisco 800 Series', 'Cisco-800-Series', 28030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67299, 67299, 'Cisco 1600 Series', 'Cisco-1600-Series', 28030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28031, 28031, 'Cisco 1601', 'Cisco-1601', 67299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67300, 67300, 'Cisco 1602', 'Cisco-1602', 67299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67301, 67301, 'Cisco 1603', 'Cisco-1603', 67299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67302, 67302, 'Cisco 1604', 'Cisco-1604', 67299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67303, 67303, 'Cisco 1605', 'Cisco-1605', 67299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67304, 67304, 'Other Cisco 1600 Series', 'Other-Cisco-1600-Series', 67299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67305, 67305, 'Cisco 1700 Series', 'Cisco-1700-Series', 28030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28032, 28032, 'Cisco 1720', 'Cisco-1720', 67305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67306, 67306, 'Cisco 1721', 'Cisco-1721', 67305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67307, 67307, 'Other Cisco 1700 Series', 'Other-Cisco-1700-Series', 67305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67308, 67308, 'Cisco 2500 Series', 'Cisco-2500-Series', 28030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28033, 28033, 'Cisco 2501', 'Cisco-2501', 67308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67309, 67309, 'Cisco 2502', 'Cisco-2502', 67308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67310, 67310, 'Cisco 2503', 'Cisco-2503', 67308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67311, 67311, 'Cisco 2504', 'Cisco-2504', 67308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67312, 67312, 'Cisco 2507', 'Cisco-2507', 67308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67313, 67313, 'Cisco 2511', 'Cisco-2511', 67308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67314, 67314, 'Cisco 2514', 'Cisco-2514', 67308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67315, 67315, 'Cisco 2524', 'Cisco-2524', 67308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67316, 67316, 'Cisco 2525', 'Cisco-2525', 67308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67317, 67317, 'Other Cisco 2500 Series', 'Other-Cisco-2500-Series', 67308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67318, 67318, 'Cisco 2600 Series', 'Cisco-2600-Series', 28030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51202, 51202, 'Cisco 2610', 'Cisco-2610', 67318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67319, 67319, 'Cisco 2611', 'Cisco-2611', 67318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67320, 67320, 'Cisco 2612', 'Cisco-2612', 67318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67321, 67321, 'Cisco 2620', 'Cisco-2620', 67318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67322, 67322, 'Cisco 2621', 'Cisco-2621', 67318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67323, 67323, 'Cisco 2650', 'Cisco-2650', 67318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67324, 67324, 'Other Cisco 2600 Series', 'Other-Cisco-2600-Series', 67318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67325, 67325, 'Cisco 3600 Series', 'Cisco-3600-Series', 28030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67326, 67326, 'Cisco 3620', 'Cisco-3620', 67325, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51203, 51203, 'Cisco 3640', 'Cisco-3640', 67325, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67327, 67327, 'Other Cisco 3600 Series', 'Other-Cisco-3600-Series', 67325, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28035, 28035, 'Cisco 3700 Series', 'Cisco-3700-Series', 28030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28036, 28036, 'Cisco 7000 Series', 'Cisco-7000-Series', 28030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67328, 67328, 'Cisco 7200 Series', 'Cisco-7200-Series', 28030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67329, 67329, 'Cisco 7204', 'Cisco-7204', 67328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28037, 28037, 'Cisco 7206', 'Cisco-7206', 67328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67330, 67330, 'Other Cisco 7200 Series', 'Other-Cisco-7200-Series', 67328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67331, 67331, 'Cisco 7500 Series', 'Cisco-7500-Series', 28030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67332, 67332, 'Cisco 7505', 'Cisco-7505', 67331, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67333, 67333, 'Other Cisco 7500 Series', 'Other-Cisco-7500-Series', 67331, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51204, 51204, 'Cisco Voice Over IP, VolP', 'Cisco-Voice-Over-IP-VolP', 28030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73321, 73321, 'Other Cisco Routers', 'Other-Cisco-Routers', 28030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20323, 20323, 'D-Link Professional Routers', 'D-Link-Professional-Routers', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64068, 64068, 'Efficient Networks', 'Efficient-Networks', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51213, 51213, 'Extreme', 'Extreme', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51214, 51214, 'Foundry', 'Foundry', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56086, 56086, 'HP, Hewlett Packard', 'HP-Hewlett-Packard', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58305, 58305, 'Juniper', 'Juniper', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20324, 20324, 'Linksys Professional Routers', 'Linksys-Professional-Routers', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71504, 71504, 'Lucent, Ascend', 'Lucent-Ascend', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71505, 71505, 'Ascend MAX', 'Ascend-MAX', 71504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71506, 71506, 'Ascend Pipeline', 'Ascend-Pipeline', 71504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71507, 71507, 'Lucent DSL Access Concentrator', 'Lucent-DSL-Access-Concentrator', 71504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71508, 71508, 'Lucent PSAX', 'Lucent-PSAX', 71504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11186, 11186, 'Other Lucent, Ascend Routers', 'Other-Lucent-Ascend-Routers', 71504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58306, 58306, 'Marconi / Fore Systems', 'Marconi-Fore-Systems', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23778, 23778, 'Netgear Professional Routers', 'Netgear-Professional-Routers', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11187, 11187, 'Nortel, Bay Networks', 'Nortel-Bay-Networks', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61832, 61832, 'Redback', 'Redback', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20325, 20325, 'SMC', 'SMC', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3706, 3706, 'Other Routers', 'Other-Routers', 11183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64018, 64018, 'Security, Firewall, VPN', 'Security-Firewall-VPN', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64019, 64019, 'Cisco', 'Cisco', 64018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64020, 64020, 'Netscreen', 'Netscreen', 64018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64021, 64021, 'Nokia', 'Nokia', 64018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64022, 64022, 'SonicWall', 'SonicWall', 64018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64023, 64023, 'Watchguard', 'Watchguard', 64018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51168, 51168, 'Other Security, Firewall, VPN', 'Other-Security-Firewall-VPN', 64018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51240, 51240, 'Server Components, Memory', 'Server-Components-Memory', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56087, 56087, 'Compaq', 'Compaq', 51240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71509, 71509, 'Boards', 'Boards', 56087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56088, 56088, 'CPUs & Processors', 'CPUs-and-Processors', 56087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56089, 56089, 'Hard Drives', 'Hard-Drives', 56087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11210, 11210, 'Memory', 'Memory', 56087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56090, 56090, 'Power Supplies', 'Power-Supplies', 56087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56091, 56091, 'RAID Controllers', 'RAID-Controllers', 56087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56092, 56092, 'Other Compaq Server Components', 'Other-Compaq-Server-Components', 56087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58307, 58307, 'Dell', 'Dell', 51240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71510, 71510, 'Dell Boards', 'Dell-Boards', 58307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71511, 71511, 'Dell Hard Drives', 'Dell-Hard-Drives', 58307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58308, 58308, 'Dell Power Supplies', 'Dell-Power-Supplies', 58307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58309, 58309, 'Dell Server Memory', 'Dell-Server-Memory', 58307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56093, 56093, 'Other Dell Server Components', 'Other-Dell-Server-Components', 58307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58310, 58310, 'HP, Hewlett Packard', 'HP-Hewlett-Packard', 51240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71512, 71512, 'HP Boards', 'HP-Boards', 58310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58311, 58311, 'HP Power Supplies', 'HP-Power-Supplies', 58310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58312, 58312, 'HP Server Memory', 'HP-Server-Memory', 58310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56094, 56094, 'Other HP Server Components', 'Other-HP-Server-Components', 58310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58313, 58313, 'IBM', 'IBM', 51240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58314, 58314, 'IBM Power Supplies', 'IBM-Power-Supplies', 58313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58315, 58315, 'IBM Server Memory', 'IBM-Server-Memory', 58313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56095, 56095, 'Other IBM Server Components', 'Other-IBM-Server-Components', 58313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56096, 56096, 'Sun Cobalt', 'Sun-Cobalt', 51240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71513, 71513, 'Boards', 'Boards', 56096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56097, 56097, 'CPUs & Processors', 'CPUs-and-Processors', 56096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56098, 56098, 'Hard Drives', 'Hard-Drives', 56096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58316, 58316, 'Sun, Cobalt Server Memory', 'Sun-Cobalt-Server-Memory', 56096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56099, 56099, 'Other Sun Server Components', 'Other-Sun-Server-Components', 56096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56100, 56100, 'Other Brands', 'Other-Brands', 51240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11683, 11683, 'Software, Operating Systems', 'Software-Operating-Systems', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11227, 11227, 'Linux', 'Linux', 11683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11228, 11228, 'Unix', 'Unix', 11683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11941, 11941, 'Windows', 'Windows', 11683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11225, 11225, 'Other', 'Other', 11683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51176, 51176, 'Storage Equipment, NAS, SAN', 'Storage-Equipment-NAS-SAN', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64069, 64069, 'Network Attached Storage, NAS', 'Network-Attached-Storage-NAS', 51176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106273, 106273, 'Home and Small Business', 'Home-and-Small-Business', 64069, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106274, 106274, 'Enterprise', 'Enterprise', 64069, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64070, 64070, 'Compaq', 'Compaq', 106274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64071, 64071, 'Dell PowerVault', 'Dell-PowerVault', 106274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51235, 51235, 'Network Appliance, NetApp', 'Network-Appliance-NetApp', 106274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73330, 73330, 'Quantum, Snap!', 'Quantum-Snap!', 106274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73331, 73331, 'Sun StoreEdge', 'Sun-StoreEdge', 106274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64072, 64072, 'Other NAS Equipment, Arrays', 'Other-NAS-Equipment-Arrays', 106274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58322, 58322, 'Storage Components, Cards', 'Storage-Components-Cards', 51176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44990, 44990, 'Controller Cards', 'Controller-Cards', 58322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51249, 51249, 'RAID Components, Drives', 'RAID-Components-Drives', 58322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58323, 58323, 'Other Data Storage', 'Other-Data-Storage', 58322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58317, 58317, 'Storage Networking, SAN, Fibre', 'Storage-Networking-SAN-Fibre', 51176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80221, 80221, 'Switches, Fibre Channel', 'Switches-Fibre-Channel', 58317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80222, 80222, 'Brocade', 'Brocade', 80221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80223, 80223, 'Compaq, HP-Compaq', 'Compaq-HP-Compaq', 80221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80224, 80224, 'Dell', 'Dell', 80221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61833, 61833, 'Other SAN Switches', 'Other-SAN-Switches', 80221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80217, 80217, 'SAN Arrays, Storage Capacity', 'SAN-Arrays-Storage-Capacity', 58317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80218, 80218, 'Compaq, HP-Compaq', 'Compaq-HP-Compaq', 80217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80219, 80219, 'Dell', 'Dell', 80217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80220, 80220, 'EMC', 'EMC', 80217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44994, 44994, 'Other SAN Equipment, Arrays', 'Other-SAN-Equipment-Arrays', 80217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58318, 58318, 'Other SAN Equipment', 'Other-SAN-Equipment', 58317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73326, 73326, 'Tape Back-Up, DLT, Media', 'Tape-Back-Up-DLT-Media', 51176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73327, 73327, 'Tape Libraries', 'Tape-Libraries', 73326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73328, 73328, 'Tape Media 8mm', 'Tape-Media-8mm', 73326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73329, 73329, 'Tape Media AIT DLT LTO DDS SDL', 'Tape-Media-AIT-DLT-LTO-DDS-SDL', 73326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51250, 51250, 'Other Tape Backup, Media', 'Other-Tape-Backup-Media', 73326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11209, 11209, 'Other Storage Equipment', 'Other-Storage-Equipment', 51176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58319, 58319, 'Switch Components, Memory', 'Switch-Components-Memory', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51206, 51206, 'GBICs', 'GBICs', 58319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58320, 58320, 'Power Supplies', 'Power-Supplies', 58319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51210, 51210, 'Switch Modules', 'Switch-Modules', 58319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58321, 58321, 'Other Switch Components', 'Other-Switch-Components', 58319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51251, 51251, 'Switches', 'Switches', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64073, 64073, '3Com', '3Com', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64074, 64074, 'Corebuilder', 'Corebuilder', 64073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64075, 64075, 'LinkBuilder', 'LinkBuilder', 64073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64076, 64076, 'SuperStack', 'SuperStack', 64073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51252, 51252, 'Other 3Com Switches', 'Other-3Com-Switches', 64073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51253, 51253, 'Adtran', 'Adtran', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71518, 71518, 'Alcatel', 'Alcatel', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51254, 51254, 'Cisco', 'Cisco', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51255, 51255, 'Catalyst 1900 Series', 'Catalyst-1900-Series', 51254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106275, 106275, 'Catalyst 2800 Series', 'Catalyst-2800-Series', 51254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51256, 51256, 'Catalyst 2900 Series', 'Catalyst-2900-Series', 51254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67334, 67334, 'Catalyst 2950 Series', 'Catalyst-2950-Series', 51254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28040, 28040, 'Catalyst 3500 Series', 'Catalyst-3500-Series', 51254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51257, 51257, 'Catalyst 4000 Series', 'Catalyst-4000-Series', 51254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51258, 51258, 'Catalyst 4500 Series', 'Catalyst-4500-Series', 51254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51259, 51259, 'Catalyst 4600 Series', 'Catalyst-4600-Series', 51254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51260, 51260, 'Catalyst 5000 Series', 'Catalyst-5000-Series', 51254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51261, 51261, 'Catalyst 6000 Series', 'Catalyst-6000-Series', 51254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51264, 51264, 'Other Cisco Catalyst Switches', 'Other-Cisco-Catalyst-Switches', 51254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71519, 71519, 'D-Link Professional Switches', 'D-Link-Professional-Switches', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71520, 71520, 'Dell', 'Dell', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71521, 71521, 'Extreme Networks', 'Extreme-Networks', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71522, 71522, 'Foundry', 'Foundry', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71523, 71523, 'HP, Compaq', 'HP-Compaq', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71524, 71524, 'Intel', 'Intel', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51265, 51265, 'Linksys Professional Switches', 'Linksys-Professional-Switches', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71525, 71525, 'Lucent, Avaya Cajun', 'Lucent-Avaya-Cajun', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71526, 71526, 'Marconi, Fore Systems', 'Marconi-Fore-Systems', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51266, 51266, 'Netgear', 'Netgear', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67335, 67335, 'Nortel, Bay Networks', 'Nortel-Bay-Networks', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51267, 51267, 'BayStack', 'BayStack', 67335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67336, 67336, 'Passport', 'Passport', 67335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67337, 67337, 'Versalar', 'Versalar', 67335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67338, 67338, 'Other Nortel Switches', 'Other-Nortel-Switches', 67335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51268, 51268, 'Other Switches', 'Other-Switches', 51251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11907, 11907, 'Telephone Systems, Telecom', 'Telephone-Systems-Telecom', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80225, 80225, 'CSU, DSU, SMDSU', 'CSU-DSU-SMDSU', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80226, 80226, 'Adtran', 'Adtran', 80225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80227, 80227, 'ADC Kentrox', 'ADC-Kentrox', 80225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80228, 80228, 'Paradyne', 'Paradyne', 80225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44993, 44993, 'Other CSU, DSU', 'Other-CSU-DSU', 80225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86725, 86725, 'Concentrators, Terminal Access', 'Concentrators-Terminal-Access', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61834, 61834, 'Conference Equipment', 'Conference-Equipment', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61835, 61835, 'Polycom', 'Polycom', 61834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61836, 61836, 'Video Conference Equipment', 'Video-Conference-Equipment', 61834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61837, 61837, 'Other Conference Equipment', 'Other-Conference-Equipment', 61834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86726, 86726, 'Converters', 'Converters', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99266, 99266, 'Fax Boards, Fax Modems', 'Fax-Boards-Fax-Modems', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99267, 99267, 'Modems, Modem Boards', 'Modems-Modem-Boards', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51271, 51271, 'Multiplexers', 'Multiplexers', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99268, 99268, 'Music On Hold, MOH', 'Music-On-Hold-MOH', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51272, 51272, 'Parts, Components', 'Parts-Components', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64082, 64082, 'ADC', 'ADC', 51272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58336, 58336, 'AT&T, Lucent, Avaya', 'ATandT-Lucent-Avaya', 51272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58337, 58337, 'Definity', 'Definity', 58336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58338, 58338, 'Legend', 'Legend', 58336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28046, 28046, 'Merlin', 'Merlin', 58336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28047, 28047, 'Partner', 'Partner', 58336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58339, 58339, 'Other AT&T, Lucent, Avaya', 'Other-ATandT-Lucent-Avaya', 58336, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86727, 86727, 'Brooktrout', 'Brooktrout', 51272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64083, 64083, 'Dialogic', 'Dialogic', 51272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64084, 64084, 'Inter-Tel, Axxess', 'Inter-Tel-Axxess', 51272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64092, 64092, 'NEC, Nitsuko', 'NEC-Nitsuko', 51272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58340, 58340, 'Nortel', 'Nortel', 51272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28045, 28045, 'Meridian', 'Meridian', 58340, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51273, 51273, 'Norstar', 'Norstar', 58340, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58341, 58341, 'Other Nortel Components', 'Other-Nortel-Components', 58340, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64085, 64085, 'Panasonic', 'Panasonic', 51272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64086, 64086, 'Toshiba', 'Toshiba', 51272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3309, 3309, 'Other Parts, Components', 'Other-Parts-Components', 51272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80229, 80229, 'Remote Access Devices', 'Remote-Access-Devices', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121146, 121146, 'Skype Devices', 'Skype-Devices', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51274, 51274, 'Telephone Sets, Handsets', 'Telephone-Sets-Handsets', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58342, 58342, 'AT&T, Lucent, Avaya', 'ATandT-Lucent-Avaya', 51274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58343, 58343, 'Definity', 'Definity', 58342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51276, 51276, 'Legend', 'Legend', 58342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28052, 28052, 'Merlin, Magix, BIS', 'Merlin-Magix-BIS', 58342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28054, 28054, 'Partner', 'Partner', 58342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58344, 58344, 'Other AT&T, Lucent, Avaya', 'Other-ATandT-Lucent-Avaya', 58342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64087, 64087, 'Comdial', 'Comdial', 51274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64088, 64088, 'Inter-Tel, Axxess', 'Inter-Tel-Axxess', 51274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64089, 64089, 'NEC, Nitsuko', 'NEC-Nitsuko', 51274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58345, 58345, 'Nortel', 'Nortel', 51274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28051, 28051, 'Meridian', 'Meridian', 58345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51277, 51277, 'Norstar', 'Norstar', 58345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58346, 58346, 'Other Nortel Handsets', 'Other-Nortel-Handsets', 58345, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64090, 64090, 'Panasonic', 'Panasonic', 51274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64091, 64091, 'Toshiba', 'Toshiba', 51274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11909, 11909, 'Other Telephones Sets', 'Other-Telephones-Sets', 51274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51269, 51269, 'Telephone Systems, PBX', 'Telephone-Systems-PBX', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58328, 58328, 'AT&T, Lucent, Avaya', 'ATandT-Lucent-Avaya', 51269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58329, 58329, 'Definity', 'Definity', 58328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58330, 58330, 'Legend', 'Legend', 58328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28049, 28049, 'Merlin, Magix', 'Merlin-Magix', 58328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58331, 58331, 'Partner', 'Partner', 58328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58332, 58332, 'Other AT&T, Lucent, Avaya', 'Other-ATandT-Lucent-Avaya', 58328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64077, 64077, 'Comdial', 'Comdial', 51269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64078, 64078, 'Inter-Tel, Axxess', 'Inter-Tel-Axxess', 51269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64079, 64079, 'NEC, Nitsuko', 'NEC-Nitsuko', 51269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58333, 58333, 'Nortel Norstar, Meridian', 'Nortel-Norstar-Meridian', 51269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58334, 58334, 'Meridian', 'Meridian', 58333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28048, 28048, 'Norstar', 'Norstar', 58333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58335, 58335, 'Other Nortel', 'Other-Nortel', 58333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64080, 64080, 'Panasonic', 'Panasonic', 51269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64081, 64081, 'Toshiba', 'Toshiba', 51269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11908, 11908, 'Other Phone Systems, PBX', 'Other-Phone-Systems-PBX', 51269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51278, 51278, 'Voicemail, Voice Processing', 'Voicemail-Voice-Processing', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61838, 61838, 'VOIP, Internet Telephony', 'VOIP-Internet-Telephony', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61839, 61839, 'Gateways, Systems, Switches', 'Gateways-Systems-Switches', 61838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61840, 61840, 'Phones, Handsets, SIP Devices', 'Phones-Handsets-SIP-Devices', 61838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99269, 99269, 'Routers, Adapters, Vonage', 'Routers-Adapters-Vonage', 61838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61841, 61841, 'Other Voice Over IP', 'Other-Voice-Over-IP', 61838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51279, 51279, 'Other', 'Other', 11907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86722, 86722, 'UPS, Power Protection, APC', 'UPS-Power-Protection-APC', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99265, 99265, 'Battery Backup, Modules, UPS', 'Battery-Backup-Modules-UPS', 86722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86723, 86723, 'Power Strips, Distribution', 'Power-Strips-Distribution', 86722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86724, 86724, 'Power Supplies, Adapters', 'Power-Supplies-Adapters', 86722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20315, 20315, 'Other Power Devices', 'Other-Power-Devices', 86722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58361, 58361, 'Workstation Components, Memory', 'Workstation-Components-Memory', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11217, 11217, 'Workstations, Terminals', 'Workstations-Terminals', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11218, 11218, 'Compaq', 'Compaq', 11217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11219, 11219, 'Dell', 'Dell', 11217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11221, 11221, 'HP', 'HP', 11217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11222, 11222, 'IBM', 'IBM', 11217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11223, 11223, 'Silicon Graphics, SGI', 'Silicon-Graphics-SGI', 11217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20326, 20326, 'Sun', 'Sun', 11217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20327, 20327, 'Sparc', 'Sparc', 20326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20328, 20328, 'Ultra', 'Ultra', 20326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11224, 11224, 'Other Sun', 'Other-Sun', 20326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51280, 51280, 'Wyse, Other Terminals', 'Wyse-Other-Terminals', 11217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1486, 1486, 'Other Brands', 'Other-Brands', 11217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 44995, 44995, 'Wireless Networking, WiFi', 'Wireless-Networking-WiFi', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61815, 61815, 'Amplifiers', 'Amplifiers', 44995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86718, 86718, 'Antennas, Repeaters, Extenders', 'Antennas-Repeaters-Extenders', 44995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61816, 61816, 'Extenders, Boosters', 'Extenders-Boosters', 86718, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86719, 86719, 'Grid Antennas', 'Grid-Antennas', 86718, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86720, 86720, 'Panel Antennas', 'Panel-Antennas', 86718, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86721, 86721, 'Repeaters', 'Repeaters', 86718, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67250, 67250, 'Bridges', 'Bridges', 44995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67251, 67251, 'Cisco', 'Cisco', 67250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67252, 67252, 'D-Link', 'D-Link', 67250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61817, 61817, 'Linksys', 'Linksys', 67250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67253, 67253, 'Other Wireless Bridges', 'Other-Wireless-Bridges', 67250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40992, 40992, 'Kits', 'Kits', 44995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61818, 61818, 'Locators, WiFi Network Finders', 'Locators-WiFi-Network-Finders', 44995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44998, 44998, 'PC Cards, USB, Adapters, NICs', 'PC-Cards-USB-Adapters-NICs', 44995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99264, 99264, 'AT&T, Cingular', 'ATandT-Cingular', 44998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44999, 44999, 'Bluetooth', 'Bluetooth', 44998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45000, 45000, 'PC Cards, PCMCIA (Laptop)', 'PC-Cards-PCMCIA-Laptop', 44998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45001, 45001, 'PCI', 'PCI', 44998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45002, 45002, 'USB', 'USB', 44998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45003, 45003, 'Other Adapters, NICs, PC Cards', 'Other-Adapters-NICs-PC-Cards', 44998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86717, 86717, 'Satellite, DirecWay', 'Satellite-DirecWay', 44995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67246, 67246, 'Wireless Print Servers', 'Wireless-Print-Servers', 44995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67247, 67247, 'D-Link', 'D-Link', 67246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64017, 64017, 'Linksys', 'Linksys', 67246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67248, 67248, 'Other Wireless Print Servers', 'Other-Wireless-Print-Servers', 67246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51163, 51163, 'Wireless Routers, Access Point', 'Wireless-Routers-Access-Point', 44995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58324, 58324, 'Belkin', 'Belkin', 51163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67249, 67249, 'Cisco', 'Cisco', 51163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61814, 61814, 'Dell', 'Dell', 51163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51164, 51164, 'D-Link', 'D-Link', 51163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58325, 58325, 'Intel', 'Intel', 51163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71500, 71500, 'Linksys', 'Linksys', 51163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71501, 71501, '4-port Wireless Router', '4-port-Wireless-Router', 71500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71502, 71502, 'Wireless Access Point', 'Wireless-Access-Point', 71500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71503, 71503, 'Wireless G Access Point', 'Wireless-G-Access-Point', 71500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51165, 51165, 'Other Linksys Wireless', 'Other-Linksys-Wireless', 71500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99263, 99263, 'Microsoft', 'Microsoft', 51163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51166, 51166, 'Netgear', 'Netgear', 51163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58327, 58327, 'Proxim, Orinoco', 'Proxim-Orinoco', 51163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44997, 44997, 'Other Wireless Routers', 'Other-Wireless-Routers', 51163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44996, 44996, 'Other Wireless Networking', 'Other-Wireless-Networking', 44995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11175, 11175, 'Other Networking Equipment', 'Other-Networking-Equipment', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45090, 45090, 'Wholesale Lots', 'Wholesale-Lots', 11176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45091, 45091, 'Components & Parts', 'Components-and-Parts', 45090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45092, 45092, 'Network Interface Cards', 'Network-Interface-Cards', 45090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45093, 45093, 'Routers & Switches', 'Routers-and-Switches', 45090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45094, 45094, 'Telecom', 'Telecom', 45090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31579, 31579, 'Other', 'Other', 45090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1245, 1245, 'Printers', 'Printers', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25311, 25311, 'All-In-One, Multifunction', 'All-In-One-Multifunction', 1245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25312, 25312, 'Brother', 'Brother', 25311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25314, 25314, 'Canon', 'Canon', 25311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99270, 99270, 'Dell', 'Dell', 25311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114198, 114198, 'Epson', 'Epson', 25311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70822, 70822, 'HP', 'HP', 25311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70823, 70823, 'PSC', 'PSC', 70822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70824, 70824, 'OfficeJet', 'OfficeJet', 70822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25315, 25315, 'Other', 'Other', 70822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48480, 48480, 'Lexmark', 'Lexmark', 25311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25316, 25316, 'Xerox', 'Xerox', 25311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3303, 3303, 'Other', 'Other', 25311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16185, 16185, 'Ink Jet & Photo Printers', 'Ink-Jet-and-Photo-Printers', 1245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99271, 99271, 'Canon', 'Canon', 16185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99272, 99272, 'PIXMA iP Series', 'PIXMA-iP-Series', 99271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99273, 99273, 'PIXMA MP Series', 'PIXMA-MP-Series', 99271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80230, 80230, 'Other', 'Other', 99271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14302, 14302, 'Compaq', 'Compaq', 16185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70832, 70832, 'Epson', 'Epson', 16185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70833, 70833, 'C Series', 'C-Series', 70832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70834, 70834, 'Stylus 600 Series', 'Stylus-600-Series', 70832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70835, 70835, 'Stylus 700 Series', 'Stylus-700-Series', 70832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70836, 70836, 'Stylus 800 Series', 'Stylus-800-Series', 70832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70837, 70837, 'Stylus 900 Series', 'Stylus-900-Series', 70832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70838, 70838, 'Stylus Pro Series', 'Stylus-Pro-Series', 70832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14303, 14303, 'Other', 'Other', 70832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99274, 99274, 'HP', 'HP', 16185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99275, 99275, 'DesignJet', 'DesignJet', 99274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99276, 99276, 'DeskJet', 'DeskJet', 99274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99277, 99277, 'PhotoSmart', 'PhotoSmart', 99274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14304, 14304, 'Other', 'Other', 99274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70839, 70839, 'Lexmark', 'Lexmark', 16185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70840, 70840, 'X Series', 'X-Series', 70839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70841, 70841, 'Z Series', 'Z-Series', 70839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14305, 14305, 'Other', 'Other', 70839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11203, 11203, 'Other', 'Other', 16185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16186, 16186, 'Laser Printers', 'Laser-Printers', 1245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114199, 114199, 'Brother', 'Brother', 16186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114200, 114200, 'Dell', 'Dell', 16186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114201, 114201, 'Epson', 'Epson', 16186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51281, 51281, 'HP', 'HP', 16186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99278, 99278, 'Black & White', 'Black-and-White', 51281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114202, 114202, '1000 Series', '1000-Series', 99278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99279, 99279, '2000 Series', '2000-Series', 99278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99280, 99280, '3000 Series', '3000-Series', 99278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99281, 99281, '4000 Series', '4000-Series', 99278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99282, 99282, '5000 Series', '5000-Series', 99278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99283, 99283, '8000 Series', '8000-Series', 99278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16188, 16188, 'Other', 'Other', 99278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51282, 51282, 'Color', 'Color', 51281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16189, 16189, 'Lexmark', 'Lexmark', 16186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70842, 70842, 'Minolta', 'Minolta', 16186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70843, 70843, 'Samsung', 'Samsung', 16186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32775, 32775, 'Xerox, Tektronix', 'Xerox-Tektronix', 16186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3750, 3750, 'Other', 'Other', 16186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99284, 99284, 'Mobile Printers', 'Mobile-Printers', 1245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99285, 99285, 'Canon', 'Canon', 99284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99286, 99286, 'HP', 'HP', 99284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70844, 70844, 'Other', 'Other', 99284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41818, 41818, 'POS, Dot Matrix Printers', 'POS-Dot-Matrix-Printers', 1245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41819, 41819, 'Epson', 'Epson', 41818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41820, 41820, 'Okidata', 'Okidata', 41818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41821, 41821, 'Panasonic', 'Panasonic', 41818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3748, 3748, 'Other', 'Other', 41818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70845, 70845, 'Thermal Printers', 'Thermal-Printers', 1245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114203, 114203, 'Datamax', 'Datamax', 70845, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70846, 70846, 'Eltron, Zebra', 'Eltron-Zebra', 70845, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114204, 114204, 'Intermec', 'Intermec', 70845, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31577, 31577, 'Other', 'Other', 70845, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 178, 178, 'Other Printers', 'Other-Printers', 1245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51330, 51330, 'Wholesale Lots', 'Wholesale-Lots', 1245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11195, 11195, 'Printer Supplies & Accessories', 'Printer-Supplies-and-Accessories', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51283, 51283, 'Cables, Extenders', 'Cables-Extenders', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51284, 51284, 'Parallel (IEEE1284) Cables', 'Parallel-IEEE1284-Cables', 51283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51285, 51285, 'USB 1.0 Printer Cables', 'USB-1-0-Printer-Cables', 51283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51286, 51286, 'USB 2.0 Printer Cables', 'USB-2-0-Printer-Cables', 51283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51287, 51287, 'USB to IEEE 1284 (Parallel)', 'USB-to-IEEE-1284-Parallel', 51283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11196, 11196, 'Other', 'Other', 51283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16190, 16190, 'Cleaning, Repair Kits', 'Cleaning-Repair-Kits', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51288, 51288, 'Drum Cartridges, Fusers', 'Drum-Cartridges-Fusers', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11197, 11197, 'Feeders, Trays', 'Feeders-Trays', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16191, 16191, 'Ink Cartridges-Black', 'Ink-Cartridges-Black', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156543, 156543, 'Brother', 'Brother', 16191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156544, 156544, 'Single Units', 'Single-Units', 156543, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51289, 51289, 'Multi-Packs', 'Multi-Packs', 156543, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156545, 156545, 'Empty Cartridges', 'Empty-Cartridges', 156543, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156546, 156546, 'Refilled, Remanufactured', 'Refilled-Remanufactured', 156543, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156547, 156547, 'Lots', 'Lots', 156543, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32777, 32777, 'Canon Branded', 'Canon-Branded', 16191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51290, 51290, 'Canon Compatible', 'Canon-Compatible', 16191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51291, 51291, 'Single Units', 'Single-Units', 51290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51292, 51292, 'Multi-Packs', 'Multi-Packs', 51290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156548, 156548, 'Empty Cartridges', 'Empty-Cartridges', 51290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156549, 156549, 'Refilled, Remanufactured', 'Refilled-Remanufactured', 51290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156550, 156550, 'Lots', 'Lots', 51290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140094, 140094, 'Dell Branded', 'Dell-Branded', 16191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140095, 140095, 'Dell Compatible', 'Dell-Compatible', 16191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32781, 32781, 'Epson Branded', 'Epson-Branded', 16191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44965, 44965, 'Epson Compatible', 'Epson-Compatible', 16191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51298, 51298, 'Single Units', 'Single-Units', 44965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51299, 51299, 'Multi-Packs', 'Multi-Packs', 44965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156551, 156551, 'Empty Cartridges', 'Empty-Cartridges', 44965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156552, 156552, 'Refilled, Remanufactured', 'Refilled-Remanufactured', 44965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156553, 156553, 'Lots', 'Lots', 44965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99289, 99289, 'HP Branded', 'HP-Branded', 16191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99290, 99290, 'Single Units', 'Single-Units', 99289, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99291, 99291, 'Multi-Packs', 'Multi-Packs', 99289, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156554, 156554, 'Empty Cartridges', 'Empty-Cartridges', 99289, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156555, 156555, 'Refilled, Remanufactured', 'Refilled-Remanufactured', 99289, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156556, 156556, 'Lots', 'Lots', 99289, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41918, 41918, 'HP Compatible', 'HP-Compatible', 16191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51304, 51304, 'Single Units', 'Single-Units', 41918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51305, 51305, 'Multi-Packs', 'Multi-Packs', 41918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156557, 156557, 'Empty Cartridges', 'Empty-Cartridges', 41918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156558, 156558, 'Refilled, Remanufactured', 'Refilled-Remanufactured', 41918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156559, 156559, 'Lots', 'Lots', 41918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32785, 32785, 'Lexmark Branded', 'Lexmark-Branded', 16191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41921, 41921, 'Lexmark Compatible', 'Lexmark-Compatible', 16191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51307, 51307, 'Single Units', 'Single-Units', 41921, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51308, 51308, 'Multi-Packs', 'Multi-Packs', 41921, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156560, 156560, 'Empty Cartridges', 'Empty-Cartridges', 41921, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156561, 156561, 'Refilled, Remanufactured', 'Refilled-Remanufactured', 41921, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156562, 156562, 'Lots', 'Lots', 41921, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32787, 32787, 'Xerox Branded', 'Xerox-Branded', 16191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16197, 16197, 'Xerox Compatible', 'Xerox-Compatible', 16191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3747, 3747, 'Other', 'Other', 16191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16198, 16198, 'Ink Cartridges-Color', 'Ink-Cartridges-Color', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156563, 156563, 'Brother Branded', 'Brother-Branded', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156564, 156564, 'Brother Compatible', 'Brother-Compatible', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156565, 156565, 'Single Units', 'Single-Units', 156564, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1483, 1483, 'Multi-Packs', 'Multi-Packs', 156564, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156566, 156566, 'Empty Cartridges', 'Empty-Cartridges', 156564, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156567, 156567, 'Refilled, Remanufactured', 'Refilled-Remanufactured', 156564, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156568, 156568, 'Lots', 'Lots', 156564, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32789, 32789, 'Canon Branded', 'Canon-Branded', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99305, 99305, 'Canon Compatible', 'Canon-Compatible', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156569, 156569, 'Single Units', 'Single-Units', 99305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16199, 16199, 'Multi-Packs', 'Multi-Packs', 99305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156571, 156571, 'Empty Cartridges', 'Empty-Cartridges', 99305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156572, 156572, 'Refilled, Remanufactured', 'Refilled-Remanufactured', 99305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156573, 156573, 'Lots', 'Lots', 99305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140098, 140098, 'Dell Branded', 'Dell-Branded', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140099, 140099, 'Dell Compatible', 'Dell-Compatible', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32791, 32791, 'Epson Branded', 'Epson-Branded', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51309, 51309, 'Epson Compatible', 'Epson-Compatible', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51310, 51310, 'Single Units', 'Single-Units', 51309, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16200, 16200, 'Multi-Packs', 'Multi-Packs', 51309, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156574, 156574, 'Empty Cartridges', 'Empty-Cartridges', 51309, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156575, 156575, 'Refilled, Remanufactured', 'Refilled-Remanufactured', 51309, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156576, 156576, 'Lots', 'Lots', 51309, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51317, 51317, 'HP Branded', 'HP-Branded', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51318, 51318, 'Single Units', 'Single-Units', 51317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51319, 51319, 'Multi-Packs', 'Multi-Packs', 51317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32793, 32793, 'Empty Cartridges', 'Empty-Cartridges', 51317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156577, 156577, 'Refilled, Remanufactured', 'Refilled-Remanufactured', 51317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156578, 156578, 'Lots', 'Lots', 51317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41924, 41924, 'HP Compatible', 'HP-Compatible', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51321, 51321, 'Single Units', 'Single-Units', 41924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51322, 51322, 'Multi-Packs', 'Multi-Packs', 41924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156579, 156579, 'Empty Cartridges', 'Empty-Cartridges', 41924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156580, 156580, 'Refilled, Remanufactured', 'Refilled-Remanufactured', 41924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156581, 156581, 'Lots', 'Lots', 41924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156582, 156582, 'Lexmark Branded', 'Lexmark-Branded', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156583, 156583, 'Single Units', 'Single-Units', 156582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32795, 32795, 'Multi-Packs', 'Multi-Packs', 156582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156584, 156584, 'Empty Cartridges', 'Empty-Cartridges', 156582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156585, 156585, 'Refilled, Remanufactured', 'Refilled-Remanufactured', 156582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156586, 156586, 'Lots', 'Lots', 156582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156587, 156587, 'Lexmark Compatible', 'Lexmark-Compatible', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156588, 156588, 'Single Units', 'Single-Units', 156587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51324, 51324, 'Multi-Packs', 'Multi-Packs', 156587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156589, 156589, 'Empty Cartridges', 'Empty-Cartridges', 156587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156590, 156590, 'Refilled, Remanufactured', 'Refilled-Remanufactured', 156587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156591, 156591, 'Lots', 'Lots', 156587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51325, 51325, 'Xerox Branded', 'Xerox-Branded', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156592, 156592, 'Xerox Compatible', 'Xerox-Compatible', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156593, 156593, 'Other', 'Other', 16198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16204, 16204, 'Laser Toner-Black', 'Laser-Toner-Black', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99296, 99296, 'Brother Branded', 'Brother-Branded', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99297, 99297, 'Brother Compatible', 'Brother-Compatible', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32797, 32797, 'Canon Branded', 'Canon-Branded', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16205, 16205, 'Canon Compatible', 'Canon-Compatible', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140096, 140096, 'Dell Branded', 'Dell-Branded', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140097, 140097, 'Dell Compatible', 'Dell-Compatible', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99298, 99298, 'HP Branded', 'HP-Branded', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99299, 99299, '2-Packs', '2-Packs', 99298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99300, 99300, '4-Packs', '4-Packs', 99298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99301, 99301, '5-Packs', '5-Packs', 99298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32799, 32799, 'Other', 'Other', 99298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99302, 99302, 'HP Compatible', 'HP-Compatible', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99303, 99303, '2-Packs', '2-Packs', 99302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99304, 99304, '4-Packs', '4-Packs', 99302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16207, 16207, 'Other', 'Other', 99302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32801, 32801, 'Lexmark Branded', 'Lexmark-Branded', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16208, 16208, 'Lexmark Compatible', 'Lexmark-Compatible', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51326, 51326, 'Panasonic', 'Panasonic', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51327, 51327, 'Samsung', 'Samsung', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32803, 32803, 'Xerox Branded', 'Xerox-Branded', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16209, 16209, 'Xerox Compatible', 'Xerox-Compatible', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11198, 11198, 'Other', 'Other', 16204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99314, 99314, 'Laser Toner-Color', 'Laser-Toner-Color', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140100, 140100, 'Dell Branded', 'Dell-Branded', 99314, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140101, 140101, 'Dell Compatible', 'Dell-Compatible', 99314, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99315, 99315, 'HP', 'HP', 99314, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99316, 99316, 'HP Compatible', 'HP-Compatible', 99314, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99317, 99317, 'Minolta', 'Minolta', 99314, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99318, 99318, 'Minolta Compatible', 'Minolta-Compatible', 99314, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11199, 11199, 'Other', 'Other', 99314, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16211, 16211, 'Memory Upgrades', 'Memory-Upgrades', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86728, 86728, 'Printing Paper', 'Printing-Paper', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51328, 51328, 'Printheads', 'Printheads', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11201, 11201, 'Power Supplies', 'Power-Supplies', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99319, 99319, 'Refill, Repair', 'Refill-Repair', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99320, 99320, 'Refill Kits', 'Refill-Kits', 99319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99321, 99321, 'Repair Kits', 'Repair-Kits', 99319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99322, 99322, 'Other', 'Other', 99319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11202, 11202, 'Ribbons', 'Ribbons', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44974, 44974, 'Sign Vinyl', 'Sign-Vinyl', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1246, 1246, 'Other', 'Other', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42306, 42306, 'Wholesale Lots', 'Wholesale-Lots', 11195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11205, 11205, 'Scanners', 'Scanners', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44976, 44976, 'Canon', 'Canon', 11205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44977, 44977, 'Epson', 'Epson', 11205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70821, 70821, 'Fujitsu', 'Fujitsu', 11205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51087, 51087, 'HP', 'HP', 11205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51088, 51088, 'SCSI', 'SCSI', 51087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44978, 44978, 'USB', 'USB', 51087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51089, 51089, 'Other HP Scanners', 'Other-HP-Scanners', 51087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51438, 51438, 'Microtek', 'Microtek', 11205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86710, 86710, 'Mustek', 'Mustek', 11205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73067, 73067, 'UMAX', 'UMAX', 11205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44979, 44979, 'Visioneer', 'Visioneer', 11205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3751, 3751, 'Other', 'Other', 11205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82630, 82630, 'Wholesale Lots', 'Wholesale-Lots', 11205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11211, 11211, 'Servers', 'Servers', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51215, 51215, 'Compaq', 'Compaq', 11211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56101, 56101, 'DL320, DL360', 'DL320-DL360', 51215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56102, 56102, '1850, DL380', '1850-DL380', 51215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56103, 56103, '6400, DL 580', '6400-DL-580', 51215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56104, 56104, '3000, ML530, ML 570', '3000-ML530-ML-570', 51215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56105, 56105, '400,800,1600,ML330,ML350,ML370', '400-800-1600-ML330-ML350-ML370', 51215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56106, 56106, 'Other Pentium-based Servers', 'Other-Pentium-based-Servers', 51215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56107, 56107, 'Other Xeon-based Servers', 'Other-Xeon-based-Servers', 51215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71514, 71514, 'Custom, WhiteBox Servers', 'Custom-WhiteBox-Servers', 11211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71515, 71515, 'Tower', 'Tower', 71514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106268, 106268, 'Rack Mount', 'Rack-Mount', 71514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106269, 106269, '1U, 1 Unit Height', '1U-1-Unit-Height', 106268, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106270, 106270, '2U, 2 Unit Height', '2U-2-Unit-Height', 106268, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106271, 106271, '4U, 4 Unit Height', '4U-4-Unit-Height', 106268, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71516, 71516, 'Other Rack Mount WhiteBox', 'Other-Rack-Mount-WhiteBox', 106268, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71517, 71517, 'Other WhiteBox Servers', 'Other-WhiteBox-Servers', 71514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51224, 51224, 'Dell', 'Dell', 11211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51225, 51225, 'PowerEdge 200s-1655 Series', 'PowerEdge-200s-1655-Series', 51224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51226, 51226, 'PowerEdge 1750-2300 Series', 'PowerEdge-1750-2300-Series', 51224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51227, 51227, 'PowerEdge 2400-3250 Series', 'PowerEdge-2400-3250-Series', 51224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51228, 51228, 'PowerEdge 4100-5000 Series', 'PowerEdge-4100-5000-Series', 51224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51229, 51229, 'PowerEdge 6100 Series & Higher', 'PowerEdge-6100-Series-and-Higher', 51224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11213, 11213, 'Other Dell Servers', 'Other-Dell-Servers', 51224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51230, 51230, 'HP', 'HP', 11211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73322, 73322, '9000 Series', '9000-Series', 51230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73323, 73323, 'Netserver LC Series', 'Netserver-LC-Series', 51230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73324, 73324, 'Netserver LH Series', 'Netserver-LH-Series', 51230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73325, 73325, 'Netserver LP Series', 'Netserver-LP-Series', 51230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11214, 11214, 'Other Netserver Series Servers', 'Other-Netserver-Series-Servers', 51230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51234, 51234, 'Other HP Servers', 'Other-HP-Servers', 51230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11215, 11215, 'IBM', 'IBM', 11211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41080, 41080, 'Sun', 'Sun', 11211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51236, 51236, 'Cobalt', 'Cobalt', 41080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106272, 106272, 'Enterprise, E Series', 'Enterprise-E-Series', 41080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51237, 51237, 'Netra', 'Netra', 41080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51238, 51238, 'Sun Fire', 'Sun-Fire', 41080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51239, 51239, 'Other Sun Servers', 'Other-Sun-Servers', 41080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1484, 1484, 'Other Servers', 'Other-Servers', 11211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18793, 18793, 'Software', 'Software', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1505, 1505, 'Antivirus, Security, Utilities', 'Antivirus-Security-Utilities', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80237, 80237, 'Antivirus', 'Antivirus', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80238, 80238, 'Computer Associates', 'Computer-Associates', 80237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 80239, 80239, 'McAfee', 'McAfee', 80237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86729, 86729, 'Panda', 'Panda', 80237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80240, 80240, 'Symantec', 'Symantec', 80237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3805, 3805, 'Other', 'Other', 80237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1506, 1506, 'Auction Utilities', 'Auction-Utilities', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51331, 51331, 'Backup', 'Backup', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67388, 67388, 'Boot Disk', 'Boot-Disk', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80231, 80231, 'Crash Prevention', 'Crash-Prevention', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80232, 80232, 'Desktop Management', 'Desktop-Management', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80233, 80233, 'Disk Mgmt & Compression', 'Disk-Mgmt-and-Compression', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80234, 80234, 'Drivers', 'Drivers', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80235, 80235, 'File Conversion', 'File-Conversion', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3806, 3806, 'Maintenance & Monitoring', 'Maintenance-and-Monitoring', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67389, 67389, 'Repair, Rescue & Recover', 'Repair-Rescue-and-Recover', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3778, 3778, 'Screensavers', 'Screensavers', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106276, 106276, 'Security', 'Security', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80236, 80236, 'Uninstallers', 'Uninstallers', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51334, 51334, 'Utility Suites', 'Utility-Suites', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106277, 106277, 'Voice & Speech', 'Voice-and-Speech', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 191, 191, 'Other', 'Other', 1505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3792, 3792, 'Apple, Macintosh Software', 'Apple-Macintosh-Software', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3804, 3804, 'Antivirus, Security, Utilities', 'Antivirus-Security-Utilities', 3792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11230, 11230, 'Business & Productivity', 'Business-and-Productivity', 3792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3793, 3793, 'Accounting, Finance', 'Accounting-Finance', 11230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80241, 80241, 'Office Suites', 'Office-Suites', 11230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80242, 80242, 'Productivity Tools', 'Productivity-Tools', 11230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3799, 3799, 'Other', 'Other', 11230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80243, 80243, 'Digital Music & Video Software', 'Digital-Music-and-Video-Software', 3792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80244, 80244, 'Music Management Software', 'Music-Management-Software', 80243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80245, 80245, 'Video Editing Software', 'Video-Editing-Software', 80243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80246, 80246, 'Other', 'Other', 80243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4618, 4618, 'Development Tools', 'Development-Tools', 3792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3802, 3802, 'Education & Reference', 'Education-and-Reference', 3792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80247, 80247, 'Games & Entertainment', 'Games-and-Entertainment', 3792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80248, 80248, 'Action', 'Action', 80247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80249, 80249, 'Adventure', 'Adventure', 80247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80250, 80250, 'Board Games', 'Board-Games', 80247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51333, 51333, 'Other', 'Other', 80247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80251, 80251, 'Graphics, Photo & Publishing', 'Graphics-Photo-and-Publishing', 3792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80252, 80252, 'CD / DVD Authoring', 'CD-DVD-Authoring', 80251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80253, 80253, 'Desktop Publishing', 'Desktop-Publishing', 80251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80254, 80254, 'Illustration', 'Illustration', 80251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3796, 3796, 'Image Editing', 'Image-Editing', 80251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80255, 80255, 'Media Collections', 'Media-Collections', 80251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3801, 3801, 'Other', 'Other', 80251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3800, 3800, 'Kids Software', 'Kids-Software', 3792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80256, 80256, 'Operating Systems', 'Operating-Systems', 3792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80257, 80257, 'Mac OS 9', 'Mac-OS-9', 80256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80258, 80258, 'Mac OS X', 'Mac-OS-X', 80256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11231, 11231, 'Other', 'Other', 80256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 189, 189, 'Other Apple Software', 'Other-Apple-Software', 3792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3768, 3768, 'Business & Productivity', 'Business-and-Productivity', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41848, 41848, 'Accounting, Finance', 'Accounting-Finance', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41849, 41849, 'Microsoft Money', 'Microsoft-Money', 41848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41850, 41850, 'Peachtree', 'Peachtree', 41848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80259, 80259, 'QuickBooks', 'QuickBooks', 41848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80260, 80260, 'QuickBooks Basic', 'QuickBooks-Basic', 80259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80261, 80261, 'QuickBooks Professional', 'QuickBooks-Professional', 80259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80262, 80262, 'QuickBooks Premier', 'QuickBooks-Premier', 80259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41851, 41851, 'Quickbooks Other', 'Quickbooks-Other', 80259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99323, 99323, 'Quicken', 'Quicken', 41848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99324, 99324, 'Quicken Deluxe', 'Quicken-Deluxe', 99323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99325, 99325, 'Quicken Premier', 'Quicken-Premier', 99323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41852, 41852, 'Quicken Other', 'Quicken-Other', 99323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3769, 3769, 'Other', 'Other', 41848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106278, 106278, 'Business Card', 'Business-Card', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82634, 82634, 'Business Planning', 'Business-Planning', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41853, 41853, 'Business Suites', 'Business-Suites', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82635, 82635, 'Corel', 'Corel', 41853, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82636, 82636, 'Lotus', 'Lotus', 41853, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82637, 82637, 'Microsoft', 'Microsoft', 41853, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51336, 51336, 'Office 95', 'Office-95', 82637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41854, 41854, 'Office 97', 'Office-97', 82637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41855, 41855, 'Office 2000', 'Office-2000', 82637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44909, 44909, 'Office 2000 Small Business', 'Office-2000-Small-Business', 82637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41856, 41856, 'Office XP Professional', 'Office-XP-Professional', 82637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44910, 44910, 'Office XP Small Business', 'Office-XP-Small-Business', 82637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41857, 41857, 'Office XP Standard', 'Office-XP-Standard', 82637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80264, 80264, 'Office 2003 Standard', 'Office-2003-Standard', 82637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80265, 80265, 'Office 2003 Professional', 'Office-2003-Professional', 82637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80266, 80266, 'Office 2003 SBE', 'Office-2003-SBE', 82637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80267, 80267, 'Office 2003 Other', 'Office-2003-Other', 82637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150132, 150132, 'Office 2007', 'Office-2007', 82637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3770, 3770, 'Other', 'Other', 41853, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3772, 3772, 'Contact Management, PIM', 'Contact-Management-PIM', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80268, 80268, 'Document Management', 'Document-Management', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80269, 80269, 'Groupware', 'Groupware', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80270, 80270, 'Point of Sale Systems (POS)', 'Point-of-Sale-Systems-POS', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80271, 80271, 'Presentation', 'Presentation', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3777, 3777, 'Project Management, Flow Chart', 'Project-Management-Flow-Chart', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99326, 99326, 'Resume & Career Management', 'Resume-and-Career-Management', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80272, 80272, 'Scanning and OCR', 'Scanning-and-OCR', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51335, 51335, 'Spreadsheets', 'Spreadsheets', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99327, 99327, 'Tax Preparation', 'Tax-Preparation', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99328, 99328, 'H&R Block', 'HandR-Block', 99327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99329, 99329, 'Turbo Tax', 'Turbo-Tax', 99327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3781, 3781, 'Other Tax Software', 'Other-Tax-Software', 99327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80287, 80287, 'Voice Recognition', 'Voice-Recognition', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80288, 80288, 'Word Processing', 'Word-Processing', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51337, 51337, 'Word', 'Word', 80288, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51338, 51338, 'WordPerfect', 'WordPerfect', 80288, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41858, 41858, 'Works', 'Works', 80288, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80289, 80289, 'Other Word Processing', 'Other-Word-Processing', 80288, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 184, 184, 'Other Business & Productivity', 'Other-Business-and-Productivity', 3768, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51339, 51339, 'Database & Development Tools', 'Database-and-Development-Tools', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46324, 46324, 'C Languages', 'C-Languages', 51339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46325, 46325, 'Borland', 'Borland', 46324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86730, 86730, 'Macromedia', 'Macromedia', 46324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80297, 80297, 'Microsoft', 'Microsoft', 46324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99330, 99330, 'MS Visual Basic', 'MS-Visual-Basic', 80297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80298, 80298, 'MS Visual C++', 'MS-Visual-C', 80297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80299, 80299, 'MS Visual C#', 'MS-Visual-C', 80297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80300, 80300, 'MS Visual Studio', 'MS-Visual-Studio', 80297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46327, 46327, 'MS Other', 'MS-Other', 80297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1251, 1251, 'Other C Languages', 'Other-C-Languages', 46324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80290, 80290, 'Databases', 'Databases', 51339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80291, 80291, 'IBM', 'IBM', 80290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80292, 80292, 'Microsoft', 'Microsoft', 80290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80295, 80295, 'MS Access', 'MS-Access', 80292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80296, 80296, 'MS SQL Server', 'MS-SQL-Server', 80292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3773, 3773, 'Other MS', 'Other-MS', 80292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80293, 80293, 'Oracle', 'Oracle', 80290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80294, 80294, 'Other Databases', 'Other-Databases', 80290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80301, 80301, 'Java', 'Java', 51339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80302, 80302, 'Borland', 'Borland', 80301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80303, 80303, 'Macromedia', 'Macromedia', 80301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80304, 80304, 'Microsoft', 'Microsoft', 80301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80305, 80305, 'Other', 'Other', 80301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80306, 80306, 'Perl', 'Perl', 51339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80307, 80307, 'Training & Reference', 'Training-and-Reference', 51339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80308, 80308, 'C Languages', 'C-Languages', 80307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80309, 80309, 'Databases', 'Databases', 80307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80310, 80310, 'Java', 'Java', 80307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80312, 80312, 'Other Training', 'Other-Training', 80307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80313, 80313, 'Web Development Tools', 'Web-Development-Tools', 51339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80314, 80314, 'Adobe', 'Adobe', 80313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80315, 80315, 'Macromedia', 'Macromedia', 80313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80316, 80316, 'Microsoft', 'Microsoft', 80313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80317, 80317, 'Other Web Development', 'Other-Web-Development', 80313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51340, 51340, 'Other Database & Development', 'Other-Database-and-Development', 51339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80318, 80318, 'Digital Music & Video Software', 'Digital-Music-and-Video-Software', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99331, 99331, 'Music Management', 'Music-Management', 80318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106279, 106279, 'Magix', 'Magix', 99331, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99332, 99332, 'Nero', 'Nero', 99331, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99333, 99333, 'Roxio', 'Roxio', 99331, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51346, 51346, 'Other Music Management', 'Other-Music-Management', 99331, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99334, 99334, 'Video Editing', 'Video-Editing', 80318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99335, 99335, 'Adobe', 'Adobe', 99334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99337, 99337, 'Pinnacle', 'Pinnacle', 99334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99336, 99336, 'Roxio', 'Roxio', 99334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51345, 51345, 'Other Video Editing', 'Other-Video-Editing', 99334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80319, 80319, 'Other Music and Video Software', 'Other-Music-and-Video-Software', 80318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 68258, 68258, 'Downloadable Software', 'Downloadable-Software', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3783, 3783, 'Education & Reference', 'Education-and-Reference', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80320, 80320, 'Arts & Music', 'Arts-and-Music', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3784, 3784, 'Business', 'Business', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41931, 41931, 'Car Repair', 'Car-Repair', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82638, 82638, 'College Test Preparation', 'College-Test-Preparation', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80321, 80321, 'Computer Related', 'Computer-Related', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41932, 41932, 'Dictionaries', 'Dictionaries', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82639, 82639, 'Encyclopedias', 'Encyclopedias', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82640, 82640, 'Britannica', 'Britannica', 82639, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82641, 82641, 'Encarta', 'Encarta', 82639, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3785, 3785, 'Other Encyclopedias', 'Other-Encyclopedias', 82639, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80322, 80322, 'Genealogy', 'Genealogy', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80323, 80323, 'General Reference', 'General-Reference', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3787, 3787, 'Health', 'Health', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80326, 80326, 'History', 'History', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41862, 41862, 'How-To', 'How-To', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41863, 41863, 'Computer Building & Repair', 'Computer-Building-and-Repair', 41862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41864, 41864, 'Home Improvement', 'Home-Improvement', 41862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82642, 82642, 'Music', 'Music', 41862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106280, 106280, 'Photography', 'Photography', 41862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82643, 82643, 'Professional, Career', 'Professional-Career', 41862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41865, 41865, 'Typing', 'Typing', 41862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82644, 82644, 'Web Design', 'Web-Design', 41862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3786, 3786, 'Other', 'Other', 41862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41866, 41866, 'Language', 'Language', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80324, 80324, 'Chinese', 'Chinese', 41866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48488, 48488, 'English', 'English', 41866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41867, 41867, 'French', 'French', 41866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41868, 41868, 'German', 'German', 41866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46328, 46328, 'Italian', 'Italian', 41866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80325, 80325, 'Japanese', 'Japanese', 41866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106281, 106281, 'Russian', 'Russian', 41866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41869, 41869, 'Spanish', 'Spanish', 41866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3788, 3788, 'Other', 'Other', 41866, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106282, 106282, 'Legal and Living Will', 'Legal-and-Living-Will', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51342, 51342, 'Maps, Atlas, Geography', 'Maps-Atlas-Geography', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3789, 3789, 'Math', 'Math', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51343, 51343, 'Reading', 'Reading', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3790, 3790, 'Religion', 'Religion', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3791, 3791, 'Science', 'Science', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 186, 186, 'Other', 'Other', 3783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80327, 80327, 'Games & Entertainment', 'Games-and-Entertainment', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80328, 80328, 'Action', 'Action', 80327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80329, 80329, 'Adventure', 'Adventure', 80327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80330, 80330, 'Arcade', 'Arcade', 80327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80331, 80331, 'Board Games & Trivia', 'Board-Games-and-Trivia', 80327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80332, 80332, 'Driving and Racing', 'Driving-and-Racing', 80327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80333, 80333, 'Family Entertainment', 'Family-Entertainment', 80327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80334, 80334, 'Puzzle', 'Puzzle', 80327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80335, 80335, 'Role Playing', 'Role-Playing', 80327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80336, 80336, 'Simulation', 'Simulation', 80327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80337, 80337, 'Sports', 'Sports', 80327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80338, 80338, 'Strategy', 'Strategy', 80327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80339, 80339, 'Other', 'Other', 80327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41859, 41859, 'Graphics, Photo & Publishing', 'Graphics-Photo-and-Publishing', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3771, 3771, 'CAD / CAM', 'CAD-CAM', 41859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80622, 80622, 'CD / DVD Authoring', 'CD-DVD-Authoring', 41859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14306, 14306, 'Clip Art', 'Clip-Art', 41859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41876, 41876, 'Desktop & Web Publishing', 'Desktop-and-Web-Publishing', 41859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41877, 41877, 'Adobe', 'Adobe', 41876, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41878, 41878, 'Corel', 'Corel', 41876, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41879, 41879, 'Microsoft', 'Microsoft', 41876, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41880, 41880, 'Ulead', 'Ulead', 41876, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 185, 185, 'Other', 'Other', 41876, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86731, 86731, 'Digital Image Editing', 'Digital-Image-Editing', 41859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86732, 86732, 'Adobe', 'Adobe', 86731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86733, 86733, 'Jasc', 'Jasc', 86731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86734, 86734, 'Microsoft', 'Microsoft', 86731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86735, 86735, 'Ulead', 'Ulead', 86731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51344, 51344, 'Other', 'Other', 86731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80340, 80340, 'Illustration', 'Illustration', 41859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80341, 80341, 'Media Collection', 'Media-Collection', 41859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80342, 80342, 'Web Graphics', 'Web-Graphics', 41859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 188, 188, 'Other', 'Other', 41859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80343, 80343, 'Handheld Software', 'Handheld-Software', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80344, 80344, 'Handheld, Entertainment', 'Handheld-Entertainment', 80343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80345, 80345, 'Handheld, Productivity', 'Handheld-Productivity', 80343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80346, 80346, 'Handheld, Utilities', 'Handheld-Utilities', 80343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80347, 80347, 'Other', 'Other', 80343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80348, 80348, 'Internet Related Utilities', 'Internet-Related-Utilities', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80349, 80349, 'Adware Removal', 'Adware-Removal', 80348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80350, 80350, 'E-Commerce Software', 'E-Commerce-Software', 80348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80351, 80351, 'E-Mail Software', 'E-Mail-Software', 80348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80352, 80352, 'Filters and Access Control', 'Filters-and-Access-Control', 80348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80353, 80353, 'Pop-up Blocker', 'Pop-up-Blocker', 80348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3776, 3776, 'Remote Access', 'Remote-Access', 80348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3779, 3779, 'Security and Firewall', 'Security-and-Firewall', 80348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80354, 80354, 'Spam Utilities', 'Spam-Utilities', 80348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80355, 80355, 'Spyware Removal', 'Spyware-Removal', 80348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4291, 4291, 'Other', 'Other', 80348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41870, 41870, 'Kids Software', 'Kids-Software', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51347, 51347, 'Art & Creativity', 'Art-and-Creativity', 41870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51348, 51348, 'Early Learning', 'Early-Learning', 41870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106283, 106283, 'Kids Games', 'Kids-Games', 41870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106284, 106284, 'Board Games', 'Board-Games', 106283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106285, 106285, 'Cartoon Characters', 'Cartoon-Characters', 106283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106286, 106286, 'Disney', 'Disney', 106283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106287, 106287, 'Sports', 'Sports', 106283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41871, 41871, 'Other Kids Games', 'Other-Kids-Games', 106283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41872, 41872, 'Math', 'Math', 41870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106288, 106288, 'Reading & Language', 'Reading-and-Language', 41870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106289, 106289, 'Disney', 'Disney', 106288, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106290, 106290, 'Reader Rabbit', 'Reader-Rabbit', 106288, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41873, 41873, 'Other Reading & Language', 'Other-Reading-and-Language', 106288, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41874, 41874, 'Science & Nature', 'Science-and-Nature', 41870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82646, 82646, 'Social Studies', 'Social-Studies', 41870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41875, 41875, 'Thinking & Problem Solving', 'Thinking-and-Problem-Solving', 41870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51349, 51349, 'Virtual Pets', 'Virtual-Pets', 41870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1248, 1248, 'Other', 'Other', 41870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80356, 80356, 'Networking', 'Networking', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80358, 80358, 'Connectivity', 'Connectivity', 80356, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80357, 80357, 'Data Sharing', 'Data-Sharing', 80356, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80359, 80359, 'Performance Management', 'Performance-Management', 80356, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51350, 51350, 'Other', 'Other', 80356, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11226, 11226, 'Operating Systems', 'Operating-Systems', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11685, 11685, 'DOS', 'DOS', 11226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41881, 41881, 'Linux', 'Linux', 11226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41882, 41882, 'Windows', 'Windows', 11226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41883, 41883, 'Windows 95', 'Windows-95', 41882, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41884, 41884, 'Windows 98', 'Windows-98', 41882, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41885, 41885, 'Windows 2000', 'Windows-2000', 41882, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80360, 80360, 'Windows 2003', 'Windows-2003', 41882, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41886, 41886, 'Windows NT', 'Windows-NT', 41882, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41887, 41887, 'Windows XP Home Edition', 'Windows-XP-Home-Edition', 41882, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41888, 41888, 'Windows XP Professional', 'Windows-XP-Professional', 41882, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41889, 41889, 'Windows ME', 'Windows-ME', 41882, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147789, 147789, 'Windows Vista', 'Windows-Vista', 41882, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11229, 11229, 'Other Windows', 'Other-Windows', 41882, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4619, 4619, 'Other Operating Systems', 'Other-Operating-Systems', 11226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 182, 182, 'Other Software', 'Other-Software', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40134, 40134, 'Wholesale Lots', 'Wholesale-Lots', 18793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3516, 3516, 'Technology Books', 'Technology-Books', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3517, 3517, 'Certification', 'Certification', 3516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3518, 3518, 'Graphics, Software', 'Graphics-Software', 3516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3519, 3519, 'Hardware', 'Hardware', 3516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3521, 3521, 'How-To', 'How-To', 3516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3520, 3520, 'Internet', 'Internet', 3516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3524, 3524, 'Networking, OS', 'Networking-OS', 3516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67381, 67381, 'Owners Manuals', 'Owners-Manuals', 3516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67382, 67382, 'Compaq', 'Compaq', 67381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67383, 67383, 'Toshiba', 'Toshiba', 67381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67384, 67384, 'Dell', 'Dell', 67381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16210, 16210, 'HP', 'HP', 67381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67385, 67385, 'IBM', 'IBM', 67381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67386, 67386, 'Epson', 'Epson', 67381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67387, 67387, 'Other Brands', 'Other-Brands', 67381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3522, 3522, 'Programming', 'Programming', 3516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 183, 183, 'Software', 'Software', 3516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3523, 3523, 'Web Development', 'Web-Development', 3516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 163, 163, 'Other', 'Other', 3516, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11189, 11189, 'Vintage Computing Products', 'Vintage-Computing-Products', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80286, 80286, 'Apple, Macintosh', 'Apple-Macintosh', 11189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4598, 4598, 'Amiga', 'Amiga', 11189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82631, 82631, 'Atari', 'Atari', 11189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74945, 74945, 'Commodore', 'Commodore', 11189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74946, 74946, 'IBM', 'IBM', 11189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74947, 74947, 'TRS 80', 'TRS-80', 11189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4193, 4193, 'Vintage PCs', 'Vintage-PCs', 11189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1247, 1247, 'Other', 'Other', 11189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58059, 58059, 'Other Hardware & Services', 'Other-Hardware-and-Services', 58058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11154, 11154, 'Domain Names', 'Domain-Names', 58059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), #NAME? #NAME? #NAME? ('', '', '', '', 3767, 3767, 'Other', 'Other', 11154, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 192, 192, 'Services', 'Services', 58059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1253, 1253, 'Informational', 'Informational', 192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1311, 1311, 'Auction Services', 'Auction-Services', 1253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4949, 4949, 'Compilations', 'Compilations', 1253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1491, 1491, 'Other', 'Other', 1253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4617, 4617, 'Web Design', 'Web-Design', 192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 194, 194, 'Web Hosting', 'Web-Hosting', 192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 193, 193, 'Other', 'Other', 192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 161, 161, 'Other Hardware', 'Other-Hardware', 58059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11188, 11188, 'Internet Appliances', 'Internet-Appliances', 161, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51093, 51093, 'Switchboards', 'Switchboards', 161, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 162, 162, 'Other', 'Other', 161, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 293, 293, 'Consumer Electronics', 'Consumer-Electronics', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15057, 15057, 'Apple iPod, MP3 Players', 'Apple-iPod-MP3-Players', 293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67833, 67833, 'Apple iPod', 'Apple-iPod', 15057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90964, 90964, 'iPod', 'iPod', 67833, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75458, 75458, 'iPod Mini', 'iPod-Mini', 67833, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 125478, 125478, 'iPod Nano', 'iPod-Nano', 67833, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97930, 97930, 'iPod Shuffle', 'iPod-Shuffle', 67833, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150002, 150002, 'iPod Special Edition', 'iPod-Special-Edition', 67833, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94930, 94930, 'Other', 'Other', 67833, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114618, 114618, 'Archos', 'Archos', 15057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75463, 75463, 'Creative Labs', 'Creative-Labs', 15057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114612, 114612, 'Dell', 'Dell', 15057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114622, 114622, 'iRiver', 'iRiver', 15057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147175, 147175, 'Microsoft Zune', 'Microsoft-Zune', 15057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114626, 114626, 'Philips-Nike', 'Philips-Nike', 15057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48686, 48686, 'RCA', 'RCA', 15057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75452, 75452, 'Rio', 'Rio', 15057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114630, 114630, 'Samsung', 'Samsung', 15057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114632, 114632, 'SanDisk', 'SanDisk', 15057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79878, 79878, 'Sony', 'Sony', 15057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73839, 73839, 'Other MP3 Players', 'Other-MP3-Players', 15057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14961, 14961, 'A/V Accessories & Cables', 'A-V-Accessories-and-Cables', 293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149953, 149953, 'Antennas', 'Antennas', 14961, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149954, 149954, 'AM/FM Antennas', 'AM-FM-Antennas', 149953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73383, 73383, 'Amplified TV Antennas', 'Amplified-TV-Antennas', 149953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149955, 149955, 'HDTV Antennas', 'HDTV-Antennas', 149953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149956, 149956, 'Non-Amplified TV Antennas', 'Non-Amplified-TV-Antennas', 149953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149957, 149957, 'Outdoor TV Antennas', 'Outdoor-TV-Antennas', 149953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71532, 71532, 'Satellite Radio Antennas', 'Satellite-Radio-Antennas', 149953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15064, 15064, 'Other', 'Other', 149953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14964, 14964, 'Audio Cables & Connectors', 'Audio-Cables-and-Connectors', 14961, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149958, 149958, 'A/V Transmitters', 'A-V-Transmitters', 14964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32838, 32838, 'Adapters, Connectors, Plugs', 'Adapters-Connectors-Plugs', 14964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64591, 64591, 'Analog Interconnects', 'Analog-Interconnects', 14964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14965, 14965, 'Digital Interconnects', 'Digital-Interconnects', 14964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14966, 14966, 'Speaker Cables', 'Speaker-Cables', 14964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64596, 64596, 'Speaker Selectors, Switchers', 'Speaker-Selectors-Switchers', 14964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64595, 64595, 'Subwoofer Cables', 'Subwoofer-Cables', 14964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 32833, 32833, 'Other', 'Other', 14964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94893, 94893, 'Blank Media', 'Blank-Media', 14961, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14962, 14962, 'Audio Tapes', 'Audio-Tapes', 94893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94894, 94894, 'CDs, DVDs', 'CDs-DVDs', 94893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149959, 149959, 'MiniDiscs', 'MiniDiscs', 94893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149960, 149960, 'VHS Videotapes', 'VHS-Videotapes', 94893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64588, 64588, 'Media Cases, Storage', 'Media-Cases-Storage', 94893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149961, 149961, 'Other', 'Other', 94893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40135, 40135, 'Headphones, Headsets', 'Headphones-Headsets', 14961, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149962, 149962, 'Bluetooth', 'Bluetooth', 40135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40137, 40137, 'DJ & Traditional Headphones', 'DJ-and-Traditional-Headphones', 40135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64601, 64601, 'Headsets with Microphone', 'Headsets-with-Microphone', 40135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88762, 88762, 'Noise-Canceling Headphones', 'Noise-Canceling-Headphones', 40135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88761, 88761, 'Sport & Travel Headphones', 'Sport-and-Travel-Headphones', 40135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140938, 140938, 'Wireless Headphones', 'Wireless-Headphones', 40135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3274, 3274, 'Other', 'Other', 40135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48641, 48641, 'Maintenance & Care', 'Maintenance-and-Care', 14961, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48644, 48644, 'A/V Owners & Service Manuals', 'A-V-Owners-and-Service-Manuals', 48641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48643, 48643, 'CD/DVD Cleaners, Repair Kits', 'CD-DVD-Cleaners-Repair-Kits', 48641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15091, 15091, 'Head Cleaners', 'Head-Cleaners', 48641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149963, 149963, 'LP Record Cleaners', 'LP-Record-Cleaners', 48641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48642, 48642, 'Other', 'Other', 48641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61335, 61335, 'Mounts & Brackets', 'Mounts-and-Brackets', 14961, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48656, 48656, 'Flat-Panel TV Brackets, Mounts', 'Flat-Panel-TV-Brackets-Mounts', 61335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84078, 84078, 'Standard TV Brackets & Mounts', 'Standard-TV-Brackets-and-Mounts', 61335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71584, 71584, 'Projector Mounts', 'Projector-Mounts', 61335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61336, 61336, 'Speaker Brackets & Mounts', 'Speaker-Brackets-and-Mounts', 61335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14997, 14997, 'Speaker Stands', 'Speaker-Stands', 61335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149964, 149964, 'TV Swivels', 'TV-Swivels', 61335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64587, 64587, 'Other', 'Other', 61335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61312, 61312, 'Remote Controls', 'Remote-Controls', 14961, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149965, 149965, 'Cable Box Remotes', 'Cable-Box-Remotes', 61312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15065, 15065, 'Home Audio Remotes', 'Home-Audio-Remotes', 61312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 91388, 91388, 'TV, DVD, VCR Remotes', 'TV-DVD-VCR-Remotes', 61312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61323, 61323, 'Universal Remotes', 'Universal-Remotes', 61312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67881, 67881, 'DirecTV Remotes', 'DirecTV-Remotes', 61312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67886, 67886, 'Dish Network Remotes', 'Dish-Network-Remotes', 61312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149966, 149966, 'Sirius Remotes', 'Sirius-Remotes', 61312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71541, 71541, 'TiVo Remotes', 'TiVo-Remotes', 61312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109274, 109274, 'XM Radio Remotes', 'XM-Radio-Remotes', 61312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 93376, 93376, 'Other', 'Other', 61312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67779, 67779, 'Surge Protection, Filtration', 'Surge-Protection-Filtration', 14961, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67780, 67780, 'Power Centers', 'Power-Centers', 67779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67781, 67781, 'Surge Protectors', 'Surge-Protectors', 67779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32830, 32830, 'Other', 'Other', 67779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32834, 32834, 'Video Cables & Connectors', 'Video-Cables-and-Connectors', 14961, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73384, 73384, 'Coaxial Cables', 'Coaxial-Cables', 32834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64631, 64631, 'Component Cables', 'Component-Cables', 32834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32836, 32836, 'Composite (RCA) Cables', 'Composite-RCA-Cables', 32834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73385, 73385, 'DVI Cables & Adapters', 'DVI-Cables-and-Adapters', 32834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149974, 149974, 'HDMI Cables & Adapters', 'HDMI-Cables-and-Adapters', 32834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 137919, 137919, 'Optical Cables', 'Optical-Cables', 32834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32831, 32831, 'RF Modulators', 'RF-Modulators', 32834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73388, 73388, 'S-Video Cables & Adapters', 'S-Video-Cables-and-Adapters', 32834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73390, 73390, 'Video Splitters & Switches', 'Video-Splitters-and-Switches', 32834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32837, 32837, 'Other', 'Other', 32834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61395, 61395, 'Other A/V Accessories', 'Other-A-V-Accessories', 14961, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40971, 40971, 'Batteries & Chargers', 'Batteries-and-Chargers', 293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48616, 48616, 'General-Use Batteries', 'General-Use-Batteries', 40971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14951, 14951, 'Alkaline', 'Alkaline', 48616, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101364, 101364, 'Lithium', 'Lithium', 48616, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40975, 40975, 'Rechargeable', 'Rechargeable', 48616, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50603, 50603, 'Battery & Charger Combos', 'Battery-and-Charger-Combos', 40971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48618, 48618, 'Battery Chargers', 'Battery-Chargers', 40971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79845, 79845, 'Battery Testers', 'Battery-Testers', 40971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79846, 79846, 'Other', 'Other', 40971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3270, 3270, 'Car Electronics', 'Car-Electronics', 293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48610, 48610, 'Car Alarms & Security', 'Car-Alarms-and-Security', 3270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50554, 50554, 'Installation Manuals', 'Installation-Manuals', 48610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94830, 94830, 'Keys, Transponders', 'Keys-Transponders', 48610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75389, 75389, 'Relays, Sensors', 'Relays-Sensors', 48610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94828, 94828, 'Remote Entry/Alarm Combos', 'Remote-Entry-Alarm-Combos', 48610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94829, 94829, 'With 2-Way Paging', 'With-2-Way-Paging', 94828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60202, 60202, 'Without 2-Way Paging', 'Without-2-Way-Paging', 94828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94831, 94831, 'Remote Start/Alarm Combos', 'Remote-Start-Alarm-Combos', 48610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94832, 94832, 'With 2-Way Paging', 'With-2-Way-Paging', 94831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48611, 48611, 'Without 2-Way Paging', 'Without-2-Way-Paging', 94831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71530, 71530, 'Replacement Remotes', 'Replacement-Remotes', 48610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75390, 75390, 'Standard Car Alarm Systems', 'Standard-Car-Alarm-Systems', 48610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94833, 94833, 'With 2-Way Paging', 'With-2-Way-Paging', 75390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94834, 94834, 'Without 2-Way Paging', 'Without-2-Way-Paging', 75390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75391, 75391, 'Factory, OEM Car Security', 'Factory-OEM-Car-Security', 48610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60203, 60203, 'Other Car Alarm', 'Other-Car-Alarm', 48610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18795, 18795, 'Car Amplifiers', 'Car-Amplifiers', 3270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64570, 64570, 'Mono Car Amplifiers', 'Mono-Car-Amplifiers', 18795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39732, 39732, '2-Channel Car Amps', '2-Channel-Car-Amps', 18795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39739, 39739, 'Multi-Channel Car Amps', 'Multi-Channel-Car-Amps', 18795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48602, 48602, 'Car Audio In-Dash Units', 'Car-Audio-In-Dash-Units', 3270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64574, 64574, 'Car Cassette Receivers', 'Car-Cassette-Receivers', 48602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3288, 3288, 'Aftermarket Receivers', 'Aftermarket-Receivers', 64574, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64575, 64575, 'Factory & OEM Receivers', 'Factory-and-OEM-Receivers', 64574, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64576, 64576, 'Car CD/Cassette Combos', 'Car-CD-Cassette-Combos', 48602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32815, 32815, 'Aftermarket Receivers', 'Aftermarket-Receivers', 64576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64577, 64577, 'Factory & OEM Receivers', 'Factory-and-OEM-Receivers', 64576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39749, 39749, 'Car CD/MP3 Receivers', 'Car-CD-MP3-Receivers', 48602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39750, 39750, 'Alpine', 'Alpine', 39749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50558, 50558, 'Clarion', 'Clarion', 39749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50559, 50559, 'JVC', 'JVC', 39749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39751, 39751, 'Kenwood', 'Kenwood', 39749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50560, 50560, 'Panasonic', 'Panasonic', 39749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39752, 39752, 'Pioneer', 'Pioneer', 39749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39753, 39753, 'Sony', 'Sony', 39749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18798, 18798, 'Other Brands', 'Other-Brands', 39749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39754, 39754, 'Car CD Receivers', 'Car-CD-Receivers', 48602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50561, 50561, 'Aiwa', 'Aiwa', 39754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39755, 39755, 'Alpine', 'Alpine', 39754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39756, 39756, 'Blaupunkt', 'Blaupunkt', 39754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39757, 39757, 'Clarion', 'Clarion', 39754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48612, 48612, 'Factory & OEM Receivers', 'Factory-and-OEM-Receivers', 39754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39758, 39758, 'Jensen', 'Jensen', 39754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39759, 39759, 'JVC', 'JVC', 39754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39760, 39760, 'Kenwood', 'Kenwood', 39754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39761, 39761, 'Panasonic', 'Panasonic', 39754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39762, 39762, 'Pioneer', 'Pioneer', 39754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39763, 39763, 'Sony', 'Sony', 39754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3293, 3293, 'Other Brands', 'Other-Brands', 39754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48603, 48603, 'Other Car Audio Receivers', 'Other-Car-Audio-Receivers', 48602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39746, 39746, 'Car CD Changers', 'Car-CD-Changers', 3270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50555, 50555, '5 or Less Disc Changers', '5-or-Less-Disc-Changers', 39746, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50556, 50556, 'Factory & OEM Changers', 'Factory-and-OEM-Changers', 50555, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39747, 39747, 'Aftermarket Changers', 'Aftermarket-Changers', 50555, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94835, 94835, '6 Disk Changers', '6-Disk-Changers', 39746, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85807, 85807, 'Aftermarket CD Changers', 'Aftermarket-CD-Changers', 94835, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94836, 94836, 'Factory & OEM CD Changers', 'Factory-and-OEM-CD-Changers', 94835, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39748, 39748, '7-9 Disc Changers', '7-9-Disc-Changers', 39746, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85808, 85808, '10 Disk Changers', '10-Disk-Changers', 39746, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50557, 50557, '11 or More Disc Changers', '11-or-More-Disc-Changers', 39746, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14936, 14936, 'Car Speakers & Speaker Systems', 'Car-Speakers-and-Speaker-Systems', 3270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32820, 32820, 'Car Speakers', 'Car-Speakers', 14936, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14937, 14937, '3 1/2 Inch', '3-1-2-Inch', 32820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14938, 14938, '4, 4 1/2 Inch', '4-4-1-2-Inch', 32820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14939, 14939, '4x6, 4x10 Inch', '4x6-4x10-Inch', 32820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14940, 14940, '5x7, 6x8 Inch', '5x7-6x8-Inch', 32820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14941, 14941, '5, 5 1/4 Inch', '5-5-1-4-Inch', 32820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18799, 18799, '6 1/2, 6 3/4 Inch', '6-1-2-6-3-4-Inch', 32820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14942, 14942, '6x9 Inch', '6x9-Inch', 32820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3292, 3292, 'Other Sizes', 'Other-Sizes', 32820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32817, 32817, 'Component Speakers & Systems', 'Component-Speakers-and-Systems', 14936, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32818, 32818, '5 1/4 Inch', '5-1-4-Inch', 32817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32819, 32819, '6 1/2 Inch', '6-1-2-Inch', 32817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14943, 14943, 'Tweeters', 'Tweeters', 32817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18800, 18800, 'Other', 'Other', 32817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14944, 14944, 'Car Subwoofers & Enclosures', 'Car-Subwoofers-and-Enclosures', 3270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18801, 18801, 'Car Subwoofers', 'Car-Subwoofers', 14944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18802, 18802, '8 Inch', '8-Inch', 18801, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3291, 3291, '10 Inch', '10-Inch', 18801, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18803, 18803, '12 Inch', '12-Inch', 18801, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18804, 18804, '15 Inch', '15-Inch', 18801, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18805, 18805, 'Other Sizes', 'Other-Sizes', 18801, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67773, 67773, 'Subwoofer Grills & Accessories', 'Subwoofer-Grills-and-Accessories', 18801, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32821, 32821, 'Enclosed Subwoofer Systems', 'Enclosed-Subwoofer-Systems', 14944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32822, 32822, 'Powered', 'Powered', 32821, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32823, 32823, 'Unpowered', 'Unpowered', 32821, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50564, 50564, 'Enclosures', 'Enclosures', 14944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50565, 50565, 'Custom-Fit Boxes', 'Custom-Fit-Boxes', 50564, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50568, 50568, 'Single Boxes', 'Single-Boxes', 50564, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50566, 50566, 'Dual Boxes', 'Dual-Boxes', 50564, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50569, 50569, 'Triple or Larger Boxes', 'Triple-or-Larger-Boxes', 50564, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48604, 48604, 'Car Video & Navigation', 'Car-Video-and-Navigation', 3270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79835, 79835, 'Car In-Dash DVD Players Only', 'Car-In-Dash-DVD-Players-Only', 48604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32827, 32827, 'Car TV Tuners', 'Car-TV-Tuners', 48604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32828, 32828, 'Car VHS VCRs & Players', 'Car-VHS-VCRs-and-Players', 48604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48606, 48606, 'Car Video Monitors Only', 'Car-Video-Monitors-Only', 48604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67761, 67761, 'Drop Down, Flip Down, Overhead', 'Drop-Down-Flip-Down-Overhead', 48606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67762, 67762, 'Less than 6 inches', 'Less-than-6-inches', 67761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67763, 67763, '6-6.9 inches', '6-6-9-inches', 67761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67764, 67764, '7-7.9 inches', '7-7-9-inches', 67761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79831, 79831, '8-10.9 inches', '8-10-9-inches', 67761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48607, 48607, '11-13.9 inches', '11-13-9-inches', 67761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79832, 79832, '14 inches and larger', '14-inches-and-larger', 67761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67765, 67765, 'Headrest Monitors', 'Headrest-Monitors', 48606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67766, 67766, 'Less than 4 inches', 'Less-than-4-inches', 67765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94849, 94849, '4-5.9 inches', '4-5-9-inches', 67765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94847, 94847, '6-6.9 inches', '6-6-9-inches', 67765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94848, 94848, '7-7.9 inches', '7-7-9-inches', 67765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48608, 48608, '8 inches and larger', '8-inches-and-larger', 67765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149976, 149976, 'Rear View Monitors', 'Rear-View-Monitors', 48606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67767, 67767, 'Stand-Alone, In-Dash', 'Stand-Alone-In-Dash', 48606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67768, 67768, 'Less than 5 inches', 'Less-than-5-inches', 67767, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67769, 67769, '5-5.9 inches', '5-5-9-inches', 67767, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67770, 67770, '6-6.9 inches', '6-6-9-inches', 67767, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67771, 67771, '7-7.9 inches', '7-7-9-inches', 67767, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48609, 48609, '8 inches and larger', '8-inches-and-larger', 67767, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32826, 32826, 'Other Car Video Monitors', 'Other-Car-Video-Monitors', 48606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79834, 79834, 'Car Video Units With GPS/Nav', 'Car-Video-Units-With-GPS-Nav', 48604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32825, 32825, 'Car Video Units W/out GPS/Nav', 'Car-Video-Units-W-out-GPS-Nav', 48604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73333, 73333, 'GPS & Navigation Software', 'GPS-and-Navigation-Software', 48604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48605, 48605, 'Other Car Video', 'Other-Car-Video', 48604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32806, 32806, 'Installation Products', 'Installation-Products', 3270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67760, 67760, 'Acoustic Dampening Materials', 'Acoustic-Dampening-Materials', 32806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32807, 32807, 'Cables, Wiring, Kits', 'Cables-Wiring-Kits', 32806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71527, 71527, 'Amplifier Kits', 'Amplifier-Kits', 32807, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79815, 79815, '0 Gauge', '0-Gauge', 71527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71528, 71528, '4 Gauge', '4-Gauge', 71527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71529, 71529, '8 Gauge', '8-Gauge', 71527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32808, 32808, 'Other Sizes', 'Other-Sizes', 71527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50546, 50546, 'Factory System Wiring Kits', 'Factory-System-Wiring-Kits', 32807, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94844, 94844, 'Interconnects', 'Interconnects', 32807, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94845, 94845, '2 Channel', '2-Channel', 94844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94846, 94846, '4 Channel', '4-Channel', 94844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32809, 32809, 'Other', 'Other', 94844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32810, 32810, 'Power Wire', 'Power-Wire', 32807, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32811, 32811, 'Speaker Wire', 'Speaker-Wire', 32807, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75386, 75386, 'Capacitors', 'Capacitors', 32806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75387, 75387, '1-1.9 Farad', '1-1-9-Farad', 75386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50547, 50547, '2-2.9 Farad', '2-2-9-Farad', 75386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75388, 75388, '3 or More Farad', '3-or-More-Farad', 75386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32813, 32813, 'Circuit Breakers', 'Circuit-Breakers', 32806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50549, 50549, 'Connectors, Terminals', 'Connectors-Terminals', 32806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85806, 85806, 'Dashboard Installation Kits', 'Dashboard-Installation-Kits', 32806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50550, 50550, 'Distribution Blocks', 'Distribution-Blocks', 32806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50551, 50551, 'Fuses, Fuse Holders', 'Fuses-Fuse-Holders', 32806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64578, 64578, 'Wire Harnesses', 'Wire-Harnesses', 32806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32812, 32812, 'Aftermarket Harnesses', 'Aftermarket-Harnesses', 64578, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64579, 64579, 'Factory & OEM Harnesses', 'Factory-and-OEM-Harnesses', 64578, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50552, 50552, 'Other Installation Products', 'Other-Installation-Products', 32806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60207, 60207, 'Parts & Accessories', 'Parts-and-Accessories', 3270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60208, 60208, 'Adaptors', 'Adaptors', 60207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71536, 71536, 'Car Lighting', 'Car-Lighting', 60207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58017, 58017, 'Exterior Lighting', 'Exterior-Lighting', 71536, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58019, 58019, 'Car LED Lights', 'Car-LED-Lights', 58017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58018, 58018, 'Car Neon Lights', 'Car-Neon-Lights', 58017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94850, 94850, 'Xenon Lights', 'Xenon-Lights', 58017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20334, 20334, 'Other Lighting', 'Other-Lighting', 58017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71537, 71537, 'Interior Lighting', 'Interior-Lighting', 71536, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71535, 71535, 'Faceplate Replacements', 'Faceplate-Replacements', 60207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58020, 58020, 'Power Inverters', 'Power-Inverters', 60207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79816, 79816, '1-500 Watts', '1-500-Watts', 58020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79817, 79817, '501-999 Watts', '501-999-Watts', 58020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85805, 85805, '1000-3999 Watts', '1000-3999-Watts', 58020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32814, 32814, '4000 Watts or Greater', '4000-Watts-or-Greater', 58020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50553, 50553, 'Radio Antennas', 'Radio-Antennas', 60207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94851, 94851, 'Remote Controls', 'Remote-Controls', 60207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94852, 94852, 'Pioneer', 'Pioneer', 94851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94853, 94853, 'Sony', 'Sony', 94851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12040, 12040, 'Other Remote Controls', 'Other-Remote-Controls', 94851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14932, 14932, 'Other Accessories', 'Other-Accessories', 60207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39764, 39764, 'Radar, Laser Detectors', 'Radar-Laser-Detectors', 3270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39765, 39765, 'BEL', 'BEL', 39764, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88746, 88746, 'Cobra', 'Cobra', 39764, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88747, 88747, 'ESD', 'ESD', 88746, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88748, 88748, 'XRS', 'XRS', 88746, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39766, 39766, 'Other Models', 'Other-Models', 88746, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39767, 39767, 'Escort', 'Escort', 39764, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73334, 73334, 'Rocky Mountain', 'Rocky-Mountain', 39764, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88749, 88749, 'Whistler', 'Whistler', 39764, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14935, 14935, 'Other Brands', 'Other-Brands', 39764, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79839, 79839, 'Signal Processors', 'Signal-Processors', 3270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14931, 14931, 'Combination Signal Processors', 'Combination-Signal-Processors', 79839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79840, 79840, 'Crossovers Only', 'Crossovers-Only', 79839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79841, 79841, 'Equalizers Only', 'Equalizers-Only', 79839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79842, 79842, 'Processors Only', 'Processors-Only', 79839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73335, 73335, '12-Volt Portable Appliances', '12-Volt-Portable-Appliances', 3270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1498, 1498, 'Other Car Electronics', 'Other-Car-Electronics', 3270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58036, 58036, 'Wholesale Car Audio Lots', 'Wholesale-Car-Audio-Lots', 3270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32852, 32852, 'DVD & Home Theater', 'DVD-and-Home-Theater', 293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15077, 15077, 'DVD Players', 'DVD-Players', 32852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61239, 61239, 'DVD Recorders', 'DVD-Recorders', 32852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32865, 32865, 'DVD/VCR Combo Players', 'DVD-VCR-Combo-Players', 32852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22610, 22610, 'Home Theater Projectors', 'Home-Theater-Projectors', 32852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32862, 32862, 'CRT Projectors', 'CRT-Projectors', 22610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48653, 48653, 'DLP Projectors', 'DLP-Projectors', 22610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48654, 48654, 'LCD Projectors', 'LCD-Projectors', 22610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71583, 71583, 'Projector Lamps & Bulbs', 'Projector-Lamps-and-Bulbs', 22610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48655, 48655, 'Projector Screens & Material', 'Projector-Screens-and-Material', 22610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71587, 71587, 'Other Projectors', 'Other-Projectors', 22610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1499, 1499, 'Home Theater Systems', 'Home-Theater-Systems', 32852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3317, 3317, 'Laserdisc Players', 'Laserdisc-Players', 32852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79862, 79862, 'TiVo, Digital Video Recorders', 'TiVo-Digital-Video-Recorders', 32852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79863, 79863, 'DirecTV TiVo DVR, HD', 'DirecTV-TiVo-DVR-HD', 79862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79864, 79864, 'DirecTV TiVo DVR, non-HD', 'DirecTV-TiVo-DVR-non-HD', 79862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79865, 79865, 'TiVo Series2 DVR', 'TiVo-Series2-DVR', 79862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147873, 147873, 'TiVo Series3 DVR', 'TiVo-Series3-DVR', 79862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79867, 79867, 'TiVo DVR / DVD Recorder', 'TiVo-DVR-DVD-Recorder', 79862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32850, 32850, 'ReplayTV', 'ReplayTV', 79862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11725, 11725, 'Other DVRs', 'Other-DVRs', 79862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15088, 15088, 'VCRs', 'VCRs', 32852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39830, 39830, 'Beta', 'Beta', 15088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3318, 3318, 'VHS', 'VHS', 15088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14948, 14948, 'Gadgets & Other Electronics', 'Gadgets-and-Other-Electronics', 293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41387, 41387, 'Air Purifiers', 'Air-Purifiers', 14948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149977, 149977, 'HEPA', 'HEPA', 41387, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149978, 149978, 'Ionizers', 'Ionizers', 41387, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41389, 41389, 'Ozone', 'Ozone', 41387, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149979, 149979, 'UV', 'UV', 41387, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14949, 14949, 'Other Methods', 'Other-Methods', 41387, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58037, 58037, 'Breathalyzers', 'Breathalyzers', 14948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11711, 11711, 'Calculators', 'Calculators', 14948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58041, 58041, 'Basic Calculators', 'Basic-Calculators', 11711, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50573, 50573, 'Books, Manuals', 'Books-Manuals', 11711, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50574, 50574, 'Financial Calculators', 'Financial-Calculators', 11711, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50575, 50575, 'Hewlett-Packard', 'Hewlett-Packard', 50574, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75392, 75392, 'Sharp', 'Sharp', 50574, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50576, 50576, 'Texas Instruments', 'Texas-Instruments', 50574, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11712, 11712, 'Other Brands', 'Other-Brands', 50574, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41390, 41390, 'Graphing Calculators', 'Graphing-Calculators', 11711, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50577, 50577, 'Hewlett-Packard', 'Hewlett-Packard', 41390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50578, 50578, 'Texas Instruments', 'Texas-Instruments', 41390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50580, 50580, 'TI-82', 'TI-82', 50578, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41391, 41391, 'TI-83 Plus', 'TI-83-Plus', 50578, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73338, 73338, 'TI-84', 'TI-84', 50578, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41392, 41392, 'TI-85, TI-86', 'TI-85-TI-86', 50578, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50581, 50581, 'TI-89', 'TI-89', 50578, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50579, 50579, 'Other', 'Other', 50578, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149980, 149980, 'Cables, Links', 'Cables-Links', 41390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20335, 20335, 'Other Brands', 'Other-Brands', 41390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75393, 75393, 'Printing Calculators', 'Printing-Calculators', 11711, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58038, 58038, 'Scientific Calculators', 'Scientific-Calculators', 11711, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58039, 58039, 'Hewlett-Packard', 'Hewlett-Packard', 58038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58040, 58040, 'Texas Instruments', 'Texas-Instruments', 58038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11713, 11713, 'Other', 'Other', 58038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58042, 58042, 'Vintage Calculators', 'Vintage-Calculators', 11711, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3294, 3294, 'Other Calculators', 'Other-Calculators', 11711, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50608, 50608, 'Digital Clocks & Clock Radios', 'Digital-Clocks-and-Clock-Radios', 14948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50609, 50609, 'Alarm Clocks', 'Alarm-Clocks', 50608, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149985, 149985, 'Ambient Noise Alarm Clocks', 'Ambient-Noise-Alarm-Clocks', 50608, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50614, 50614, 'Clock Radios', 'Clock-Radios', 50608, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50613, 50613, 'Clock Radios with CD Players', 'Clock-Radios-with-CD-Players', 50608, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50610, 50610, 'Travel Alarm Clocks', 'Travel-Alarm-Clocks', 50608, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79847, 79847, 'Wall Clocks', 'Wall-Clocks', 50608, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94861, 94861, 'Dictionaries & Translators', 'Dictionaries-and-Translators', 14948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94862, 94862, 'English Only', 'English-Only', 94861, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94863, 94863, 'Foreign Language', 'Foreign-Language', 94861, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14952, 14952, 'Eastern Languages', 'Eastern-Languages', 94863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94864, 94864, 'Western Languages', 'Western-Languages', 94863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88752, 88752, 'eBooks', 'eBooks', 14948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73340, 73340, 'Flashlight Key Chains', 'Flashlight-Key-Chains', 14948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67919, 67919, 'Fresnel Lenses', 'Fresnel-Lenses', 14948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50582, 50582, 'Home Automation', 'Home-Automation', 14948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 50583, 50583, 'Controllers', 'Controllers', 50582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50584, 50584, 'Home Automation Kits', 'Home-Automation-Kits', 50582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14953, 14953, 'Intercoms', 'Intercoms', 50582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94877, 94877, 'Modules', 'Modules', 50582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94878, 94878, 'Leviton', 'Leviton', 94877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40976, 40976, 'X-10', 'X-10', 94877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94879, 94879, 'Other Brands', 'Other-Brands', 94877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88753, 88753, 'Switches', 'Switches', 50582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94880, 94880, 'Transceivers', 'Transceivers', 50582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50585, 50585, 'Motion Sensors', 'Motion-Sensors', 50582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50586, 50586, 'Remote Controls', 'Remote-Controls', 50582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50587, 50587, 'Other', 'Other', 50582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75394, 75394, 'Language Filters', 'Language-Filters', 14948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94881, 94881, 'Laser Pointers', 'Laser-Pointers', 14948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149981, 149981, 'Flashlights', 'Flashlights', 94881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149982, 149982, 'Keychains', 'Keychains', 94881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149983, 149983, 'Multiple Use', 'Multiple-Use', 94881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149984, 149984, 'Presentation Pointers', 'Presentation-Pointers', 94881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14954, 14954, 'Other', 'Other', 94881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58054, 58054, 'Metal Detectors', 'Metal-Detectors', 14948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58055, 58055, 'Books, Maps', 'Books-Maps', 58054, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58056, 58056, 'Digging Tools', 'Digging-Tools', 58054, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14955, 14955, 'Handheld Units', 'Handheld-Units', 58054, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58057, 58057, 'Other', 'Other', 58054, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73364, 73364, 'Polygraphs', 'Polygraphs', 14948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73365, 73365, 'Radiation Detectors', 'Radiation-Detectors', 14948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73366, 73366, 'RF Locators', 'RF-Locators', 14948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79852, 79852, 'Therapeutic Devices', 'Therapeutic-Devices', 14948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73367, 73367, 'Timers', 'Timers', 14948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48633, 48633, 'Surveillance', 'Surveillance', 14948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48637, 48637, 'Accessories & Cables', 'Accessories-and-Cables', 48633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73336, 73336, 'Bug / RF Detectors', 'Bug-RF-Detectors', 48633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75396, 75396, 'Bugs, Transmitters', 'Bugs-Transmitters', 48633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73363, 73363, 'Night Vision Binoculars', 'Night-Vision-Binoculars', 48633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75397, 75397, 'Processors', 'Processors', 48633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48635, 48635, 'Security Monitors', 'Security-Monitors', 48633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48636, 48636, 'Security Systems', 'Security-Systems', 48633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48638, 48638, 'Surveillance, Spy Cameras', 'Surveillance-Spy-Cameras', 48633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75395, 75395, 'Fake Cameras', 'Fake-Cameras', 48638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48628, 48628, 'Wired Cameras', 'Wired-Cameras', 48638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14957, 14957, 'Black & White', 'Black-and-White', 48628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48629, 48629, 'Color', 'Color', 48628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48630, 48630, 'Wireless Cameras', 'Wireless-Cameras', 48638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48631, 48631, 'Black & White', 'Black-and-White', 48630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48632, 48632, 'Color', 'Color', 48630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88754, 88754, 'Surveillance DVR', 'Surveillance-DVR', 48633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88755, 88755, '4 Channel', '4-Channel', 88754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116224, 116224, '8 Channel', '8-Channel', 88754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88756, 88756, '16 Channel', '16-Channel', 88754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48634, 48634, 'Other Surveillance DVR', 'Other-Surveillance-DVR', 88754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48839, 48839, 'Other', 'Other', 48633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88757, 88757, 'Voltage Converters', 'Voltage-Converters', 14948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88758, 88758, 'AC-DC, 12 Volt', 'AC-DC-12-Volt', 88757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88759, 88759, 'Travel, Foreign Current', 'Travel-Foreign-Current', 88757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50588, 50588, 'Other', 'Other', 88757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48623, 48623, 'Weather Devices', 'Weather-Devices', 14948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40977, 40977, 'Indoor, Outdoor Thermometers', 'Indoor-Outdoor-Thermometers', 48623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48625, 48625, 'Meters, Stations', 'Meters-Stations', 48623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16704, 16704, 'Weather Radios', 'Weather-Radios', 48623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48624, 48624, 'Other Weather Devices', 'Other-Weather-Devices', 48623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 294, 294, 'Other Gadgets', 'Other-Gadgets', 14948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34288, 34288, 'GPS Devices', 'GPS-Devices', 293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73341, 73341, 'Accessories & Cables', 'Accessories-and-Cables', 34288, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73342, 73342, 'Adapters', 'Adapters', 73341, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73343, 73343, 'Garmin', 'Garmin', 73342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73344, 73344, 'Magellan', 'Magellan', 73342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73345, 73345, 'Other Brands', 'Other-Brands', 73342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73346, 73346, 'Antennas', 'Antennas', 73341, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58044, 58044, 'Garmin', 'Garmin', 73346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73347, 73347, 'Magellan', 'Magellan', 73346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73348, 73348, 'Other Brands', 'Other-Brands', 73346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73349, 73349, 'Chargers & Cables', 'Chargers-and-Cables', 73341, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58045, 58045, 'Garmin', 'Garmin', 73349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58051, 58051, 'Magellan', 'Magellan', 73349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73350, 73350, 'Other Brands', 'Other-Brands', 73349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73351, 73351, 'Holders, Mounts', 'Holders-Mounts', 73341, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58046, 58046, 'Garmin', 'Garmin', 73351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73352, 73352, 'Magellan', 'Magellan', 73351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73353, 73353, 'Other Brands', 'Other-Brands', 73351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58048, 58048, 'Memory Cards', 'Memory-Cards', 73341, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58049, 58049, 'Other Accessories', 'Other-Accessories', 73341, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84074, 84074, 'Automotive GPS Devices', 'Automotive-GPS-Devices', 34288, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116218, 116218, 'Garmin', 'Garmin', 84074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116219, 116219, 'Garmin Quest', 'Garmin-Quest', 116218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94872, 94872, 'Garmin StreetPilot', 'Garmin-StreetPilot', 116218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84075, 84075, 'Other Garmin Models', 'Other-Garmin-Models', 116218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84076, 84076, 'Magellan', 'Magellan', 84074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 148488, 148488, 'Mio', 'Mio', 84074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116220, 116220, 'Navman', 'Navman', 84074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 148489, 148489, 'Nextar', 'Nextar', 84074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116221, 116221, 'TomTom', 'TomTom', 84074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73332, 73332, 'Other', 'Other', 84074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84077, 84077, 'Marine GPS Devices', 'Marine-GPS-Devices', 34288, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73354, 73354, 'Recreational GPS Devices', 'Recreational-GPS-Devices', 34288, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73355, 73355, 'Cobra', 'Cobra', 73354, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73357, 73357, 'DeLorme', 'DeLorme', 73354, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94865, 94865, 'Garmin', 'Garmin', 73354, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116222, 116222, 'Garmin GPS 60', 'Garmin-GPS-60', 94865, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94866, 94866, 'Garmin eTrex Legend', 'Garmin-eTrex-Legend', 94865, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116223, 116223, 'Garmin eTrex Vista', 'Garmin-eTrex-Vista', 94865, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94867, 94867, 'Garmin Forerunner', 'Garmin-Forerunner', 94865, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94868, 94868, 'Garmin iQue', 'Garmin-iQue', 94865, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94869, 94869, 'Garmin Geko', 'Garmin-Geko', 94865, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94870, 94870, 'Garmin GPSMap', 'Garmin-GPSMap', 94865, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94871, 94871, 'Garmin Rino', 'Garmin-Rino', 94865, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34289, 34289, 'Other Garmin Models', 'Other-Garmin-Models', 94865, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 148490, 148490, 'Holux', 'Holux', 73354, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73358, 73358, 'Lowrance', 'Lowrance', 73354, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94873, 94873, 'Magellan', 'Magellan', 73354, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94874, 94874, 'Explorist', 'Explorist', 94873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94875, 94875, 'Meridian', 'Meridian', 94873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94876, 94876, 'Sportrak', 'Sportrak', 94873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34290, 34290, 'Other Magellan', 'Other-Magellan', 94873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73359, 73359, 'Navman', 'Navman', 73354, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4668, 4668, 'Other Brands', 'Other-Brands', 73354, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73360, 73360, 'Maps, Software', 'Maps-Software', 34288, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58047, 58047, 'Garmin', 'Garmin', 73360, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58052, 58052, 'Magellan', 'Magellan', 73360, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73361, 73361, 'Other Brands', 'Other-Brands', 73360, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73362, 73362, 'Tracking Devices', 'Tracking-Devices', 34288, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14969, 14969, 'Home Audio', 'Home-Audio', 293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14970, 14970, 'Amplifiers', 'Amplifiers', 14969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3280, 3280, 'Integrated Amplifiers', 'Integrated-Amplifiers', 14970, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39782, 39782, 'Power Amplifiers', 'Power-Amplifiers', 14970, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67786, 67786, 'Mono', 'Mono', 39782, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39783, 39783, '2-Channel', '2-Channel', 39782, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14973, 14973, 'Multi-Channel', 'Multi-Channel', 39782, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48645, 48645, 'Cassette Decks', 'Cassette-Decks', 14969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4784, 4784, 'Single Cassette', 'Single-Cassette', 48645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48646, 48646, 'Dual Cassette', 'Dual-Cassette', 48645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14971, 14971, 'CD Players & Recorders', 'CD-Players-and-Recorders', 14969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14976, 14976, 'CD Recorders', 'CD-Recorders', 14971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3272, 3272, 'Single Disc Players', 'Single-Disc-Players', 14971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61324, 61324, 'Multi-Disc Players', 'Multi-Disc-Players', 14971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71557, 71557, '2-4 Disc Changers', '2-4-Disc-Changers', 61324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14975, 14975, '5 Disc Changers', '5-Disc-Changers', 61324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61325, 61325, '6-10 Disc Changers', '6-10-Disc-Changers', 61324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61326, 61326, '10+ Disc Jukeboxes', '10-Disc-Jukeboxes', 61324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14977, 14977, 'Crossovers', 'Crossovers', 14969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88760, 88760, 'Digital Music Players/Servers', 'Digital-Music-Players-Servers', 14969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3271, 3271, 'Equalizers', 'Equalizers', 14969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50589, 50589, 'Karaoke', 'Karaoke', 14969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64602, 64602, 'Complete Systems', 'Complete-Systems', 50589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64603, 64603, 'System with Monitor', 'System-with-Monitor', 64602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14989, 14989, 'System without Monitor', 'System-without-Monitor', 64602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64604, 64604, 'Karaoke CDs, Songs', 'Karaoke-CDs-Songs', 50589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50590, 50590, 'Microphones', 'Microphones', 50589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64605, 64605, 'Mixers', 'Mixers', 50589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64606, 64606, 'Players / Decoders', 'Players-Decoders', 50589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64607, 64607, 'Karaoke / CD Players', 'Karaoke-CD-Players', 64606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64608, 64608, 'Karaoke / DVD Players', 'Karaoke-DVD-Players', 64606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64609, 64609, 'Other', 'Other', 64606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4786, 4786, 'MiniDisc Players', 'MiniDisc-Players', 14969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12050, 12050, 'Preamplifiers', 'Preamplifiers', 14969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14978, 14978, 'Processors', 'Processors', 14969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94902, 94902, 'Radios', 'Radios', 14969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94903, 94903, 'Receivers', 'Receivers', 14969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14981, 14981, 'Home Theater Receivers', 'Home-Theater-Receivers', 94903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3279, 3279, 'Stereo Receivers (2-Channel)', 'Stereo-Receivers-2-Channel', 94903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39819, 39819, 'Shelf, Compact Systems', 'Shelf-Compact-Systems', 14969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4787, 4787, '1-2 Disc Systems', '1-2-Disc-Systems', 39819, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67802, 67802, '3-4 Disc Systems', '3-4-Disc-Systems', 39819, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67803, 67803, '5+ Disc Systems', '5-Disc-Systems', 39819, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14990, 14990, 'Speakers & Subwoofers', 'Speakers-and-Subwoofers', 14969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14991, 14991, 'Bookshelf Speakers', 'Bookshelf-Speakers', 14990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14992, 14992, 'Center Channel Speakers', 'Center-Channel-Speakers', 14990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14993, 14993, 'Floor Standing Speakers', 'Floor-Standing-Speakers', 14990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14994, 14994, 'In-Wall Speakers', 'In-Wall-Speakers', 14990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14995, 14995, 'Outdoor Speakers', 'Outdoor-Speakers', 14990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14996, 14996, 'Rear Surround Speakers', 'Rear-Surround-Speakers', 14990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32861, 32861, 'Speaker Systems', 'Speaker-Systems', 14990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3275, 3275, 'Subwoofers', 'Subwoofers', 14990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 137944, 137944, 'Tweeters', 'Tweeters', 14990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61382, 61382, 'Wireless Speakers', 'Wireless-Speakers', 14990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3276, 3276, 'Other Speakers', 'Other-Speakers', 14990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3282, 3282, 'Tuners, AM/FM', 'Tuners-AM-FM', 14969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3283, 3283, 'Turntables', 'Turntables', 14969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64619, 64619, 'Turntable Parts & Accessories', 'Turntable-Parts-and-Accessories', 14969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64620, 64620, 'Cartridges, Stylus', 'Cartridges-Stylus', 64619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64622, 64622, 'Turntable Belts', 'Turntable-Belts', 64619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48648, 48648, 'Other', 'Other', 64619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14980, 14980, 'Other Home Audio', 'Other-Home-Audio', 14969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56169, 56169, 'MP3 Accessories', 'MP3-Accessories', 293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146499, 146499, 'Car Kits', 'Car-Kits', 56169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58350, 58350, 'Apple iPod', 'Apple-iPod', 146499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86532, 86532, 'Other MP3 Players', 'Other-MP3-Players', 146499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146500, 146500, 'Car Chargers', 'Car-Chargers', 56169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67832, 67832, 'Apple iPod', 'Apple-iPod', 146500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86533, 86533, 'Other MP3 Players', 'Other-MP3-Players', 146500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146501, 146501, 'Cases', 'Cases', 56169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56170, 56170, 'Apple iPod', 'Apple-iPod', 146501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86534, 86534, 'Other MP3 Players', 'Other-MP3-Players', 146501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146502, 146502, 'Cassette Adapters', 'Cassette-Adapters', 56169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73835, 73835, 'Apple iPod', 'Apple-iPod', 146502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86535, 86535, 'Other MP3 Players', 'Other-MP3-Players', 146502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146503, 146503, 'Docks, Cradles', 'Docks-Cradles', 56169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84082, 84082, 'Apple iPod', 'Apple-iPod', 146503, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86536, 86536, 'Other MP3 Players', 'Other-MP3-Players', 146503, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146504, 146504, 'FM Transmitters', 'FM-Transmitters', 56169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73836, 73836, 'Apple iPod', 'Apple-iPod', 146504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86537, 86537, 'Other MP3 Players', 'Other-MP3-Players', 146504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146505, 146505, 'Headphones, Earbuds', 'Headphones-Earbuds', 56169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111693, 111693, 'Apple iPod', 'Apple-iPod', 146505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111695, 111695, 'Other MP3 Players', 'Other-MP3-Players', 146505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146498, 146498, 'MP3 Batteries', 'MP3-Batteries', 56169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118261, 118261, 'Apple iPod', 'Apple-iPod', 146498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118262, 118262, 'Other MP3 Players', 'Other-MP3-Players', 146498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146506, 146506, 'Remotes', 'Remotes', 56169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79877, 79877, 'Apple iPod', 'Apple-iPod', 146506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86538, 86538, 'Other MP3 Players', 'Other-MP3-Players', 146506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146507, 146507, 'Skins', 'Skins', 56169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56171, 56171, 'Apple iPod', 'Apple-iPod', 146507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86539, 86539, 'Other MP3 Players', 'Other-MP3-Players', 146507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146508, 146508, 'Speakers', 'Speakers', 56169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111694, 111694, 'Apple iPod', 'Apple-iPod', 146508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111696, 111696, 'Other MP3 Players', 'Other-MP3-Players', 146508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146509, 146509, 'USB Cables', 'USB-Cables', 56169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56172, 56172, 'Apple iPod', 'Apple-iPod', 146509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86540, 86540, 'Other MP3 Players', 'Other-MP3-Players', 146509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146497, 146497, 'Accessory Bundles', 'Accessory-Bundles', 56169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73834, 73834, 'Apple iPod', 'Apple-iPod', 146497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86531, 86531, 'Other MP3 Players', 'Other-MP3-Players', 146497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146510, 146510, 'Other MP3 Accessories', 'Other-MP3-Accessories', 56169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48680, 48680, 'Apple iPod', 'Apple-iPod', 146510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86541, 86541, 'Other MP3 Players', 'Other-MP3-Players', 146510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15052, 15052, 'Portable Audio/Video', 'Portable-Audio-Video', 293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48626, 48626, 'Boomboxes', 'Boomboxes', 15052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15053, 15053, 'Cassette Players', 'Cassette-Players', 15052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15054, 15054, 'CD Players', 'CD-Players', 15052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15056, 15056, 'MiniDisc Players', 'MiniDisc-Players', 15052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15055, 15055, 'Portable DVD Players', 'Portable-DVD-Players', 15052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98198, 98198, 'Portable Media Centers', 'Portable-Media-Centers', 15052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146511, 146511, 'Portable Radios', 'Portable-Radios', 15052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146514, 146514, 'AM/FM Radios', 'AM-FM-Radios', 146511, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146512, 146512, 'Emergency, Crank, Solar Radios', 'Emergency-Crank-Solar-Radios', 146511, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146513, 146513, 'Sport Radios', 'Sport-Radios', 146511, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16702, 16702, 'Other', 'Other', 146511, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48690, 48690, 'Speakers', 'Speakers', 15052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40981, 40981, 'Voice Recorders', 'Voice-Recorders', 15052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48689, 48689, 'Cassette', 'Cassette', 40981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48688, 48688, 'Digital', 'Digital', 40981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14960, 14960, 'Other', 'Other', 40981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149967, 149967, 'Portable A/V Accessories', 'Portable-A-V-Accessories', 15052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50607, 50607, 'Bags & Storage', 'Bags-and-Storage', 149967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149968, 149968, 'Portable DVD Case Mounts', 'Portable-DVD-Case-Mounts', 149967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149969, 149969, 'Power Adapters & Inverters', 'Power-Adapters-and-Inverters', 149967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149970, 149970, 'Other', 'Other', 149967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3281, 3281, 'Other Portable Audio', 'Other-Portable-Audio', 15052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1500, 1500, 'Radios: CB, Ham & Shortwave', 'Radios-CB-Ham-and-Shortwave', 293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20381, 20381, '2-Way Radios, Walkie Talkies', '2-Way-Radios-Walkie-Talkies', 1500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58352, 58352, 'Accessories', 'Accessories', 20381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149995, 149995, '2-Way Radios', '2-Way-Radios', 20381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20382, 20382, 'Cobra', 'Cobra', 149995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50625, 50625, 'Midland', 'Midland', 149995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20383, 20383, 'Motorola', 'Motorola', 149995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155297, 155297, 'Other', 'Other', 149995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149996, 149996, 'FRS Radios', 'FRS-Radios', 20381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149997, 149997, 'GMRS Radios', 'GMRS-Radios', 20381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149998, 149998, 'Walkie Talkies', 'Walkie-Talkies', 20381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3308, 3308, 'Other', 'Other', 20381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40054, 40054, 'CB Radio', 'CB-Radio', 1500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48691, 48691, 'Accessories', 'Accessories', 40054, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48692, 48692, 'Antennas', 'Antennas', 48691, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48693, 48693, 'Books, Manuals, Magazines', 'Books-Manuals-Magazines', 48691, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48694, 48694, 'Mounts', 'Mounts', 48691, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48695, 48695, 'Speakers & Microphones', 'Speakers-and-Microphones', 48691, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48696, 48696, 'Other Accessories', 'Other-Accessories', 48691, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48697, 48697, 'CB Radios', 'CB-Radios', 40054, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40055, 40055, 'Cobra', 'Cobra', 48697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40056, 40056, 'Midland', 'Midland', 48697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40057, 40057, 'Realistic', 'Realistic', 48697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40058, 40058, 'Uniden', 'Uniden', 48697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1501, 1501, 'Other Brands', 'Other-Brands', 48697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48699, 48699, 'Meters', 'Meters', 40054, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4670, 4670, 'Ham Radio', 'Ham-Radio', 1500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40059, 40059, 'Accessories', 'Accessories', 4670, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4672, 4672, 'Antennas', 'Antennas', 40059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48703, 48703, 'Batteries & Chargers', 'Batteries-and-Chargers', 40059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15050, 15050, 'Books, Manuals, Magazines', 'Books-Manuals-Magazines', 40059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48704, 48704, 'Cables & Adapters', 'Cables-and-Adapters', 40059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48705, 48705, 'Headsets & Earbuds', 'Headsets-and-Earbuds', 40059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48706, 48706, 'Keys', 'Keys', 40059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48707, 48707, 'Microphones', 'Microphones', 40059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48708, 48708, 'Power Supply', 'Power-Supply', 40059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48709, 48709, 'Speakers', 'Speakers', 40059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4671, 4671, 'Other Accessories', 'Other-Accessories', 40059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48700, 48700, 'Amplifiers', 'Amplifiers', 4670, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48701, 48701, 'Meters', 'Meters', 4670, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48702, 48702, 'Oscillators & Filters', 'Oscillators-and-Filters', 4670, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4673, 4673, 'Receivers', 'Receivers', 4670, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40065, 40065, 'Transceivers', 'Transceivers', 4670, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40066, 40066, 'ICOM', 'ICOM', 40065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40067, 40067, 'Kenwood', 'Kenwood', 40065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40068, 40068, 'Motorola', 'Motorola', 40065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40069, 40069, 'Yaesu', 'Yaesu', 40065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4674, 4674, 'Other Brands', 'Other-Brands', 40065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4675, 4675, 'Transmitters', 'Transmitters', 4670, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48710, 48710, 'Tubes', 'Tubes', 4670, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48711, 48711, 'Tuners', 'Tuners', 4670, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1502, 1502, 'Other Ham Radio', 'Other-Ham-Radio', 4670, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149987, 149987, 'Marine Radio', 'Marine-Radio', 1500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40978, 40978, 'Scanners', 'Scanners', 1500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149988, 149988, 'Antennas', 'Antennas', 40978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149989, 149989, '8-20 Channels', '8-20-Channels', 40978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149990, 149990, '20-150 Channels', '20-150-Channels', 40978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149991, 149991, '150-1000 Channels', '150-1000-Channels', 40978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149992, 149992, '1000+ Channels', '1000-Channels', 40978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149993, 149993, 'Crystal Scanners', 'Crystal-Scanners', 40978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149994, 149994, 'Owners Manuals, Books', 'Owners-Manuals-Books', 40978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14956, 14956, 'Other', 'Other', 40978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15051, 15051, 'Shortwave Radio', 'Shortwave-Radio', 1500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 296, 296, 'Other CB, Ham & Shortwave', 'Other-CB-Ham-and-Shortwave', 1500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60204, 60204, 'Satellite Radio', 'Satellite-Radio', 293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109255, 109255, 'Sirius', 'Sirius', 60204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109256, 109256, 'Complete Systems', 'Complete-Systems', 109255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109257, 109257, 'Receivers Only', 'Receivers-Only', 109255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60205, 60205, 'Other Products & Kits', 'Other-Products-and-Kits', 109255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71531, 71531, 'XM Radio', 'XM-Radio', 60204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109258, 109258, 'Complete Systems', 'Complete-Systems', 71531, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79837, 79837, 'Receivers Only', 'Receivers-Only', 71531, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71534, 71534, 'Other Products & Kits', 'Other-Products-and-Kits', 71531, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109264, 109264, 'Satellite Radio Accessories', 'Satellite-Radio-Accessories', 60204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109271, 109271, 'Accessory Kits', 'Accessory-Kits', 109264, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109273, 109273, 'Docking Stands & Mounts', 'Docking-Stands-and-Mounts', 109264, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71533, 71533, 'Modulators & Transmitters', 'Modulators-and-Transmitters', 109264, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109275, 109275, 'Other', 'Other', 109264, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61383, 61383, 'Satellite, Cable TV', 'Satellite-Cable-TV', 293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39804, 39804, 'Cable TV Boxes', 'Cable-TV-Boxes', 61383, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61385, 61385, 'Satellite Dishes', 'Satellite-Dishes', 61383, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 32841, 32841, 'DIRECTV', 'DIRECTV', 61385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32844, 32844, 'Dish Network', 'Dish-Network', 61385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61386, 61386, 'Other', 'Other', 61385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67887, 67887, 'Satellite Receivers, High Def.', 'Satellite-Receivers-High-Def-', 61383, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67888, 67888, 'DIRECTV', 'DIRECTV', 67887, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67893, 67893, 'Dish Network', 'Dish-Network', 67887, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61387, 61387, 'Satellite Receivers, Standard', 'Satellite-Receivers-Standard', 61383, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67894, 67894, 'DIRECTV', 'DIRECTV', 61387, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32845, 32845, 'Dish Network', 'Dish-Network', 61387, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61393, 61393, 'Satellite Systems', 'Satellite-Systems', 61383, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15070, 15070, 'DIRECTV', 'DIRECTV', 61393, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32846, 32846, 'Dish Network', 'Dish-Network', 61393, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32848, 32848, 'Other Providers', 'Other-Providers', 61393, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61384, 61384, 'Satellite, Cable TV Accs', 'Satellite-Cable-TV-Accs', 61383, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67879, 67879, 'Cables', 'Cables', 61384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4693, 4693, 'Crimpers, Strippers', 'Crimpers-Strippers', 61384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149971, 149971, 'LNB Converters', 'LNB-Converters', 61384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67880, 67880, 'Multiswitches', 'Multiswitches', 61384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39803, 39803, 'Signal Amplifiers, Filters', 'Signal-Amplifiers-Filters', 61384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67882, 67882, 'Signal Finders', 'Signal-Finders', 61384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149972, 149972, 'Splitters', 'Splitters', 61384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149973, 149973, 'Tripods, Poles, Masts', 'Tripods-Poles-Masts', 61384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11726, 11726, 'Other', 'Other', 61384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32847, 32847, 'Other Satellite, Cable TV', 'Other-Satellite-Cable-TV', 61383, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3286, 3286, 'Telephones & Pagers', 'Telephones-and-Pagers', 293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15047, 15047, 'Answering Machines', 'Answering-Machines', 3286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15048, 15048, 'Caller ID Boxes', 'Caller-ID-Boxes', 3286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3310, 3310, 'Calling Cards', 'Calling-Cards', 3286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41373, 41373, 'Corded Telephones', 'Corded-Telephones', 3286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41374, 41374, 'Tabletop', 'Tabletop', 41373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41375, 41375, 'Wall-Mounted', 'Wall-Mounted', 41373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58353, 58353, 'Cords & Connectors', 'Cords-and-Connectors', 41373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3313, 3313, 'Other', 'Other', 41373, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33929, 33929, 'Cordless Telephones', 'Cordless-Telephones', 3286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41357, 41357, '2.4 GHz Phones', '2-4-GHz-Phones', 33929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58354, 58354, 'AT&T, Bell', 'ATandT-Bell', 41357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41358, 41358, 'GE', 'GE', 41357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75448, 75448, 'Motorola', 'Motorola', 41357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41359, 41359, 'Panasonic', 'Panasonic', 41357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41362, 41362, 'Uniden', 'Uniden', 41357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48503, 48503, 'Vtech', 'Vtech', 41357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15049, 15049, 'Other Brands', 'Other-Brands', 41357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58355, 58355, '5.8 GHz Phones', '5-8-GHz-Phones', 33929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75449, 75449, 'AT&T, Bell', 'ATandT-Bell', 58355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75450, 75450, 'GE', 'GE', 58355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58356, 58356, 'Panasonic', 'Panasonic', 58355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75451, 75451, 'Motorola', 'Motorola', 58355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58357, 58357, 'Uniden', 'Uniden', 58355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58358, 58358, 'Vtech', 'Vtech', 58355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48504, 48504, 'Other', 'Other', 58355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41363, 41363, '900 MHz Phones', '900-MHz-Phones', 33929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58359, 58359, 'AT&T, Bell', 'ATandT-Bell', 41363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41364, 41364, 'GE', 'GE', 41363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41365, 41365, 'Panasonic', 'Panasonic', 41363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48505, 48505, 'Sony', 'Sony', 41363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41366, 41366, 'Uniden', 'Uniden', 41363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41367, 41367, 'Vtech', 'Vtech', 41363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33930, 33930, 'Other Brands', 'Other-Brands', 41363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33931, 33931, 'Batteries', 'Batteries', 33929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33932, 33932, 'Other Items', 'Other-Items', 33929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84079, 84079, 'Telephone Headsets', 'Telephone-Headsets', 3286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22789, 22789, 'Corded Headsets', 'Corded-Headsets', 84079, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84080, 84080, 'Cordless Headsets', 'Cordless-Headsets', 84079, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3314, 3314, 'Pagers', 'Pagers', 3286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58360, 58360, 'Phone Jacks', 'Phone-Jacks', 3286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1503, 1503, 'Other', 'Other', 3286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11071, 11071, 'Televisions', 'Televisions', 293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61396, 61396, 'HDTV Receivers, Tuners', 'HDTV-Receivers-Tuners', 11071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61397, 61397, 'LCD Flat-Panel TVs', 'LCD-Flat-Panel-TVs', 11071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61398, 61398, 'Less than 15 inches', 'Less-than-15-inches', 61397, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32863, 32863, '15-19 inch LCD TVs', '15-19-inch-LCD-TVs', 61397, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61399, 61399, '20-29 inch LCD TVs', '20-29-inch-LCD-TVs', 61397, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61400, 61400, '30-39 inch LCD TVs', '30-39-inch-LCD-TVs', 61397, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142177, 142177, '40-49 inch LCD TVs', '40-49-inch-LCD-TVs', 61397, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149999, 149999, '50-59 inch LCD TVs', '50-59-inch-LCD-TVs', 61397, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150000, 150000, '60 inches and up', '60-inches-and-up', 61397, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39826, 39826, 'Plasma TVs', 'Plasma-TVs', 11071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39827, 39827, 'Less Than 42 inches', 'Less-Than-42-inches', 39826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11073, 11073, '42-49 inch Plasma TVs', '42-49-inch-Plasma-TVs', 39826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39828, 39828, '50-59 inch Plasma TVs', '50-59-inch-Plasma-TVs', 39826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39829, 39829, '60 inches and up', '60-inches-and-up', 39826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11074, 11074, 'Portable TVs', 'Portable-TVs', 11071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61406, 61406, 'Rear Projection TVs', 'Rear-Projection-TVs', 11071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15079, 15079, 'CRT Projection TVs', 'CRT-Projection-TVs', 61406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61407, 61407, 'DLP Projection TVs', 'DLP-Projection-TVs', 61406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61408, 61408, 'LCD Projection TVs', 'LCD-Projection-TVs', 61406, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15080, 15080, 'Standard Tube TVs', 'Standard-Tube-TVs', 11071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15081, 15081, '13 inch', '13-inch', 15080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15082, 15082, '19-20 inch', '19-20-inch', 15080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15083, 15083, '21-27 inch', '21-27-inch', 15080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15084, 15084, '28-32 inch', '28-32-inch', 15080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15085, 15085, '33-35 inch', '33-35-inch', 15080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15086, 15086, 'Over 35 inches', 'Over-35-inches', 15080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50604, 50604, 'TV/DVD/VCR Combos', 'TV-DVD-VCR-Combos', 11071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71582, 71582, 'TV Accessories', 'TV-Accessories', 11071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149975, 149975, 'Rear-Projection TV Lamp Bulbs', 'Rear-Projection-TV-Lamp-Bulbs', 71582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3321, 3321, 'Web TV', 'Web-TV', 71582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71585, 71585, 'Other', 'Other', 71582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3320, 3320, 'Other', 'Other', 11071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14998, 14998, 'Vintage Electronics', 'Vintage-Electronics', 293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14999, 14999, '8-Track Players', '8-Track-Players', 14998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73368, 73368, 'Amplifiers, Tube Amps', 'Amplifiers-Tube-Amps', 14998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73369, 73369, 'Integrated Amplifiers', 'Integrated-Amplifiers', 73368, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73370, 73370, 'Power Amplifiers', 'Power-Amplifiers', 73368, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73371, 73371, 'Mono', 'Mono', 73370, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50593, 50593, 'Stereo', 'Stereo', 73370, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50594, 50594, 'Books, Manuals, Magazines', 'Books-Manuals-Magazines', 14998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71573, 71573, 'Capacitors', 'Capacitors', 14998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71574, 71574, 'Cassette Decks', 'Cassette-Decks', 14998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73372, 73372, 'Drivers & Horns', 'Drivers-and-Horns', 14998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67807, 67807, 'Preamplifiers, Tube Preamps', 'Preamplifiers-Tube-Preamps', 14998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50595, 50595, 'Radios', 'Radios', 14998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50596, 50596, 'Receivers', 'Receivers', 14998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67809, 67809, 'Reel-to-Reel Tape Recorders', 'Reel-to-Reel-Tape-Recorders', 14998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67810, 67810, 'Akai', 'Akai', 67809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67808, 67808, 'Ampex', 'Ampex', 67809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67811, 67811, 'Pioneer', 'Pioneer', 67809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67812, 67812, 'Revox', 'Revox', 67809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67813, 67813, 'Sony', 'Sony', 67809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67814, 67814, 'Teac', 'Teac', 67809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15000, 15000, 'Other Brands', 'Other-Brands', 67809, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50597, 50597, 'Speakers', 'Speakers', 14998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73373, 73373, 'Telephones', 'Telephones', 14998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73374, 73374, 'Televisions', 'Televisions', 14998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67815, 67815, 'Transformers', 'Transformers', 14998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64627, 64627, 'Tubes', 'Tubes', 14998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67816, 67816, 'NOS Tubes', 'NOS-Tubes', 64627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73375, 73375, 'Tube Sockets', 'Tube-Sockets', 64627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73376, 73376, 'Vacuum Tubes', 'Vacuum-Tubes', 64627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73378, 73378, 'General Electric', 'General-Electric', 73376, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73377, 73377, 'Mullard', 'Mullard', 73376, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73379, 73379, 'RCA', 'RCA', 73376, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73380, 73380, 'Sylvania', 'Sylvania', 73376, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73381, 73381, 'Western Electric', 'Western-Electric', 73376, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64629, 64629, 'Other Brands', 'Other-Brands', 73376, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50598, 50598, 'Other Tubes', 'Other-Tubes', 64627, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73382, 73382, 'Tuners, Tube Tuners', 'Tuners-Tube-Tuners', 14998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48649, 48649, 'Turntables', 'Turntables', 14998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3284, 3284, 'Other Vintage', 'Other-Vintage', 14998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61494, 61494, 'Wholesale Lots', 'Wholesale-Lots', 293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50999, 50999, 'Accessories & Cables', 'Accessories-and-Cables', 61494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45095, 45095, 'Gadgets', 'Gadgets', 61494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45096, 45096, 'Batteries', 'Batteries', 45095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45097, 45097, 'Calculators', 'Calculators', 45095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45098, 45098, 'Laser Pointers', 'Laser-Pointers', 45095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14886, 14886, 'Other', 'Other', 45095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51000, 51000, 'Home Audio', 'Home-Audio', 61494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31581, 31581, 'DVD Players', 'DVD-Players', 61494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51002, 51002, 'Televisions', 'Televisions', 61494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48748, 48748, 'Telephones & Pagers', 'Telephones-and-Pagers', 61494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51004, 51004, 'Other Consumer Electronics', 'Other-Consumer-Electronics', 61494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14339, 14339, 'Crafts', 'Crafts', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134304, 134304, 'Basketry', 'Basketry', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134305, 134305, 'Basket Weaving Supplies', 'Basket-Weaving-Supplies', 134304, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134306, 134306, 'Finished Baskets', 'Finished-Baskets', 134304, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3087, 3087, 'Other Basketry', 'Other-Basketry', 134304, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31723, 31723, 'Bead Art', 'Bead-Art', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134290, 134290, 'Bead Boards & Trays', 'Bead-Boards-and-Trays', 31723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134291, 134291, 'Bead Cord', 'Bead-Cord', 31723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83889, 83889, 'Beaded Flowers', 'Beaded-Flowers', 31723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134292, 134292, 'Beading Books', 'Beading-Books', 31723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146306, 146306, 'Bead Kits & Instructions', 'Bead-Kits-and-Instructions', 31723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146307, 146307, 'Jewelry Making Kits', 'Jewelry-Making-Kits', 146306, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146308, 146308, 'Ornament Kits', 'Ornament-Kits', 146306, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31724, 31724, 'Other Kits', 'Other-Kits', 146306, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83893, 83893, 'Bead Storage & Display', 'Bead-Storage-and-Display', 31723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134297, 134297, 'Bead Thread', 'Bead-Thread', 31723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83892, 83892, 'Bead Tools', 'Bead-Tools', 31723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83894, 83894, 'Bead Wire', 'Bead-Wire', 31723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134299, 134299, 'Charms', 'Charms', 31723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83890, 83890, 'Clasps', 'Clasps', 31723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146290, 146290, 'Craft Beads', 'Craft-Beads', 31723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146291, 146291, 'Cats Eye Beads', 'Cats-Eye-Beads', 146290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146292, 146292, 'Cloisonne Beads', 'Cloisonne-Beads', 146290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146293, 146293, 'Crimp Beads', 'Crimp-Beads', 146290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146294, 146294, 'Czech Beads', 'Czech-Beads', 146290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146295, 146295, 'Delica Beads', 'Delica-Beads', 146290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146296, 146296, 'Gemstone Beads', 'Gemstone-Beads', 146290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146297, 146297, 'Lampwork Beads', 'Lampwork-Beads', 146290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146298, 146298, 'Miyuki Beads', 'Miyuki-Beads', 146290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146299, 146299, 'Porcelain Beads', 'Porcelain-Beads', 146290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146300, 146300, 'Silver Beads', 'Silver-Beads', 146290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146301, 146301, 'Spacer Beads', 'Spacer-Beads', 146290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146302, 146302, 'Stone Beads', 'Stone-Beads', 146290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146303, 146303, 'Swarovski Beads', 'Swarovski-Beads', 146290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146304, 146304, 'Tube Beads', 'Tube-Beads', 146290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146305, 146305, 'Wood Beads', 'Wood-Beads', 146290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134293, 134293, 'Other Craft Beads', 'Other-Craft-Beads', 146290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134294, 134294, 'Cultured & Freshwater Pearls', 'Cultured-and-Freshwater-Pearls', 31723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83891, 83891, 'Pendants', 'Pendants', 31723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134765, 134765, 'Pliers', 'Pliers', 31723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134296, 134296, 'Shell Beads', 'Shell-Beads', 31723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31726, 31726, 'Other Bead Items', 'Other-Bead-Items', 31723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28114, 28114, 'Candle & Soap Making', 'Candle-and-Soap-Making', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83895, 83895, 'Bags, Packaging', 'Bags-Packaging', 28114, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41205, 41205, 'Candle & Soapmaking Kits', 'Candle-and-Soapmaking-Kits', 28114, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134767, 134767, 'Candle Molds', 'Candle-Molds', 28114, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134768, 134768, 'Pillar Molds', 'Pillar-Molds', 134767, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134769, 134769, 'Tart Molds', 'Tart-Molds', 134767, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134770, 134770, 'Votive Molds', 'Votive-Molds', 134767, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41207, 41207, 'Other Candle Molds', 'Other-Candle-Molds', 134767, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146309, 146309, 'Candle & Soap Making Recipies', 'Candle-and-Soap-Making-Recipies', 28114, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134295, 134295, 'Candle Wax', 'Candle-Wax', 28114, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28120, 28120, 'Candle Wicks', 'Candle-Wicks', 28114, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134300, 134300, 'Dyes', 'Dyes', 28114, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134301, 134301, 'Dye Blocks', 'Dye-Blocks', 134300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134302, 134302, 'Dye Chips', 'Dye-Chips', 134300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134303, 134303, 'Liquid Dyes', 'Liquid-Dyes', 134300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30114, 30114, 'Other Dyes', 'Other-Dyes', 134300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28115, 28115, 'Embeds', 'Embeds', 28114, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48093, 48093, 'Herbs, Botanicals', 'Herbs-Botanicals', 28114, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41368, 41368, 'Jars & Holders', 'Jars-and-Holders', 28114, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83896, 83896, 'Powders', 'Powders', 28114, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41268, 41268, 'Scents, Fragrances', 'Scents-Fragrances', 28114, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41269, 41269, 'Essential Oils', 'Essential-Oils', 41268, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41270, 41270, 'Fragrance Oils', 'Fragrance-Oils', 41268, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28117, 28117, 'A-F', 'A-F', 41270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41271, 41271, 'G-M', 'G-M', 41270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41272, 41272, 'N-S', 'N-S', 41270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41273, 41273, 'T-Z', 'T-Z', 41270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28118, 28118, 'Soap Bases', 'Soap-Bases', 28114, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134429, 134429, 'Soap Butters & Fixed Oils', 'Soap-Butters-and-Fixed-Oils', 28114, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134430, 134430, 'Cocoa Butters', 'Cocoa-Butters', 134429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134431, 134431, 'Fruit Butters & Oils', 'Fruit-Butters-and-Oils', 134429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134432, 134432, 'Nut Butters & Oils', 'Nut-Butters-and-Oils', 134429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134433, 134433, 'Seed Oils', 'Seed-Oils', 134429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134434, 134434, 'Shea Butters & Oils', 'Shea-Butters-and-Oils', 134429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48094, 48094, 'Other Butters & Oils', 'Other-Butters-and-Oils', 134429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28116, 28116, 'Soap Molds', 'Soap-Molds', 28114, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3089, 3089, 'Other Candle & Soapmaking', 'Other-Candle-and-Soapmaking', 28114, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28121, 28121, 'Ceramics, Pottery', 'Ceramics-Pottery', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134435, 134435, 'Ceramic Decals', 'Ceramic-Decals', 28121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134436, 134436, 'Floral & Vine Decals', 'Floral-and-Vine-Decals', 134435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134437, 134437, 'Animal Decals', 'Animal-Decals', 134435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134438, 134438, 'Food & Kitchen Decals', 'Food-and-Kitchen-Decals', 134435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134439, 134439, 'Cherub & Angel Decals', 'Cherub-and-Angel-Decals', 134435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48095, 48095, 'Other Decals', 'Other-Decals', 134435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48096, 48096, 'Ceramic Molds & Kits', 'Ceramic-Molds-and-Kits', 28121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48097, 48097, 'Animal Molds', 'Animal-Molds', 48096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48098, 48098, 'Cherub, Angel Molds', 'Cherub-Angel-Molds', 48096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83897, 83897, 'Garden Molds', 'Garden-Molds', 48096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48099, 48099, 'Holiday Molds', 'Holiday-Molds', 48096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48100, 48100, 'Kitchenware Molds', 'Kitchenware-Molds', 48096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146310, 146310, 'Ornament Molds', 'Ornament-Molds', 48096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134440, 134440, 'Paver, Stepping Stone Molds', 'Paver-Stepping-Stone-Molds', 48096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134441, 134441, 'Religious Molds', 'Religious-Molds', 48096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134442, 134442, 'Western Molds', 'Western-Molds', 48096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83898, 83898, 'Other Molds & Kits', 'Other-Molds-and-Kits', 48096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28122, 28122, 'Clays, Glazes & Paints', 'Clays-Glazes-and-Paints', 28121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134445, 134445, 'Polymer Clay', 'Polymer-Clay', 28121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150133, 150133, 'Clay Molds', 'Clay-Molds', 134445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134447, 134447, 'Clay Rollers & Machines', 'Clay-Rollers-and-Machines', 134445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134446, 134446, 'Polymer Canes', 'Polymer-Canes', 134445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134448, 134448, 'Polymer Clay Books', 'Polymer-Clay-Books', 134445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28104, 28104, 'Other Polymer Clay', 'Other-Polymer-Clay', 134445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116495, 116495, 'Pottery Kilns', 'Pottery-Kilns', 28121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116496, 116496, 'Pottery Tools', 'Pottery-Tools', 28121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28124, 28124, 'Pottery Wheels', 'Pottery-Wheels', 28121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41208, 41208, 'Ready to Paint Pottery', 'Ready-to-Paint-Pottery', 28121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41209, 41209, 'Angels, Fairies & Mystical', 'Angels-Fairies-and-Mystical', 41208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41210, 41210, 'Animals', 'Animals', 41208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121826, 121826, 'Buildings', 'Buildings', 41208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134443, 134443, 'Candle Holders', 'Candle-Holders', 41208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41211, 41211, 'Holiday', 'Holiday', 41208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41212, 41212, 'Indian & Southwest', 'Indian-and-Southwest', 41208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134444, 134444, 'Religious', 'Religious', 41208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121827, 121827, 'Collections, Mixed Lots', 'Collections-Mixed-Lots', 41208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83899, 83899, 'Other Themes', 'Other-Themes', 41208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3090, 3090, 'Other Ceramics & Pottery', 'Other-Ceramics-and-Pottery', 28121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3094, 3094, 'Crocheting', 'Crocheting', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134771, 134771, 'Crochet Hooks', 'Crochet-Hooks', 3094, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134772, 134772, 'Aluminum Hooks', 'Aluminum-Hooks', 134771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134773, 134773, 'Bamboo Hooks', 'Bamboo-Hooks', 134771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134774, 134774, 'Wooden Hooks', 'Wooden-Hooks', 134771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28140, 28140, 'Other Crochet Hooks', 'Other-Crochet-Hooks', 134771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108867, 108867, 'Crochet Kits', 'Crochet-Kits', 3094, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41228, 41228, 'Crochet Patterns', 'Crochet-Patterns', 3094, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146335, 146335, 'Afghan Patterns', 'Afghan-Patterns', 41228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146336, 146336, 'Leisure Art Patterns', 'Leisure-Art-Patterns', 146335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146337, 146337, 'Annies Patterns', 'Annies-Patterns', 146335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146338, 146338, 'Mile-A-Minute Patterns', 'Mile-A-Minute-Patterns', 146335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11797, 11797, 'Other Afghan Patterns', 'Other-Afghan-Patterns', 146335, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41229, 41229, 'Baby Patterns', 'Baby-Patterns', 41228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11798, 11798, 'Clothing Patterns', 'Clothing-Patterns', 41228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41230, 41230, 'Doily Patterns', 'Doily-Patterns', 41228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41231, 41231, 'Doll Clothing Patterns', 'Doll-Clothing-Patterns', 41228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41232, 41232, 'Doll & Toy Patterns', 'Doll-and-Toy-Patterns', 41228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 41233, 41233, 'Home Decor Patterns', 'Home-Decor-Patterns', 41228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41234, 41234, 'Mixed Patterns', 'Mixed-Patterns', 41228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134450, 134450, 'Purse Patterns', 'Purse-Patterns', 41228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134451, 134451, 'Shrug & Scarf Patterns', 'Shrug-and-Scarf-Patterns', 41228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150135, 150135, 'Vintage Patterns', 'Vintage-Patterns', 41228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3095, 3095, 'Other Crochet Patterns', 'Other-Crochet-Patterns', 41228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83906, 83906, 'Crochet Thread', 'Crochet-Thread', 3094, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83907, 83907, 'Crocheted Doilies', 'Crocheted-Doilies', 3094, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134449, 134449, 'Granny Squares', 'Granny-Squares', 3094, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 954, 954, 'Other Crochet', 'Other-Crochet', 3094, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3091, 3091, 'Cross Stitch', 'Cross-Stitch', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134452, 134452, 'Completed Cross Stitch', 'Completed-Cross-Stitch', 3091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134453, 134453, 'Cross Stitch Cards', 'Cross-Stitch-Cards', 134452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134454, 134454, 'Cross Stitch Pillows', 'Cross-Stitch-Pillows', 134452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146339, 146339, 'Cross Stitched Towels', 'Cross-Stitched-Towels', 134452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134455, 134455, 'Framed Cross Stitch', 'Framed-Cross-Stitch', 134452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71189, 71189, 'Other Completed Cross Stitch', 'Other-Completed-Cross-Stitch', 134452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31402, 31402, 'Cross Stitch Fabric', 'Cross-Stitch-Fabric', 3091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134775, 134775, 'Afghan Cloth', 'Afghan-Cloth', 31402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31403, 31403, 'Aida Cloth', 'Aida-Cloth', 31402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134776, 134776, 'Cotton Fabric', 'Cotton-Fabric', 31402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31404, 31404, 'Linen Fabric', 'Linen-Fabric', 31402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31405, 31405, 'Other Cross Stitch Fabric', 'Other-Cross-Stitch-Fabric', 31402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134777, 134777, 'Cross Stitch Floss', 'Cross-Stitch-Floss', 3091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134778, 134778, 'Anchor', 'Anchor', 134777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134779, 134779, 'Caron', 'Caron', 134777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134780, 134780, 'DMC', 'DMC', 134777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134781, 134781, 'Gentle Art', 'Gentle-Art', 134777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134782, 134782, 'Kreinik', 'Kreinik', 134777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41235, 41235, 'Other Cross Stitch Floss', 'Other-Cross-Stitch-Floss', 134777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116497, 116497, 'Cross Stitch Frames', 'Cross-Stitch-Frames', 3091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34017, 34017, 'Cross Stitch Kits', 'Cross-Stitch-Kits', 3091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71190, 71190, 'Angels, Cherubs', 'Angels-Cherubs', 34017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134576, 134576, 'Animals & Insects', 'Animals-and-Insects', 34017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134577, 134577, 'Birds', 'Birds', 134576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134578, 134578, 'Butterflies', 'Butterflies', 134576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134579, 134579, 'Cats', 'Cats', 134576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134580, 134580, 'Dogs', 'Dogs', 134576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134581, 134581, 'Geese & Swans', 'Geese-and-Swans', 134576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34018, 34018, 'Other Animals & Insects', 'Other-Animals-and-Insects', 134576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34019, 34019, 'Baby', 'Baby', 34017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34020, 34020, 'Buildings & Villages', 'Buildings-and-Villages', 34017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71191, 71191, 'Celestial', 'Celestial', 34017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34030, 34030, 'Characters', 'Characters', 34017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48299, 48299, 'Fantasy, Fairies', 'Fantasy-Fairies', 34017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34021, 34021, 'Flowers, Gardens', 'Flowers-Gardens', 34017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34023, 34023, 'Food & Kitchen', 'Food-and-Kitchen', 34017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34022, 34022, 'Holidays', 'Holidays', 34017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34024, 34024, 'Landscapes & Seascapes', 'Landscapes-and-Seascapes', 34017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71192, 71192, 'Nautical, Lighthouse', 'Nautical-Lighthouse', 34017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71193, 71193, 'Oriental', 'Oriental', 34017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34025, 34025, 'People', 'People', 34017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34026, 34026, 'Religious & Cultural', 'Religious-and-Cultural', 34017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34027, 34027, 'Samplers', 'Samplers', 34017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34028, 34028, 'Seasons, Weather', 'Seasons-Weather', 34017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83909, 83909, 'Special Occasions', 'Special-Occasions', 34017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34031, 34031, 'Toys & Teddy Bears', 'Toys-and-Teddy-Bears', 34017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34029, 34029, 'Mixed Lots', 'Mixed-Lots', 34017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3093, 3093, 'Other Cross Stitch Kits', 'Other-Cross-Stitch-Kits', 34017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146340, 146340, 'Cross Stitch Magazines', 'Cross-Stitch-Magazines', 3091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146341, 146341, 'Crazy for Cross Stitch', 'Crazy-for-Cross-Stitch', 146340, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146342, 146342, 'Cross Stitch & Country Crafts', 'Cross-Stitch-and-Country-Crafts', 146340, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146343, 146343, 'Cross Stitcher', 'Cross-Stitcher', 146340, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146344, 146344, 'Leisure Arts', 'Leisure-Arts', 146340, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146345, 146345, 'World of Cross Stitching', 'World-of-Cross-Stitching', 146340, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83908, 83908, 'Other Cross Stitch Magazines', 'Other-Cross-Stitch-Magazines', 146340, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34032, 34032, 'Cross Stitch Patterns', 'Cross-Stitch-Patterns', 3091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48300, 48300, 'Angels, Cherubs', 'Angels-Cherubs', 34032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134582, 134582, 'Animals & Insects', 'Animals-and-Insects', 34032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134583, 134583, 'Birds', 'Birds', 134582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134584, 134584, 'Cats', 'Cats', 134582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134585, 134585, 'Dogs', 'Dogs', 134582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34033, 34033, 'Other Animals & Insects', 'Other-Animals-and-Insects', 134582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34034, 34034, 'Baby', 'Baby', 34032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34035, 34035, 'Buildings & Villages', 'Buildings-and-Villages', 34032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71194, 71194, 'Celestial', 'Celestial', 34032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34036, 34036, 'Characters', 'Characters', 34032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34037, 34037, 'Fantasy, Fairies', 'Fantasy-Fairies', 34032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34038, 34038, 'Flowers, Gardens', 'Flowers-Gardens', 34032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34040, 34040, 'Food & Kitchen', 'Food-and-Kitchen', 34032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146346, 146346, 'Holidays', 'Holidays', 34032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146347, 146347, 'Christmas', 'Christmas', 146346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146348, 146348, 'Halloween', 'Halloween', 146346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34039, 34039, 'Other Holidays', 'Other-Holidays', 146346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34041, 34041, 'Landscapes & Seascapes', 'Landscapes-and-Seascapes', 34032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71195, 71195, 'Nautical, Lighthouse', 'Nautical-Lighthouse', 34032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83910, 83910, 'Oriental', 'Oriental', 34032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36588, 36588, 'Patriotic', 'Patriotic', 34032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34042, 34042, 'People', 'People', 34032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34043, 34043, 'Poems & Sayings', 'Poems-and-Sayings', 34032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34044, 34044, 'Religious & Cultural', 'Religious-and-Cultural', 34032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34045, 34045, 'Samplers', 'Samplers', 34032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34046, 34046, 'Seasons, Weather', 'Seasons-Weather', 34032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83911, 83911, 'Special Occasions', 'Special-Occasions', 34032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34047, 34047, 'Toys & Teddy Bears', 'Toys-and-Teddy-Bears', 34032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34048, 34048, 'Mixed Lots', 'Mixed-Lots', 34032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3092, 3092, 'Other Cross Stitch Patterns', 'Other-Cross-Stitch-Patterns', 34032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 953, 953, 'Other Cross Stitch', 'Other-Cross-Stitch', 3091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28126, 28126, 'Decorative, Tole Painting', 'Decorative-Tole-Painting', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41213, 41213, 'Paint Brushes', 'Paint-Brushes', 28126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146311, 146311, 'Patterns & Instructions', 'Patterns-and-Instructions', 28126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146312, 146312, 'Donna Dewberry', 'Donna-Dewberry', 146311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146313, 146313, 'Pricillia Hauser', 'Pricillia-Hauser', 146311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146314, 146314, 'Tole World', 'Tole-World', 146311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146315, 146315, 'Various Artists', 'Various-Artists', 146311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28127, 28127, 'Other Patterns & Instructions', 'Other-Patterns-and-Instructions', 146311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28128, 28128, 'Ready to Paint Items', 'Ready-to-Paint-Items', 28126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41214, 41214, 'Stencils', 'Stencils', 28126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134559, 134559, 'Tole Decals', 'Tole-Decals', 28126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41215, 41215, 'Tole Transfers', 'Tole-Transfers', 28126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1364, 1364, 'Other Decorative Painting', 'Other-Decorative-Painting', 28126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28106, 28106, 'Drawing', 'Drawing', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41203, 41203, 'Calligraphy Sets', 'Calligraphy-Sets', 28106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28107, 28107, 'Pastels', 'Pastels', 28106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28108, 28108, 'Pencils & Charcoal', 'Pencils-and-Charcoal', 28106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28109, 28109, 'Pens, Markers', 'Pens-Markers', 28106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11784, 11784, 'Other Drawing Supplies', 'Other-Drawing-Supplies', 28106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28141, 28141, 'Embroidery', 'Embroidery', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116610, 116610, 'Crewel Embroidery', 'Crewel-Embroidery', 28141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41382, 41382, 'Design Cards', 'Design-Cards', 28141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83912, 83912, 'Design CDs', 'Design-CDs', 28141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83913, 83913, 'Alphabets', 'Alphabets', 83912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83914, 83914, 'Angels, Fairies', 'Angels-Fairies', 83912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114058, 114058, 'Animals & Insects', 'Animals-and-Insects', 83912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83915, 83915, 'Characters', 'Characters', 83912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83916, 83916, 'Flowers, Gardens', 'Flowers-Gardens', 83912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146349, 146349, 'Holidays', 'Holidays', 83912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146350, 146350, 'Monogramming', 'Monogramming', 83912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83918, 83918, 'Sports', 'Sports', 83912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83919, 83919, 'Vehicles', 'Vehicles', 83912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41383, 41383, 'Other Design Themes', 'Other-Design-Themes', 83912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71197, 71197, 'Digitizing Software', 'Digitizing-Software', 28141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41384, 41384, 'Embroidery Hoops', 'Embroidery-Hoops', 28141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146351, 146351, 'Embroidery Kits', 'Embroidery-Kits', 28141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146352, 146352, 'Pillow Kits', 'Pillow-Kits', 146351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146353, 146353, 'Ornament Kits', 'Ornament-Kits', 146351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146354, 146354, 'Christmas Stocking Kits', 'Christmas-Stocking-Kits', 146351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28142, 28142, 'Other Embroidery Kits', 'Other-Embroidery-Kits', 146351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116611, 116611, 'Embroidery Machine Bobbins', 'Embroidery-Machine-Bobbins', 28141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83920, 83920, 'Embroidery Machine Thread', 'Embroidery-Machine-Thread', 28141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71196, 71196, 'Embroidery Machines', 'Embroidery-Machines', 28141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134586, 134586, 'Embroidery Needles', 'Embroidery-Needles', 28141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146355, 146355, 'Embroidery Patterns', 'Embroidery-Patterns', 28141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146356, 146356, 'Machine Embroidery Patterns', 'Machine-Embroidery-Patterns', 146355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28143, 28143, 'Hand Embroidery Patterns', 'Hand-Embroidery-Patterns', 146355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41385, 41385, 'Embroidery Ribbon', 'Embroidery-Ribbon', 28141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116612, 116612, 'Hand Embroidery Thread, Floss', 'Hand-Embroidery-Thread-Floss', 28141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116613, 116613, 'Rayon Thread', 'Rayon-Thread', 116612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116614, 116614, 'Metallic Thread', 'Metallic-Thread', 116612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116615, 116615, 'Polyester Thread', 'Polyester-Thread', 116612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116616, 116616, 'Cotton Thread', 'Cotton-Thread', 116612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116617, 116617, 'Silk Thread', 'Silk-Thread', 116612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28144, 28144, 'Other Embroidery Thread, Floss', 'Other-Embroidery-Thread-Floss', 116612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41386, 41386, 'Stabilizer', 'Stabilizer', 28141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75566, 75566, 'Stamped Linens', 'Stamped-Linens', 28141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75567, 75567, 'Other Embroidery', 'Other-Embroidery', 28141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28155, 28155, 'Fabric', 'Fabric', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113334, 113334, 'Chenille', 'Chenille', 28155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83921, 83921, 'Chiffon', 'Chiffon', 28155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83922, 83922, 'Corduroy', 'Corduroy', 28155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43427, 43427, 'Cotton', 'Cotton', 28155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71198, 71198, 'Fabric Squares', 'Fabric-Squares', 43427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71199, 71199, '2 Squares', '2-Squares', 71198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71200, 71200, '3 Squares', '3-Squares', 71198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71201, 71201, '4 Squares', '4-Squares', 71198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71202, 71202, '5 Squares', '5-Squares', 71198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71203, 71203, '6 Squares', '6-Squares', 71198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146357, 146357, '7" Squares', '7-Squares', 71198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75568, 75568, 'Other Fabric Squares', 'Other-Fabric-Squares', 71198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146358, 146358, 'Fat Quarters', 'Fat-Quarters', 43427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146359, 146359, 'Floral Prints', 'Floral-Prints', 146358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146360, 146360, 'Kids Prints', 'Kids-Prints', 146358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146361, 146361, 'Plaid Prints', 'Plaid-Prints', 146358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146362, 146362, 'Retro Prints', 'Retro-Prints', 146358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43429, 43429, 'Other Fat Quarter Prints', 'Other-Fat-Quarter-Prints', 146358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71204, 71204, 'Fabric Yardage', 'Fabric-Yardage', 43427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71205, 71205, 'Less than 1 yard', 'Less-than-1-yard', 71204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71206, 71206, '1 - 2 yards', '1-2-yards', 71204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71207, 71207, '3 - 5 yards', '3-5-yards', 71204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71208, 71208, '6 - 12 yards', '6-12-yards', 71204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71209, 71209, '13 + yards', '13-yards', 71204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71210, 71210, 'Fabric Bundles', 'Fabric-Bundles', 71204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71211, 71211, 'Other Cotton', 'Other-Cotton', 43427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83923, 83923, 'Denim', 'Denim', 28155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83924, 83924, 'Felt', 'Felt', 28155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48762, 48762, 'Flannel', 'Flannel', 28155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48763, 48763, 'Fleece', 'Fleece', 28155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71212, 71212, 'Lace', 'Lace', 28155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146363, 146363, 'Lame', 'Lame', 28155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43431, 43431, 'Linen', 'Linen', 28155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71213, 71213, 'Lycra', 'Lycra', 28155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134587, 134587, 'Nylon', 'Nylon', 28155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116618, 116618, 'Organza', 'Organza', 28155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134588, 134588, 'Polyester', 'Polyester', 28155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28157, 28157, 'Rayon', 'Rayon', 28155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83925, 83925, 'Satin', 'Satin', 28155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113335, 113335, 'Sequined Fabric', 'Sequined-Fabric', 28155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28158, 28158, 'Silk', 'Silk', 28155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83926, 83926, 'Suede & Ultrasuede', 'Suede-and-Ultrasuede', 28155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28159, 28159, 'Synthetics & Blends', 'Synthetics-and-Blends', 28155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134589, 134589, 'Taffeta', 'Taffeta', 28155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113342, 113342, 'Tulle', 'Tulle', 28155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71214, 71214, 'Velvet & Velour', 'Velvet-and-Velour', 28155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28161, 28161, 'Wool', 'Wool', 28155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28162, 28162, 'Other Fabric', 'Other-Fabric', 28155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31727, 31727, 'Fabric Embellishments', 'Fabric-Embellishments', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48103, 48103, 'Beaded Appliques', 'Beaded-Appliques', 31727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121828, 121828, 'Bedazzler Tools & Studs', 'Bedazzler-Tools-and-Studs', 31727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31729, 31729, 'Buttons', 'Buttons', 31727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113337, 113337, 'Embroidered Patches', 'Embroidered-Patches', 31727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146318, 146318, 'Fabric Appliques', 'Fabric-Appliques', 31727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48102, 48102, 'Iron On Appliques', 'Iron-On-Appliques', 146318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146319, 146319, 'Sew On Appliques', 'Sew-On-Appliques', 146318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146320, 146320, 'Iron or Sew Appliques', 'Iron-or-Sew-Appliques', 146318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41216, 41216, 'Fabric Markers', 'Fabric-Markers', 31727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134560, 134560, 'Fabric Paint', 'Fabric-Paint', 31727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134562, 134562, 'Fabric Transfers', 'Fabric-Transfers', 31727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134563, 134563, 'Iron On Transfers', 'Iron-On-Transfers', 134562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134564, 134564, 'Rhinestuds', 'Rhinestuds', 134562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31730, 31730, 'Other Fabric Transfers', 'Other-Fabric-Transfers', 134562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116600, 116600, 'Fabric Trims', 'Fabric-Trims', 31727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116601, 116601, 'Beaded Trim', 'Beaded-Trim', 116600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146316, 146316, 'Braided Trim', 'Braided-Trim', 116600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116602, 116602, 'Cord Trim', 'Cord-Trim', 116600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116603, 116603, 'Embroidered Trim', 'Embroidered-Trim', 116600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116604, 116604, 'Eyelet Trim', 'Eyelet-Trim', 116600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116605, 116605, 'Fringe Trim', 'Fringe-Trim', 116600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116606, 116606, 'Lace Trim', 'Lace-Trim', 116600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116607, 116607, 'Ostrich, Feather Trim', 'Ostrich-Feather-Trim', 116600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116608, 116608, 'Pom Pom Trim', 'Pom-Pom-Trim', 116600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116609, 116609, 'Ribbon Trim', 'Ribbon-Trim', 116600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146317, 146317, 'Tassel Trim', 'Tassel-Trim', 116600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71181, 71181, 'Other Fabric Trims', 'Other-Fabric-Trims', 116600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113338, 113338, 'Flowers', 'Flowers', 31727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134561, 134561, 'Sequined Appliques', 'Sequined-Appliques', 31727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71180, 71180, 'Sequins', 'Sequins', 31727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116599, 116599, 'Tassels', 'Tassels', 31727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28129, 28129, 'Other Fabric Embellishments', 'Other-Fabric-Embellishments', 31727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16491, 16491, 'Floral Crafts', 'Floral-Crafts', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83900, 83900, 'Arrangement Wire & Foam', 'Arrangement-Wire-and-Foam', 16491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146321, 146321, 'Bouquet Holders & Pew Clips', 'Bouquet-Holders-and-Pew-Clips', 16491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16493, 16493, 'Dried Flowers', 'Dried-Flowers', 16491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16496, 16496, 'Floral Instruction', 'Floral-Instruction', 16491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83901, 83901, 'Floral Tape', 'Floral-Tape', 16491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134565, 134565, 'Poppy Pods', 'Poppy-Pods', 16491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16494, 16494, 'Silk Flowers', 'Silk-Flowers', 16491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28130, 28130, 'Swags & Garlands', 'Swags-and-Garlands', 16491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16498, 16498, 'Wreaths', 'Wreaths', 16491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3097, 3097, 'Other Floral Supplies', 'Other-Floral-Supplies', 16491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37573, 37573, 'Framing & Matting', 'Framing-and-Matting', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37575, 37575, 'Frames & Kits', 'Frames-and-Kits', 37573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37576, 37576, 'Framing Mats', 'Framing-Mats', 37573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37574, 37574, 'Matting Cutters', 'Matting-Cutters', 37573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11786, 11786, 'Other Framing & Matting', 'Other-Framing-and-Matting', 37573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28102, 28102, 'General Art & Craft Supplies', 'General-Art-and-Craft-Supplies', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28103, 28103, 'Adhesives', 'Adhesives', 28102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116639, 116639, 'Blown Eggs', 'Blown-Eggs', 28102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71176, 71176, 'Button Making Machines', 'Button-Making-Machines', 28102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57736, 57736, 'Containers, Storage', 'Containers-Storage', 28102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116640, 116640, 'Craft Bells', 'Craft-Bells', 28102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57737, 57737, 'Craft Displays', 'Craft-Displays', 28102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41199, 41199, 'Feathers', 'Feathers', 28102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41200, 41200, 'Foam, Styrofoam', 'Foam-Styrofoam', 28102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134553, 134553, 'Glue Guns', 'Glue-Guns', 28102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41201, 41201, 'Gourds', 'Gourds', 28102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117399, 117399, 'Holiday Craft Supplies', 'Holiday-Craft-Supplies', 28102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117400, 117400, 'Metal & Tin Pieces', 'Metal-and-Tin-Pieces', 28102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103479, 103479, 'Pine Cones', 'Pine-Cones', 28102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41202, 41202, 'Plaster', 'Plaster', 28102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146289, 146289, 'Purse Handles', 'Purse-Handles', 28102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83888, 83888, 'Raffia, Wire & Cord', 'Raffia-Wire-and-Cord', 28102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71177, 71177, 'Wine Corks', 'Wine-Corks', 28102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71178, 71178, 'Wooden Pieces', 'Wooden-Pieces', 28102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75564, 75564, 'Other Art Supplies', 'Other-Art-Supplies', 28102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3100, 3100, 'Glass Art Crafts', 'Glass-Art-Crafts', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146322, 146322, 'Bullseye Glass', 'Bullseye-Glass', 3100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146323, 146323, 'Dichroic Glass', 'Dichroic-Glass', 3100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116641, 116641, 'Glass Art Kits', 'Glass-Art-Kits', 3100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3101, 3101, 'Glass Art Tools', 'Glass-Art-Tools', 3100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116642, 116642, 'Glass Blowing', 'Glass-Blowing', 3100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116643, 116643, 'Glass Cutters', 'Glass-Cutters', 3100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116644, 116644, 'Glass Grinding', 'Glass-Grinding', 3100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117401, 117401, 'Glass Kilns', 'Glass-Kilns', 3100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116645, 116645, 'Glass Paints', 'Glass-Paints', 3100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71182, 71182, 'Glass Patterns', 'Glass-Patterns', 3100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116646, 116646, 'Glass Rods', 'Glass-Rods', 3100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116647, 116647, 'Glass Tiles', 'Glass-Tiles', 3100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117402, 117402, 'Instruction Videos & Books', 'Instruction-Videos-and-Books', 3100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116648, 116648, 'Soldering', 'Soldering', 3100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 3099, 3099, 'Other Glass Art Supplies', 'Other-Glass-Art-Supplies', 3100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71183, 71183, 'Handcrafted Items', 'Handcrafted-Items', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71184, 71184, 'Finished Needlearts', 'Finished-Needlearts', 71183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121829, 121829, 'Gingerbread Crafts', 'Gingerbread-Crafts', 71183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71185, 71185, 'Handcrafted Baskets', 'Handcrafted-Baskets', 71183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146324, 146324, 'Handcrafted Cards', 'Handcrafted-Cards', 71183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146325, 146325, 'Anniversary', 'Anniversary', 146324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146326, 146326, 'Birthday', 'Birthday', 146324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146327, 146327, 'Christmas', 'Christmas', 146324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146328, 146328, 'Gift Tags', 'Gift-Tags', 146324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146329, 146329, 'Invitations', 'Invitations', 146324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146330, 146330, 'New Baby', 'New-Baby', 146324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146331, 146331, 'Thank You', 'Thank-You', 146324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146332, 146332, 'Wedding', 'Wedding', 146324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146333, 146333, 'Blank', 'Blank', 146324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108865, 108865, 'Other Occassions', 'Other-Occassions', 146324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83905, 83905, 'Handcrafted Dolls', 'Handcrafted-Dolls', 71183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113339, 113339, 'Handcrafted Holiday Items', 'Handcrafted-Holiday-Items', 71183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134566, 134566, 'Handcrafted Jewelry', 'Handcrafted-Jewelry', 71183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83902, 83902, 'Handcrafted Pillows', 'Handcrafted-Pillows', 71183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83903, 83903, 'Handcrafted Purses, Bags', 'Handcrafted-Purses-Bags', 71183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116649, 116649, 'Handcrafted Quilts', 'Handcrafted-Quilts', 71183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83904, 83904, 'Handcrafted Wall Hangings', 'Handcrafted-Wall-Hangings', 71183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108866, 108866, 'Handcrafted Wood Items', 'Handcrafted-Wood-Items', 71183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121831, 121831, 'Handmade Candles & Holders', 'Handmade-Candles-and-Holders', 71183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116651, 116651, 'Handpainted Gourds', 'Handpainted-Gourds', 71183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71186, 71186, 'Handpainted Items', 'Handpainted-Items', 71183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116650, 116650, 'Handpainted Signs', 'Handpainted-Signs', 71183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121830, 121830, 'Handpainted Tiles', 'Handpainted-Tiles', 71183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57738, 57738, 'Other Handcrafted Items', 'Other-Handcrafted-Items', 71183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116652, 116652, 'Kids Crafts', 'Kids-Crafts', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116653, 116653, 'Crayons', 'Crayons', 116652, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116654, 116654, 'Foam & Felt Shapes', 'Foam-and-Felt-Shapes', 116652, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134567, 134567, 'Kids Bead Kits', 'Kids-Bead-Kits', 116652, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134568, 134568, 'Kids Craft Books', 'Kids-Craft-Books', 116652, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116655, 116655, 'Kids Craft Kits', 'Kids-Craft-Kits', 116652, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134569, 134569, 'Kids Paint Sets', 'Kids-Paint-Sets', 116652, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116656, 116656, 'Kids Pens & Markers', 'Kids-Pens-and-Markers', 116652, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134570, 134570, 'Kids Stickers', 'Kids-Stickers', 116652, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116657, 116657, 'Sand Art', 'Sand-Art', 116652, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28145, 28145, 'Other Kids Crafts', 'Other-Kids-Crafts', 116652, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3103, 3103, 'Knitting', 'Knitting', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113343, 113343, 'Boards & Looms', 'Boards-and-Looms', 3103, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108868, 108868, 'Knitting Kits', 'Knitting-Kits', 3103, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83927, 83927, 'Knitting Totes', 'Knitting-Totes', 3103, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71215, 71215, 'Knitting Needles', 'Knitting-Needles', 3103, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71216, 71216, 'Circular Needles', 'Circular-Needles', 71215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71217, 71217, 'Single, Double Point Needles', 'Single-Double-Point-Needles', 71215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11799, 11799, 'Other Needles', 'Other-Needles', 71215, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41236, 41236, 'Knitting Patterns', 'Knitting-Patterns', 3103, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146367, 146367, 'Adult Clothing', 'Adult-Clothing', 41236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146368, 146368, 'Mens', 'Mens', 146367, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41241, 41241, 'Womens', 'Womens', 146367, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146369, 146369, 'Unisex', 'Unisex', 146367, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41237, 41237, 'Afghans & Throws', 'Afghans-and-Throws', 41236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146364, 146364, 'Baby & Childrens Items', 'Baby-and-Childrens-Items', 41236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146365, 146365, 'Boys', 'Boys', 146364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41238, 41238, 'Girls', 'Girls', 146364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146366, 146366, 'Unisex', 'Unisex', 146364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71219, 71219, 'Doll Patterns', 'Doll-Patterns', 41236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41239, 41239, 'Hats, Scarves & Mittens', 'Hats-Scarves-and-Mittens', 41236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83929, 83929, 'Ponchos', 'Ponchos', 41236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41240, 41240, 'Socks & Slippers', 'Socks-and-Slippers', 41236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150136, 150136, 'Vintage Patterns', 'Vintage-Patterns', 41236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83930, 83930, 'Other Knitting Patterns', 'Other-Knitting-Patterns', 41236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146370, 146370, 'Machine Knitting', 'Machine-Knitting', 3103, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146371, 146371, 'Knitting Machines', 'Knitting-Machines', 146370, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146373, 146373, 'Brother', 'Brother', 146371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146372, 146372, 'Passap', 'Passap', 146371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146374, 146374, 'Singer', 'Singer', 146371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28146, 28146, 'Other Brands', 'Other-Brands', 146371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146375, 146375, 'Machine Knitting Patterns', 'Machine-Knitting-Patterns', 146370, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146378, 146378, 'Machine Knitting Yarn', 'Machine-Knitting-Yarn', 146370, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146376, 146376, 'Machine Parts & Needles', 'Machine-Parts-and-Needles', 146370, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146377, 146377, 'Other Machine Knitting', 'Other-Machine-Knitting', 146370, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83928, 83928, 'Needle Cases', 'Needle-Cases', 3103, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1362, 1362, 'Other Knitting', 'Other-Knitting', 3103, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134590, 134590, 'Lacemaking, Tatting', 'Lacemaking-Tatting', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134591, 134591, 'Lacemaking Bobbins', 'Lacemaking-Bobbins', 134590, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134784, 134784, 'Lacemaking Shuttles', 'Lacemaking-Shuttles', 134590, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134592, 134592, 'Tatting Patterns', 'Tatting-Patterns', 134590, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19158, 19158, 'Other Lacemaking, Tatting', 'Other-Lacemaking-Tatting', 134590, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28131, 28131, 'Leathercraft', 'Leathercraft', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134571, 134571, 'Buckles', 'Buckles', 28131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48296, 48296, 'Conchos', 'Conchos', 28131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48297, 48297, 'Leather Hides & Fur Pelts', 'Leather-Hides-and-Fur-Pelts', 28131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83932, 83932, 'Buffaloskins', 'Buffaloskins', 48297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83933, 83933, 'Cowhides', 'Cowhides', 48297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83934, 83934, 'Deerskins', 'Deerskins', 48297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113340, 113340, 'Fur Pelts', 'Fur-Pelts', 48297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83935, 83935, 'Goatskins', 'Goatskins', 48297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83936, 83936, 'Lambskins', 'Lambskins', 48297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83937, 83937, 'Pigskins', 'Pigskins', 48297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134572, 134572, 'Rabbit Pelts', 'Rabbit-Pelts', 48297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83938, 83938, 'Other Hides & Pelts', 'Other-Hides-and-Pelts', 48297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71187, 71187, 'Leather Lacing', 'Leather-Lacing', 28131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134573, 134573, 'Leather Tools & Treatments', 'Leather-Tools-and-Treatments', 28131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134574, 134574, 'Leather Punches', 'Leather-Punches', 134573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134575, 134575, 'Leather Die Cutters', 'Leather-Die-Cutters', 134573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28133, 28133, 'Other Leather Tools', 'Other-Leather-Tools', 134573, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113341, 113341, 'Rings', 'Rings', 28131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71188, 71188, 'Rivets & Tacks', 'Rivets-and-Tacks', 28131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116676, 116676, 'Spots', 'Spots', 28131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146334, 146334, 'Other Leathercraft Supplies', 'Other-Leathercraft-Supplies', 28131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28151, 28151, 'Macrame', 'Macrame', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41369, 41369, 'Metalworking', 'Metalworking', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28134, 28134, 'Mosaic', 'Mosaic', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41226, 41226, 'Mirrors', 'Mirrors', 28134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41220, 41220, 'Mosaic Glass', 'Mosaic-Glass', 28134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150134, 150134, 'Beach Glass - Machine-Tumbled', 'Beach-Glass-Machine-Tumbled', 41220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41221, 41221, 'Beach Glass - Surf-Tumbled', 'Beach-Glass-Surf-Tumbled', 41220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41222, 41222, 'Glass Gems', 'Glass-Gems', 41220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41223, 41223, 'Iridescent Glass', 'Iridescent-Glass', 41220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41224, 41224, 'Stained Glass', 'Stained-Glass', 41220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41225, 41225, 'Vitreous Glass', 'Vitreous-Glass', 41220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28136, 28136, 'Other Mosaic Glass', 'Other-Mosaic-Glass', 41220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41227, 41227, 'Mosaic Pebbles, Stones', 'Mosaic-Pebbles-Stones', 28134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41217, 41217, 'Mosaic Tiles', 'Mosaic-Tiles', 28134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83939, 83939, 'Beach, Fish, Ocean', 'Beach-Fish-Ocean', 41217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41218, 41218, 'Floral, Chintz', 'Floral-Chintz', 41217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83940, 83940, 'Garden & Dragonflies', 'Garden-and-Dragonflies', 41217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83941, 83941, 'Kitchen', 'Kitchen', 41217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41219, 41219, 'Solid Colors', 'Solid-Colors', 41217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83942, 83942, 'Toile', 'Toile', 41217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83943, 83943, 'Wine', 'Wine', 41217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28135, 28135, 'Other Patterns', 'Other-Patterns', 41217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41372, 41372, 'Mosaic Tools, Kits & Patterns', 'Mosaic-Tools-Kits-and-Patterns', 28134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11787, 11787, 'Other Mosaic Supplies', 'Other-Mosaic-Supplies', 28134, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3104, 3104, 'Needlepoint', 'Needlepoint', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83946, 83946, 'Completed Needlepoint', 'Completed-Needlepoint', 3104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3107, 3107, 'Needlepoint Canvas', 'Needlepoint-Canvas', 3104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146379, 146379, 'Needlepoint Kits', 'Needlepoint-Kits', 3104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146382, 146382, 'Christmas Stocking Kits', 'Christmas-Stocking-Kits', 146379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146381, 146381, 'Pillow Kits', 'Pillow-Kits', 146379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146380, 146380, 'Tapestry Kits', 'Tapestry-Kits', 146379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3109, 3109, 'Other Needlepoint Kits', 'Other-Needlepoint-Kits', 146379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3108, 3108, 'Needlepoint Patterns', 'Needlepoint-Patterns', 3104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83947, 83947, 'Plastic Canvas', 'Plastic-Canvas', 3104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83948, 83948, 'Baskets', 'Baskets', 83947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83949, 83949, 'Boxes', 'Boxes', 83947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83950, 83950, 'Coasters', 'Coasters', 83947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83951, 83951, 'Dining, Kitchen', 'Dining-Kitchen', 83947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83952, 83952, 'Frames', 'Frames', 83947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83953, 83953, 'Magnets', 'Magnets', 83947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83954, 83954, 'Ornaments', 'Ornaments', 83947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83955, 83955, 'Plastic Canvas Kits', 'Plastic-Canvas-Kits', 83947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83956, 83956, 'Tissue Boxes', 'Tissue-Boxes', 83947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19159, 19159, 'Other Plastic Canvas', 'Other-Plastic-Canvas', 83947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146383, 146383, 'Plastic Canvas Patterns', 'Plastic-Canvas-Patterns', 3104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1363, 1363, 'Other Needlepoint', 'Other-Needlepoint', 3104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134593, 134593, 'Paper Crafts', 'Paper-Crafts', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134594, 134594, 'Card Making', 'Card-Making', 134593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134595, 134595, 'Quilling', 'Quilling', 134593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134596, 134596, 'Origami', 'Origami', 134593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37578, 37578, 'Other Paper Crafts', 'Other-Paper-Crafts', 134593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28110, 28110, 'Painting', 'Painting', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31401, 31401, 'Acrylic Paint', 'Acrylic-Paint', 28110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134554, 134554, 'Airbrushing', 'Airbrushing', 28110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134555, 134555, 'Airbrush Paint', 'Airbrush-Paint', 134554, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134556, 134556, 'Airbrush Stencils', 'Airbrush-Stencils', 134554, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134557, 134557, 'Airbrush Compressors', 'Airbrush-Compressors', 134554, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28111, 28111, 'Other Airbrushing', 'Other-Airbrushing', 134554, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48092, 48092, 'Canvases', 'Canvases', 28110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41204, 41204, 'Easels', 'Easels', 28110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134558, 134558, 'Gouache Paint', 'Gouache-Paint', 28110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134602, 134602, 'Oil Paint', 'Oil-Paint', 28110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134603, 134603, 'Bob Ross', 'Bob-Ross', 134602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134605, 134605, 'Gamblin', 'Gamblin', 134602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134604, 134604, 'Winsor & Newton', 'Winsor-and-Newton', 134602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28112, 28112, 'Other Oil Paints', 'Other-Oil-Paints', 134602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71179, 71179, 'Paint Brushes', 'Paint-Brushes', 28110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10900, 10900, 'Paint by Number', 'Paint-by-Number', 28110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83931, 83931, 'Palettes', 'Palettes', 28110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115058, 115058, 'Paper', 'Paper', 28110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28113, 28113, 'Watercolor Paint', 'Watercolor-Paint', 28110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11785, 11785, 'Other Painting Supplies', 'Other-Painting-Supplies', 28110, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3111, 3111, 'Quilting', 'Quilting', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116679, 116679, 'Quilt Batting & Backing', 'Quilt-Batting-and-Backing', 3111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83959, 83959, 'Quilt Hangers', 'Quilt-Hangers', 3111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134606, 134606, 'Quilt Patterns', 'Quilt-Patterns', 3111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134608, 134608, 'Applique', 'Applique', 134606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134607, 134607, 'Patchwork', 'Patchwork', 134606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134609, 134609, 'Piecing', 'Piecing', 134606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146384, 146384, 'Stained Glass', 'Stained-Glass', 134606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146385, 146385, 'Table Runners', 'Table-Runners', 134606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146386, 146386, 'Wall Hangings', 'Wall-Hangings', 134606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83957, 83957, 'Other Quilt Patterns', 'Other-Quilt-Patterns', 134606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150137, 150137, 'Quilt Squares', 'Quilt-Squares', 3111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116680, 116680, 'Quilt Templates', 'Quilt-Templates', 3111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134610, 134610, 'Quilt Tops & Blocks', 'Quilt-Tops-and-Blocks', 3111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134611, 134611, '2" Quilt Blocks', '2-Quilt-Blocks', 134610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134612, 134612, '4" Quilt Blocks', '4-Quilt-Blocks', 134610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134613, 134613, '5" Quilt Blocks', '5-Quilt-Blocks', 134610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134614, 134614, '6" Quilt Blocks', '6-Quilt-Blocks', 134610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19162, 19162, 'Other Quilt Blocks', 'Other-Quilt-Blocks', 134610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116681, 116681, 'Quilting Frames', 'Quilting-Frames', 3111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3113, 3113, 'Quilting Instruction', 'Quilting-Instruction', 3111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19160, 19160, 'Quilting Kits', 'Quilting-Kits', 3111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83958, 83958, 'Quilting Thread', 'Quilting-Thread', 3111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19161, 19161, 'Quilting Tools & Equipment', 'Quilting-Tools-and-Equipment', 3111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3110, 3110, 'Other Quilting Supplies', 'Other-Quilting-Supplies', 3111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83974, 83974, 'Ribbon', 'Ribbon', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121832, 121832, 'Curling Ribbon', 'Curling-Ribbon', 83974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83975, 83975, 'Fabric & Lace', 'Fabric-and-Lace', 83974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83976, 83976, 'Grosgrain Ribbon', 'Grosgrain-Ribbon', 83974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116682, 116682, 'Jacquard Ribbon', 'Jacquard-Ribbon', 83974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83977, 83977, 'Organza Ribbon', 'Organza-Ribbon', 83974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134625, 134625, 'Ribbon Bows', 'Ribbon-Bows', 83974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134626, 134626, 'Ribbon Roses', 'Ribbon-Roses', 83974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83978, 83978, 'Satin Ribbon', 'Satin-Ribbon', 83974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116683, 116683, 'Silk Ribbon', 'Silk-Ribbon', 83974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83979, 83979, 'Wire Edged Ribbon', 'Wire-Edged-Ribbon', 83974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71224, 71224, 'Other Ribbon', 'Other-Ribbon', 83974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3122, 3122, 'Rubber Stamping & Embossing', 'Rubber-Stamping-and-Embossing', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84007, 84007, 'Embossing Supplies', 'Embossing-Supplies', 3122, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84008, 84008, 'Embossing Powders', 'Embossing-Powders', 84007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84009, 84009, 'Embossing Stencils', 'Embossing-Stencils', 84007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16504, 16504, 'Other Embossing', 'Other-Embossing', 84007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3123, 3123, 'Paper, Stationery', 'Paper-Stationery', 3122, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116689, 116689, 'Rubber Stamping Idea Books', 'Rubber-Stamping-Idea-Books', 3122, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16506, 16506, 'Rubber Stamping Kits', 'Rubber-Stamping-Kits', 3122, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31740, 31740, 'Rubber Stamps', 'Rubber-Stamps', 3122, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41252, 41252, 'Mounted Rubber Stamps', 'Mounted-Rubber-Stamps', 31740, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41253, 41253, 'Alphabet, Numbers', 'Alphabet-Numbers', 41252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41254, 41254, 'Angels & Fairies', 'Angels-and-Fairies', 41252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41255, 41255, 'Animals & Insects', 'Animals-and-Insects', 41252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41256, 41256, 'Baby', 'Baby', 41252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48305, 48305, 'Birthday', 'Birthday', 41252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41257, 41257, 'Borders', 'Borders', 41252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41258, 41258, 'Characters', 'Characters', 41252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41259, 41259, 'Collage', 'Collage', 41252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41260, 41260, 'Flowers, Leaves', 'Flowers-Leaves', 41252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41261, 41261, 'Holidays', 'Holidays', 41252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41262, 41262, 'Love, Hearts, Wedding', 'Love-Hearts-Wedding', 41252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41263, 41263, 'People, Family & Jobs', 'People-Family-and-Jobs', 41252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41264, 41264, 'Poems & Sayings', 'Poems-and-Sayings', 41252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41265, 41265, 'Religious', 'Religious', 41252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134632, 134632, 'Shapes', 'Shapes', 41252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41266, 41266, 'Toys, Dolls & Bears', 'Toys-Dolls-and-Bears', 41252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41267, 41267, 'Collections, Mixed Lots', 'Collections-Mixed-Lots', 41252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3124, 3124, 'Other Stamping Themes', 'Other-Stamping-Themes', 41252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48306, 48306, 'Unmounted Rubber Stamps', 'Unmounted-Rubber-Stamps', 31740, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48307, 48307, 'Alphabet, Numbers', 'Alphabet-Numbers', 48306, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48308, 48308, 'Angels & Fairies', 'Angels-and-Fairies', 48306, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48309, 48309, 'Animals & Insects', 'Animals-and-Insects', 48306, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48310, 48310, 'Borders', 'Borders', 48306, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48311, 48311, 'Flowers, Leaves', 'Flowers-Leaves', 48306, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48312, 48312, 'Holidays', 'Holidays', 48306, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75574, 75574, 'Other Stamping Themes', 'Other-Stamping-Themes', 48306, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134633, 134633, 'Rubber Stamp Wheels', 'Rubber-Stamp-Wheels', 3122, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134783, 134783, 'Stamp Handles & Mounts', 'Stamp-Handles-and-Mounts', 3122, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116684, 116684, 'Stamping Ink & Pads', 'Stamping-Ink-and-Pads', 3122, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116685, 116685, 'Close to My Heart Ink Pads', 'Close-to-My-Heart-Ink-Pads', 116684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116686, 116686, 'Kaleidacolor Ink Pads', 'Kaleidacolor-Ink-Pads', 116684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116687, 116687, 'Stampin Up Ink Pads', 'Stampin-Up-Ink-Pads', 116684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116688, 116688, 'Stazon Ink Pads', 'Stazon-Ink-Pads', 116684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11795, 11795, 'Other Inks & Pads', 'Other-Inks-and-Pads', 116684, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16505, 16505, 'Stamping Instruction, Patterns', 'Stamping-Instruction-Patterns', 3122, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16507, 16507, 'Stamping Tools & Equipment', 'Stamping-Tools-and-Equipment', 3122, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 905, 905, 'Other Stamping & Embossing', 'Other-Stamping-and-Embossing', 3122, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28147, 28147, 'Rug Hooking', 'Rug-Hooking', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157027, 157027, 'Latch Hooking', 'Latch-Hooking', 28147, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157028, 157028, 'Finished Latch Hooked Rugs', 'Finished-Latch-Hooked-Rugs', 157027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116678, 116678, 'Latch Hooking Equipment', 'Latch-Hooking-Equipment', 157027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28148, 28148, 'Latch Hooking Kits', 'Latch-Hooking-Kits', 157027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116677, 116677, 'Latch Hooking Patterns', 'Latch-Hooking-Patterns', 157027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28149, 28149, 'Latch Yarn', 'Latch-Yarn', 157027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28150, 28150, 'Other Latch Rug Hooking', 'Other-Latch-Rug-Hooking', 157027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157029, 157029, 'Primitive Hand Hooking', 'Primitive-Hand-Hooking', 28147, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157034, 157034, 'Finished Prim. Hooked Rugs', 'Finished-Prim-Hooked-Rugs', 157029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157032, 157032, 'Primitive Hooking Equipment', 'Primitive-Hooking-Equipment', 157029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157030, 157030, 'Primitive Hooking Kits', 'Primitive-Hooking-Kits', 157029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157031, 157031, 'Primitive Hooking Patterns', 'Primitive-Hooking-Patterns', 157029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157033, 157033, 'Primitive Yarn', 'Primitive-Yarn', 157029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157035, 157035, 'Other Primitive Rug Hooking', 'Other-Primitive-Rug-Hooking', 157029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11788, 11788, 'Scrapbooking', 'Scrapbooking', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31731, 31731, 'Adhesives, Glue & Tape', 'Adhesives-Glue-and-Tape', 11788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103481, 103481, 'Computerized, Digital', 'Computerized-Digital', 11788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83981, 83981, 'Cutters & Trimmers', 'Cutters-and-Trimmers', 11788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83982, 83982, 'Blades', 'Blades', 83981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83983, 83983, 'Corner Cutters', 'Corner-Cutters', 83981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83984, 83984, 'Cutting Patterns', 'Cutting-Patterns', 83981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83985, 83985, 'Personal Cutting Systems', 'Personal-Cutting-Systems', 83981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83986, 83986, 'Scissors', 'Scissors', 83981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83987, 83987, 'Scrapbook Cutting Sets', 'Scrapbook-Cutting-Sets', 83981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16500, 16500, 'Other Cutters, Trimmers', 'Other-Cutters-Trimmers', 83981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75570, 75570, 'Decoupage', 'Decoupage', 11788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113344, 113344, 'Dies', 'Dies', 11788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71228, 71228, 'Die Cutting Machines', 'Die-Cutting-Machines', 11788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121833, 121833, 'Embellishments', 'Embellishments', 11788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103480, 103480, 'Borders', 'Borders', 121833, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31732, 31732, 'Buttons', 'Buttons', 121833, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71225, 71225, 'Charms', 'Charms', 121833, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33978, 33978, 'Die Cuts', 'Die-Cuts', 121833, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33979, 33979, 'Alphabet, Numbers', 'Alphabet-Numbers', 33978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33980, 33980, 'Animals & Insects', 'Animals-and-Insects', 33978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71226, 71226, 'Baby', 'Baby', 33978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33981, 33981, 'Flowers, Leaves', 'Flowers-Leaves', 33978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33982, 33982, 'Frames', 'Frames', 33978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33983, 33983, 'Geometric Shapes', 'Geometric-Shapes', 33978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33984, 33984, 'Holidays & Occasions', 'Holidays-and-Occasions', 33978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71227, 71227, 'People & Family', 'People-and-Family', 33978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33985, 33985, 'Seasons, Weather', 'Seasons-Weather', 33978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33986, 33986, 'Sports & Toys', 'Sports-and-Toys', 33978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83988, 83988, 'Tags', 'Tags', 33978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33987, 33987, 'Collections, Mixed Lots', 'Collections-Mixed-Lots', 33978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75571, 75571, 'Other Die Cut Themes', 'Other-Die-Cut-Themes', 33978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28137, 28137, 'Eyelets', 'Eyelets', 121833, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31733, 31733, 'Fibers, Wire', 'Fibers-Wire', 121833, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83989, 83989, 'Flatbacks', 'Flatbacks', 121833, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83990, 83990, 'Grommets, Brads', 'Grommets-Brads', 121833, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33995, 33995, 'Punchies', 'Punchies', 121833, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33996, 33996, 'Animals & Insects', 'Animals-and-Insects', 33995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33997, 33997, 'Flowers, Leaves', 'Flowers-Leaves', 33995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33998, 33998, 'Geometric Shapes', 'Geometric-Shapes', 33995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33999, 33999, 'Holidays & Occasions', 'Holidays-and-Occasions', 33995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34000, 34000, 'Seasons, Weather', 'Seasons-Weather', 33995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34001, 34001, 'Collections, Mixed Lots', 'Collections-Mixed-Lots', 33995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16502, 16502, 'Other Themes', 'Other-Themes', 33995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31739, 31739, 'Tags', 'Tags', 121833, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146545, 146545, 'Other Embellishments', 'Other-Embellishments', 121833, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134628, 134628, 'Embellishment Setters', 'Embellishment-Setters', 11788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146387, 146387, 'Idea Books', 'Idea-Books', 11788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146388, 146388, 'Creating Keepsakes', 'Creating-Keepsakes', 146387, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146389, 146389, 'Creative Memories', 'Creative-Memories', 146387, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146390, 146390, 'Memory Makers', 'Memory-Makers', 146387, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146391, 146391, 'Pine Cone Press', 'Pine-Cone-Press', 146387, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103482, 103482, 'Other Book Publishers', 'Other-Book-Publishers', 146387, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11790, 11790, 'Markers, Pens', 'Markers-Pens', 11788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146396, 146396, 'Organizers & Carriers', 'Organizers-and-Carriers', 11788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146397, 146397, 'Accessory Binders', 'Accessory-Binders', 146396, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146398, 146398, 'Paper Organizers', 'Paper-Organizers', 146396, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146399, 146399, 'Photo Files', 'Photo-Files', 146396, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146400, 146400, 'Scrapbook Hobby Carts', 'Scrapbook-Hobby-Carts', 146396, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146401, 146401, 'Scrapbooking Totes', 'Scrapbooking-Totes', 146396, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146402, 146402, 'Storage Racks', 'Storage-Racks', 146396, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71229, 71229, 'Other Organizers & Carriers', 'Other-Organizers-and-Carriers', 146396, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11792, 11792, 'Paper Piecing', 'Paper-Piecing', 11788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33988, 33988, 'Paper Punches', 'Paper-Punches', 11788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33989, 33989, 'Animals & Insects', 'Animals-and-Insects', 33988, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33990, 33990, 'Borders, Corners', 'Borders-Corners', 33988, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33991, 33991, 'Flowers, Leaves', 'Flowers-Leaves', 33988, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33992, 33992, 'Geometric Shapes', 'Geometric-Shapes', 33988, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33993, 33993, 'Holidays & Occasions', 'Holidays-and-Occasions', 33988, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33994, 33994, 'Collections, Mixed Lots', 'Collections-Mixed-Lots', 33988, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11793, 11793, 'Other Themes', 'Other-Themes', 33988, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103483, 103483, 'Photo Mounting Paper', 'Photo-Mounting-Paper', 11788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146403, 146403, 'Pre-Made Scrapbook Pages', 'Pre-Made-Scrapbook-Pages', 11788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33875, 33875, 'Scrapbooking Albums', 'Scrapbooking-Albums', 11788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33876, 33876, '5x7 Albums', '5x7-Albums', 33875, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83980, 83980, '6x6 Albums', '6x6-Albums', 33875, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33877, 33877, '7x7 Albums', '7x7-Albums', 33875, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134627, 134627, '8x8 Albums', '8x8-Albums', 33875, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33878, 33878, '8.5x11 Albums', '8-5x11-Albums', 33875, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33977, 33977, '12x12 Albums', '12x12-Albums', 33875, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16499, 16499, 'Other Album Sizes', 'Other-Album-Sizes', 33875, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83991, 83991, 'Scrapbooking Kits', 'Scrapbooking-Kits', 11788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113345, 113345, 'Animals & Insects', 'Animals-and-Insects', 83991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113346, 113346, 'Baby', 'Baby', 83991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113347, 113347, 'Disney', 'Disney', 83991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113348, 113348, 'Flowers, Leaves', 'Flowers-Leaves', 83991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113349, 113349, 'Holidays & Occasions', 'Holidays-and-Occasions', 83991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113350, 113350, 'People & Family', 'People-and-Family', 83991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113351, 113351, 'Seasons, Weather', 'Seasons-Weather', 83991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113352, 113352, 'Sports & Toys', 'Sports-and-Toys', 83991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113353, 113353, 'Vacation, Travel', 'Vacation-Travel', 83991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11789, 11789, 'Other Scrapbooking Kits', 'Other-Scrapbooking-Kits', 83991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134629, 134629, 'Scrapbooking Mystery Lots', 'Scrapbooking-Mystery-Lots', 11788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31734, 31734, 'Scrapbooking Paper, Pages', 'Scrapbooking-Paper-Pages', 11788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31735, 31735, 'Cardstock', 'Cardstock', 31734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 83998, 83998, 'Metallic', 'Metallic', 31734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83999, 83999, 'Mulberry', 'Mulberry', 31734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31736, 31736, 'Refill Pages', 'Refill-Pages', 31734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31737, 31737, 'Vellum', 'Vellum', 31734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84000, 84000, 'Collections, Mixed Lots', 'Collections-Mixed-Lots', 31734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11791, 11791, 'Other Scrapbooking Paper', 'Other-Scrapbooking-Paper', 31734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31738, 31738, 'Scrapbook Patterns', 'Scrapbook-Patterns', 11788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134630, 134630, 'Scrapbooking Stencils', 'Scrapbooking-Stencils', 11788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134631, 134631, 'Scrapbook Tape', 'Scrapbook-Tape', 11788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84003, 84003, 'Scrapbook Templates', 'Scrapbook-Templates', 11788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84004, 84004, 'Coluzzle', 'Coluzzle', 84003, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84005, 84005, 'Creative Memories', 'Creative-Memories', 84003, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84006, 84006, 'Fiskars', 'Fiskars', 84003, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16503, 16503, 'Other Scrapbook Templates', 'Other-Scrapbook-Templates', 84003, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34002, 34002, 'Stickers', 'Stickers', 11788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34003, 34003, 'Alphabet, Numbers', 'Alphabet-Numbers', 34002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34004, 34004, 'Animals & Insects', 'Animals-and-Insects', 34002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34005, 34005, 'Baby', 'Baby', 34002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48301, 48301, 'Birthday', 'Birthday', 34002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34006, 34006, 'Borders', 'Borders', 34002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34007, 34007, 'Characters', 'Characters', 34002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34008, 34008, 'Flowers, Leaves', 'Flowers-Leaves', 34002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34009, 34009, 'Food, Kitchen', 'Food-Kitchen', 34002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84001, 84001, 'Frames', 'Frames', 34002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146392, 146392, 'Gardening', 'Gardening', 34002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146393, 146393, 'Hearts', 'Hearts', 34002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34010, 34010, 'Holidays', 'Holidays', 34002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146394, 146394, 'Military', 'Military', 34002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34011, 34011, 'People, Family & Jobs', 'People-Family-and-Jobs', 34002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146395, 146395, 'Phrases', 'Phrases', 34002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34012, 34012, 'Religious', 'Religious', 34002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48302, 48302, 'School', 'School', 34002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34013, 34013, 'Scratch & Sniff', 'Scratch-and-Sniff', 34002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48303, 48303, 'Sports', 'Sports', 34002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48304, 48304, 'Stars', 'Stars', 34002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34014, 34014, 'Toys & Teddy Bears', 'Toys-and-Teddy-Bears', 34002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34015, 34015, 'Travel, Vacations', 'Travel-Vacations', 34002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84002, 84002, 'Vehicles', 'Vehicles', 34002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71230, 71230, 'Weddings', 'Weddings', 34002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34016, 34016, 'Collections, Mixed Lots', 'Collections-Mixed-Lots', 34002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11794, 11794, 'Other Themes', 'Other-Themes', 34002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75573, 75573, 'Other Scrapbooking', 'Other-Scrapbooking', 11788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3116, 3116, 'Sewing', 'Sewing', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41242, 41242, 'Sewing Machine Accessories', 'Sewing-Machine-Accessories', 3116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41243, 41243, 'Bobbins', 'Bobbins', 41242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41245, 41245, 'Feet', 'Feet', 41242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134615, 134615, 'Memory Cards', 'Memory-Cards', 41242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41244, 41244, 'Sewing CDs', 'Sewing-CDs', 41242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41246, 41246, 'Sewing Manuals, Instruction', 'Sewing-Manuals-Instruction', 41242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41247, 41247, 'Sewing Machine Needles', 'Sewing-Machine-Needles', 41242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41248, 41248, 'Machine Parts & Attachments', 'Machine-Parts-and-Attachments', 41242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28168, 28168, 'Other Accessories', 'Other-Accessories', 41242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28163, 28163, 'Sewing Machines & Sergers', 'Sewing-Machines-and-Sergers', 3116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83960, 83960, 'BabyLock', 'BabyLock', 28163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28164, 28164, 'Bernina', 'Bernina', 28163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28165, 28165, 'Brother', 'Brother', 28163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83961, 83961, 'ConSew', 'ConSew', 28163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83962, 83962, 'Elna', 'Elna', 28163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41249, 41249, 'Janome, Newhome', 'Janome-Newhome', 28163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83963, 83963, 'Juki', 'Juki', 28163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41250, 41250, 'Kenmore', 'Kenmore', 28163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41251, 41251, 'Pfaff', 'Pfaff', 28163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60095, 60095, 'Simplicity', 'Simplicity', 28163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28166, 28166, 'Singer', 'Singer', 28163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28167, 28167, 'Viking/Husqvarna', 'Viking-Husqvarna', 28163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71223, 71223, 'White', 'White', 28163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3118, 3118, 'Other', 'Other', 28163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28169, 28169, 'Sewing Notions & Tools', 'Sewing-Notions-and-Tools', 3116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83964, 83964, 'Bows & Flowers', 'Bows-and-Flowers', 28169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134616, 134616, 'Buttons', 'Buttons', 28169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134617, 134617, 'Gold Buttons', 'Gold-Buttons', 134616, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134618, 134618, 'Metal Buttons', 'Metal-Buttons', 134616, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134619, 134619, 'Pearl Buttons', 'Pearl-Buttons', 134616, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134620, 134620, 'Plastic Buttons', 'Plastic-Buttons', 134616, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134621, 134621, 'Shell Buttons', 'Shell-Buttons', 134616, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7320, 7320, 'Other Buttons', 'Other-Buttons', 134616, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28170, 28170, 'Sewing Needles', 'Sewing-Needles', 28169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134623, 134623, 'Sewing Pincushions', 'Sewing-Pincushions', 28169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134622, 134622, 'Sewing Pins', 'Sewing-Pins', 28169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28171, 28171, 'Shears, Scissors', 'Shears-Scissors', 28169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83965, 83965, 'Sewing Storage, Boxes', 'Sewing-Storage-Boxes', 28169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83966, 83966, 'Sewing Trims', 'Sewing-Trims', 28169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83967, 83967, 'Braid', 'Braid', 83966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83968, 83968, 'Cord', 'Cord', 83966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83969, 83969, 'Elastic', 'Elastic', 83966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83970, 83970, 'Embroidered', 'Embroidered', 83966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83971, 83971, 'Jacquard', 'Jacquard', 83966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83972, 83972, 'Lace', 'Lace', 83966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83973, 83973, 'Venise', 'Venise', 83966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11803, 11803, 'Other Sewing Trims', 'Other-Sewing-Trims', 83966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28172, 28172, 'Thread', 'Thread', 28169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28173, 28173, 'Zippers', 'Zippers', 28169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4836, 4836, 'Other Sewing Supplies', 'Other-Sewing-Supplies', 28169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28174, 28174, 'Sewing Patterns', 'Sewing-Patterns', 3116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31407, 31407, 'Childrens Clothing', 'Childrens-Clothing', 28174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116690, 116690, 'Costume Patterns', 'Costume-Patterns', 28174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116691, 116691, 'Doll Clothing', 'Doll-Clothing', 28174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116692, 116692, 'Hat, Millinery Patterns', 'Hat-Millinery-Patterns', 28174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116693, 116693, 'Holiday Patterns', 'Holiday-Patterns', 28174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11802, 11802, 'Home Decor Patterns', 'Home-Decor-Patterns', 28174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31406, 31406, 'Infant & Toddlers Clothing', 'Infant-and-Toddlers-Clothing', 28174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31408, 31408, 'Mens Clothing', 'Mens-Clothing', 28174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116694, 116694, 'Purse & Tote Patterns', 'Purse-and-Tote-Patterns', 28174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11801, 11801, 'Womens Clothing', 'Womens-Clothing', 28174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3119, 3119, 'Other Sewing Patterns', 'Other-Sewing-Patterns', 28174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3120, 3120, 'Shellcraft', 'Shellcraft', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36600, 36600, 'Spinning', 'Spinning', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36601, 36601, 'Roving, Wool, Fiber', 'Roving-Wool-Fiber', 36600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36602, 36602, 'Spindles', 'Spindles', 36600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134624, 134624, 'Spinning Wheels', 'Spinning-Wheels', 36600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3121, 3121, 'Other Spinning Items', 'Other-Spinning-Items', 36600, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113354, 113354, 'Upholstery', 'Upholstery', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116695, 116695, 'Naugahyde & Vinyl', 'Naugahyde-and-Vinyl', 113354, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116696, 116696, 'Upholstery Fabric', 'Upholstery-Fabric', 113354, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116697, 116697, 'Chenille Fabric', 'Chenille-Fabric', 116696, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116698, 116698, 'Cotton Fabric', 'Cotton-Fabric', 116696, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116699, 116699, 'Linen Fabric', 'Linen-Fabric', 116696, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116700, 116700, 'Silk Fabric', 'Silk-Fabric', 116696, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116701, 116701, 'Tapestry Fabric', 'Tapestry-Fabric', 116696, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116702, 116702, 'Velvet & Velour', 'Velvet-and-Velour', 116696, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28160, 28160, 'Other Upholstery Fabric', 'Other-Upholstery-Fabric', 116696, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113355, 113355, 'Upholstery Tools & Equipment', 'Upholstery-Tools-and-Equipment', 113354, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113356, 113356, 'Other Upholstery Supplies', 'Other-Upholstery-Supplies', 113354, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57739, 57739, 'Weaving', 'Weaving', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57740, 57740, 'Weaving Books & Patterns', 'Weaving-Books-and-Patterns', 57739, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57741, 57741, 'Weaving Looms', 'Weaving-Looms', 57739, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3125, 3125, 'Other Weaving Supplies', 'Other-Weaving-Supplies', 57739, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3127, 3127, 'Woodworking', 'Woodworking', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3128, 3128, 'Wood Carving', 'Wood-Carving', 3127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71233, 71233, 'Wood Turning', 'Wood-Turning', 3127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71234, 71234, 'Pen Blanks', 'Pen-Blanks', 71233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134634, 134634, 'Turning Wood', 'Turning-Wood', 71233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134635, 134635, 'Cherry', 'Cherry', 134634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134636, 134636, 'Koa', 'Koa', 134634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134637, 134637, 'Maple', 'Maple', 134634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134638, 134638, 'Walnut', 'Walnut', 134634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71235, 71235, 'Other Turning Wood', 'Other-Turning-Wood', 134634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84012, 84012, 'Other Turning', 'Other-Turning', 71233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3129, 3129, 'Woodworking Kits', 'Woodworking-Kits', 3127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48313, 48313, 'Woodworking Lumber', 'Woodworking-Lumber', 3127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48314, 48314, 'Cherry', 'Cherry', 48313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116858, 116858, 'Ebony Wood', 'Ebony-Wood', 48313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146404, 146404, 'Exotic Woods', 'Exotic-Woods', 48313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116859, 116859, 'Koa Wood', 'Koa-Wood', 48313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116860, 116860, 'Mahogany', 'Mahogany', 48313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48315, 48315, 'Maple', 'Maple', 48313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71231, 71231, 'Oak', 'Oak', 48313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84010, 84010, 'Redwood', 'Redwood', 48313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71232, 71232, 'Rosewood', 'Rosewood', 48313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116861, 116861, 'Teak', 'Teak', 48313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48316, 48316, 'Walnut', 'Walnut', 48313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84011, 84011, 'Other Lumber', 'Other-Lumber', 48313, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116862, 116862, 'Woodworking Patterns', 'Woodworking-Patterns', 3127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116863, 116863, 'Birdhouse & Feeder Patterns', 'Birdhouse-and-Feeder-Patterns', 116862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116864, 116864, 'Furniture Patterns', 'Furniture-Patterns', 116862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116865, 116865, 'Scroll Saw Patterns', 'Scroll-Saw-Patterns', 116862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116866, 116866, 'Toy Patterns', 'Toy-Patterns', 116862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116867, 116867, 'Yard Art Patterns', 'Yard-Art-Patterns', 116862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3130, 3130, 'Other Woodworking Patterns', 'Other-Woodworking-Patterns', 116862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3131, 3131, 'Woodworking Supplies', 'Woodworking-Supplies', 3127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3126, 3126, 'Other Woodworking', 'Other-Woodworking', 3127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36589, 36589, 'Yarn', 'Yarn', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36590, 36590, 'Acrylic Yarn', 'Acrylic-Yarn', 36589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36591, 36591, 'Alpaca Yarn', 'Alpaca-Yarn', 36589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36592, 36592, 'Angora Yarn', 'Angora-Yarn', 36589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48764, 48764, 'Boucle Yarn', 'Boucle-Yarn', 36589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36594, 36594, 'Cashmere Yarn', 'Cashmere-Yarn', 36589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48765, 48765, 'Chenille Yarn', 'Chenille-Yarn', 36589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36595, 36595, 'Cotton Yarn', 'Cotton-Yarn', 36589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71220, 71220, 'Eyelash Yarn', 'Eyelash-Yarn', 36589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83944, 83944, 'Handspun & Handpainted Yarn', 'Handspun-and-Handpainted-Yarn', 36589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116856, 116856, 'Hemp Yarn', 'Hemp-Yarn', 36589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83945, 83945, 'Linen Yarn', 'Linen-Yarn', 36589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71221, 71221, 'Metallic Yarn', 'Metallic-Yarn', 36589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36596, 36596, 'Mohair Yarn', 'Mohair-Yarn', 36589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98642, 98642, 'Nylon Yarn', 'Nylon-Yarn', 36589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36597, 36597, 'Rayon Yarn', 'Rayon-Yarn', 36589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116857, 116857, 'Ribbon Yarn', 'Ribbon-Yarn', 36589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36598, 36598, 'Silk Yarn', 'Silk-Yarn', 36589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36599, 36599, 'Wool Yarn', 'Wool-Yarn', 36589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36593, 36593, 'Yarn Blends', 'Yarn-Blends', 36589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37577, 37577, 'Mixed Lots', 'Mixed-Lots', 36589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71222, 71222, 'Yarn Kits', 'Yarn-Kits', 36589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75569, 75569, 'Other Yarn', 'Other-Yarn', 36589, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75575, 75575, 'Wall Decor, Tatouage', 'Wall-Decor-Tatouage', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75576, 75576, 'Other Arts & Crafts', 'Other-Arts-and-Crafts', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45074, 45074, 'Crafts Wholesale Lots', 'Crafts-Wholesale-Lots', 14339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31742, 31742, 'All-Purpose Craft Supplies', 'All-Purpose-Craft-Supplies', 45074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146405, 146405, 'Bead Art', 'Bead-Art', 45074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48753, 48753, 'Candle & Soap Making', 'Candle-and-Soap-Making', 45074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48754, 48754, 'Fabric Embellishment', 'Fabric-Embellishment', 45074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48755, 48755, 'Floral Supplies', 'Floral-Supplies', 45074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45075, 45075, 'Needlecraft', 'Needlecraft', 45074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48756, 48756, 'Scrapbooking', 'Scrapbooking', 45074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45076, 45076, 'Stamping & Stickers', 'Stamping-and-Stickers', 45074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45077, 45077, 'Other Crafts Wholesale Lots', 'Other-Crafts-Wholesale-Lots', 45074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 237, 237, 'Dolls & Bears', 'Dolls-and-Bears', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50253, 50253, 'Bear Making Supplies', 'Bear-Making-Supplies', 237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 386, 386, 'Bears', 'Bears', 237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 387, 387, 'Accessories', 'Accessories', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95217, 95217, 'Annette Funicello', 'Annette-Funicello', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31, 31, 'Antique', 'Antique', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3902, 3902, 'Artist', 'Artist', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3904, 3904, 'Artist, One of a Kind', 'Artist-One-of-a-Kind', 3902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3903, 3903, 'Artist, Manufactured', 'Artist-Manufactured', 3902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 389, 389, 'Other', 'Other', 3902, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95218, 95218, 'Avon', 'Avon', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95219, 95219, 'Bearfoots', 'Bearfoots', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95220, 95220, 'Bearington', 'Bearington', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1347, 1347, 'Boyds', 'Boyds', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95275, 95275, 'Current', 'Current', 1347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95276, 95276, 'Bears', 'Bears', 95275, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95277, 95277, 'Cats', 'Cats', 95275, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95278, 95278, 'Dogs', 'Dogs', 95275, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95279, 95279, 'Moose', 'Moose', 95275, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95280, 95280, 'Rabbits', 'Rabbits', 95275, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3905, 3905, 'Other', 'Other', 95275, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63635, 63635, 'Retired, Discontinued', 'Retired-Discontinued', 1347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3877, 3877, 'Bears', 'Bears', 63635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63636, 63636, 'Cats', 'Cats', 63635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95221, 95221, 'Dogs', 'Dogs', 63635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63637, 63637, 'Moose', 'Moose', 63635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63638, 63638, 'Rabbits', 'Rabbits', 63635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63639, 63639, 'Other', 'Other', 63635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 390, 390, 'Other', 'Other', 1347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95222, 95222, 'Build a Bear', 'Build-a-Bear', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47225, 47225, 'Care Bears', 'Care-Bears', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145868, 145868, 'Contemporary (1990-Now)', 'Contemporary-1990-Now', 47225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145869, 145869, 'Bedtime Bear', 'Bedtime-Bear', 145868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145870, 145870, 'Best Friend Bear', 'Best-Friend-Bear', 145868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145871, 145871, 'Cheer Bear', 'Cheer-Bear', 145868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145872, 145872, 'Funshine Bear', 'Funshine-Bear', 145868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145873, 145873, 'Good Luck Bear', 'Good-Luck-Bear', 145868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145874, 145874, 'Grumpy Bear', 'Grumpy-Bear', 145868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145875, 145875, 'Love-a-Lot Bear', 'Love-a-Lot-Bear', 145868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145876, 145876, 'Share Bear', 'Share-Bear', 145868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145877, 145877, 'Wish Bear', 'Wish-Bear', 145868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47226, 47226, 'Other', 'Other', 145868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 228, 228, 'Vintage (Pre-1990)', 'Vintage-Pre-1990', 47225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3906, 3906, 'Cherished Teddies', 'Cherished-Teddies', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3907, 3907, 'Current', 'Current', 3906, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3909, 3909, 'Retired', 'Retired', 3906, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 391, 391, 'Other', 'Other', 3906, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95223, 95223, 'Dayton Hudson', 'Dayton-Hudson', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95224, 95224, 'Deans', 'Deans', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95225, 95225, 'Deb Canham', 'Deb-Canham', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36540, 36540, 'Ganz', 'Ganz', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15975, 15975, 'Gund', 'Gund', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95226, 95226, 'Hallmark', 'Hallmark', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95227, 95227, 'Harrods', 'Harrods', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27257, 27257, 'Hermann', 'Hermann', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1540, 1540, 'Merrythought', 'Merrythought', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 392, 392, 'Muffy', 'Muffy', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36541, 36541, 'North American Bear Company', 'North-American-Bear-Company', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36542, 36542, 'Paddington', 'Paddington', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 779, 779, 'Raikes', 'Raikes', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36543, 36543, 'Russ', 'Russ', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95228, 95228, 'Schuco', 'Schuco', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3910, 3910, 'Steiff', 'Steiff', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95229, 95229, 'Antique (pre-1946)', 'Antique-pre-1946', 3910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3912, 3912, 'Vintage (1946-69)', 'Vintage-1946-69', 3910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3911, 3911, 'Modern (1970-Now)', 'Modern-1970-Now', 3910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 393, 393, 'Other', 'Other', 3910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36544, 36544, 'Teddy Ruxpin', 'Teddy-Ruxpin', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74983, 74983, 'Vermont Teddy Bear Co.', 'Vermont-Teddy-Bear-Co-', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117, 117, 'Other Bears', 'Other-Bears', 386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 238, 238, 'Dolls', 'Dolls', 237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 326, 326, 'Antique (Pre-1930)', 'Antique-Pre-1930', 238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84621, 84621, 'Bisque', 'Bisque', 326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84622, 84622, 'German', 'German', 84621, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84623, 84623, 'French', 'French', 84621, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 340, 340, 'Other', 'Other', 84621, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4622, 4622, 'Celluloid', 'Celluloid', 326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4624, 4624, 'China', 'China', 326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4623, 4623, 'Cloth', 'Cloth', 326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 341, 341, 'Composition', 'Composition', 326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4625, 4625, 'Papier-Mache', 'Papier-Mache', 326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4626, 4626, 'Reproduction', 'Reproduction', 326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149387, 149387, 'Tin, Metal', 'Tin-Metal', 326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4628, 4628, 'Wood', 'Wood', 326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32, 32, 'Other Antique Dolls', 'Other-Antique-Dolls', 326, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2404, 2404, 'Artist Offerings, OOAK, Reborn', 'Artist-Offerings-OOAK-Reborn', 238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84624, 84624, 'OOAK', 'OOAK', 2404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84625, 84625, 'Baby, Babies', 'Baby-Babies', 84624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84626, 84626, 'Fairies, Elves, Dwarves', 'Fairies-Elves-Dwarves', 84624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84627, 84627, 'Fashion Dolls', 'Fashion-Dolls', 84624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 48920, 48920, 'Other', 'Other', 84624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48921, 48921, 'Reborn', 'Reborn', 2404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 327, 327, 'Other', 'Other', 2404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15949, 15949, 'Barbie Contemporary (1973-Now)', 'Barbie-Contemporary-1973-Now', 238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15950, 15950, 'Barbie Dolls', 'Barbie-Dolls', 15949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48912, 48912, 'Anniversary Dolls', 'Anniversary-Dolls', 15950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48913, 48913, 'Artist Dolls, OOAK, Nudes', 'Artist-Dolls-OOAK-Nudes', 15950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84628, 84628, 'OOAK', 'OOAK', 48913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15954, 15954, 'Nude Dolls', 'Nude-Dolls', 48913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48914, 48914, 'Supplies', 'Supplies', 48913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48915, 48915, 'Athlete Barbie', 'Athlete-Barbie', 15950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48916, 48916, 'Bridal Barbie', 'Bridal-Barbie', 15950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48917, 48917, 'Career Barbie', 'Career-Barbie', 15950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15952, 15952, 'Designer Editions, Bob Mackie', 'Designer-Editions-Bob-Mackie', 15950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48932, 48932, 'Dolls of the World', 'Dolls-of-the-World', 15950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48933, 48933, 'Fairytale Barbie', 'Fairytale-Barbie', 15950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48922, 48922, 'Cinderella', 'Cinderella', 48933, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36529, 36529, 'Disney', 'Disney', 48933, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38260, 38260, 'Nutcracker', 'Nutcracker', 48933, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36534, 36534, 'Rapunzel', 'Rapunzel', 48933, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52332, 52332, 'Swan Lake', 'Swan-Lake', 48933, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36535, 36535, 'Wizard of Oz', 'Wizard-of-Oz', 48933, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48934, 48934, 'Other', 'Other', 48933, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48935, 48935, 'Happy Birthday Barbie', 'Happy-Birthday-Barbie', 15950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48936, 48936, 'Holiday Barbie', 'Holiday-Barbie', 15950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38258, 38258, 'Holiday Angel', 'Holiday-Angel', 48936, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38259, 38259, 'Holiday Celebration', 'Holiday-Celebration', 48936, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48938, 48938, 'Other', 'Other', 48936, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48918, 48918, 'Hollywood Barbie & Friends', 'Hollywood-Barbie-and-Friends', 15950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36530, 36530, 'Gone with the Wind', 'Gone-with-the-Wind', 48918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36532, 36532, 'I Love Lucy', 'I-Love-Lucy', 48918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48919, 48919, 'Marilyn Monroe', 'Marilyn-Monroe', 48918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145878, 145878, 'Other', 'Other', 48918, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48923, 48923, 'My Scene Dolls', 'My-Scene-Dolls', 15950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48924, 48924, 'My Size Barbie', 'My-Size-Barbie', 15950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48925, 48925, 'Pop Culture Barbie', 'Pop-Culture-Barbie', 15950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145879, 145879, 'Avon', 'Avon', 48925, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36528, 36528, 'Coca-Cola', 'Coca-Cola', 48925, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36531, 36531, 'Harley-Davidson', 'Harley-Davidson', 48925, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36533, 36533, 'NASCAR', 'NASCAR', 48925, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48926, 48926, 'Other', 'Other', 48925, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48927, 48927, 'Porcelain Barbie', 'Porcelain-Barbie', 15950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48928, 48928, 'Silkstone, Fashion Models', 'Silkstone-Fashion-Models', 15950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48929, 48929, 'Sun, Beach Barbie', 'Sun-Beach-Barbie', 15950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48930, 48930, 'Western Barbie', 'Western-Barbie', 15950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48931, 48931, 'Gift Sets', 'Gift-Sets', 15950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15956, 15956, 'Store Exclusives', 'Store-Exclusives', 15950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48939, 48939, 'Mixed Lots', 'Mixed-Lots', 15950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15953, 15953, 'Other', 'Other', 15950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15948, 15948, 'Books, Magazines', 'Books-Magazines', 15949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15957, 15957, 'Clothing & Accessories', 'Clothing-and-Accessories', 15949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48940, 48940, 'Accessories', 'Accessories', 15957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48941, 48941, 'Clothing', 'Clothing', 15957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84629, 84629, 'Custom, Handmade', 'Custom-Handmade', 48941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48942, 48942, 'Fashion Avenue', 'Fashion-Avenue', 48941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48943, 48943, 'My Size', 'My-Size', 48941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48944, 48944, 'Silkstone', 'Silkstone', 48941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15958, 15958, 'Other', 'Other', 48941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48945, 48945, 'Shoes', 'Shoes', 15957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 249, 249, 'Other', 'Other', 15957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2451, 2451, 'Friends & Family', 'Friends-and-Family', 15949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15961, 15961, 'Kelly & Same-Size Friends', 'Kelly-and-Same-Size-Friends', 2451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15962, 15962, 'Ken & Same-Size Friends', 'Ken-and-Same-Size-Friends', 2451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48946, 48946, 'Midge & Same-Size Friends', 'Midge-and-Same-Size-Friends', 2451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15963, 15963, 'Skipper & Same-Size Friends', 'Skipper-and-Same-Size-Friends', 2451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15964, 15964, 'Tommy & Same-Size Friends', 'Tommy-and-Same-Size-Friends', 2451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2450, 2450, 'Other Barbie Friends & Family', 'Other-Barbie-Friends-and-Family', 2451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49222, 49222, 'Licensed Merchandise, Non-Doll', 'Licensed-Merchandise-Non-Doll', 15949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48947, 48947, 'Pets & Animals', 'Pets-and-Animals', 15949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15959, 15959, 'Structures, Furniture', 'Structures-Furniture', 15949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15960, 15960, 'Vehicles', 'Vehicles', 15949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48948, 48948, 'Mixed Lots', 'Mixed-Lots', 15949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 248, 248, 'Other Contemporary', 'Other-Contemporary', 15949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15965, 15965, 'Barbie Vintage (Pre-1973)', 'Barbie-Vintage-Pre-1973', 238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48949, 48949, 'Barbie Dolls', 'Barbie-Dolls', 15965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48950, 48950, 'Bubblecut Barbie', 'Bubblecut-Barbie', 48949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48951, 48951, 'Ponytail Barbie', 'Ponytail-Barbie', 48949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48952, 48952, 'Mixed Lots', 'Mixed-Lots', 48949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 250, 250, 'Other', 'Other', 48949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15966, 15966, 'Cases', 'Cases', 15965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2453, 2453, 'Clothing & Accessories', 'Clothing-and-Accessories', 15965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2454, 2454, 'Clothing', 'Clothing', 2453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2455, 2455, 'Shoes', 'Shoes', 2453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36536, 36536, 'Mixed Lots', 'Mixed-Lots', 2453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 251, 251, 'Other', 'Other', 2453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15969, 15969, 'Friends & Family', 'Friends-and-Family', 15965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15970, 15970, 'Francie, Casey, Twiggy', 'Francie-Casey-Twiggy', 15969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15971, 15971, 'Ken & Same-Size Friends', 'Ken-and-Same-Size-Friends', 15969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15972, 15972, 'Midge & Same-Size Friends', 'Midge-and-Same-Size-Friends', 15969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15973, 15973, 'Skipper & Same-Size Friends', 'Skipper-and-Same-Size-Friends', 15969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48953, 48953, 'Tutti, Todd, Chris', 'Tutti-Todd-Chris', 15969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2452, 2452, 'Other Barbie Friends & Family', 'Other-Barbie-Friends-and-Family', 15969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15967, 15967, 'Structures, Furniture', 'Structures-Furniture', 15965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15968, 15968, 'Vehicles', 'Vehicles', 15965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48954, 48954, 'Mixed Lots', 'Mixed-Lots', 15965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15974, 15974, 'Other Vintage', 'Other-Vintage', 15965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15987, 15987, 'By Brand, Company, Character', 'By-Brand-Company-Character', 238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11694, 11694, 'Amazing Ally, Babies', 'Amazing-Ally-Babies', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2401, 2401, 'American Character', 'American-Character', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4620, 4620, 'Betsy McCall', 'Betsy-McCall', 2401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2402, 2402, 'Sweet Sue', 'Sweet-Sue', 2401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15988, 15988, 'Tiny Tears', 'Tiny-Tears', 2401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2400, 2400, 'Other', 'Other', 2401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95230, 95230, 'American Girl', 'American-Girl', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95231, 95231, 'Addy', 'Addy', 95230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95232, 95232, 'Angelina Ballerina', 'Angelina-Ballerina', 95230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95233, 95233, 'Bitty Baby', 'Bitty-Baby', 95230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95234, 95234, 'Felicity', 'Felicity', 95230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95235, 95235, 'Josefina', 'Josefina', 95230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95236, 95236, 'Kit', 'Kit', 95230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95237, 95237, 'Kirsten', 'Kirsten', 95230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95238, 95238, 'Molly', 'Molly', 95230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95239, 95239, 'Nellie', 'Nellie', 95230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95240, 95240, 'Samantha', 'Samantha', 95230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145880, 145880, 'Today', 'Today', 95230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15989, 15989, 'Other', 'Other', 95230, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63640, 63640, 'Anne Geddes', 'Anne-Geddes', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15981, 15981, 'Annette Himstedt', 'Annette-Himstedt', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4629, 4629, 'Arranbee (R&B)', 'Arranbee-RandB', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84630, 84630, 'Ashton Drake', 'Ashton-Drake', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1033, 1033, 'Gene', 'Gene', 84630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15990, 15990, 'Other', 'Other', 84630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84631, 84631, 'Berenguer, Berjusa', 'Berenguer-Berjusa', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84632, 84632, 'Dolls', 'Dolls', 84631, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84633, 84633, 'Reborn Dolls', 'Reborn-Dolls', 84631, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48955, 48955, 'Other', 'Other', 84631, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36551, 36551, 'Betty Boop', 'Betty-Boop', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36546, 36546, 'Blythe', 'Blythe', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36547, 36547, 'Bratz', 'Bratz', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20392, 20392, 'Cabbage Patch', 'Cabbage-Patch', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 243, 243, 'Modern (1990-Now)', 'Modern-1990-Now', 20392, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20393, 20393, 'Vintage (Pre-1990)', 'Vintage-Pre-1990', 20392, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95242, 95242, 'Cameo', 'Cameo', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95241, 95241, 'Danbury Mint', 'Danbury-Mint', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2421, 2421, 'Dawn', 'Dawn', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84635, 84635, 'Dollfie', 'Dollfie', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95243, 95243, 'Eegee', 'Eegee', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2417, 2417, 'Effanbee', 'Effanbee', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2416, 2416, 'Modern', 'Modern', 2417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2418, 2418, 'Reproductions', 'Reproductions', 2417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2419, 2419, 'Vintage', 'Vintage', 2417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 330, 330, 'Other', 'Other', 2417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95244, 95244, 'Fisher Price', 'Fisher-Price', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15982, 15982, 'Franklin Mint', 'Franklin-Mint', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95245, 95245, 'Gerber', 'Gerber', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74984, 74984, 'Gotz', 'Gotz', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45346, 45346, 'Groovy Girls', 'Groovy-Girls', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15991, 15991, 'Hasbro', 'Hasbro', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1034, 1034, 'Holly Hobbie', 'Holly-Hobbie', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2390, 2390, 'Horsman', 'Horsman', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2424, 2424, 'Ideal', 'Ideal', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2430, 2430, 'Crissy Family', 'Crissy-Family', 2424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2428, 2428, 'Play Pals', 'Play-Pals', 2424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2429, 2429, 'Revlon', 'Revlon', 2424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2426, 2426, 'Shirley Temple', 'Shirley-Temple', 2424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11693, 11693, 'Tammy Family', 'Tammy-Family', 2424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15992, 15992, 'Thumbelina', 'Thumbelina', 2424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2425, 2425, 'Toni', 'Toni', 2424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 334, 334, 'Other', 'Other', 2424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84636, 84636, 'Integrity, Fashion Royalty', 'Integrity-Fashion-Royalty', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2422, 2422, 'Jem', 'Jem', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95246, 95246, 'Kenner', 'Kenner', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88745, 88745, 'Kish', 'Kish', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2431, 2431, 'Madame Alexander', 'Madame-Alexander', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15993, 15993, 'Modern (1970-Now)', 'Modern-1970-Now', 2431, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2432, 2432, '8 Inches and Under', '8-Inches-and-Under', 15993, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15994, 15994, '9-12 Inches', '9-12-Inches', 15993, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15995, 15995, 'Over 12 Inches', 'Over-12-Inches', 15993, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15996, 15996, 'Vintage (Pre-1973)', 'Vintage-Pre-1973', 2431, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15997, 15997, '1960-72', '1960-72', 15996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2433, 2433, '1948-59', '1948-59', 15996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15998, 15998, 'Pre-1948', 'Pre-1948', 15996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2437, 2437, 'Madeline', 'Madeline', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15983, 15983, 'Marie Osmond', 'Marie-Osmond', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2434, 2434, 'Mattel', 'Mattel', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2435, 2435, 'Chatty Cathy', 'Chatty-Cathy', 2434, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95247, 95247, 'Corolle', 'Corolle', 2434, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2436, 2436, 'Kiddles', 'Kiddles', 2434, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16461, 16461, 'Polly Pocket', 'Polly-Pocket', 2434, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 335, 335, 'Other', 'Other', 2434, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15984, 15984, 'Middleton', 'Middleton', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52333, 52333, 'Mrs. Beasley', 'Mrs-Beasley', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4637, 4637, 'Nancy Ann', 'Nancy-Ann', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4638, 4638, 'Muffie', 'Muffie', 4637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4639, 4639, 'Storybook', 'Storybook', 4637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 337, 337, 'Other', 'Other', 4637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95248, 95248, 'Only Hearts Club', 'Only-Hearts-Club', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15985, 15985, 'Pauline', 'Pauline', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36545, 36545, 'Precious Moments', 'Precious-Moments', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84637, 84637, 'Rainbow Brite', 'Rainbow-Brite', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1204, 1204, 'Contemporary', 'Contemporary', 84637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84638, 84638, 'Vintage', 'Vintage', 84637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95249, 95249, 'Remco', 'Remco', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2438, 2438, 'Sailor Moon', 'Sailor-Moon', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15986, 15986, 'Sasha', 'Sasha', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50258, 50258, 'Seymour Mann', 'Seymour-Mann', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48956, 48956, 'Sindy', 'Sindy', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84639, 84639, 'Strawberry Shortcake', 'Strawberry-Shortcake', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145881, 145881, 'Contemporary', 'Contemporary', 84639, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145882, 145882, 'Plush, Cloth', 'Plush-Cloth', 145881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145883, 145883, 'Figures, Minis', 'Figures-Minis', 145881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145884, 145884, 'Scented, Plastic', 'Scented-Plastic', 145881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 242, 242, 'Other', 'Other', 145881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84640, 84640, 'Vintage', 'Vintage', 84639, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2423, 2423, 'Takara', 'Takara', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2397, 2397, 'Terri Lee', 'Terri-Lee', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84641, 84641, 'Tonner', 'Tonner', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78168, 78168, 'Ann Estelle', 'Ann-Estelle', 84641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 78169, 78169, 'Betsy McCall', 'Betsy-McCall', 84641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78170, 78170, 'Brenda Starr', 'Brenda-Starr', 84641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78172, 78172, 'Kitty Collier', 'Kitty-Collier', 84641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95250, 95250, 'Matt ONeill', 'Matt-ONeill', 84641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78174, 78174, 'Sydney Chase', 'Sydney-Chase', 84641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95251, 95251, 'Tiny Kitty', 'Tiny-Kitty', 84641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78175, 78175, 'Tyler', 'Tyler', 84641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11698, 11698, 'Other', 'Other', 84641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2398, 2398, 'Uneeda', 'Uneeda', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 338, 338, 'Vogue', 'Vogue', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 346, 346, 'Ginnette', 'Ginnette', 338, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18816, 18816, 'Ginny', 'Ginny', 338, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 345, 345, 'Modern (1970-Now)', 'Modern-1970-Now', 18816, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18817, 18817, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 18816, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 347, 347, 'Jill, Jeff', 'Jill-Jeff', 338, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1035, 1035, 'Other', 'Other', 338, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36548, 36548, 'Zapf', 'Zapf', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36549, 36549, 'Other Brands', 'Other-Brands', 15987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15999, 15999, 'By Material', 'By-Material', 238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2410, 2410, 'Bisque', 'Bisque', 15999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2411, 2411, 'All Bisque', 'All-Bisque', 2410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2412, 2412, 'Bisque Head', 'Bisque-Head', 2410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4630, 4630, 'Other', 'Other', 2410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 328, 328, 'Cloth', 'Cloth', 15999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2407, 2407, 'Annalee', 'Annalee', 328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45442, 45442, 'Raggedy Ann, Andy', 'Raggedy-Ann-Andy', 328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45443, 45443, 'Contemporary (1970-Now)', 'Contemporary-1970-Now', 45442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 241, 241, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 45442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 339, 339, 'Other', 'Other', 328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2388, 2388, 'Composition', 'Composition', 15999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 332, 332, 'Hard Plastic', 'Hard-Plastic', 15999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4642, 4642, 'Plastic', 'Plastic', 15999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2392, 2392, 'Polymer', 'Polymer', 15999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45444, 45444, 'Porcelain', 'Porcelain', 15999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48958, 48958, 'Contemporary (1980-Now)', 'Contemporary-1980-Now', 45444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48959, 48959, 'Angels', 'Angels', 48958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63641, 63641, 'Ballerina', 'Ballerina', 48958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48960, 48960, 'Clowns', 'Clowns', 48958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48961, 48961, 'Fantasy', 'Fantasy', 48958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48962, 48962, 'Native American', 'Native-American', 48958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48963, 48963, 'Victorian', 'Victorian', 48958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2394, 2394, 'Other', 'Other', 48958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45445, 45445, 'Vintage (Pre-1980)', 'Vintage-Pre-1980', 45444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2395, 2395, 'Resin', 'Resin', 15999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2396, 2396, 'Rubber', 'Rubber', 15999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45446, 45446, 'Vinyl', 'Vinyl', 15999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2399, 2399, 'Contemporary (1970-Now)', 'Contemporary-1970-Now', 45446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45447, 45447, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 45446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2446, 2446, 'Wood', 'Wood', 15999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2447, 2447, 'Other Materials', 'Other-Materials', 15999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16000, 16000, 'By Type', 'By-Type', 238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11686, 11686, 'Celebrity', 'Celebrity', 16000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11687, 11687, 'Britney Spears', 'Britney-Spears', 11686, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11688, 11688, 'Elvis Presley', 'Elvis-Presley', 11686, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11689, 11689, 'Lucille Ball', 'Lucille-Ball', 11686, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11690, 11690, 'Marilyn Monroe', 'Marilyn-Monroe', 11686, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36550, 36550, 'NSYNC', 'NSYNC', 11686, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11691, 11691, 'Princess Diana', 'Princess-Diana', 11686, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2439, 2439, 'Spice Girls', 'Spice-Girls', 11686, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2387, 2387, 'Other', 'Other', 11686, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 245, 245, 'Figures', 'Figures', 16000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84642, 84642, 'Gothic, Horror', 'Gothic-Horror', 16000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16002, 16002, 'International, Cultural', 'International-Cultural', 16000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16003, 16003, 'Asian', 'Asian', 16002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16004, 16004, 'European', 'European', 16002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4631, 4631, 'Other', 'Other', 16002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4632, 4632, 'Kewpie', 'Kewpie', 16000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4634, 4634, 'Cameo', 'Cameo', 4632, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4635, 4635, 'Jesco', 'Jesco', 4632, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4636, 4636, 'Rose ONeill', 'Rose-ONeill', 4632, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4633, 4633, 'Other', 'Other', 4632, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2391, 2391, 'Nesting', 'Nesting', 16000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18818, 18818, 'Trolls', 'Trolls', 16000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1206, 1206, 'Modern (1975-Now)', 'Modern-1975-Now', 18818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18819, 18819, 'Vintage (Pre-1975)', 'Vintage-Pre-1975', 18818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 239, 239, 'Other Doll Items', 'Other-Doll-Items', 16000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 329, 329, 'Clothes, Accessories', 'Clothes-Accessories', 238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 342, 342, 'Antique, Vintage', 'Antique-Vintage', 329, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15977, 15977, 'Modern', 'Modern', 329, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63642, 63642, 'American Girl', 'American-Girl', 15977, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63643, 63643, 'Dresses', 'Dresses', 63642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63644, 63644, 'Pajamas', 'Pajamas', 63642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63645, 63645, 'Shoes', 'Shoes', 63642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15978, 15978, 'Other', 'Other', 63642, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50254, 50254, 'Berenguer', 'Berenguer', 15977, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50255, 50255, 'Bratz', 'Bratz', 15977, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50256, 50256, 'Cabbage Patch', 'Cabbage-Patch', 15977, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50257, 50257, 'Lee Middleton', 'Lee-Middleton', 15977, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15979, 15979, 'My Twinn', 'My-Twinn', 15977, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 343, 343, 'Other', 'Other', 15977, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2408, 2408, 'Doll Making & Repair', 'Doll-Making-and-Repair', 238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11692, 11692, 'Molds', 'Molds', 2408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2414, 2414, 'Parts', 'Parts', 2408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11695, 11695, 'Patterns', 'Patterns', 2408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18812, 18812, 'Clothing Patterns', 'Clothing-Patterns', 11695, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11696, 11696, 'Modern (1970-Now)', 'Modern-1970-Now', 18812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18813, 18813, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 18812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18814, 18814, 'Doll Patterns', 'Doll-Patterns', 11695, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11697, 11697, 'Modern (1970-Now)', 'Modern-1970-Now', 18814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18815, 18815, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 18814, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1205, 1205, 'Other Patterns', 'Other-Patterns', 11695, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2415, 2415, 'Supplies', 'Supplies', 2408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2389, 2389, 'Other', 'Other', 2408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18810, 18810, 'Furniture', 'Furniture', 238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1201, 1201, 'Modern (1970-Now)', 'Modern-1970-Now', 18810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18811, 18811, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 18810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1202, 1202, 'Dollhouse Miniatures', 'Dollhouse-Miniatures', 237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2458, 2458, 'Houses', 'Houses', 1202, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2463, 2463, 'Handcrafted', 'Handcrafted', 2458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2445, 2445, 'Kits', 'Kits', 2458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2464, 2464, 'Vintage', 'Vintage', 2458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2456, 2456, 'Other', 'Other', 2458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2457, 2457, 'Miniatures', 'Miniatures', 1202, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16005, 16005, 'Contemporary (1970-Now)', 'Contemporary-1970-Now', 2457, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47178, 47178, 'Animals', 'Animals', 16005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2461, 2461, 'Artist Offerings', 'Artist-Offerings', 16005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47179, 47179, 'Baby, Kids, Toys', 'Baby-Kids-Toys', 16005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47180, 47180, 'Books', 'Books', 16005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47181, 47181, 'Dishes, Cookware, China', 'Dishes-Cookware-China', 16005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145885, 145885, 'Floor Coverings', 'Floor-Coverings', 16005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47182, 47182, 'Food, Groceries', 'Food-Groceries', 16005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63646, 63646, 'Furniture, Home Decor', 'Furniture-Home-Decor', 16005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63647, 63647, 'Bathroom', 'Bathroom', 63646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63648, 63648, 'Bedroom', 'Bedroom', 63646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63649, 63649, 'Kitchen, Dining Room', 'Kitchen-Dining-Room', 63646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63650, 63650, 'Living Room', 'Living-Room', 63646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2460, 2460, 'Other', 'Other', 63646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2462, 2462, 'People', 'People', 16005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47184, 47184, 'Mixed Lots', 'Mixed-Lots', 16005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2459, 2459, 'Other', 'Other', 16005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16006, 16006, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 2457, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47185, 47185, 'Food, Groceries', 'Food-Groceries', 16006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16008, 16008, 'Furniture, Home Decor', 'Furniture-Home-Decor', 16006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16009, 16009, 'Marx', 'Marx', 16008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16010, 16010, 'Petite Princess', 'Petite-Princess', 16008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16011, 16011, 'Renwal', 'Renwal', 16008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16012, 16012, 'Other', 'Other', 16008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16007, 16007, 'People', 'People', 16006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1203, 1203, 'Other', 'Other', 16006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 333, 333, 'Other', 'Other', 1202, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2440, 2440, 'Paper Dolls', 'Paper-Dolls', 237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2441, 2441, 'Magazine', 'Magazine', 2440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2442, 2442, 'Modern', 'Modern', 2440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2443, 2443, 'Reproductions', 'Reproductions', 2440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2444, 2444, 'Vintage', 'Vintage', 2440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 368, 368, 'Other', 'Other', 2440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52546, 52546, 'Wholesale Lots', 'Wholesale-Lots', 237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52547, 52547, 'Barbie', 'Barbie', 52546, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52548, 52548, 'Bears', 'Bears', 52546, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52549, 52549, 'Doll Clothes, Furniture', 'Doll-Clothes-Furniture', 52546, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31584, 31584, 'Dolls', 'Dolls', 52546, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52550, 52550, 'Other Wholesale Lots', 'Other-Wholesale-Lots', 52546, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11232, 11232, 'DVDs & Movies', 'DVDs-and-Movies', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 617, 617, 'DVD, HD DVD & Blu-ray', 'DVD-HD-DVD-and-Blu-ray', 11232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63821, 63821, 'Film', 'Film', 11232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 381, 381, 'Laserdisc', 'Laserdisc', 11232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132975, 132975, 'UMD', 'UMD', 11232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 309, 309, 'VHS', 'VHS', 11232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1508, 1508, 'VHS Non-US (PAL)', 'VHS-Non-US-PAL', 11232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41676, 41676, 'Other Formats', 'Other-Formats', 11232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31606, 31606, 'Wholesale Lots', 'Wholesale-Lots', 11232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46760, 46760, 'DVDs', 'DVDs', 31606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46761, 46761, 'Up to 10 Items', 'Up-to-10-Items', 46760, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46762, 46762, '11-50 Items', '11-50-Items', 46760, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52551, 52551, '51-100 Items', '51-100-Items', 46760, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26422, 26422, '101-250 Items', '101-250-Items', 46760, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52552, 52552, '251-500 Items', '251-500-Items', 46760, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46763, 46763, '501-1000 Items', '501-1000-Items', 46760, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46764, 46764, 'More than 1000 Items', 'More-than-1000-Items', 46760, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46765, 46765, 'VHS', 'VHS', 31606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46766, 46766, 'Up to 10 Items', 'Up-to-10-Items', 46765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46767, 46767, '11-50 Items', '11-50-Items', 46765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52553, 52553, '51-100 Items', '51-100-Items', 46765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31607, 31607, '101-500 Items', '101-500-Items', 46765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46768, 46768, 'More than 500 Items', 'More-than-500-Items', 46765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52554, 52554, 'Movies Accessories', 'Movies-Accessories', 31606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46770, 46770, 'Mixed Lots', 'Mixed-Lots', 31606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46771, 46771, 'Other', 'Other', 31606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45100, 45100, 'Entertainment Memorabilia', 'Entertainment-Memorabilia', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57, 57, 'Autographs-Original', 'Autographs-Original', 45100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32987, 32987, 'Movies', 'Movies', 57, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32988, 32988, 'Photos', 'Photos', 32987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32989, 32989, 'Posters', 'Posters', 32987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32990, 32990, 'Scripts', 'Scripts', 32987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 59, 59, 'Other', 'Other', 32987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29860, 29860, 'Music', 'Music', 57, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108718, 108718, 'Blues', 'Blues', 29860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108719, 108719, 'Classical, Opera, Ballet', 'Classical-Opera-Ballet', 29860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108720, 108720, 'Country', 'Country', 29860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108721, 108721, 'Jazz, Big Band', 'Jazz-Big-Band', 29860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108722, 108722, 'Rap, Hip Hop', 'Rap-Hip-Hop', 29860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108723, 108723, 'Reggae', 'Reggae', 29860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108724, 108724, 'R&B, Soul', 'RandB-Soul', 29860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108725, 108725, 'New', 'New', 29860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108726, 108726, 'Rock, Pop', 'Rock-Pop', 29860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104408, 104408, 'Guitar and Guitar Picks', 'Guitar-and-Guitar-Picks', 108726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104409, 104409, 'Photos', 'Photos', 108726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104410, 104410, 'Posters', 'Posters', 108726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104411, 104411, 'Records', 'Records', 108726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 61, 61, 'Other', 'Other', 108726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108727, 108727, 'Other', 'Other', 29860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60, 60, 'Television', 'Television', 57, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4181, 4181, 'Theater', 'Theater', 57, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58, 58, 'Other', 'Other', 57, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104412, 104412, 'Autographs-Reprints', 'Autographs-Reprints', 45100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104413, 104413, 'Movies', 'Movies', 104412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104414, 104414, 'Photos', 'Photos', 104413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104415, 104415, 'Posters', 'Posters', 104413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104416, 104416, 'Other', 'Other', 104413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104417, 104417, 'Music', 'Music', 104412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104418, 104418, 'Photos', 'Photos', 104417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104419, 104419, 'Posters', 'Posters', 104417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104420, 104420, 'Other', 'Other', 104417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104421, 104421, 'Television', 'Television', 104412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104422, 104422, 'Theater', 'Theater', 104412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104423, 104423, 'Other', 'Other', 104412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 196, 196, 'Movie Memorabilia', 'Movie-Memorabilia', 45100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60277, 60277, 'Ads, Flyers', 'Ads-Flyers', 196, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60278, 60278, 'Pre-1940', 'Pre-1940', 60277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60279, 60279, '1940-49', '1940-49', 60277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60280, 60280, '1950-59', '1950-59', 60277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60281, 60281, '1960-69', '1960-69', 60277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60282, 60282, '1970-79', '1970-79', 60277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60283, 60283, '1980-89', '1980-89', 60277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60284, 60284, '1990-99', '1990-99', 60277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60285, 60285, '2000-Now', '2000-Now', 60277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18820, 18820, 'Other', 'Other', 60277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60286, 60286, 'Apparel', 'Apparel', 196, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60287, 60287, 'Hats', 'Hats', 60286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60288, 60288, 'Jackets', 'Jackets', 60286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60289, 60289, 'T-Shirts', 'T-Shirts', 60286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32991, 32991, 'Other', 'Other', 60286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60290, 60290, 'Calendars', 'Calendars', 196, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32992, 32992, 'Clippings', 'Clippings', 196, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60291, 60291, 'Collector Plates', 'Collector-Plates', 196, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18821, 18821, 'Lobby Cards', 'Lobby-Cards', 196, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60292, 60292, 'International', 'International', 18821, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60293, 60293, 'Pre-1940', 'Pre-1940', 60292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60294, 60294, '1940-49', '1940-49', 60292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60295, 60295, '1950-59', '1950-59', 60292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60296, 60296, '1960-69', '1960-69', 60292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60297, 60297, '1970-79', '1970-79', 60292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60298, 60298, '1980-89', '1980-89', 60292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60299, 60299, '1990-99', '1990-99', 60292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60300, 60300, '2000-Now', '2000-Now', 60292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1417, 1417, 'Other', 'Other', 60292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18822, 18822, 'Reproduction', 'Reproduction', 18821, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60301, 60301, 'United States', 'United-States', 18821, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 60302, 60302, 'Pre-1940', 'Pre-1940', 60301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60303, 60303, '1940-49', '1940-49', 60301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60304, 60304, '1950-59', '1950-59', 60301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60305, 60305, '1960-69', '1960-69', 60301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60306, 60306, '1970-79', '1970-79', 60301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60307, 60307, '1980-89', '1980-89', 60301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60308, 60308, '1990-99', '1990-99', 60301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60309, 60309, '2000-Now', '2000-Now', 60301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 198, 198, 'Other', 'Other', 60301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18823, 18823, 'Photos', 'Photos', 196, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60310, 60310, 'Pre-1940', 'Pre-1940', 18823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18824, 18824, 'Black & White', 'Black-and-White', 60310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60311, 60311, 'Color', 'Color', 60310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60312, 60312, '1940-49', '1940-49', 18823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18826, 18826, 'Black & White', 'Black-and-White', 60312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60313, 60313, 'Color', 'Color', 60312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60314, 60314, '1950-59', '1950-59', 18823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60315, 60315, 'Black & White', 'Black-and-White', 60314, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60316, 60316, 'Color', 'Color', 60314, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60317, 60317, '1960-69', '1960-69', 18823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60318, 60318, 'Black & White', 'Black-and-White', 60317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60319, 60319, 'Color', 'Color', 60317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60320, 60320, '1970-79', '1970-79', 18823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18827, 18827, 'Black & White', 'Black-and-White', 60320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60321, 60321, 'Color', 'Color', 60320, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60322, 60322, '1980-89', '1980-89', 18823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60323, 60323, 'Black & White', 'Black-and-White', 60322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60324, 60324, 'Color', 'Color', 60322, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60325, 60325, '1990-99', '1990-99', 18823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 200, 200, 'Black & White', 'Black-and-White', 60325, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60326, 60326, 'Color', 'Color', 60325, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60327, 60327, '2000-Now', '2000-Now', 18823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60328, 60328, 'Black & White', 'Black-and-White', 60327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60329, 60329, 'Color', 'Color', 60327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32993, 32993, 'Pins, Buttons', 'Pins-Buttons', 196, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18828, 18828, 'Posters', 'Posters', 196, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18829, 18829, 'Originals-US', 'Originals-US', 18828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2319, 2319, 'Pre-1940', 'Pre-1940', 18829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2321, 2321, '1940-49', '1940-49', 18829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60331, 60331, '1950-59', '1950-59', 18829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60332, 60332, '1960-69', '1960-69', 18829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2322, 2322, '1970-79', '1970-79', 18829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60333, 60333, '1980-89', '1980-89', 18829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1419, 1419, '1990-99', '1990-99', 18829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60334, 60334, '2000-Now', '2000-Now', 18829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25468, 25468, 'Originals, Non-US', 'Originals-Non-US', 18828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25470, 25470, 'Pre-1940', 'Pre-1940', 25468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60347, 60347, '1940-49', '1940-49', 25468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60348, 60348, '1950-59', '1950-59', 25468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60349, 60349, '1960-69', '1960-69', 25468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25472, 25472, '1970-79', '1970-79', 25468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60350, 60350, '1980-89', '1980-89', 25468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1420, 1420, '1990-99', '1990-99', 25468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60351, 60351, '2000-Now', '2000-Now', 25468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25469, 25469, 'Reproductions', 'Reproductions', 18828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25471, 25471, 'Pre-1940', 'Pre-1940', 25469, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60335, 60335, '1940-49', '1940-49', 25469, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60336, 60336, '1950-59', '1950-59', 25469, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60337, 60337, '1960-69', '1960-69', 25469, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25473, 25473, '1970-79', '1970-79', 25469, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60338, 60338, '1980-89', '1980-89', 25469, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2323, 2323, '1990-99', '1990-99', 25469, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60339, 60339, '2000-Now', '2000-Now', 25469, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18830, 18830, 'Pressbooks', 'Pressbooks', 196, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156599, 156599, 'Pre-1940', 'Pre-1940', 18830, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156600, 156600, '1940-49', '1940-49', 18830, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18831, 18831, '1950-59', '1950-59', 18830, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2325, 2325, '1960-69', '1960-69', 18830, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60340, 60340, '1970-79', '1970-79', 18830, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60341, 60341, '1980-89', '1980-89', 18830, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60342, 60342, '1990-99', '1990-99', 18830, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60343, 60343, '2000-Now', '2000-Now', 18830, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60352, 60352, 'Press Kits', 'Press-Kits', 196, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156601, 156601, 'Pre-1940', 'Pre-1940', 60352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156602, 156602, '1940-49', '1940-49', 60352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60353, 60353, '1950-59', '1950-59', 60352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60354, 60354, '1960-69', '1960-69', 60352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60355, 60355, '1970-79', '1970-79', 60352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60356, 60356, '1980-89', '1980-89', 60352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60357, 60357, '1990-99', '1990-99', 60352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60358, 60358, '2000-Now', '2000-Now', 60352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18832, 18832, 'Other', 'Other', 60352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32994, 32994, 'Programs', 'Programs', 196, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60359, 60359, 'Props', 'Props', 196, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60360, 60360, 'Originals', 'Originals', 60359, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60361, 60361, 'Reproductions', 'Reproductions', 60359, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 790, 790, 'Other', 'Other', 60359, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18833, 18833, 'Scripts', 'Scripts', 196, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2326, 2326, 'Standees', 'Standees', 196, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60344, 60344, 'Wardrobe', 'Wardrobe', 196, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60345, 60345, 'Originals', 'Originals', 60344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60346, 60346, 'Reproductions', 'Reproductions', 60344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18834, 18834, 'Other', 'Other', 60344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 197, 197, 'Other', 'Other', 196, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2329, 2329, 'Music Memorabilia', 'Music-Memorabilia', 45100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108728, 108728, 'Blues', 'Blues', 2329, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108729, 108729, 'Classical, Opera, Ballet', 'Classical-Opera-Ballet', 2329, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108730, 108730, 'Advertisements', 'Advertisements', 108729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108731, 108731, 'Handbills', 'Handbills', 108729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108732, 108732, 'Photos', 'Photos', 108729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108733, 108733, 'Posters', 'Posters', 108729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108734, 108734, 'Programs', 'Programs', 108729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108735, 108735, 'Other', 'Other', 108729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108736, 108736, 'Country', 'Country', 2329, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108737, 108737, 'Apparel', 'Apparel', 108736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108738, 108738, 'Concert Memorabilia', 'Concert-Memorabilia', 108736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108739, 108739, 'Novelties', 'Novelties', 108736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108740, 108740, 'Photos', 'Photos', 108736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108741, 108741, 'Posters', 'Posters', 108736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108742, 108742, 'Other', 'Other', 108736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108743, 108743, 'Jazz, Big Band', 'Jazz-Big-Band', 2329, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108744, 108744, 'Apparel', 'Apparel', 108743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108745, 108745, 'Concert Memorabilia', 'Concert-Memorabilia', 108743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108746, 108746, 'Novelties', 'Novelties', 108743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108747, 108747, 'Photos', 'Photos', 108743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108748, 108748, 'Posters', 'Posters', 108743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108749, 108749, 'Other', 'Other', 108743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108750, 108750, 'Rap, Hip Hop', 'Rap-Hip-Hop', 2329, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108751, 108751, 'Apparel', 'Apparel', 108750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108752, 108752, 'Concert Memorabilia', 'Concert-Memorabilia', 108750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108753, 108753, 'Novelties', 'Novelties', 108750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108754, 108754, 'Photos', 'Photos', 108750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108755, 108755, 'Posters', 'Posters', 108750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108756, 108756, 'Other', 'Other', 108750, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108757, 108757, 'Reggae', 'Reggae', 2329, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108758, 108758, 'R&B, Soul', 'RandB-Soul', 2329, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108759, 108759, 'Apparel', 'Apparel', 108758, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108760, 108760, 'Concert Memorabilia', 'Concert-Memorabilia', 108758, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108761, 108761, 'Novelties', 'Novelties', 108758, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108762, 108762, 'Photos', 'Photos', 108758, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108763, 108763, 'Posters', 'Posters', 108758, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108764, 108764, 'Other', 'Other', 108758, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108765, 108765, 'Rock, Pop', 'Rock-Pop', 2329, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104658, 104658, 'A', 'A', 108765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85961, 85961, 'A Perfect Circle', 'A-Perfect-Circle', 104658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104659, 104659, 'A Simple Plan', 'A-Simple-Plan', 104658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85945, 85945, 'Aaliyah', 'Aaliyah', 104658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53238, 53238, 'ABBA', 'ABBA', 104658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85957, 85957, 'Abdul, Paula', 'Abdul-Paula', 104658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104660, 104660, 'AC/DC', 'AC-DC', 104658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104661, 104661, 'Apparel', 'Apparel', 104660, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104662, 104662, 'Concert Memorabilia', 'Concert-Memorabilia', 104660, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104663, 104663, 'Novelties', 'Novelties', 104660, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104664, 104664, 'Patches', 'Patches', 104660, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104665, 104665, 'Posters', 'Posters', 104660, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53252, 53252, 'Other', 'Other', 104660, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85971, 85971, 'Adams, Bryan', 'Adams-Bryan', 104658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104666, 104666, 'Aerosmith', 'Aerosmith', 104658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104667, 104667, 'Apparel', 'Apparel', 104666, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104668, 104668, 'Photos', 'Photos', 104666, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104669, 104669, 'Posters', 'Posters', 104666, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32998, 32998, 'Other', 'Other', 104666, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53243, 53243, 'Aguilera, Christina', 'Aguilera-Christina', 104658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85950, 85950, 'Aiken, Clay', 'Aiken-Clay', 104658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85963, 85963, 'Alice in Chains', 'Alice-in-Chains', 104658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108768, 108768, 'Allman Brothers', 'Allman-Brothers', 104658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105052, 105052, 'Amos, Tori', 'Amos-Tori', 104658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104671, 104671, 'Anthrax', 'Anthrax', 104658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104672, 104672, 'Other', 'Other', 104658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104673, 104673, 'B', 'B', 108765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53239, 53239, 'Backstreet Boys', 'Backstreet-Boys', 104673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85964, 85964, 'Bad Religion', 'Bad-Religion', 104673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32999, 32999, 'Beach Boys', 'Beach-Boys', 104673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104677, 104677, 'Beastie Boys', 'Beastie-Boys', 104673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29924, 29924, 'Beatles, The', 'Beatles-The', 104673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29927, 29927, 'Apparel', 'Apparel', 29924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53254, 53254, 'Cards', 'Cards', 29924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29930, 29930, 'Concert Memorabilia', 'Concert-Memorabilia', 29924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53255, 53255, 'Novelties', 'Novelties', 29924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104655, 104655, 'Patches', 'Patches', 29924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29933, 29933, 'Photos', 'Photos', 29924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104654, 104654, 'Pins/Buttons', 'Pins-Buttons', 29924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29936, 29936, 'Posters', 'Posters', 29924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104656, 104656, 'Programs', 'Programs', 29924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104657, 104657, 'Records (Vintage & Awards)', 'Records-Vintage-and-Awards', 29924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 432, 432, 'Other', 'Other', 29924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85965, 85965, 'Beck', 'Beck', 104673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108821, 108821, 'Beck, Jeff', 'Beck-Jeff', 104673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83180, 83180, 'Beyonce', 'Beyonce', 104673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85967, 85967, 'Bjork', 'Bjork', 104673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85968, 85968, 'Black Crowes', 'Black-Crowes', 104673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104685, 104685, 'Black Eyed Peas', 'Black-Eyed-Peas', 104673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85969, 85969, 'Black Sabbath', 'Black-Sabbath', 104673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85970, 85970, 'Blink 182', 'Blink-182', 104673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108818, 108818, 'Blondie', 'Blondie', 104673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108819, 108819, 'Photos', 'Photos', 108818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108820, 108820, 'Posters', 'Posters', 108818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104686, 104686, 'Other', 'Other', 108818, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104694, 104694, 'Bon Jovi', 'Bon-Jovi', 104673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104695, 104695, 'Apparel', 'Apparel', 104694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104696, 104696, 'Concert Memorabilia', 'Concert-Memorabilia', 104694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104697, 104697, 'Novelties', 'Novelties', 104694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104698, 104698, 'Photos', 'Photos', 104694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104699, 104699, 'Posters', 'Posters', 104694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33000, 33000, 'Other', 'Other', 104694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104716, 104716, 'Bowie, David', 'Bowie-David', 104673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104717, 104717, 'Apparel', 'Apparel', 104716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104718, 104718, 'Concert Memorabilia', 'Concert-Memorabilia', 104716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104719, 104719, 'Photos', 'Photos', 104716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104720, 104720, 'Posters', 'Posters', 104716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53256, 53256, 'Other', 'Other', 104716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85986, 85986, 'Buffett, Jimmy', 'Buffett-Jimmy', 104673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86002, 86002, 'Bush', 'Bush', 104673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104675, 104675, 'Other', 'Other', 104673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104705, 104705, 'C', 'C', 108765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53244, 53244, 'Carey, Mariah', 'Carey-Mariah', 104705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85972, 85972, 'Cheap Trick', 'Cheap-Trick', 104705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104707, 104707, 'Cher', 'Cher', 104705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104708, 104708, 'Apparel', 'Apparel', 104707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104709, 104709, 'Photos', 'Photos', 104707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104710, 104710, 'Posters', 'Posters', 104707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53242, 53242, 'Other', 'Other', 104707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104736, 104736, 'Clapton, Eric', 'Clapton-Eric', 104705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104737, 104737, 'Photos', 'Photos', 104736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104738, 104738, 'Posters', 'Posters', 104736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85977, 85977, 'Other', 'Other', 104736, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85960, 85960, 'Clarkson, Kelly', 'Clarkson-Kelly', 104705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53247, 53247, 'Clash, The', 'Clash-The', 104705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85973, 85973, 'Coldplay', 'Coldplay', 104705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85962, 85962, 'Cooper, Alice', 'Cooper-Alice', 104705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85976, 85976, 'Costello, Elvis', 'Costello-Elvis', 104705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85974, 85974, 'Counting Crowes', 'Counting-Crowes', 104705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104712, 104712, 'Creed', 'Creed', 104705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108822, 108822, 'Cult, The', 'Cult-The', 104705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86003, 86003, 'Cure, The', 'Cure-The', 104705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104713, 104713, 'Cypress Hill', 'Cypress-Hill', 104705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104706, 104706, 'Other', 'Other', 104705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104714, 104714, 'D', 'D', 108765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85994, 85994, 'Darkness, The', 'Darkness-The', 104714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33002, 33002, 'Dave Matthews Band', 'Dave-Matthews-Band', 104714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33003, 33003, 'Def Leppard', 'Def-Leppard', 104714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85975, 85975, 'Deftones', 'Deftones', 104714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86004, 86004, 'Depeche Mode', 'Depeche-Mode', 104714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53241, 53241, 'Dion, Celine', 'Dion-Celine', 104714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52463, 52463, 'Dixie Chicks', 'Dixie-Chicks', 104714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104723, 104723, 'Doors, The', 'Doors-The', 104714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104724, 104724, 'Apparel', 'Apparel', 104723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104725, 104725, 'Concert Memorabilia', 'Concert-Memorabilia', 104723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104726, 104726, 'Photos', 'Photos', 104723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104727, 104727, 'Posters', 'Posters', 104723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33004, 33004, 'Other', 'Other', 104723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85953, 85953, 'Duff, Hilary', 'Duff-Hilary', 104714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104728, 104728, 'Duran Duran', 'Duran-Duran', 104714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104687, 104687, 'Dylan, Bob', 'Dylan-Bob', 104714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104688, 104688, 'Photos', 'Photos', 104687, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104689, 104689, 'Posters', 'Posters', 104687, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15196, 15196, 'Other', 'Other', 104687, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104715, 104715, 'Other', 'Other', 104714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104729, 104729, 'E', 'E', 108765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33005, 33005, 'Eagles', 'Eagles', 104729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85978, 85978, 'Evanescence', 'Evanescence', 104729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104730, 104730, 'Other', 'Other', 104729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104739, 104739, 'F', 'F', 108765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53258, 53258, 'Fleetwood Mac', 'Fleetwood-Mac', 104739, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53259, 53259, 'Foo Fighters', 'Foo-Fighters', 104739, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104741, 104741, 'Ferdinand, Franz', 'Ferdinand-Franz', 104739, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104742, 104742, 'Other', 'Other', 104739, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104743, 104743, 'G', 'G', 108765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85979, 85979, 'Garbage', 'Garbage', 104743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83185, 83185, 'Genesis', 'Genesis', 104743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85980, 85980, 'Godsmack', 'Godsmack', 104743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85981, 85981, 'Goo Goo Dolls', 'Goo-Goo-Dolls', 104743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104745, 104745, 'Good Charlotte', 'Good-Charlotte', 104743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104746, 104746, 'Posters', 'Posters', 104745, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85982, 85982, 'Other', 'Other', 104745, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104678, 104678, 'Graham, Bill', 'Graham-Bill', 104743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104679, 104679, 'Ads, Flyers', 'Ads-Flyers', 104678, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104680, 104680, 'Posters', 'Posters', 104678, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104681, 104681, 'Tour Programs', 'Tour-Programs', 104678, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104682, 104682, 'Other', 'Other', 104678, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29904, 29904, 'Grateful Dead', 'Grateful-Dead', 104743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29908, 29908, 'Apparel', 'Apparel', 29904, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29912, 29912, 'Concert Memorabilia', 'Concert-Memorabilia', 29904, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53260, 53260, 'Novelties', 'Novelties', 29904, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29917, 29917, 'Photos', 'Photos', 29904, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29920, 29920, 'Posters', 'Posters', 29904, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 447, 447, 'Other', 'Other', 29904, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104747, 104747, 'Green Day', 'Green-Day', 104743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104748, 104748, 'Apparel', 'Apparel', 104747, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104749, 104749, 'Posters', 'Posters', 104747, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104750, 104750, 'Other', 'Other', 104747, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104751, 104751, 'Guns N Roses', 'Guns-N-Roses', 104743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104752, 104752, 'Apparel', 'Apparel', 104751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104753, 104753, 'Posters', 'Posters', 104751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53261, 53261, 'Other', 'Other', 104751, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104744, 104744, 'Other', 'Other', 104743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 104754, 104754, 'H', 'H', 108765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108823, 108823, 'Hanson', 'Hanson', 104754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29905, 29905, 'Hard Rock Cafe', 'Hard-Rock-Cafe', 104754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29909, 29909, 'Apparel', 'Apparel', 29905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29915, 29915, 'Glassware', 'Glassware', 29905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29916, 29916, 'Pins', 'Pins', 29905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1422, 1422, 'Other', 'Other', 29905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104766, 104766, 'Hendrix, Jimi', 'Hendrix-Jimi', 104754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104767, 104767, 'Apparel', 'Apparel', 104766, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104768, 104768, 'Posters', 'Posters', 104766, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33009, 33009, 'Other', 'Other', 104766, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85954, 85954, 'Hoobastank', 'Hoobastank', 104754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85958, 85958, 'Houston, Whitney', 'Houston-Whitney', 104754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104755, 104755, 'Other', 'Other', 104754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104756, 104756, 'I', 'I', 108765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85966, 85966, 'Idol, Billy', 'Idol-Billy', 104756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85952, 85952, 'Iglesias, Enrique', 'Iglesias-Enrique', 104756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85984, 85984, 'Incubus', 'Incubus', 104756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86005, 86005, 'Indigo Girls', 'Indigo-Girls', 104756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104758, 104758, 'Insane Clown Posse', 'Insane-Clown-Posse', 104756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85985, 85985, 'INXS', 'INXS', 104756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104759, 104759, 'Iron Maiden', 'Iron-Maiden', 104756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104760, 104760, 'Apparel', 'Apparel', 104759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104761, 104761, 'Posters', 'Posters', 104759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33007, 33007, 'Other', 'Other', 104759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104757, 104757, 'Other', 'Other', 104756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104762, 104762, 'J', 'J', 108765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104957, 104957, 'Jackson, Michael', 'Jackson-Michael', 104762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104958, 104958, 'Apparel', 'Apparel', 104957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104959, 104959, 'Concert Memorabilia', 'Concert-Memorabilia', 104957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104960, 104960, 'Posters', 'Posters', 104957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 435, 435, 'Other', 'Other', 104957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83181, 83181, 'Jackson, Janet', 'Jackson-Janet', 104762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104684, 104684, 'Joel, Billy', 'Joel-Billy', 104762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33006, 33006, 'John, Elton', 'John-Elton', 104762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33008, 33008, 'Joplin, Janis', 'Joplin-Janis', 104762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104770, 104770, 'Journey', 'Journey', 104762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108824, 108824, 'Joy Division', 'Joy-Division', 104762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104771, 104771, 'Judas Priest', 'Judas-Priest', 104762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104764, 104764, 'Other', 'Other', 104762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104930, 104930, 'K', 'K', 108765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85946, 85946, 'Keys, Alicia', 'Keys-Alicia', 104930, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104931, 104931, 'Kid Rock', 'Kid-Rock', 104930, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105046, 105046, 'Killers, The', 'Killers-The', 104930, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104932, 104932, 'Kings of Leon', 'Kings-of-Leon', 104930, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29906, 29906, 'Kiss', 'Kiss', 104930, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29910, 29910, 'Apparel', 'Apparel', 29906, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53262, 53262, 'Cards', 'Cards', 29906, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29913, 29913, 'Concert Memorabilia', 'Concert-Memorabilia', 29906, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53263, 53263, 'Figurines', 'Figurines', 29906, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53264, 53264, 'Novelties', 'Novelties', 29906, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29918, 29918, 'Photos', 'Photos', 29906, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29921, 29921, 'Posters', 'Posters', 29906, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 434, 434, 'Other', 'Other', 29906, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104934, 104934, 'Korn', 'Korn', 104930, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104935, 104935, 'Apparel', 'Apparel', 104934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104936, 104936, 'Posters', 'Posters', 104934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33010, 33010, 'Other', 'Other', 104934, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85997, 85997, 'Kravitz, Lenny', 'Kravitz-Lenny', 104930, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104933, 104933, 'Other', 'Other', 104930, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104937, 104937, 'L', 'L', 108765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53253, 53253, 'Lavigne, Avril', 'Lavigne-Avril', 104937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104939, 104939, 'Led Zeppelin', 'Led-Zeppelin', 104937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104940, 104940, 'Apparel', 'Apparel', 104939, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104941, 104941, 'Concert Memorabilia', 'Concert-Memorabilia', 104939, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104942, 104942, 'Posters', 'Posters', 104939, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53265, 53265, 'Other', 'Other', 104939, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108766, 108766, 'Lennon, John', 'Lennon-John', 104937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85998, 85998, 'Limp Bizkit', 'Limp-Bizkit', 104937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104943, 104943, 'Linkin Park', 'Linkin-Park', 104937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104944, 104944, 'Apparel', 'Apparel', 104943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104945, 104945, 'Posters', 'Posters', 104943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33011, 33011, 'Other', 'Other', 104943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83182, 83182, 'Lopez, Jennifer', 'Lopez-Jennifer', 104937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104947, 104947, 'Los Lonely Boys', 'Los-Lonely-Boys', 104937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53266, 53266, 'Lynyrd Skynyrd', 'Lynyrd-Skynyrd', 104937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104938, 104938, 'Other', 'Other', 104937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104949, 104949, 'M', 'M', 108765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29877, 29877, 'Madonna', 'Madonna', 104949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29880, 29880, 'Apparel', 'Apparel', 29877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29884, 29884, 'Concert Memorabilia', 'Concert-Memorabilia', 29877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29888, 29888, 'Novelties', 'Novelties', 29877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29892, 29892, 'Photos', 'Photos', 29877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29896, 29896, 'Posters', 'Posters', 29877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2353, 2353, 'Other', 'Other', 29877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85999, 85999, 'Marilyn Manson', 'Marilyn-Manson', 104949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104951, 104951, 'Maroon 5', 'Maroon-5', 104949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85956, 85956, 'Matchbox 20', 'Matchbox-20', 104949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85959, 85959, 'Mayer, John', 'Mayer-John', 104949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85941, 85941, 'McBride, Martina', 'McBride-Martina', 104949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104952, 104952, 'Metallica', 'Metallica', 104949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104953, 104953, 'Apparel', 'Apparel', 104952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104954, 104954, 'Concert Memorabilia', 'Concert-Memorabilia', 104952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104955, 104955, 'Patches', 'Patches', 104952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104956, 104956, 'Posters', 'Posters', 104952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33012, 33012, 'Other', 'Other', 104952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108825, 108825, 'Michael, George', 'Michael-George', 104949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108826, 108826, 'Minogue, Kylie', 'Minogue-Kylie', 104949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104962, 104962, 'Misfits', 'Misfits', 104949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33013, 33013, 'Moody Blues, The', 'Moody-Blues-The', 104949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85948, 85948, 'Moore, Mandy', 'Moore-Mandy', 104949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104670, 104670, 'Morrisette, Alanis', 'Morrisette-Alanis', 104949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105063, 105063, 'Morrison, Van', 'Morrison-Van', 104949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86006, 86006, 'Morrissey/The Smiths', 'Morrissey-The-Smiths', 104949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104963, 104963, 'Motley Crue', 'Motley-Crue', 104949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104964, 104964, 'Apparel', 'Apparel', 104963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104965, 104965, 'Concert Memorabilia', 'Concert-Memorabilia', 104963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104966, 104966, 'Posters', 'Posters', 104963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85987, 85987, 'Other', 'Other', 104963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104950, 104950, 'Other', 'Other', 104949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104967, 104967, 'N', 'N', 108765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53245, 53245, 'N Sync', 'N-Sync', 104967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85949, 85949, 'New Kids on the Block', 'New-Kids-on-the-Block', 104967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85988, 85988, 'Nine Inch Nails', 'Nine-Inch-Nails', 104967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104980, 104980, 'Nirvana', 'Nirvana', 104967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104981, 104981, 'Apparel', 'Apparel', 104980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104982, 104982, 'Concert Memorabilia', 'Concert-Memorabilia', 104980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104983, 104983, 'Photos', 'Photos', 104980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104984, 104984, 'Posters', 'Posters', 104980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33014, 33014, 'Other', 'Other', 104980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85989, 85989, 'No Doubt', 'No-Doubt', 104967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104968, 104968, 'Other', 'Other', 104967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104969, 104969, 'O', 'O', 108765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83186, 83186, 'Oasis', 'Oasis', 104969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85951, 85951, 'Osmond, Donny', 'Osmond-Donny', 104969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85955, 85955, 'Osmond, Marie', 'Osmond-Marie', 104969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104971, 104971, 'Outkast', 'Outkast', 104969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104972, 104972, 'Ozzy Osbourne', 'Ozzy-Osbourne', 104969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104973, 104973, 'Apparel', 'Apparel', 104972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104974, 104974, 'Concert Memorabilia', 'Concert-Memorabilia', 104972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104975, 104975, 'Posters', 'Posters', 104972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33015, 33015, 'Other', 'Other', 104972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104970, 104970, 'Other', 'Other', 104969, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104985, 104985, 'P', 'P', 108765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85990, 85990, 'Pantera', 'Pantera', 104985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104987, 104987, 'Pearl Jam', 'Pearl-Jam', 104985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104988, 104988, 'Apparel', 'Apparel', 104987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104989, 104989, 'Concert Memorabilia', 'Concert-Memorabilia', 104987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104990, 104990, 'Posters', 'Posters', 104987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53267, 53267, 'Other', 'Other', 104987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85996, 85996, 'Petty, Tom', 'Petty-Tom', 104985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53268, 53268, 'Phish', 'Phish', 104985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29907, 29907, 'Pink Floyd', 'Pink-Floyd', 104985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29911, 29911, 'Apparel', 'Apparel', 29907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53269, 53269, 'Concert Memorabilia', 'Concert-Memorabilia', 29907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29919, 29919, 'Photos', 'Photos', 29907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53270, 53270, 'Novelties', 'Novelties', 29907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53271, 53271, 'Posters', 'Posters', 29907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2354, 2354, 'Other', 'Other', 29907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85992, 85992, 'Poison', 'Poison', 104985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85993, 85993, 'Police', 'Police', 104985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85983, 85983, 'Pop, Iggy', 'Pop-Iggy', 104985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4710, 4710, 'Presley, Elvis', 'Presley-Elvis', 104985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2008, 2008, 'Apparel', 'Apparel', 4710, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2009, 2009, 'Concert & Movie Memorabilia', 'Concert-and-Movie-Memorabilia', 4710, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2012, 2012, 'Music', 'Music', 4710, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2013, 2013, 'Novelties', 'Novelties', 4710, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2014, 2014, 'Photos', 'Photos', 4710, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53257, 53257, 'Posters', 'Posters', 4710, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2015, 2015, 'Trading Cards', 'Trading-Cards', 4710, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 433, 433, 'Other', 'Other', 4710, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104991, 104991, 'Prince', 'Prince', 104985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104992, 104992, 'Apparel', 'Apparel', 104991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104993, 104993, 'Posters', 'Posters', 104991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53272, 53272, 'Other', 'Other', 104991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104986, 104986, 'Other', 'Other', 104985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105017, 105017, 'Q', 'Q', 108765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105019, 105019, 'Queen', 'Queen', 105017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105020, 105020, 'Apparel', 'Apparel', 105019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105021, 105021, 'Concert Memorabilia', 'Concert-Memorabilia', 105019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105022, 105022, 'Photos', 'Photos', 105019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105023, 105023, 'Posters', 'Posters', 105019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2355, 2355, 'Other', 'Other', 105019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105024, 105024, 'Queensryche', 'Queensryche', 105017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105018, 105018, 'Other', 'Other', 105017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105025, 105025, 'R', 'R', 108765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53273, 53273, 'Radiohead', 'Radiohead', 105025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86009, 86009, 'Rage Against the Machine', 'Rage-Against-the-Machine', 105025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104700, 104700, 'Raitt, Bonnie', 'Raitt-Bonnie', 105025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53248, 53248, 'Ramones', 'Ramones', 105025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105027, 105027, 'Rancid', 'Rancid', 105025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53274, 53274, 'Red Hot Chili Peppers', 'Red-Hot-Chili-Peppers', 105025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86007, 86007, 'REM', 'REM', 105025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29923, 29923, 'Rolling Stones, The', 'Rolling-Stones-The', 105025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29926, 29926, 'Apparel', 'Apparel', 29923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29929, 29929, 'Concert Memorabilia', 'Concert-Memorabilia', 29923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53275, 53275, 'Novelties', 'Novelties', 29923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29932, 29932, 'Photos', 'Photos', 29923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29935, 29935, 'Posters', 'Posters', 29923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 445, 445, 'Other', 'Other', 29923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105029, 105029, 'Rush', 'Rush', 105025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105030, 105030, 'Apparel', 'Apparel', 105029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105031, 105031, 'Posters', 'Posters', 105029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53276, 53276, 'Other', 'Other', 105029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86008, 86008, 'Adams, Ryan', 'Adams-Ryan', 105025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105026, 105026, 'Other', 'Other', 105025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105032, 105032, 'S', 'S', 108765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53277, 53277, 'Santana', 'Santana', 105032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105034, 105034, 'Sex Pistols', 'Sex-Pistols', 105032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105035, 105035, 'Apparel', 'Apparel', 105034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105036, 105036, 'Posters', 'Posters', 105034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53249, 53249, 'Other', 'Other', 105034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108827, 108827, 'Shakira', 'Shakira', 105032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85991, 85991, 'Simon, Paul', 'Simon-Paul', 105032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85947, 85947, 'Simpson, Ashlee', 'Simpson-Ashlee', 105032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83183, 83183, 'Simpson, Jessica', 'Simpson-Jessica', 105032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105037, 105037, 'Skinny Puppy', 'Skinny-Puppy', 105032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105038, 105038, 'Slayer', 'Slayer', 105032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105039, 105039, 'Slipknot', 'Slipknot', 105032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105040, 105040, 'Apparel', 'Apparel', 105039, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105041, 105041, 'Posters', 'Posters', 105039, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86000, 86000, 'Other', 'Other', 105039, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53278, 53278, 'Smashing Pumpkins', 'Smashing-Pumpkins', 105032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108828, 108828, 'Spice Girls, The', 'Spice-Girls-The', 105032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104701, 104701, 'Spears, Britney', 'Spears-Britney', 105032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104702, 104702, 'Apparel', 'Apparel', 104701, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104703, 104703, 'Photos', 'Photos', 104701, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104704, 104704, 'Posters', 'Posters', 104701, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53240, 53240, 'Other', 'Other', 104701, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33001, 33001, 'Springsteen, Bruce', 'Springsteen-Bruce', 105032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86001, 86001, 'Stone Temple Pilots', 'Stone-Temple-Pilots', 105032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104676, 104676, 'Streisand, Barbara', 'Streisand-Barbara', 105032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85995, 85995, 'Strokes, The', 'Strokes-The', 105032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105042, 105042, 'Styx', 'Styx', 105032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53280, 53280, 'Sublime', 'Sublime', 105032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105043, 105043, 'Sum 41', 'Sum-41', 105032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33016, 33016, 'System of a Down', 'System-of-a-Down', 105032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105033, 105033, 'Other', 'Other', 105032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105044, 105044, 'T', 'T', 108765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108858, 108858, 'Talking Heads', 'Talking-Heads', 105044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108859, 108859, 'Thin Lizzy', 'Thin-Lizzy', 105044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83184, 83184, 'Timberlake, Justin', 'Timberlake-Justin', 105044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53281, 53281, 'Tool', 'Tool', 105044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108860, 108860, 'Turner, Tina', 'Turner-Tina', 105044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105045, 105045, 'Other', 'Other', 105044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105054, 105054, 'U', 'U', 108765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105057, 105057, 'U2', 'U2', 105054, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105058, 105058, 'Apparel', 'Apparel', 105057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105059, 105059, 'Concert Memorabilia', 'Concert-Memorabilia', 105057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105060, 105060, 'Photos', 'Photos', 105057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105061, 105061, 'Posters', 'Posters', 105057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2356, 2356, 'Other', 'Other', 105057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105056, 105056, 'Usher', 'Usher', 105054, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105055, 105055, 'Other', 'Other', 105054, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105062, 105062, 'V', 'V', 108765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108861, 108861, 'Vai, Steve', 'Vai-Steve', 105062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105065, 105065, 'Van Halen', 'Van-Halen', 105062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105066, 105066, 'Apparel', 'Apparel', 105065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105067, 105067, 'Concert Memorabilia', 'Concert-Memorabilia', 105065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105068, 105068, 'Photos', 'Photos', 105065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105069, 105069, 'Posters', 'Posters', 105065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53283, 53283, 'Other', 'Other', 105065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53279, 53279, 'Vaughan, Stevie Ray', 'Vaughan-Stevie-Ray', 105062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108862, 108862, 'Velvet Underground', 'Velvet-Underground', 105062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105064, 105064, 'Other', 'Other', 105062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105070, 105070, 'W', 'W', 108765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108863, 108863, 'Weezer', 'Weezer', 105070, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108864, 108864, 'Wham!', 'Wham!', 105070, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86011, 86011, 'White Stripes', 'White-Stripes', 105070, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86010, 86010, 'Widespread Panic', 'Widespread-Panic', 105070, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105047, 105047, 'Who, The', 'Who-The', 105070, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105048, 105048, 'Apparel', 'Apparel', 105047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105049, 105049, 'Concert Memorabilia', 'Concert-Memorabilia', 105047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105050, 105050, 'Posters', 'Posters', 105047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1423, 1423, 'Other', 'Other', 105047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105071, 105071, 'Other', 'Other', 105070, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105072, 105072, 'X-Z', 'X-Z', 108765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104978, 104978, 'Young, Neil', 'Young-Neil', 105072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53284, 53284, 'ZZ Top', 'ZZ-Top', 105072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105073, 105073, 'Other', 'Other', 105072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108857, 108857, 'Other', 'Other', 2329, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1424, 1424, 'Television Memorabilia', 'Television-Memorabilia', 45100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18835, 18835, 'Ads, Flyers', 'Ads-Flyers', 1424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60376, 60376, 'Apparel', 'Apparel', 1424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60377, 60377, 'Hats', 'Hats', 60376, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60378, 60378, 'Jackets', 'Jackets', 60376, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60379, 60379, 'T-Shirts', 'T-Shirts', 60376, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32995, 32995, 'Other', 'Other', 60376, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32996, 32996, 'Clippings', 'Clippings', 1424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60385, 60385, 'Photos', 'Photos', 1424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60386, 60386, 'Pre-1940', 'Pre-1940', 60385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60387, 60387, 'Black & White', 'Black-and-White', 60386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60388, 60388, 'Color', 'Color', 60386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60389, 60389, '1940-49', '1940-49', 60385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60390, 60390, 'Black & White', 'Black-and-White', 60389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60391, 60391, 'Color', 'Color', 60389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60392, 60392, '1950-59', '1950-59', 60385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60393, 60393, 'Black & White', 'Black-and-White', 60392, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 60394, 60394, 'Color', 'Color', 60392, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60395, 60395, '1960-69', '1960-69', 60385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60396, 60396, 'Black & White', 'Black-and-White', 60395, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60397, 60397, 'Color', 'Color', 60395, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60398, 60398, '1970-79', '1970-79', 60385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60399, 60399, 'Black & White', 'Black-and-White', 60398, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60400, 60400, 'Color', 'Color', 60398, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60401, 60401, '1980-89', '1980-89', 60385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60402, 60402, 'Black & White', 'Black-and-White', 60401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60403, 60403, 'Color', 'Color', 60401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60404, 60404, '1990-99', '1990-99', 60385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60405, 60405, 'Black & White', 'Black-and-White', 60404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60406, 60406, 'Color', 'Color', 60404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60407, 60407, '2000-Now', '2000-Now', 60385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60408, 60408, 'Black & White', 'Black-and-White', 60407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60409, 60409, 'Color', 'Color', 60407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18836, 18836, 'Other', 'Other', 60385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32997, 32997, 'Pins, Buttons', 'Pins-Buttons', 1424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60380, 60380, 'Posters', 'Posters', 1424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60381, 60381, 'Action', 'Action', 60380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60382, 60382, 'Comedy', 'Comedy', 60380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60383, 60383, 'Daytime', 'Daytime', 60380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60384, 60384, 'Drama', 'Drama', 60380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18837, 18837, 'Other', 'Other', 60380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18838, 18838, 'Press Kits', 'Press-Kits', 1424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18839, 18839, 'Props', 'Props', 1424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18840, 18840, 'Scripts', 'Scripts', 1424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18841, 18841, 'Wardrobe', 'Wardrobe', 1424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 201, 201, 'Other', 'Other', 1424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2362, 2362, 'Theater Memorabilia', 'Theater-Memorabilia', 45100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2369, 2369, 'Ads, Flyers', 'Ads-Flyers', 2362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60410, 60410, 'Playbills', 'Playbills', 2362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60411, 60411, 'Pre-1940', 'Pre-1940', 60410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60412, 60412, '1940-49', '1940-49', 60410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60413, 60413, '1950-59', '1950-59', 60410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60414, 60414, '1960-69', '1960-69', 60410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60415, 60415, '1970-79', '1970-79', 60410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60416, 60416, '1980-89', '1980-89', 60410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60417, 60417, '1990-99', '1990-99', 60410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60418, 60418, '2000-Now', '2000-Now', 60410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2365, 2365, 'Other', 'Other', 60410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60419, 60419, 'Posters', 'Posters', 2362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60420, 60420, 'Originals, US', 'Originals-US', 60419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60421, 60421, 'Originals, Non-US', 'Originals-Non-US', 60419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60422, 60422, 'Reproductions', 'Reproductions', 60419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18842, 18842, 'Other', 'Other', 60419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2366, 2366, 'Props, Wardrobe', 'Props-Wardrobe', 2362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2367, 2367, 'Souvenir Programs', 'Souvenir-Programs', 2362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2368, 2368, 'Window Cards', 'Window-Cards', 2362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 778, 778, 'Other', 'Other', 2362, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45101, 45101, 'Video Game Memorabilia', 'Video-Game-Memorabilia', 45100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2312, 2312, 'Other Memorabilia', 'Other-Memorabilia', 45100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31411, 31411, 'Gift Certificates', 'Gift-Certificates', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26395, 26395, 'Health & Beauty', 'Health-and-Beauty', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11838, 11838, 'Bath & Body', 'Bath-and-Body', 26395, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29580, 29580, 'Antiperspirant, Deodorant', 'Antiperspirant-Deodorant', 11838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72759, 72759, 'Bath Bombs, Fizzies', 'Bath-Bombs-Fizzies', 11838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74990, 74990, 'Bath Brushes, Sponges', 'Bath-Brushes-Sponges', 11838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67390, 67390, 'Bath Salts', 'Bath-Salts', 11838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31751, 31751, 'Bath Oil', 'Bath-Oil', 11838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95172, 95172, 'Bath Sets, Kits', 'Bath-Sets-Kits', 11838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95173, 95173, 'Avon', 'Avon', 95172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106218, 106218, 'Bath & Body Works', 'Bath-and-Body-Works', 95172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95174, 95174, 'Mary Kay', 'Mary-Kay', 95172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67391, 67391, 'Other', 'Other', 95172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31757, 31757, 'Body Lotion', 'Body-Lotion', 11838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67393, 67393, 'Ahava', 'Ahava', 31757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67394, 67394, 'Avon', 'Avon', 31757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67395, 67395, 'Cellu-Sculpt', 'Cellu-Sculpt', 67394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67396, 67396, 'Moisture Therapy', 'Moisture-Therapy', 67394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95169, 95169, 'Naturals', 'Naturals', 67394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67397, 67397, 'Skin-So-Soft', 'Skin-So-Soft', 67394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31758, 31758, 'Other Products', 'Other-Products', 67394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45165, 45165, 'Bath & Body Works', 'Bath-and-Body-Works', 31757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45166, 45166, 'Berry Scents', 'Berry-Scents', 45165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45167, 45167, 'Citrus Scents', 'Citrus-Scents', 45165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45168, 45168, 'Floral Scents', 'Floral-Scents', 45165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67398, 67398, 'Herbal Scents', 'Herbal-Scents', 45165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45169, 45169, 'Other Fruit Scents', 'Other-Fruit-Scents', 45165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67399, 67399, 'Spa Scents', 'Spa-Scents', 45165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45170, 45170, 'Tropical Scents', 'Tropical-Scents', 45165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45171, 45171, 'Vanilla Scents', 'Vanilla-Scents', 45165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31759, 31759, 'Other', 'Other', 45165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67400, 67400, 'Body Shop', 'Body-Shop', 31757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46987, 46987, 'Clinique', 'Clinique', 31757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67401, 67401, 'Crabtree & Evelyn', 'Crabtree-and-Evelyn', 31757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74991, 74991, 'Estee Lauder', 'Estee-Lauder', 31757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67402, 67402, 'Handmade', 'Handmade', 31757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74992, 74992, 'Lancome', 'Lancome', 31757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82564, 82564, 'Givenchy', 'Givenchy', 31757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67403, 67403, 'LOccitane', 'LOccitane', 31757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67404, 67404, 'Mary Kay', 'Mary-Kay', 31757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95170, 95170, 'Body Lotion', 'Body-Lotion', 67404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67405, 67405, 'Private Spa Collection', 'Private-Spa-Collection', 67404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67406, 67406, 'Satin Hands', 'Satin-Hands', 67404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95171, 95171, 'Sets, Gift Sets', 'Sets-Gift-Sets', 67404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31760, 31760, 'Other Products', 'Other-Products', 67404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67407, 67407, 'Perlier', 'Perlier', 31757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31761, 31761, 'Victorias Secret', 'Victorias-Secret', 31757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11841, 11841, 'Other Body Lotion', 'Other-Body-Lotion', 31757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101912, 101912, 'Body Powder', 'Body-Powder', 11838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101913, 101913, 'Crabtree & Evelyn', 'Crabtree-and-Evelyn', 101912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101914, 101914, 'Jessica Simpson', 'Jessica-Simpson', 101912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29581, 29581, 'Other', 'Other', 101912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101919, 101919, 'Body Sprays, Mists', 'Body-Sprays-Mists', 11838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101920, 101920, 'Avon', 'Avon', 101919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101921, 101921, 'Bath & Body Works', 'Bath-and-Body-Works', 101919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101922, 101922, 'Victorias Secret', 'Victorias-Secret', 101919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31753, 31753, 'Other', 'Other', 101919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106219, 106219, 'Body Scrubs', 'Body-Scrubs', 11838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106220, 106220, 'Bath & Body Works', 'Bath-and-Body-Works', 106219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106221, 106221, 'Body Shop', 'Body-Shop', 106219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106222, 106222, 'Mary Kay', 'Mary-Kay', 106219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31752, 31752, 'Other', 'Other', 106219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40071, 40071, 'Body Wash, Shower Gel', 'Body-Wash-Shower-Gel', 11838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40075, 40075, 'Avon', 'Avon', 40071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40072, 40072, 'Bath & Body Works', 'Bath-and-Body-Works', 40071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72760, 72760, 'Crabtree & Evelyn', 'Crabtree-and-Evelyn', 40071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40073, 40073, 'Mary Kay', 'Mary-Kay', 40071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117302, 117302, 'Philosophy', 'Philosophy', 40071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67392, 67392, 'Perlier', 'Perlier', 40071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31754, 31754, 'Other', 'Other', 40071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40078, 40078, 'Bubble Bath', 'Bubble-Bath', 11838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40079, 40079, 'Avon', 'Avon', 40078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40080, 40080, 'Bath & Body Works', 'Bath-and-Body-Works', 40078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31755, 31755, 'Other Bubble Bath Brands', 'Other-Bubble-Bath-Brands', 40078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74993, 74993, 'Cellulite Treatment', 'Cellulite-Treatment', 11838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108689, 108689, 'Foot Treatment', 'Foot-Treatment', 11838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36431, 36431, 'Foot Cream', 'Foot-Cream', 108689, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108690, 108690, 'Other Foot Treatment', 'Other-Foot-Treatment', 108689, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74994, 74994, 'Scar, Stretch Mark Reducers', 'Scar-Stretch-Mark-Reducers', 11838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36355, 36355, 'Soap', 'Soap', 11838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67426, 67426, 'Ahava', 'Ahava', 36355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36356, 36356, 'Bath & Body Works', 'Bath-and-Body-Works', 36355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72761, 72761, 'Handmade', 'Handmade', 36355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72762, 72762, 'Glycerin', 'Glycerin', 72761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72763, 72763, 'Goats Milk', 'Goats-Milk', 72761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72764, 72764, 'Shea Butter', 'Shea-Butter', 72761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36357, 36357, 'Other Handmade Soaps', 'Other-Handmade-Soaps', 72761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74995, 74995, 'Primal Elements', 'Primal-Elements', 36355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11845, 11845, 'Other Soap', 'Other-Soap', 36355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67437, 67437, 'Mixed Items', 'Mixed-Items', 11838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67438, 67438, 'Avon', 'Avon', 67437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67439, 67439, 'Bath & Body Works', 'Bath-and-Body-Works', 67437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67440, 67440, 'Burts Bees', 'Burts-Bees', 67437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67441, 67441, 'Mary Kay', 'Mary-Kay', 67437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29584, 29584, 'Other Brands', 'Other-Brands', 67437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72765, 72765, 'Samples, Travel Sizes', 'Samples-Travel-Sizes', 11838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11837, 11837, 'Other Items', 'Other-Items', 11838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82567, 82567, 'Coupons', 'Coupons', 26395, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82568, 82568, 'Hair Care', 'Hair-Care', 82567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82569, 82569, 'Health Care', 'Health-Care', 82567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82570, 82570, 'Makeup', 'Makeup', 82567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57735, 57735, 'Other', 'Other', 82567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19259, 19259, 'Dietary Supplements, Nutrition', 'Dietary-Supplements-Nutrition', 26395, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67554, 67554, 'Herbs, Botanicals', 'Herbs-Botanicals', 19259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67555, 67555, 'A-F', 'A-F', 67554, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19260, 19260, 'G-M', 'G-M', 67554, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67556, 67556, 'N-S', 'N-S', 67554, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67557, 67557, 'T-Z', 'T-Z', 67554, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33956, 33956, 'Nutrition Bars, Shakes', 'Nutrition-Bars-Shakes', 19259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33957, 33957, 'Atkins', 'Atkins', 33956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75081, 75081, 'Balance', 'Balance', 33956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47021, 47021, 'Carbolite', 'Carbolite', 33956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33958, 33958, 'EAS', 'EAS', 33956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33959, 33959, 'Herbalife', 'Herbalife', 33956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67558, 67558, 'Met-Rx', 'Met-Rx', 33956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40960, 40960, 'Powerbar', 'Powerbar', 33956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67559, 67559, 'Xenadrine', 'Xenadrine', 33956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1278, 1278, 'Other Brands', 'Other-Brands', 33956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40961, 40961, 'Sports Supplements', 'Sports-Supplements', 19259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75082, 75082, 'Amino Acids', 'Amino-Acids', 40961, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40962, 40962, 'Creatine', 'Creatine', 40961, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67561, 67561, 'Fat Burners', 'Fat-Burners', 40961, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40963, 40963, 'Protein', 'Protein', 40961, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72869, 72869, 'Testosterone', 'Testosterone', 40961, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19261, 19261, 'Other', 'Other', 40961, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33960, 33960, 'Vitamins, Minerals', 'Vitamins-Minerals', 19259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33961, 33961, 'Calcium', 'Calcium', 33960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36446, 36446, 'Glucosamine', 'Glucosamine', 33960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33962, 33962, 'Multi-Vitamins', 'Multi-Vitamins', 33960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118737, 118737, 'Omega-3', 'Omega-3', 33960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140108, 140108, 'Vitamin B', 'Vitamin-B', 33960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40964, 40964, 'Vitamin C', 'Vitamin-C', 33960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11776, 11776, 'Other Items', 'Other-Items', 33960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19262, 19262, 'Other', 'Other', 19259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26396, 26396, 'Fragrances', 'Fragrances', 26395, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29585, 29585, 'Men', 'Men', 26396, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101930, 101930, 'Adidas', 'Adidas', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36368, 36368, 'Alfred Dunhill', 'Alfred-Dunhill', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101931, 101931, 'Alfred Sung', 'Alfred-Sung', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46988, 46988, 'Aramis', 'Aramis', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106224, 106224, 'Armani', 'Armani', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106225, 106225, 'Acqua di Gio', 'Acqua-di-Gio', 106224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106226, 106226, 'Armani Mania', 'Armani-Mania', 106224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117315, 117315, 'Black Code', 'Black-Code', 106224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33934, 33934, 'Other', 'Other', 106224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106227, 106227, 'Avon', 'Avon', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106228, 106228, 'Always', 'Always', 106227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106229, 106229, 'Black Suede', 'Black-Suede', 106227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106230, 106230, 'Wild Country', 'Wild-Country', 106227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33935, 33935, 'Other', 'Other', 106227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36369, 36369, 'Azzaro', 'Azzaro', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36370, 36370, 'Boucheron', 'Boucheron', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106231, 106231, 'Burberry', 'Burberry', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106232, 106232, 'Brit', 'Brit', 106231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106233, 106233, 'London', 'London', 106231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106234, 106234, 'Touch', 'Touch', 106231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106235, 106235, 'Weekend', 'Weekend', 106231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40089, 40089, 'Other', 'Other', 106231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36371, 36371, 'Bvlgari', 'Bvlgari', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75011, 75011, 'Calvin Klein', 'Calvin-Klein', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118659, 118659, 'Calvin', 'Calvin', 75011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118660, 118660, 'CK Be', 'CK-Be', 75011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95182, 95182, 'CK One', 'CK-One', 75011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118661, 118661, 'Contradiction', 'Contradiction', 75011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106236, 106236, 'Crave', 'Crave', 75011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101932, 101932, 'Escape', 'Escape', 75011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75012, 75012, 'Eternity', 'Eternity', 75011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75013, 75013, 'Obsession', 'Obsession', 75011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118662, 118662, 'Obsession Night', 'Obsession-Night', 75011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118663, 118663, 'Truth', 'Truth', 75011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29586, 29586, 'Other', 'Other', 75011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36372, 36372, 'Carolina Herrera', 'Carolina-Herrera', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67501, 67501, 'Cartier', 'Cartier', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118664, 118664, 'Chanel', 'Chanel', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118665, 118665, 'Allure Homme', 'Allure-Homme', 118664, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118666, 118666, 'Pour Monsieur', 'Pour-Monsieur', 118664, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36373, 36373, 'Other', 'Other', 118664, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118667, 118667, 'Christian Dior', 'Christian-Dior', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118668, 118668, 'Eau Sauvage', 'Eau-Sauvage', 118667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118669, 118669, 'Fahrenheit', 'Fahrenheit', 118667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36374, 36374, 'Other', 'Other', 118667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78063, 78063, 'Coty', 'Coty', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72773, 72773, 'Creed', 'Creed', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106237, 106237, 'Davidoff', 'Davidoff', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33936, 33936, 'Cool Water', 'Cool-Water', 106237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106239, 106239, 'Echo', 'Echo', 106237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106238, 106238, 'Other', 'Other', 106237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67502, 67502, 'Diesel', 'Diesel', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101933, 101933, 'DKNY', 'DKNY', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117316, 117316, 'Dolce & Gabbana', 'Dolce-and-Gabbana', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117317, 117317, 'By', 'By', 117316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117318, 117318, 'D&G', 'DandG', 117316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117319, 117319, 'Masculine', 'Masculine', 117316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 33937, 33937, 'Other', 'Other', 117316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67503, 67503, 'Escada', 'Escada', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118670, 118670, 'Estee Lauder', 'Estee-Lauder', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118671, 118671, 'Beyond Paradise Men', 'Beyond-Paradise-Men', 118670, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118672, 118672, 'Intuition for Men', 'Intuition-for-Men', 118670, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118673, 118673, 'Pleasures for Men', 'Pleasures-for-Men', 118670, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36375, 36375, 'Other', 'Other', 118670, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108698, 108698, 'Ferrari', 'Ferrari', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101934, 101934, 'Gap', 'Gap', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29587, 29587, 'Gianni Versace', 'Gianni-Versace', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118674, 118674, 'Giorgio Beverly Hills', 'Giorgio-Beverly-Hills', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36376, 36376, 'Givenchy', 'Givenchy', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33938, 33938, 'Gucci', 'Gucci', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67504, 67504, 'Guerlain', 'Guerlain', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36377, 36377, 'Guy Laroche', 'Guy-Laroche', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36378, 36378, 'Halston', 'Halston', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101935, 101935, 'Hermes', 'Hermes', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75014, 75014, 'Hugo Boss', 'Hugo-Boss', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75015, 75015, 'Boss No. 1', 'Boss-No-1', 75014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75016, 75016, 'Hugo', 'Hugo', 75014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29588, 29588, 'Other', 'Other', 75014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118675, 118675, 'Hummer', 'Hummer', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67505, 67505, 'Issey Miyake', 'Issey-Miyake', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82575, 82575, 'Jean Paul Gaultier', 'Jean-Paul-Gaultier', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67506, 67506, 'Joop', 'Joop', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36379, 36379, 'Jordache', 'Jordache', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36380, 36380, 'Karl Lagerfeld', 'Karl-Lagerfeld', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72774, 72774, 'Kenneth Cole', 'Kenneth-Cole', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108699, 108699, 'Kenzo', 'Kenzo', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82576, 82576, 'Lacoste', 'Lacoste', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106240, 106240, 'Liz Claiborne', 'Liz-Claiborne', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106241, 106241, 'Bora Bora', 'Bora-Bora', 106240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106242, 106242, 'Curve', 'Curve', 106240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118676, 118676, 'Curve Crush', 'Curve-Crush', 106240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118677, 118677, 'Mambo', 'Mambo', 106240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106243, 106243, 'Spark', 'Spark', 106240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106244, 106244, 'Sports', 'Sports', 106240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29589, 29589, 'Other', 'Other', 106240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101936, 101936, 'Lucky', 'Lucky', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72775, 72775, 'Mary Kay', 'Mary-Kay', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36381, 36381, 'Nautica', 'Nautica', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67507, 67507, 'Paco Rabanne', 'Paco-Rabanne', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29590, 29590, 'Paul Sebastian', 'Paul-Sebastian', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36382, 36382, 'Perry Ellis', 'Perry-Ellis', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36383, 36383, 'Pheromones', 'Pheromones', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75017, 75017, 'Ralph Lauren', 'Ralph-Lauren', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118678, 118678, 'Polo', 'Polo', 75017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118679, 118679, 'Polo Black', 'Polo-Black', 75017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75018, 75018, 'Polo Blue', 'Polo-Blue', 75017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75019, 75019, 'Polo Sport', 'Polo-Sport', 75017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117320, 117320, 'Ralph', 'Ralph', 75017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75020, 75020, 'Romance Silver', 'Romance-Silver', 75017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29591, 29591, 'Other', 'Other', 75017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101937, 101937, 'Salvatore Ferragamo', 'Salvatore-Ferragamo', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140104, 140104, 'Sean John', 'Sean-John', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67508, 67508, 'Swiss Army', 'Swiss-Army', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101938, 101938, 'Thierry Mugler', 'Thierry-Mugler', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29592, 29592, 'Tommy Hilfiger', 'Tommy-Hilfiger', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101939, 101939, 'Victorias Secret', 'Victorias-Secret', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67509, 67509, 'Yves Saint Laurent', 'Yves-Saint-Laurent', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11846, 11846, 'Other Brands', 'Other-Brands', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82574, 82574, 'Abercrombie & Fitch', 'Abercrombie-and-Fitch', 29585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11848, 11848, 'Women', 'Women', 26396, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118680, 118680, 'Abercrombie & Fitch', 'Abercrombie-and-Fitch', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118681, 118681, 'Acqua di Parma', 'Acqua-di-Parma', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118682, 118682, 'Adrienne Vittadini', 'Adrienne-Vittadini', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118683, 118683, 'Alexander McQueen', 'Alexander-McQueen', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95183, 95183, 'Alfred Sung', 'Alfred-Sung', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95184, 95184, 'Shi', 'Shi', 95183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95185, 95185, 'Sung', 'Sung', 95183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29593, 29593, 'Other', 'Other', 95183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67510, 67510, 'Anna Sui', 'Anna-Sui', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36384, 36384, 'Annick Goutal', 'Annick-Goutal', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118684, 118684, 'Aquolina', 'Aquolina', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95186, 95186, 'Armani', 'Armani', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95187, 95187, 'Acqua di Gio', 'Acqua-di-Gio', 95186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101940, 101940, 'Mania', 'Mania', 95186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95188, 95188, 'Sensi', 'Sensi', 95186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36385, 36385, 'Other', 'Other', 95186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72776, 72776, 'Avon', 'Avon', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118685, 118685, 'Extraordinary', 'Extraordinary', 72776, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72777, 72777, 'Goddess', 'Goddess', 72776, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72778, 72778, 'Haiku', 'Haiku', 72776, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78064, 78064, 'Imari', 'Imari', 72776, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82577, 82577, 'Smile', 'Smile', 72776, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72779, 72779, 'Soft Musk', 'Soft-Musk', 72776, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95189, 95189, 'Today', 'Today', 72776, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72780, 72780, 'Treselle', 'Treselle', 72776, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82578, 82578, 'Vintage Fragrances', 'Vintage-Fragrances', 72776, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29594, 29594, 'Other', 'Other', 72776, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118686, 118686, 'Balenciaga', 'Balenciaga', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72781, 72781, 'Bath & Body Works', 'Bath-and-Body-Works', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72782, 72782, 'Citrus Scents', 'Citrus-Scents', 72781, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72783, 72783, 'Floral Scents', 'Floral-Scents', 72781, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72784, 72784, 'Herbal Scents', 'Herbal-Scents', 72781, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72785, 72785, 'Seasonal Scents', 'Seasonal-Scents', 72781, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72786, 72786, 'Spa Scents', 'Spa-Scents', 72781, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78065, 78065, 'Tropical Scents', 'Tropical-Scents', 72781, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72787, 72787, 'Vanilla Scents', 'Vanilla-Scents', 72781, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33939, 33939, 'Other Scents', 'Other-Scents', 72781, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36386, 36386, 'BCBGirls', 'BCBGirls', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118687, 118687, 'Benetton', 'Benetton', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82579, 82579, 'Bijan', 'Bijan', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82580, 82580, 'Bill Blass', 'Bill-Blass', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82581, 82581, 'Bob Mackie', 'Bob-Mackie', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101941, 101941, 'Body Shop', 'Body-Shop', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72788, 72788, 'Borghese', 'Borghese', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29595, 29595, 'Boucheron', 'Boucheron', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118688, 118688, 'Britney Spears', 'Britney-Spears', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118689, 118689, 'Curious', 'Curious', 118688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118690, 118690, 'Fantasy', 'Fantasy', 118688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101942, 101942, 'Other', 'Other', 118688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72789, 72789, 'Burberry', 'Burberry', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72790, 72790, 'Brit', 'Brit', 72789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78066, 78066, 'London', 'London', 72789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72791, 72791, 'Touch', 'Touch', 72789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72792, 72792, 'Weekend', 'Weekend', 72789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36387, 36387, 'Other', 'Other', 72789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95190, 95190, 'Bvlgari', 'Bvlgari', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95191, 95191, 'BLV', 'BLV', 95190, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95192, 95192, 'Omnia', 'Omnia', 95190, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118696, 118696, 'Omnia Crystalline', 'Omnia-Crystalline', 95190, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29596, 29596, 'Other', 'Other', 95190, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118691, 118691, 'Cacharel', 'Cacharel', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118692, 118692, 'Amor Amor', 'Amor-Amor', 118691, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118693, 118693, 'Noa', 'Noa', 118691, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118694, 118694, 'Noa Fleur', 'Noa-Fleur', 118691, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118695, 118695, 'Promesse', 'Promesse', 118691, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36388, 36388, 'Other', 'Other', 118691, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37803, 37803, 'Calvin Klein', 'Calvin-Klein', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82582, 82582, 'CK One', 'CK-One', 37803, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46989, 46989, 'Contradiction', 'Contradiction', 37803, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46990, 46990, 'Escape', 'Escape', 37803, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37804, 37804, 'Eternity', 'Eternity', 37803, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118697, 118697, 'Eternity Moment', 'Eternity-Moment', 37803, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118698, 118698, 'Eternity Purple Orchid', 'Eternity-Purple-Orchid', 37803, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118699, 118699, 'Eternity Summer', 'Eternity-Summer', 37803, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118700, 118700, 'Euphoria', 'Euphoria', 37803, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37805, 37805, 'Obsession', 'Obsession', 37803, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67511, 67511, 'Truth', 'Truth', 37803, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11849, 11849, 'Other', 'Other', 37803, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33940, 33940, 'Carolina Herrera', 'Carolina-Herrera', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36389, 36389, 'Cartier', 'Cartier', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101943, 101943, 'Celine Dion', 'Celine-Dion', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37806, 37806, 'Chanel', 'Chanel', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37807, 37807, 'Allure', 'Allure', 37806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118701, 118701, 'Allure Sensuelle', 'Allure-Sensuelle', 37806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67512, 67512, 'Chance', 'Chance', 37806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37808, 37808, 'Coco', 'Coco', 37806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118702, 118702, 'Coco Mademoiselle', 'Coco-Mademoiselle', 37806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118703, 118703, 'Cristalle', 'Cristalle', 37806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37809, 37809, 'No. 5', 'No-5', 37806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118704, 118704, 'No. 19', 'No-19', 37806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11850, 11850, 'Other', 'Other', 37806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118705, 118705, 'Chantilly', 'Chantilly', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101944, 101944, 'Charlie', 'Charlie', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118706, 118706, 'Cerruti', 'Cerruti', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75021, 75021, 'Chloe', 'Chloe', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67513, 67513, 'Chopard', 'Chopard', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46991, 46991, 'Christian Dior', 'Christian-Dior', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46993, 46993, 'JAdore', 'JAdore', 46991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67514, 67514, 'Dior Addict', 'Dior-Addict', 46991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118707, 118707, 'Dolce Vita', 'Dolce-Vita', 46991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67515, 67515, 'Dune', 'Dune', 46991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118708, 118708, 'Hypnotic Poison', 'Hypnotic-Poison', 46991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118709, 118709, 'Miss Dior', 'Miss-Dior', 46991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118710, 118710, 'Miss Dior Cherie', 'Miss-Dior-Cherie', 46991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46992, 46992, 'Poison', 'Poison', 46991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118711, 118711, 'Pure Poison', 'Pure-Poison', 46991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29597, 29597, 'Other', 'Other', 46991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67516, 67516, 'Clarins', 'Clarins', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67517, 67517, 'Clinique', 'Clinique', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78067, 78067, 'Aromatics Elixir', 'Aromatics-Elixir', 67517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67518, 67518, 'Happy', 'Happy', 67517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67519, 67519, 'Happy Heart', 'Happy-Heart', 67517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78068, 78068, 'Simply', 'Simply', 67517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29598, 29598, 'Other', 'Other', 67517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118712, 118712, 'Comptoir Sud Pacifique', 'Comptoir-Sud-Pacifique', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29599, 29599, 'Coty', 'Coty', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78069, 78069, 'Creed', 'Creed', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117321, 117321, 'Davidoff', 'Davidoff', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117322, 117322, 'Cool Water', 'Cool-Water', 117321, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117323, 117323, 'Echo', 'Echo', 117321, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33941, 33941, 'Other', 'Other', 117321, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33942, 33942, 'Demeter', 'Demeter', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67520, 67520, 'Diesel', 'Diesel', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117324, 117324, 'DKNY', 'DKNY', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117325, 117325, 'Be Delicious', 'Be-Delicious', 117324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117326, 117326, 'Black Cashmere', 'Black-Cashmere', 117324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118713, 118713, 'DKNY New York', 'DKNY-New-York', 117324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33943, 33943, 'Other', 'Other', 117324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67521, 67521, 'Dolce & Gabbana', 'Dolce-and-Gabbana', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117327, 117327, 'By', 'By', 67521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78070, 78070, 'D&G', 'DandG', 67521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117328, 117328, 'Feminine', 'Feminine', 67521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67522, 67522, 'Light Blue', 'Light-Blue', 67521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67523, 67523, 'Sicily', 'Sicily', 67521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29600, 29600, 'Other', 'Other', 67521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37810, 37810, 'Elizabeth Arden', 'Elizabeth-Arden', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67524, 67524, '5th Avenue', '5th-Avenue', 37810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95193, 95193, 'Arden Beauty', 'Arden-Beauty', 37810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37811, 37811, 'Green Tea', 'Green-Tea', 37810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37812, 37812, 'Red Door', 'Red-Door', 37810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67525, 67525, 'Sunflowers', 'Sunflowers', 37810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11851, 11851, 'Other', 'Other', 37810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67526, 67526, 'Elizabeth Taylor', 'Elizabeth-Taylor', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67527, 67527, 'Passion', 'Passion', 67526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67528, 67528, 'White Diamonds', 'White-Diamonds', 67526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33944, 33944, 'Other', 'Other', 67526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67529, 67529, 'Ellen Tracy', 'Ellen-Tracy', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118714, 118714, 'Emanuelle Ungaro', 'Emanuelle-Ungaro', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75022, 75022, 'Escada', 'Escada', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117329, 117329, 'Escada', 'Escada', 75022, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75023, 75023, 'Ibiza Hippie', 'Ibiza-Hippie', 75022, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75024, 75024, 'Island Kiss', 'Island-Kiss', 75022, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95194, 95194, 'Magnetism', 'Magnetism', 75022, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117330, 117330, 'Rockin Rio', 'Rockin-Rio', 75022, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117331, 117331, 'Sentiment', 'Sentiment', 75022, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29601, 29601, 'Other', 'Other', 75022, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37813, 37813, 'Estee Lauder', 'Estee-Lauder', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37814, 37814, 'Beautiful', 'Beautiful', 37813, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118715, 118715, 'Beautiful Sheer', 'Beautiful-Sheer', 37813, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67530, 67530, 'Beyond Paradise', 'Beyond-Paradise', 37813, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95195, 95195, 'Dazzling', 'Dazzling', 37813, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37815, 37815, 'Intuition', 'Intuition', 37813, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37816, 37816, 'Pleasures', 'Pleasures', 37813, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118716, 118716, 'Pleasures Exotic', 'Pleasures-Exotic', 37813, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118717, 118717, 'Pleasures Intense', 'Pleasures-Intense', 37813, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40090, 40090, 'White Linen', 'White-Linen', 37813, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75025, 75025, 'Youth Dew', 'Youth-Dew', 37813, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11852, 11852, 'Other', 'Other', 37813, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118718, 118718, 'FCUK', 'FCUK', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36390, 36390, 'Fendi', 'Fendi', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106245, 106245, 'Ferragamo', 'Ferragamo', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118719, 118719, 'Fred Hayman', 'Fred-Hayman', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118720, 118720, 'Gale Hayman', 'Gale-Hayman', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36391, 36391, 'Gap', 'Gap', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33945, 33945, 'Gianni Versace', 'Gianni-Versace', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29602, 29602, 'Giorgio of Beverly Hills', 'Giorgio-of-Beverly-Hills', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67531, 67531, 'Givenchy', 'Givenchy', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67532, 67532, 'Amarige', 'Amarige', 67531, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67533, 67533, 'Hot Couture', 'Hot-Couture', 67531, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67534, 67534, 'Organza', 'Organza', 67531, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67535, 67535, 'Organza Indecence', 'Organza-Indecence', 67531, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82583, 82583, 'Very Irresistible', 'Very-Irresistible', 67531, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67536, 67536, 'Ysatis', 'Ysatis', 67531, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29603, 29603, 'Other', 'Other', 67531, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46994, 46994, 'Gucci', 'Gucci', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46995, 46995, 'Envy', 'Envy', 46994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46996, 46996, 'Rush', 'Rush', 46994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29604, 29604, 'Other', 'Other', 46994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46997, 46997, 'Guerlain', 'Guerlain', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46998, 46998, 'Samsara', 'Samsara', 46997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46999, 46999, 'Shalimar', 'Shalimar', 46997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29605, 29605, 'Other', 'Other', 46997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118721, 118721, 'Guess', 'Guess', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36392, 36392, 'Halston', 'Halston', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101945, 101945, 'Hanae Mori', 'Hanae-Mori', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118722, 118722, 'Healing Garden', 'Healing-Garden', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36393, 36393, 'Hermes', 'Hermes', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118723, 118723, 'Herve Leger', 'Herve-Leger', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95196, 95196, 'Hugo Boss', 'Hugo-Boss', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95197, 95197, 'Boss Woman', 'Boss-Woman', 95196, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95198, 95198, 'Deep Red', 'Deep-Red', 95196, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36394, 36394, 'Other', 'Other', 95196, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29606, 29606, 'Issey Miyake', 'Issey-Miyake', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118724, 118724, 'J. Del Pozo', 'J-Del-Pozo', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95199, 95199, 'J Lo', 'J-Lo', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95200, 95200, 'Glow', 'Glow', 95199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95201, 95201, 'Still', 'Still', 95199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33947, 33947, 'Other', 'Other', 95199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36395, 36395, 'Jean Patou', 'Jean-Patou', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33946, 33946, 'Jean Paul Gaultier', 'Jean-Paul-Gaultier', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36396, 36396, 'Jessica McClintock', 'Jessica-McClintock', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101946, 101946, 'Jessica Simpson', 'Jessica-Simpson', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118725, 118725, 'Jil Sander', 'Jil-Sander', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118726, 118726, 'Jo Malone', 'Jo-Malone', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33948, 33948, 'Karl Lagerfeld', 'Karl-Lagerfeld', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67537, 67537, 'Kenneth Cole', 'Kenneth-Cole', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36397, 36397, 'Kenzo', 'Kenzo', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101947, 101947, 'Lacoste', 'Lacoste', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67538, 67538, 'Lalique', 'Lalique', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67539, 67539, 'Lolita Lempicka', 'Lolita-Lempicka', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45179, 45179, 'Lancome', 'Lancome', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95202, 95202, 'Attraction', 'Attraction', 45179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45180, 45180, 'Miracle', 'Miracle', 45179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82584, 82584, 'Poeme', 'Poeme', 45179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45181, 45181, 'Tresor', 'Tresor', 45179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29607, 29607, 'Other', 'Other', 45179, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36398, 36398, 'Lanvin', 'Lanvin', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118727, 118727, 'Laura Biagiotti', 'Laura-Biagiotti', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47000, 47000, 'Liz Claiborne', 'Liz-Claiborne', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67540, 67540, 'Bora Bora', 'Bora-Bora', 47000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47001, 47001, 'Curve', 'Curve', 47000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118728, 118728, 'Curve Crush', 'Curve-Crush', 47000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118729, 118729, 'Liz Sport', 'Liz-Sport', 47000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47002, 47002, 'Mambo', 'Mambo', 47000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118730, 118730, 'Realities', 'Realities', 47000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118731, 118731, 'Soul by Curve', 'Soul-by-Curve', 47000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118732, 118732, 'Spark', 'Spark', 47000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118733, 118733, 'Vivid', 'Vivid', 47000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29608, 29608, 'Other', 'Other', 47000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72793, 72793, 'Lucky', 'Lucky', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118734, 118734, 'Marc Jacobs', 'Marc-Jacobs', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118735, 118735, 'Blush', 'Blush', 118734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118736, 118736, 'Marc Jacobs', 'Marc-Jacobs', 118734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36399, 36399, 'Other', 'Other', 118734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36400, 36400, 'Marilyn Miglin', 'Marilyn-Miglin', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67541, 67541, 'Mary Kay', 'Mary-Kay', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95203, 95203, 'Belara', 'Belara', 67541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67542, 67542, 'Elige', 'Elige', 67541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67543, 67543, 'Journey', 'Journey', 67541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67544, 67544, 'Velocity', 'Velocity', 67541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36401, 36401, 'Other', 'Other', 67541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118738, 118738, 'Michael Kors', 'Michael-Kors', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118739, 118739, 'Island', 'Island', 118738, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118740, 118740, 'Kors by Michael Kors', 'Kors-by-Michael-Kors', 118738, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118741, 118741, 'Michael by Michael Kors', 'Michael-by-Michael-Kors', 118738, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29609, 29609, 'Other', 'Other', 118738, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101948, 101948, 'Moschino', 'Moschino', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118742, 118742, 'Narcisco Rodriguez', 'Narcisco-Rodriguez', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118743, 118743, 'Nicole Miller', 'Nicole-Miller', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36402, 36402, 'Nina Ricci', 'Nina-Ricci', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29610, 29610, 'Oscar de la Renta', 'Oscar-de-la-Renta', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75026, 75026, 'Paloma Picasso', 'Paloma-Picasso', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114138, 114138, 'Paris Hilton', 'Paris-Hilton', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36403, 36403, 'Paul Sebastian', 'Paul-Sebastian', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36404, 36404, 'Perry Ellis', 'Perry-Ellis', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78071, 78071, 'Philosophy', 'Philosophy', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101949, 101949, 'Prada', 'Prada', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67545, 67545, 'Ralph Lauren', 'Ralph-Lauren', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67546, 67546, 'Glamourous', 'Glamourous', 67545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118744, 118744, 'Lauren Style', 'Lauren-Style', 67545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118745, 118745, 'Pure Turquoise', 'Pure-Turquoise', 67545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117332, 117332, 'Ralph', 'Ralph', 67545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118746, 118746, 'Ralph Cool', 'Ralph-Cool', 67545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95204, 95204, 'Ralph Lauren Blue', 'Ralph-Lauren-Blue', 67545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67547, 67547, 'Romance', 'Romance', 67545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67548, 67548, 'Safari', 'Safari', 67545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29611, 29611, 'Other', 'Other', 67545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29612, 29612, 'Revlon', 'Revlon', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118747, 118747, 'Robert Piguet', 'Robert-Piguet', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36405, 36405, 'Rochas', 'Rochas', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118748, 118748, 'Salvador Dali', 'Salvador-Dali', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101950, 101950, 'Salvatore Ferragamo', 'Salvatore-Ferragamo', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116162, 116162, 'Sarah Jessica Parker Lovely', 'Sarah-Jessica-Parker-Lovely', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118749, 118749, 'Shania by Stetson', 'Shania-by-Stetson', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101951, 101951, 'Stella McCartney', 'Stella-McCartney', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117333, 117333, 'Thierry Mugler', 'Thierry-Mugler', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118753, 118753, 'Alien', 'Alien', 117333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117334, 117334, 'Angel', 'Angel', 117333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117335, 117335, 'Angel Innocent', 'Angel-Innocent', 117333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29613, 29613, 'Other', 'Other', 117333, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101952, 101952, 'Tiffany', 'Tiffany', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101953, 101953, 'Tommy Hilfiger', 'Tommy-Hilfiger', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101954, 101954, 'Tommy Girl', 'Tommy-Girl', 101953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101955, 101955, 'True Star', 'True-Star', 101953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29614, 29614, 'Other', 'Other', 101953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118750, 118750, 'Valentino', 'Valentino', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118751, 118751, 'Van Cleef & Arpels', 'Van-Cleef-and-Arpels', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36406, 36406, 'Vera Wang', 'Vera-Wang', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67549, 67549, 'Victorias Secret', 'Victorias-Secret', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101956, 101956, 'Basic Instinct', 'Basic-Instinct', 67549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82585, 82585, 'Breathless', 'Breathless', 67549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82586, 82586, 'Divine', 'Divine', 67549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67550, 67550, 'Heavenly', 'Heavenly', 67549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82587, 82587, 'Love Spell', 'Love-Spell', 67549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67551, 67551, 'PINK', 'PINK', 67549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82588, 82588, 'Rapture', 'Rapture', 67549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67552, 67552, 'Very Sexy', 'Very-Sexy', 67549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67553, 67553, 'Victoria', 'Victoria', 67549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101957, 101957, 'Warm Embrace', 'Warm-Embrace', 67549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29615, 29615, 'Other', 'Other', 67549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118752, 118752, 'Yves Rocher', 'Yves-Rocher', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95205, 95205, 'Yves St. Laurent', 'Yves-St-Laurent', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116163, 116163, 'Baby Doll', 'Baby-Doll', 95205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95206, 95206, 'Opium', 'Opium', 95205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95207, 95207, 'Paris', 'Paris', 95205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29616, 29616, 'Other', 'Other', 95205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29617, 29617, 'Mixed Brands', 'Mixed-Brands', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11847, 11847, 'Other Brands', 'Other-Brands', 11848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11854, 11854, 'Hair Care', 'Hair-Care', 26395, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82589, 82589, 'Braiders', 'Braiders', 11854, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11855, 11855, 'Brushes, Combs', 'Brushes-Combs', 11854, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67562, 67562, 'Conditioner', 'Conditioner', 11854, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72794, 72794, 'Aveda', 'Aveda', 67562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106246, 106246, 'Biolage', 'Biolage', 67562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78072, 78072, 'Biosilk', 'Biosilk', 67562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118754, 118754, 'Joico', 'Joico', 67562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72795, 72795, 'Kerastase', 'Kerastase', 67562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67563, 67563, 'Matrix', 'Matrix', 67562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106247, 106247, 'Nexxus', 'Nexxus', 67562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117336, 117336, 'Ojon', 'Ojon', 67562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118755, 118755, 'Paul Mitchell', 'Paul-Mitchell', 67562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67564, 67564, 'Redken', 'Redken', 67562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106248, 106248, 'Tigi', 'Tigi', 67562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11857, 11857, 'Other Brands', 'Other-Brands', 67562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116164, 116164, 'Curling Irons', 'Curling-Irons', 11854, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116165, 116165, 'Conair', 'Conair', 116164, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116166, 116166, 'Hot Tools', 'Hot-Tools', 116164, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11859, 11859, 'Other', 'Other', 116164, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47006, 47006, 'Gel, Mousse, Spray', 'Gel-Mousse-Spray', 11854, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78073, 78073, 'Alterna', 'Alterna', 47006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67565, 67565, 'American Crew', 'American-Crew', 47006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47007, 47007, 'Aveda', 'Aveda', 47006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116167, 116167, 'Biosilk', 'Biosilk', 47006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114139, 114139, 'Bumble & Bumble', 'Bumble-and-Bumble', 47006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118941, 118941, 'Joico', 'Joico', 47006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114140, 114140, 'KMS', 'KMS', 47006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67566, 67566, 'Matrix', 'Matrix', 47006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67567, 67567, 'Nick Chavez', 'Nick-Chavez', 47006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67568, 67568, 'Paul Mitchell', 'Paul-Mitchell', 47006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67569, 67569, 'Redken', 'Redken', 47006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114141, 114141, 'SAMY', 'SAMY', 47006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114142, 114142, 'Schwarzkopf', 'Schwarzkopf', 47006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67570, 67570, 'Sebastian', 'Sebastian', 47006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47008, 47008, 'Tigi', 'Tigi', 47006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11860, 11860, 'Other Brands', 'Other-Brands', 47006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78074, 78074, 'Hair Color', 'Hair-Color', 11854, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78075, 78075, 'Clairol', 'Clairol', 78074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106249, 106249, 'Henna', 'Henna', 78074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82590, 82590, 'Manic Panic', 'Manic-Panic', 78074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78076, 78076, 'Redken', 'Redken', 78074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31412, 31412, 'Other', 'Other', 78074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75027, 75027, 'Hair Dryers', 'Hair-Dryers', 11854, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118942, 118942, 'CHI', 'CHI', 75027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75028, 75028, 'Conair', 'Conair', 75027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118943, 118943, 'T3 Tourmaline', 'T3-Tourmaline', 75027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118944, 118944, 'Vidal Sassoon', 'Vidal-Sassoon', 75027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75029, 75029, 'Vintage, Antique', 'Vintage-Antique', 75027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11858, 11858, 'Other', 'Other', 75027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47003, 47003, 'Hair Loss', 'Hair-Loss', 11854, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118945, 118945, 'Minoxidil', 'Minoxidil', 47003, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47004, 47004, 'Nioxin', 'Nioxin', 47003, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47005, 47005, 'Rogaine', 'Rogaine', 47003, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31413, 31413, 'Other Brands', 'Other-Brands', 47003, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75030, 75030, 'Rollers, Curlers', 'Rollers-Curlers', 11854, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75031, 75031, 'Clairol', 'Clairol', 75030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75032, 75032, 'Conair', 'Conair', 75030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116168, 116168, 'Vintage', 'Vintage', 75030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36407, 36407, 'Other', 'Other', 75030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117337, 117337, 'Salon Equipment', 'Salon-Equipment', 11854, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117338, 117338, 'Shampoo Bowl', 'Shampoo-Bowl', 117337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117339, 117339, 'Styling Chair, Stations', 'Styling-Chair-Stations', 117337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67571, 67571, 'Other', 'Other', 117337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40091, 40091, 'Shampoo', 'Shampoo', 11854, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72796, 72796, 'Alterna', 'Alterna', 40091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118946, 118946, 'American Crew', 'American-Crew', 40091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40092, 40092, 'Aveda', 'Aveda', 40091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118947, 118947, 'Avon', 'Avon', 40091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106250, 106250, 'Bath & Body Works', 'Bath-and-Body-Works', 40091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106251, 106251, 'Biolage', 'Biolage', 40091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118948, 118948, 'Biosilk', 'Biosilk', 40091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118949, 118949, 'Bumble & Bumble', 'Bumble-and-Bumble', 40091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118950, 118950, 'Joico', 'Joico', 40091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106252, 106252, 'Kerastase', 'Kerastase', 40091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40969, 40969, 'Matrix', 'Matrix', 40091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106253, 106253, 'Nexxus', 'Nexxus', 40091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67572, 67572, 'Paul Mitchell', 'Paul-Mitchell', 40091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118951, 118951, 'Phyto', 'Phyto', 40091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118952, 118952, 'Pureology', 'Pureology', 40091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47009, 47009, 'Redken', 'Redken', 40091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40093, 40093, 'Tigi', 'Tigi', 40091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11861, 11861, 'Other Shampoo Brands', 'Other-Shampoo-Brands', 40091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72797, 72797, 'Straightening Irons', 'Straightening-Irons', 11854, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95208, 95208, 'Babyliss', 'Babyliss', 72797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78077, 78077, 'Conair', 'Conair', 72797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72798, 72798, 'Farouk Chi', 'Farouk-Chi', 72797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106254, 106254, 'FHI', 'FHI', 72797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140105, 140105, 'GHD', 'GHD', 72797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72799, 72799, 'Hai', 'Hai', 72797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72800, 72800, 'Hot Tools', 'Hot-Tools', 72797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116169, 116169, 'Remington', 'Remington', 72797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117340, 117340, 'T3 Tourmaline', 'T3-Tourmaline', 72797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117341, 117341, 'TRUE', 'TRUE', 72797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36408, 36408, 'Other Brands', 'Other-Brands', 72797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82591, 82591, 'Styling Accessories', 'Styling-Accessories', 11854, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31788, 31788, 'Sets, Kits', 'Sets-Kits', 11854, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72801, 72801, 'Travel, Trial Sizes', 'Travel-Trial-Sizes', 11854, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118953, 118953, 'Treatment', 'Treatment', 11854, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106255, 106255, 'Ojon', 'Ojon', 118953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11853, 11853, 'Other Items', 'Other-Items', 11854, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31762, 31762, 'Hair Removal', 'Hair-Removal', 26395, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67408, 67408, 'Clippers, Trimmers', 'Clippers-Trimmers', 31762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67409, 67409, 'Beard, Mustache', 'Beard-Mustache', 67408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67410, 67410, 'Hair', 'Hair', 67408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67411, 67411, 'Nose, Ear', 'Nose-Ear', 67408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67412, 67412, 'Sets, Kits', 'Sets-Kits', 67408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11856, 11856, 'Other Items', 'Other-Items', 67408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31763, 31763, 'Creams, Lotions, Sprays', 'Creams-Lotions-Sprays', 31762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37802, 37802, 'Epilators, Electrolysis', 'Epilators-Electrolysis', 31762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40944, 40944, 'Razors, Blades', 'Razors-Blades', 31762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67413, 67413, 'Gillette', 'Gillette', 40944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67414, 67414, 'MACH3', 'MACH3', 67413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67415, 67415, 'Sensor Excel', 'Sensor-Excel', 67413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78053, 78053, 'Venus', 'Venus', 67413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40945, 40945, 'Other Items', 'Other-Items', 67413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40946, 40946, 'Norelco', 'Norelco', 40944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78054, 78054, 'Schick', 'Schick', 40944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31764, 31764, 'Other', 'Other', 40944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101915, 101915, 'Scissors, Shears', 'Scissors-Shears', 31762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101916, 101916, '5"', '5', 101915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101917, 101917, '5.5"', '5-5', 101915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101918, 101918, '6"', '6', 101915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33933, 33933, 'Other', 'Other', 101915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31765, 31765, 'Shavers', 'Shavers', 31762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31766, 31766, 'Braun', 'Braun', 31765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36523, 36523, 'Gillette', 'Gillette', 31765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31767, 31767, 'Norelco', 'Norelco', 31765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40947, 40947, 'Panasonic', 'Panasonic', 31765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31768, 31768, 'Remington', 'Remington', 31765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11844, 11844, 'Other Shavers', 'Other-Shavers', 31765, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67416, 67416, 'Tweezers', 'Tweezers', 31762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82565, 82565, 'Waxing Supplies', 'Waxing-Supplies', 31762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11840, 11840, 'Other Hair Removal Items', 'Other-Hair-Removal-Items', 31762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67588, 67588, 'Health Care', 'Health-Care', 26395, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72802, 72802, 'Body Enhancers', 'Body-Enhancers', 67588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72803, 72803, 'Female', 'Female', 72802, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33165, 33165, 'Male', 'Male', 72802, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36434, 36434, 'Family Planning', 'Family-Planning', 67588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72865, 72865, 'Condoms', 'Condoms', 36434, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82611, 82611, 'Assortments, Mixed Lots', 'Assortments-Mixed-Lots', 72865, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72866, 72866, 'Colored, Scented', 'Colored-Scented', 72865, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82612, 82612, 'Extra Sensitive', 'Extra-Sensitive', 72865, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72867, 72867, 'Flavored', 'Flavored', 72865, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82613, 82613, 'Maximum Strength', 'Maximum-Strength', 72865, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82614, 82614, 'Natural Feeling', 'Natural-Feeling', 72865, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72868, 72868, 'Ribbed', 'Ribbed', 72865, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36435, 36435, 'Other Styles', 'Other-Styles', 72865, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116178, 116178, 'Fertility Monitors', 'Fertility-Monitors', 36434, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82615, 82615, 'Impotence Aids', 'Impotence-Aids', 36434, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36436, 36436, 'Lubricants', 'Lubricants', 36434, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30118, 30118, 'Ovulation Kits', 'Ovulation-Kits', 36434, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36437, 36437, 'Pregnancy Tests', 'Pregnancy-Tests', 36434, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36438, 36438, 'Other Family Planning', 'Other-Family-Planning', 36434, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67590, 67590, 'Feminine Hygiene', 'Feminine-Hygiene', 67588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75033, 75033, 'First Aid', 'First-Aid', 67588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75034, 75034, 'Bandages, Gauze', 'Bandages-Gauze', 75033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75035, 75035, 'Kits, Bags', 'Kits-Bags', 75033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82592, 82592, 'Ointments, Creams, Oils', 'Ointments-Creams-Oils', 75033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11779, 11779, 'Other', 'Other', 75033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36439, 36439, 'Hot & Cold Therapies', 'Hot-and-Cold-Therapies', 67588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75041, 75041, 'Pill Cases, Boxes', 'Pill-Cases-Boxes', 67588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40100, 40100, 'Relaxation Aids', 'Relaxation-Aids', 67588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82593, 82593, 'Sleeping Aids', 'Sleeping-Aids', 67588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82594, 82594, 'Sound Therapy', 'Sound-Therapy', 82593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82595, 82595, 'Snoring Cessation', 'Snoring-Cessation', 82593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40101, 40101, 'Other', 'Other', 82593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75042, 75042, 'Smoking Cessation', 'Smoking-Cessation', 67588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75043, 75043, 'Alternative Therapies', 'Alternative-Therapies', 75042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75044, 75044, 'Gum, Lozenges', 'Gum-Lozenges', 75042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75045, 75045, '2mg', '2mg', 75044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75048, 75048, '4mg', '4mg', 75044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36441, 36441, 'Other', 'Other', 75044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75046, 75046, 'Patches', 'Patches', 75042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75047, 75047, 'Other', 'Other', 75042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67589, 67589, 'Other Health Care Items', 'Other-Health-Care-Items', 67588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31786, 31786, 'Makeup', 'Makeup', 26395, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36409, 36409, 'Beauty Tools', 'Beauty-Tools', 31786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106256, 106256, 'Compact Mirrors', 'Compact-Mirrors', 36409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82597, 82597, 'Eyes', 'Eyes', 36409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82598, 82598, 'Eye Shadow Brushes', 'Eye-Shadow-Brushes', 82597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82599, 82599, 'Eyelash Curlers', 'Eyelash-Curlers', 82597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82600, 82600, 'Eyeliner Brushes', 'Eyeliner-Brushes', 82597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36410, 36410, 'Other', 'Other', 82597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82601, 82601, 'Face', 'Face', 36409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82603, 82603, 'Blush Brush', 'Blush-Brush', 82601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116172, 116172, 'Concealer Brush', 'Concealer-Brush', 82601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82602, 82602, 'Foundation Brush', 'Foundation-Brush', 82601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116170, 116170, 'Kabuki Brush', 'Kabuki-Brush', 82601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116171, 116171, 'Powder Brush', 'Powder-Brush', 82601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36411, 36411, 'Other', 'Other', 82601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116173, 116173, 'Lips', 'Lips', 36409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36412, 36412, 'Sets', 'Sets', 36409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21014, 21014, 'Other Brushes, Applicators', 'Other-Brushes-Applicators', 36409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33920, 33920, 'Blush', 'Blush', 31786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75049, 75049, 'Avon', 'Avon', 33920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47010, 47010, 'Bare Escentuals', 'Bare-Escentuals', 33920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 67591, 67591, 'Benefit', 'Benefit', 33920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40094, 40094, 'Clinique', 'Clinique', 33920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78086, 78086, 'Estee Lauder', 'Estee-Lauder', 33920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78088, 78088, 'Bronze', 'Bronze', 78086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78087, 78087, 'Pink', 'Pink', 78086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40095, 40095, 'Other Shades', 'Other-Shades', 78086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33921, 33921, 'Lancome', 'Lancome', 33920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67592, 67592, 'MAC', 'MAC', 33920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67593, 67593, 'Mary Kay', 'Mary-Kay', 33920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67594, 67594, 'Bronze', 'Bronze', 67593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67595, 67595, 'Orange, Coral', 'Orange-Coral', 67593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67596, 67596, 'Peach', 'Peach', 67593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67597, 67597, 'Plum, Wine', 'Plum-Wine', 67593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67598, 67598, 'Pink', 'Pink', 67593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33922, 33922, 'Other Shades', 'Other-Shades', 67593, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72804, 72804, 'Nars', 'Nars', 33920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40950, 40950, 'Signature Club A', 'Signature-Club-A', 33920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110053, 110053, 'Smashbox', 'Smashbox', 33920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11864, 11864, 'Other Brands', 'Other-Brands', 33920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82596, 82596, 'Bronzer', 'Bronzer', 31786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78089, 78089, 'Brow Pencils', 'Brow-Pencils', 31786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36413, 36413, 'Cases, Bags, Totes', 'Cases-Bags-Totes', 31786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72805, 72805, 'Cosmetic Bags', 'Cosmetic-Bags', 36413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72806, 72806, 'Clinique', 'Clinique', 72805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72807, 72807, 'Mary Kay', 'Mary-Kay', 72805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36414, 36414, 'Other Brands', 'Other-Brands', 72805, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75051, 75051, 'Makeup Cases', 'Makeup-Cases', 36413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75052, 75052, 'Compacts', 'Compacts', 75051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75053, 75053, 'Train Cases', 'Train-Cases', 75051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36415, 36415, 'Other', 'Other', 75051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82604, 82604, 'Makeup Organizers, Caddies', 'Makeup-Organizers-Caddies', 36413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47011, 47011, 'Tote Bags', 'Tote-Bags', 36413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21015, 21015, 'Other Cases, Bags, Totes', 'Other-Cases-Bags-Totes', 36413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47012, 47012, 'Concealer', 'Concealer', 31786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67599, 67599, 'Benefit', 'Benefit', 47012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67600, 67600, 'Clinique', 'Clinique', 47012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67601, 67601, 'Dermablend', 'Dermablend', 47012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47014, 47014, 'Lancome', 'Lancome', 47012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117342, 117342, 'MAC', 'MAC', 47012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47013, 47013, 'Mary Kay', 'Mary-Kay', 47012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11865, 11865, 'Other Brands', 'Other-Brands', 47012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45182, 45182, 'Eyeliner', 'Eyeliner', 31786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45183, 45183, 'Avon', 'Avon', 45182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117343, 117343, 'Channel', 'Channel', 45182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117344, 117344, 'Clinique', 'Clinique', 45182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67602, 67602, 'Estee Lauder', 'Estee-Lauder', 45182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45184, 45184, 'Lancome', 'Lancome', 45182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110054, 110054, 'MAC', 'MAC', 45182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45185, 45185, 'Mary Kay', 'Mary-Kay', 45182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117345, 117345, 'Tony & Tina', 'Tony-and-Tina', 45182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31787, 31787, 'Other', 'Other', 45182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31789, 31789, 'Eye Shadow', 'Eye-Shadow', 31786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31790, 31790, 'Avon', 'Avon', 31789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72808, 72808, 'Bare Escentuals', 'Bare-Escentuals', 31789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72809, 72809, 'Brown, Black', 'Brown-Black', 72808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72810, 72810, 'Gold, Silver, Metallic', 'Gold-Silver-Metallic', 72808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72811, 72811, 'Orange, Yellow', 'Orange-Yellow', 72808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72812, 72812, 'Pink, Red', 'Pink-Red', 72808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72813, 72813, 'White, Cream', 'White-Cream', 72808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31791, 31791, 'Other Shades', 'Other-Shades', 72808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67603, 67603, 'Benefit', 'Benefit', 31789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40951, 40951, 'Bobbi Brown', 'Bobbi-Brown', 31789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31792, 31792, 'Chanel', 'Chanel', 31789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40096, 40096, 'Christian Dior', 'Christian-Dior', 31789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72814, 72814, 'Clarins', 'Clarins', 31789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33923, 33923, 'Clinique', 'Clinique', 31789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114143, 114143, 'Elizabeth Arden', 'Elizabeth-Arden', 31789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72815, 72815, 'Estee Lauder', 'Estee-Lauder', 31789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72816, 72816, 'Blue', 'Blue', 72815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72817, 72817, 'Brown, Black', 'Brown-Black', 72815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72818, 72818, 'Gold, Silver, Metallic', 'Gold-Silver-Metallic', 72815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72819, 72819, 'Orange, Yellow', 'Orange-Yellow', 72815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72820, 72820, 'Pink, Red', 'Pink-Red', 72815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72821, 72821, 'White, Cream', 'White-Cream', 72815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31793, 31793, 'Other Shades', 'Other-Shades', 72815, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78090, 78090, 'Guerlain', 'Guerlain', 31789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78091, 78091, 'Hard Candy', 'Hard-Candy', 31789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31794, 31794, 'Lancome', 'Lancome', 31789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72822, 72822, 'Laura Mercier', 'Laura-Mercier', 31789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106257, 106257, 'LOreal', 'LOreal', 31789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67604, 67604, 'MAC', 'MAC', 31789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67605, 67605, 'Blue', 'Blue', 67604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67606, 67606, 'Brown, Black', 'Brown-Black', 67604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67607, 67607, 'Gold, Silver, Metallic', 'Gold-Silver-Metallic', 67604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67608, 67608, 'Green', 'Green', 67604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67609, 67609, 'Orange, Yellow', 'Orange-Yellow', 67604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67610, 67610, 'Pink, Red', 'Pink-Red', 67604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67611, 67611, 'Purple, Violet', 'Purple-Violet', 67604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67612, 67612, 'White, Cream', 'White-Cream', 67604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31795, 31795, 'Other Shades', 'Other-Shades', 67604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67613, 67613, 'Mary Kay', 'Mary-Kay', 31789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67614, 67614, 'Blue', 'Blue', 67613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67615, 67615, 'Brown, Black', 'Brown-Black', 67613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67616, 67616, 'Gold, Silver, Metallic', 'Gold-Silver-Metallic', 67613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67617, 67617, 'Green', 'Green', 67613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67618, 67618, 'Orange, Yellow', 'Orange-Yellow', 67613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67619, 67619, 'Pink, Red', 'Pink-Red', 67613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67620, 67620, 'Purple, Violet', 'Purple-Violet', 67613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67621, 67621, 'White, Cream', 'White-Cream', 67613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31796, 31796, 'Other Shades', 'Other-Shades', 67613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114144, 114144, 'My Minerals', 'My-Minerals', 31789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114145, 114145, 'Revlon', 'Revlon', 31789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37817, 37817, 'Signature Club A', 'Signature-Club-A', 31789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75054, 75054, 'Smashbox', 'Smashbox', 31789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40097, 40097, 'Stila', 'Stila', 31789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117346, 117346, 'Tony & Tina', 'Tony-and-Tina', 31789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67622, 67622, 'Urban Decay', 'Urban-Decay', 31789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11866, 11866, 'Other Brands', 'Other-Brands', 31789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33924, 33924, 'Face Powder', 'Face-Powder', 31786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117347, 117347, 'Avon', 'Avon', 33924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33925, 33925, 'Bare Escentuals', 'Bare-Escentuals', 33924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67623, 67623, 'Benefit', 'Benefit', 33924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117348, 117348, 'Chanel', 'Chanel', 33924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67624, 67624, 'Clinique', 'Clinique', 33924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72823, 72823, 'Estee Lauder', 'Estee-Lauder', 33924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40098, 40098, 'Lancome', 'Lancome', 33924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140106, 140106, 'LOreal', 'LOreal', 33924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95209, 95209, 'MAC', 'MAC', 33924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33926, 33926, 'Mary Kay', 'Mary-Kay', 33924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117349, 117349, 'Tony & Tina', 'Tony-and-Tina', 33924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21021, 21021, 'Other Brands', 'Other-Brands', 33924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117350, 117350, 'False Eyelashes', 'False-Eyelashes', 31786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31797, 31797, 'Foundation', 'Foundation', 31786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67625, 67625, 'Avon', 'Avon', 31797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72824, 72824, 'Bare Escentuals', 'Bare-Escentuals', 31797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72825, 72825, '#1 Fair', '1-Fair', 72824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72826, 72826, '#1.2 Fairly Light', '1-2-Fairly-Light', 72824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72827, 72827, '#2 Light', '2-Light', 72824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72828, 72828, '#2.3 Medium Beige', '2-3-Medium-Beige', 72824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72829, 72829, '#3 Medium', '3-Medium', 72824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72830, 72830, '#4.53 Tan', '4-53-Tan', 72824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72831, 72831, '#5 Dark', '5-Dark', 72824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72832, 72832, '#5.2 Medium Tan', '5-2-Medium-Tan', 72824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72833, 72833, '#8 Deep', '8-Deep', 72824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31798, 31798, 'Other', 'Other', 72824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117351, 117351, 'Bare Northern Mineral', 'Bare-Northern-Mineral', 31797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67626, 67626, 'BeautiControl', 'BeautiControl', 31797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67627, 67627, 'Benefit', 'Benefit', 31797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72834, 72834, 'Bobbi Brown', 'Bobbi-Brown', 31797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47015, 47015, 'Borghese', 'Borghese', 31797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67628, 67628, 'Chanel', 'Chanel', 31797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67629, 67629, 'Christian Dior', 'Christian-Dior', 31797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72835, 72835, 'Clarins', 'Clarins', 31797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40952, 40952, 'Clinique', 'Clinique', 31797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37818, 37818, 'Cover Girl', 'Cover-Girl', 31797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67630, 67630, 'Dermablend', 'Dermablend', 31797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33949, 33949, 'Elizabeth Arden', 'Elizabeth-Arden', 31797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33950, 33950, 'Estee Lauder', 'Estee-Lauder', 31797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140102, 140102, 'IMAN', 'IMAN', 31797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31799, 31799, 'Lancome', 'Lancome', 31797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67631, 67631, 'MAC', 'MAC', 31797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45186, 45186, 'Mary Kay', 'Mary-Kay', 31797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78092, 78092, 'Cream', 'Cream', 45186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78093, 78093, 'Beige', 'Beige', 78092, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78094, 78094, 'Bronze', 'Bronze', 78092, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78095, 78095, 'Ivory', 'Ivory', 78092, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45187, 45187, 'Other', 'Other', 78092, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78096, 78096, 'Creme-to-Powder', 'Creme-to-Powder', 45186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78097, 78097, 'Beige', 'Beige', 78096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78099, 78099, 'Ivory', 'Ivory', 78096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78098, 78098, 'Bronze', 'Bronze', 78096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45188, 45188, 'Other', 'Other', 78096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67632, 67632, 'Liquid', 'Liquid', 45186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67633, 67633, 'Ivory', 'Ivory', 67632, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67634, 67634, 'Beige', 'Beige', 67632, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67635, 67635, 'Bronze', 'Bronze', 67632, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45189, 45189, 'Other Shades', 'Other-Shades', 67632, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82605, 82605, 'Powder', 'Powder', 45186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31800, 31800, 'Other Forms', 'Other-Forms', 45186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82606, 82606, 'Max Factor', 'Max-Factor', 31797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117352, 117352, 'My Minerals', 'My-Minerals', 31797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33951, 33951, 'Oil of Olay', 'Oil-of-Olay', 31797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36416, 36416, 'Prescriptives', 'Prescriptives', 31797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67636, 67636, 'Revlon', 'Revlon', 31797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37819, 37819, 'Shiseido', 'Shiseido', 31797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40953, 40953, 'Signature Club A', 'Signature-Club-A', 31797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11867, 11867, 'Other Brands', 'Other-Brands', 31797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67637, 67637, 'Lip Balm', 'Lip-Balm', 31786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67638, 67638, 'Avon', 'Avon', 67637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117353, 117353, 'Burts Bees', 'Burts-Bees', 67637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117354, 117354, 'Clinique', 'Clinique', 67637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67639, 67639, 'Mary Kay', 'Mary-Kay', 67637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31801, 31801, 'Other Brands', 'Other-Brands', 67637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36417, 36417, 'Lip Gloss', 'Lip-Gloss', 31786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78100, 78100, 'Avon', 'Avon', 36417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78101, 78101, 'Glazewear', 'Glazewear', 78100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78102, 78102, 'Mark', 'Mark', 78100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36418, 36418, 'Other Lines', 'Other-Lines', 78100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 148491, 148491, 'Bare Escentuals', 'Bare-Escentuals', 36417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67640, 67640, 'Benefit', 'Benefit', 36417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95210, 95210, 'Bobbi Brown', 'Bobbi-Brown', 36417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72836, 72836, 'Bonne Bell', 'Bonne-Bell', 36417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47016, 47016, 'Chanel', 'Chanel', 36417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67641, 67641, 'Christian Dior', 'Christian-Dior', 36417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67642, 67642, 'Clinique', 'Clinique', 36417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117356, 117356, 'DuWop', 'DuWop', 36417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72837, 72837, 'Estee Lauder', 'Estee-Lauder', 36417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116174, 116174, 'Hard Candy', 'Hard-Candy', 36417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108700, 108700, 'Jessica Simpson Dessert', 'Jessica-Simpson-Dessert', 36417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95211, 95211, 'Lancome', 'Lancome', 36417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95212, 95212, 'Juicy Tube', 'Juicy-Tube', 95211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95213, 95213, 'Star Gloss', 'Star-Gloss', 95211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36419, 36419, 'Other', 'Other', 95211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114146, 114146, 'LipFusion', 'LipFusion', 36417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82607, 82607, 'LOreal', 'LOreal', 36417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36420, 36420, 'MAC', 'MAC', 36417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78103, 78103, 'Mary Kay', 'Mary-Kay', 36417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78104, 78104, 'Bronze, Coral', 'Bronze-Coral', 78103, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78105, 78105, 'Neutral, Nude', 'Neutral-Nude', 78103, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78106, 78106, 'Pink, Rose', 'Pink-Rose', 78103, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78107, 78107, 'Plum, Mauve', 'Plum-Mauve', 78103, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37820, 37820, 'Other Shades', 'Other-Shades', 78103, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40954, 40954, 'Naturistics', 'Naturistics', 36417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 148492, 148492, 'Philosophy', 'Philosophy', 36417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117357, 117357, 'Revlon', 'Revlon', 36417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117358, 117358, 'Sephora', 'Sephora', 36417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110055, 110055, 'Smashbox', 'Smashbox', 36417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67643, 67643, 'Stila', 'Stila', 36417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117359, 117359, 'Tony & Tina', 'Tony-and-Tina', 36417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116175, 116175, 'Too Faced', 'Too-Faced', 36417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116176, 116176, 'Urban Decay', 'Urban-Decay', 36417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31802, 31802, 'Other Brands', 'Other-Brands', 36417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47017, 47017, 'Lip Pencils', 'Lip-Pencils', 31786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67644, 67644, 'Avon', 'Avon', 47017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67645, 67645, 'Benefit', 'Benefit', 47017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67646, 67646, 'Clinique', 'Clinique', 47017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47018, 47018, 'Estee Lauder', 'Estee-Lauder', 47017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47019, 47019, 'Lancome', 'Lancome', 47017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67647, 67647, 'MAC', 'MAC', 47017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47020, 47020, 'Mary Kay', 'Mary-Kay', 47017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31803, 31803, 'Other Brands', 'Other-Brands', 47017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31804, 31804, 'Lipstick', 'Lipstick', 31786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72838, 72838, 'Avon', 'Avon', 31804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72839, 72839, 'Browns, Beiges', 'Browns-Beiges', 72838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72840, 72840, 'Pinks, Roses', 'Pinks-Roses', 72838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72841, 72841, 'Reds, Corals', 'Reds-Corals', 72838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72842, 72842, 'Wines, Mauves', 'Wines-Mauves', 72838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31805, 31805, 'Other Shades', 'Other-Shades', 72838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67648, 67648, 'Bare Escentuals', 'Bare-Escentuals', 31804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82608, 82608, 'Beauticontrol', 'Beauticontrol', 31804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67649, 67649, 'Benefit', 'Benefit', 31804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40955, 40955, 'Bobbi Brown', 'Bobbi-Brown', 31804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31806, 31806, 'Chanel', 'Chanel', 31804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40956, 40956, 'Christian Dior', 'Christian-Dior', 31804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78108, 78108, 'Clarins', 'Clarins', 31804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72843, 72843, 'Clinique', 'Clinique', 31804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72844, 72844, 'Browns, Beiges', 'Browns-Beiges', 72843, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72845, 72845, 'Neutrals, Nudes', 'Neutrals-Nudes', 72843, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72846, 72846, 'Pinks, Roses', 'Pinks-Roses', 72843, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72847, 72847, 'Reds, Corals', 'Reds-Corals', 72843, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72848, 72848, 'Wines, Mauves', 'Wines-Mauves', 72843, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31967, 31967, 'Other Shades', 'Other-Shades', 72843, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95214, 95214, 'Cover Girl', 'Cover-Girl', 31804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40957, 40957, 'Elizabeth Arden', 'Elizabeth-Arden', 31804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45190, 45190, 'Estee Lauder', 'Estee-Lauder', 31804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45191, 45191, 'Browns, Beiges', 'Browns-Beiges', 45190, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45192, 45192, 'Pinks, Roses', 'Pinks-Roses', 45190, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45193, 45193, 'Reds, Corals', 'Reds-Corals', 45190, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45194, 45194, 'Wines, Mauves', 'Wines-Mauves', 45190, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31807, 31807, 'Other Shades', 'Other-Shades', 45190, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140107, 140107, 'IMAN', 'IMAN', 31804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45195, 45195, 'Lancome', 'Lancome', 31804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45196, 45196, 'Browns, Beiges', 'Browns-Beiges', 45195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45197, 45197, 'Pinks, Roses', 'Pinks-Roses', 45195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45198, 45198, 'Reds, Corals', 'Reds-Corals', 45195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45199, 45199, 'Wines, Mauves', 'Wines-Mauves', 45195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31808, 31808, 'Other Shades', 'Other-Shades', 45195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110169, 110169, 'LOreal', 'LOreal', 31804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31809, 31809, 'MAC', 'MAC', 31804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45200, 45200, 'Mary Kay', 'Mary-Kay', 31804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45201, 45201, 'Browns, Beiges', 'Browns-Beiges', 45200, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45202, 45202, 'Pinks, Roses', 'Pinks-Roses', 45200, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45203, 45203, 'Reds, Corals', 'Reds-Corals', 45200, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45204, 45204, 'Wines, Mauves', 'Wines-Mauves', 45200, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31810, 31810, 'Other Shades', 'Other-Shades', 45200, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 105752, 105752, 'Max Factor', 'Max-Factor', 31804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110171, 110171, 'Maybelline', 'Maybelline', 31804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36421, 36421, 'Oil of Olay', 'Oil-of-Olay', 31804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78109, 78109, 'Prescriptives', 'Prescriptives', 31804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33928, 33928, 'Revlon', 'Revlon', 31804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118955, 118955, 'Rimmel', 'Rimmel', 31804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116177, 116177, 'Sephora', 'Sephora', 31804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67650, 67650, 'Shiseido', 'Shiseido', 31804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117360, 117360, 'Smashbox', 'Smashbox', 31804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11868, 11868, 'Other Brands', 'Other-Brands', 31804, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33952, 33952, 'Mascara', 'Mascara', 31786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33953, 33953, 'Avon', 'Avon', 33952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78110, 78110, 'Bare Escentuals', 'Bare-Escentuals', 33952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117361, 117361, 'Chanel', 'Chanel', 33952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67651, 67651, 'Christian Dior', 'Christian-Dior', 33952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36422, 36422, 'Clinique', 'Clinique', 33952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78111, 78111, 'Estee Lauder', 'Estee-Lauder', 33952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78112, 78112, 'Illusionist', 'Illusionist', 78111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78113, 78113, 'Magnascopic', 'Magnascopic', 78111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78114, 78114, 'More Than Mascara', 'More-Than-Mascara', 78111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36423, 36423, 'Other Lines', 'Other-Lines', 78111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78115, 78115, 'Lancome', 'Lancome', 33952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78116, 78116, 'Definicils', 'Definicils', 78115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78117, 78117, 'Flextencils', 'Flextencils', 78115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33954, 33954, 'Other Lines', 'Other-Lines', 78115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95215, 95215, 'LOreal', 'LOreal', 33952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72850, 72850, 'MAC', 'MAC', 33952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33955, 33955, 'Mary Kay', 'Mary-Kay', 33952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101958, 101958, 'Maybelline', 'Maybelline', 33952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117362, 117362, 'Smashbox', 'Smashbox', 33952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11869, 11869, 'Other Brands', 'Other-Brands', 33952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11985, 11985, 'Mixed Brands', 'Mixed-Brands', 31786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95216, 95216, 'Primer', 'Primer', 31786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36424, 36424, 'Sets & Kits', 'Sets-and-Kits', 31786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67652, 67652, 'Avon', 'Avon', 36424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40099, 40099, 'Bare Escentuals', 'Bare-Escentuals', 36424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36425, 36425, 'Clinique', 'Clinique', 36424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36426, 36426, 'Estee Lauder', 'Estee-Lauder', 36424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36427, 36427, 'Lancome', 'Lancome', 36424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36428, 36428, 'MAC', 'MAC', 36424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72851, 72851, 'Mary Kay', 'Mary-Kay', 36424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72852, 72852, 'Eye Products', 'Eye-Products', 72851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72853, 72853, 'Lip Products', 'Lip-Products', 72851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72854, 72854, 'Face Products', 'Face-Products', 72851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117363, 117363, 'Sample, Trial Size', 'Sample-Trial-Size', 72851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36429, 36429, 'Other', 'Other', 72851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21023, 21023, 'Other Brands', 'Other-Brands', 36424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72855, 72855, 'Travel, Trial Sizes', 'Travel-Trial-Sizes', 31786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31811, 31811, 'Other Makeup', 'Other-Makeup', 31786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11871, 11871, 'Nail', 'Nail', 26395, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75055, 75055, 'Acrylic Nails, Tips', 'Acrylic-Nails-Tips', 11871, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82610, 82610, 'Cuticle Creams, Softeners', 'Cuticle-Creams-Softeners', 11871, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11872, 11872, 'Files, Implements', 'Files-Implements', 11871, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75056, 75056, 'Hand Cream', 'Hand-Cream', 11871, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75057, 75057, 'Avon', 'Avon', 75056, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75058, 75058, 'Mary Kay', 'Mary-Kay', 75056, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36432, 36432, 'Other Brands', 'Other-Brands', 75056, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31812, 31812, 'Manicure Kits', 'Manicure-Kits', 11871, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101959, 101959, 'Nail Art', 'Nail-Art', 11871, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101960, 101960, 'Foil', 'Foil', 101959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101961, 101961, 'Glitter', 'Glitter', 101959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101962, 101962, 'Paint', 'Paint', 101959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101963, 101963, 'Stickers', 'Stickers', 101959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45205, 45205, 'Other', 'Other', 101959, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67653, 67653, 'Nail Dryers', 'Nail-Dryers', 11871, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31813, 31813, 'Nail Polish', 'Nail-Polish', 11871, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36433, 36433, 'Avon', 'Avon', 31813, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78118, 78118, 'Essie', 'Essie', 31813, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40958, 40958, 'Estee Lauder', 'Estee-Lauder', 31813, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106258, 106258, 'Mac', 'Mac', 31813, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31815, 31815, 'Mary Kay', 'Mary-Kay', 31813, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108701, 108701, 'Maybelline', 'Maybelline', 31813, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40959, 40959, 'Nicole', 'Nicole', 31813, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72856, 72856, 'OPI', 'OPI', 31813, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72857, 72857, 'Bronze, Earth Tones', 'Bronze-Earth-Tones', 72856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72858, 72858, 'Burgundy Tones', 'Burgundy-Tones', 72856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72859, 72859, 'Mauve, Purple Tones', 'Mauve-Purple-Tones', 72856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72860, 72860, 'Neutral tones', 'Neutral-tones', 72856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72861, 72861, 'Orange, Peach Tones', 'Orange-Peach-Tones', 72856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72862, 72862, 'Pink, Rose Tones', 'Pink-Rose-Tones', 72856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72863, 72863, 'Red Tones', 'Red-Tones', 72856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31816, 31816, 'Other', 'Other', 72856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11873, 11873, 'Other Brands', 'Other-Brands', 31813, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33163, 33163, 'Paraffin Spas', 'Paraffin-Spas', 11871, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36430, 36430, 'Pedicure & Foot Spas', 'Pedicure-and-Foot-Spas', 11871, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67654, 67654, 'Pedicure Kits', 'Pedicure-Kits', 11871, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11870, 11870, 'Other Items', 'Other-Items', 11871, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36447, 36447, 'Massage', 'Massage', 26395, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101972, 101972, 'Massage Pillows', 'Massage-Pillows', 36447, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67661, 67661, 'Massage Stones, Rocks', 'Massage-Stones-Rocks', 36447, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36449, 36449, 'Massagers', 'Massagers', 36447, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36450, 36450, 'Back', 'Back', 36449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36451, 36451, 'Foot', 'Foot', 36449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117364, 117364, 'Full Body', 'Full-Body', 36449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117365, 117365, 'Electronic', 'Electronic', 117364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117366, 117366, 'Heat', 'Heat', 117364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67662, 67662, 'Other', 'Other', 117364, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67663, 67663, 'Head, Neck', 'Head-Neck', 36449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36452, 36452, 'Other Massagers', 'Other-Massagers', 36449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36453, 36453, 'Oils, Creams', 'Oils-Creams', 36447, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36454, 36454, 'Tables', 'Tables', 36447, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36448, 36448, 'Chairs', 'Chairs', 36447, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19263, 19263, 'Other Massage Products', 'Other-Massage-Products', 36447, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11778, 11778, 'Medical, Special Needs', 'Medical-Special-Needs', 26395, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75059, 75059, 'Bathroom Safety', 'Bathroom-Safety', 11778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67655, 67655, 'Braces, Supports', 'Braces-Supports', 11778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67656, 67656, 'Back, Shoulder Supports', 'Back-Shoulder-Supports', 67655, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67657, 67657, 'Knee Braces, Wraps', 'Knee-Braces-Wraps', 67655, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67658, 67658, 'Socks, Stockings', 'Socks-Stockings', 67655, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19264, 19264, 'Other Braces, Supports', 'Other-Braces-Supports', 67655, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75060, 75060, 'Hearing Assistance', 'Hearing-Assistance', 11778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75061, 75061, 'Hearing Aid Batteries', 'Hearing-Aid-Batteries', 75060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75062, 75062, 'Hearing Aids', 'Hearing-Aids', 75060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37821, 37821, 'Other', 'Other', 75060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75063, 75063, 'Incontinence Aids', 'Incontinence-Aids', 11778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101964, 101964, 'Diapers/Pads', 'Diapers-Pads', 75063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75064, 75064, 'Medium Undergarments', 'Medium-Undergarments', 75063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75065, 75065, 'Large Undergarments', 'Large-Undergarments', 75063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36440, 36440, 'Other Sizes', 'Other-Sizes', 75063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28175, 28175, 'Mobility Equipment', 'Mobility-Equipment', 11778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75066, 75066, 'Lifts', 'Lifts', 28175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75067, 75067, 'Ramps', 'Ramps', 28175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75068, 75068, 'Scooters', 'Scooters', 28175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28176, 28176, 'Walkers & Canes', 'Walkers-and-Canes', 28175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75069, 75069, 'Wheelchairs', 'Wheelchairs', 28175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75070, 75070, 'Electric', 'Electric', 75069, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75071, 75071, 'Manual', 'Manual', 75069, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19265, 19265, 'Other', 'Other', 75069, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28177, 28177, 'Other', 'Other', 28175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30115, 30115, 'Monitoring, Testing', 'Monitoring-Testing', 11778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75072, 75072, 'Blood Pressure', 'Blood-Pressure', 30115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75073, 75073, 'Arm', 'Arm', 75072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75074, 75074, 'Wrist', 'Wrist', 75072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30116, 30116, 'Other', 'Other', 75072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72873, 72873, 'Diabetes', 'Diabetes', 30115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72874, 72874, 'Glucose Monitors', 'Glucose-Monitors', 72873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72875, 72875, 'Lancets', 'Lancets', 72873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72876, 72876, 'Monitoring Kits', 'Monitoring-Kits', 72873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72877, 72877, 'Test Strips', 'Test-Strips', 72873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72878, 72878, 'Accu-Chek', 'Accu-Chek', 72877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72879, 72879, 'OneTouch', 'OneTouch', 72877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72880, 72880, 'Other', 'Other', 72877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30117, 30117, 'Other', 'Other', 72873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78119, 78119, 'Stethoscopes', 'Stethoscopes', 30115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75075, 75075, 'Thermometers', 'Thermometers', 30115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11780, 11780, 'Other Monitoring, Testing', 'Other-Monitoring-Testing', 30115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118956, 118956, 'Orthotics, Insoles', 'Orthotics-Insoles', 11778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28178, 28178, 'Positioning Equipment', 'Positioning-Equipment', 11778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75076, 75076, 'Respiratory Aids', 'Respiratory-Aids', 11778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75079, 75079, 'Nebulizers', 'Nebulizers', 75076, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75080, 75080, 'Oxygen Cylinders, Accessories', 'Oxygen-Cylinders-Accessories', 75076, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45207, 45207, 'Other', 'Other', 75076, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3193, 3193, 'Other', 'Other', 11778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67659, 67659, 'Natural Therapies', 'Natural-Therapies', 26395, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37822, 37822, 'Acupuncture', 'Acupuncture', 67659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36442, 36442, 'Aromatherapy', 'Aromatherapy', 67659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36443, 36443, 'A-F', 'A-F', 36442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36444, 36444, 'G-M', 'G-M', 36442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19258, 19258, 'N-S', 'N-S', 36442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36445, 36445, 'T-Z', 'T-Z', 36442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101965, 101965, 'Herbal', 'Herbal', 67659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101966, 101966, 'Magnets', 'Magnets', 67659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101967, 101967, 'Bracelets', 'Bracelets', 101966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101968, 101968, 'Gold', 'Gold', 101967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101969, 101969, 'Hematite', 'Hematite', 101967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101970, 101970, 'Other', 'Other', 101967, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101971, 101971, 'Insoles', 'Insoles', 101966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11777, 11777, 'Other', 'Other', 101966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116179, 116179, 'Support Wraps', 'Support-Wraps', 67659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1279, 1279, 'Other Natural Therapies', 'Other-Natural-Therapies', 67659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31769, 31769, 'Oral Care', 'Oral-Care', 26395, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40081, 40081, 'Electric Toothbrushes', 'Electric-Toothbrushes', 31769, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40082, 40082, 'Braun Oral B', 'Braun-Oral-B', 40081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67417, 67417, 'Sonicare', 'Sonicare', 40081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67418, 67418, 'Elite 7300', 'Elite-7300', 67417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67419, 67419, 'Elite 7500', 'Elite-7500', 67417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67420, 67420, 'Elite Professional 7800', 'Elite-Professional-7800', 67417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78055, 78055, 'Replacement Brush Heads', 'Replacement-Brush-Heads', 67417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40083, 40083, 'Other Items', 'Other-Items', 67417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31770, 31770, 'Other Toothbrush Brands', 'Other-Toothbrush-Brands', 40081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108691, 108691, 'Systems, Kits', 'Systems-Kits', 31769, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67421, 67421, 'Toothbrushes', 'Toothbrushes', 31769, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67422, 67422, 'Toothpaste', 'Toothpaste', 31769, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67423, 67423, 'Whitening', 'Whitening', 31769, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67424, 67424, 'Crest', 'Crest', 67423, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67425, 67425, 'Nite White', 'Nite-White', 67423, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108692, 108692, 'Rembrandt', 'Rembrandt', 67423, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117303, 117303, 'White Light', 'White-Light', 67423, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31771, 31771, 'Other Brands', 'Other-Brands', 67423, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11843, 11843, 'Other Oral Care Items', 'Other-Oral-Care-Items', 31769, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75036, 75036, 'Over-the-Counter Medicine', 'Over-the-Counter-Medicine', 26395, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75037, 75037, 'Allergy, Sinus, Asthma', 'Allergy-Sinus-Asthma', 75036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75038, 75038, 'Cough, Cold, Flu', 'Cough-Cold-Flu', 75036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75039, 75039, 'Digestion, Nausea', 'Digestion-Nausea', 75036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75040, 75040, 'Pain Relief', 'Pain-Relief', 75036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45206, 45206, 'Other', 'Other', 75036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11863, 11863, 'Skin Care', 'Skin-Care', 26395, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45172, 45172, 'Acne, Blemish Control', 'Acne-Blemish-Control', 11863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116145, 116145, 'Avon', 'Avon', 45172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67442, 67442, 'Clinique', 'Clinique', 45172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45173, 45173, 'Mary Kay', 'Mary-Kay', 45172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116146, 116146, 'Murad', 'Murad', 45172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116147, 116147, 'Neutrogena', 'Neutrogena', 45172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74998, 74998, 'Proactiv', 'Proactiv', 45172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78057, 78057, 'Cleanser', 'Cleanser', 74998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74999, 74999, 'Repairing Lotion', 'Repairing-Lotion', 74998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75000, 75000, 'Systems, Sets', 'Systems-Sets', 74998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75001, 75001, 'Toner', 'Toner', 74998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45174, 45174, 'Other', 'Other', 74998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67443, 67443, 'Serious Skin Care', 'Serious-Skin-Care', 45172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29618, 29618, 'Other', 'Other', 45172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36358, 36358, 'Anti-Aging Products', 'Anti-Aging-Products', 11863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67444, 67444, 'Ahava', 'Ahava', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78058, 78058, 'Aloette', 'Aloette', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117307, 117307, 'Arbonne', 'Arbonne', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117308, 117308, 'Nutrimin C', 'Nutrimin-C', 117307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117309, 117309, 'Sets', 'Sets', 117307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78059, 78059, 'Other', 'Other', 117307, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45175, 45175, 'Avon', 'Avon', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45177, 45177, 'Eye Treatments', 'Eye-Treatments', 45175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75002, 75002, 'Face Creams', 'Face-Creams', 45175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75003, 75003, 'Clinical Line', 'Clinical-Line', 75002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75004, 75004, 'Retroactive Line', 'Retroactive-Line', 75002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75005, 75005, 'Ultimate Line', 'Ultimate-Line', 75002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45176, 45176, 'Other Product Lines', 'Other-Product-Lines', 75002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67445, 67445, 'Facial Peels', 'Facial-Peels', 45175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118931, 118931, 'Laser Systems', 'Laser-Systems', 45175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67446, 67446, 'Line, Wrinkle Correctors', 'Line-Wrinkle-Correctors', 45175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67447, 67447, 'Repair Creams, Lotions', 'Repair-Creams-Lotions', 45175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116148, 116148, 'Serums', 'Serums', 45175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36359, 36359, 'Other', 'Other', 45175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67449, 67449, 'BeautiControl', 'BeautiControl', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118932, 118932, 'Bliss', 'Bliss', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67450, 67450, 'Cellex-C', 'Cellex-C', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72766, 72766, 'Chanel', 'Chanel', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67451, 67451, 'Christian Dior', 'Christian-Dior', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95175, 95175, 'Clarins', 'Clarins', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67452, 67452, 'Clinique', 'Clinique', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67453, 67453, 'Eye Treatments', 'Eye-Treatments', 67452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67454, 67454, 'Face Creams', 'Face-Creams', 67452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67455, 67455, 'Firming Creams, Lotions', 'Firming-Creams-Lotions', 67452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40084, 40084, 'Other Products', 'Other-Products', 67452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118933, 118933, 'DDF', 'DDF', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40085, 40085, 'Elizabeth Arden', 'Elizabeth-Arden', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72767, 72767, 'Elizabeth Grant', 'Elizabeth-Grant', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95176, 95176, 'Erno Laszlo', 'Erno-Laszlo', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67456, 67456, 'Estee Lauder', 'Estee-Lauder', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67457, 67457, 'Eye Treatments', 'Eye-Treatments', 67456, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110040, 110040, 'Face Creams', 'Face-Creams', 67456, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110041, 110041, 'Future Perfect', 'Future-Perfect', 110040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110042, 110042, 'Perfectionist', 'Perfectionist', 110040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116149, 116149, 'Resilience', 'Resilience', 110040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67458, 67458, 'Other', 'Other', 110040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67459, 67459, 'Night Repair', 'Night-Repair', 67456, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116150, 116150, 'Serums', 'Serums', 67456, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67460, 67460, 'Skin Refinisher', 'Skin-Refinisher', 67456, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 36360, 36360, 'Other Products', 'Other-Products', 67456, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116151, 116151, 'Freeze 24/7', 'Freeze-24-7', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101923, 101923, 'Gatineau', 'Gatineau', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67461, 67461, 'Guerlain', 'Guerlain', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110043, 110043, 'Isomers', 'Isomers', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67462, 67462, 'Jafra', 'Jafra', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118934, 118934, 'Kiehls', 'Kiehls', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72768, 72768, 'Kinerase', 'Kinerase', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95177, 95177, 'La Prairie', 'La-Prairie', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67463, 67463, 'Lancome', 'Lancome', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67464, 67464, 'Eye Treatments', 'Eye-Treatments', 67463, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67465, 67465, 'Face Creams', 'Face-Creams', 67463, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67466, 67466, 'Wrinkle Treatments', 'Wrinkle-Treatments', 67463, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36361, 36361, 'Other Products', 'Other-Products', 67463, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95178, 95178, 'LOreal', 'LOreal', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67467, 67467, 'Mary Kay', 'Mary-Kay', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67468, 67468, 'Day Solutions', 'Day-Solutions', 67467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67469, 67469, 'Eye Treatments', 'Eye-Treatments', 67467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67470, 67470, 'Facial Cleansers', 'Facial-Cleansers', 67467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67471, 67471, 'Facial Moisturizers', 'Facial-Moisturizers', 67467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67472, 67472, 'Night Solutions', 'Night-Solutions', 67467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82571, 82571, 'Sets, Kits', 'Sets-Kits', 67467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36362, 36362, 'Other Products', 'Other-Products', 67467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67473, 67473, 'MD Formulations', 'MD-Formulations', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95179, 95179, 'Murad', 'Murad', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110046, 110046, 'Natura Bisse', 'Natura-Bisse', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110047, 110047, 'Neutrogena', 'Neutrogena', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40086, 40086, 'N.V. Perricone, M.D.', 'N-V-Perricone-M-D-', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110044, 110044, 'Obagi', 'Obagi', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116152, 116152, 'Oil of Olay', 'Oil-of-Olay', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116153, 116153, 'Regenerist', 'Regenerist', 116152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116154, 116154, 'Total Effects', 'Total-Effects', 116152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67474, 67474, 'Other', 'Other', 116152, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110045, 110045, 'Origins', 'Origins', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72769, 72769, 'Philosophy', 'Philosophy', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67475, 67475, 'Principal Secret', 'Principal-Secret', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118935, 118935, 'ReVive', 'ReVive', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116155, 116155, 'Serious Skin Care', 'Serious-Skin-Care', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116156, 116156, 'Eye Cream', 'Eye-Cream', 116155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116157, 116157, 'Serums', 'Serums', 116155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72770, 72770, 'Other', 'Other', 116155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78060, 78060, 'Shiseido', 'Shiseido', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40948, 40948, 'Signature Club A', 'Signature-Club-A', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101924, 101924, 'Skinceuticals', 'Skinceuticals', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95180, 95180, 'Strivectin', 'Strivectin', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110048, 110048, 'Wei East', 'Wei-East', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118936, 118936, 'Z. Bigatti', 'Z-Bigatti', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33164, 33164, 'Other Brands', 'Other-Brands', 36358, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75006, 75006, 'Blotting Papers', 'Blotting-Papers', 11863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36363, 36363, 'Cleansers', 'Cleansers', 11863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40087, 40087, 'Avon', 'Avon', 36363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67476, 67476, 'Clarins', 'Clarins', 36363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36364, 36364, 'Clinique', 'Clinique', 36363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67477, 67477, 'Dermalogica', 'Dermalogica', 36363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75007, 75007, 'Estee Lauder', 'Estee-Lauder', 36363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45178, 45178, 'Lancome', 'Lancome', 36363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67478, 67478, 'Mary Kay', 'Mary-Kay', 36363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67479, 67479, 'Formula #1, Dry Skin', 'Formula-1-Dry-Skin', 67478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67480, 67480, 'Formula #2, Normal Skin', 'Formula-2-Normal-Skin', 67478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67481, 67481, 'Formula #3, Oily Skin', 'Formula-3-Oily-Skin', 67478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67482, 67482, 'TimeWise Products', 'TimeWise-Products', 67478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67483, 67483, 'Velocity Products', 'Velocity-Products', 67478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36365, 36365, 'Other Products', 'Other-Products', 67478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72771, 72771, 'MD Formulations', 'MD-Formulations', 36363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95181, 95181, 'Shiseido', 'Shiseido', 36363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67484, 67484, 'Signature Club A', 'Signature-Club-A', 36363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29619, 29619, 'Other Brands', 'Other-Brands', 36363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29582, 29582, 'Exfoliators, Scrubs', 'Exfoliators-Scrubs', 11863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78061, 78061, 'Eye Masks', 'Eye-Masks', 11863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40088, 40088, 'Lightening Cream', 'Lightening-Cream', 11863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75008, 75008, 'Makeup Remover', 'Makeup-Remover', 11863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82572, 82572, 'Clinique', 'Clinique', 75008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75009, 75009, 'Lancome', 'Lancome', 75008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75010, 75010, 'Mary Kay', 'Mary-Kay', 75008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31777, 31777, 'Other', 'Other', 75008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67485, 67485, 'Masks, Peels', 'Masks-Peels', 11863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67486, 67486, 'Avon', 'Avon', 67485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117310, 117310, 'Biore', 'Biore', 67485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118937, 118937, 'Borghese', 'Borghese', 67485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67487, 67487, 'Mary Kay', 'Mary-Kay', 67485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117311, 117311, 'Serious Skin Care', 'Serious-Skin-Care', 67485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21022, 21022, 'Other Masks, Peels', 'Other-Masks-Peels', 67485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117312, 117312, 'Mens Skin Care', 'Mens-Skin-Care', 11863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140103, 140103, 'Anthony Logistics', 'Anthony-Logistics', 117312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118938, 118938, 'Aramis', 'Aramis', 117312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118939, 118939, 'Clarins', 'Clarins', 117312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117313, 117313, 'Clinique', 'Clinique', 117312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118940, 118940, 'Lab Series', 'Lab-Series', 117312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117314, 117314, 'Mary Kay', 'Mary-Kay', 117312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78062, 78062, 'Other', 'Other', 117312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101925, 101925, 'Microdermabrasion', 'Microdermabrasion', 11863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31778, 31778, 'Moisturizers', 'Moisturizers', 11863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67488, 67488, 'Ahava', 'Ahava', 31778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31779, 31779, 'Avon', 'Avon', 31778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40949, 40949, 'Borghese', 'Borghese', 31778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67489, 67489, 'Chanel', 'Chanel', 31778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82573, 82573, 'Clarins', 'Clarins', 31778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31780, 31780, 'Clinique', 'Clinique', 31778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31781, 31781, 'Creme de la Mer', 'Creme-de-la-Mer', 31778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67490, 67490, 'Dermalogica', 'Dermalogica', 31778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31782, 31782, 'Elizabeth Arden', 'Elizabeth-Arden', 31778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31783, 31783, 'Estee Lauder', 'Estee-Lauder', 31778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110049, 110049, 'Jergens', 'Jergens', 31778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31784, 31784, 'Lancome', 'Lancome', 31778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116158, 116158, 'LOccitane', 'LOccitane', 31778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67491, 67491, 'Mary Kay', 'Mary-Kay', 31778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67492, 67492, 'Formula #1, Enriched', 'Formula-1-Enriched', 67491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67493, 67493, 'Formula #2, Balancing', 'Formula-2-Balancing', 67491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67494, 67494, 'Formula #3, Oil Control', 'Formula-3-Oil-Control', 67491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67495, 67495, 'Night Creams', 'Night-Creams', 67491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67496, 67496, 'TimeWise Products', 'TimeWise-Products', 67491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67497, 67497, 'Velocity Products', 'Velocity-Products', 67491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31785, 31785, 'Other Products', 'Other-Products', 67491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67498, 67498, 'MD Formulations', 'MD-Formulations', 31778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106223, 106223, 'Origins', 'Origins', 31778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67499, 67499, 'Serious Skin Care', 'Serious-Skin-Care', 31778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110050, 110050, 'Shiseido', 'Shiseido', 31778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110051, 110051, 'Benefiance', 'Benefiance', 110050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110052, 110052, 'Bio-Performance', 'Bio-Performance', 110050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36366, 36366, 'Other', 'Other', 110050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36367, 36367, 'Signature Club A', 'Signature-Club-A', 31778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21205, 21205, 'Other Brands', 'Other-Brands', 31778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101926, 101926, 'Night Cream', 'Night-Cream', 11863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101927, 101927, 'Avon', 'Avon', 101926, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101928, 101928, 'Mary Kay', 'Mary-Kay', 101926, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101929, 101929, 'Other', 'Other', 101926, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108694, 108694, 'Samples, Trial Size', 'Samples-Trial-Size', 11863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108695, 108695, 'Anti-Aging', 'Anti-Aging', 108694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108696, 108696, 'Cleansers', 'Cleansers', 108694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108697, 108697, 'Moisturizers', 'Moisturizers', 108694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72772, 72772, 'Other', 'Other', 108694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116159, 116159, 'Sets, Kits', 'Sets-Kits', 11863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116160, 116160, 'BeautiControl', 'BeautiControl', 116159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116161, 116161, 'Mary Kay', 'Mary-Kay', 116159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67500, 67500, 'Other', 'Other', 116159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31772, 31772, 'Sun Care', 'Sun-Care', 11863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74996, 74996, 'After Sun', 'After-Sun', 31772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67427, 67427, 'Sunless Tanning', 'Sunless-Tanning', 31772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108693, 108693, 'Airbrush Tanning', 'Airbrush-Tanning', 67427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110036, 110036, 'Lotions, Creams', 'Lotions-Creams', 67427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110037, 110037, 'Clarins', 'Clarins', 110036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110038, 110038, 'Jergens', 'Jergens', 110036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110039, 110039, 'Lancome', 'Lancome', 110036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67428, 67428, 'Other', 'Other', 110036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67429, 67429, 'Sprays, Mists', 'Sprays-Mists', 67427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31773, 31773, 'Other Products', 'Other-Products', 67427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47023, 47023, 'Sunscreen', 'Sunscreen', 31772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47024, 47024, 'Less than 25 SPF', 'Less-than-25-SPF', 47023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117304, 117304, 'SPF 25 or More', 'SPF-25-or-More', 47023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117305, 117305, 'Avon', 'Avon', 117304, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117306, 117306, 'La Roche Posay', 'La-Roche-Posay', 117304, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31774, 31774, 'Other', 'Other', 117304, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67430, 67430, 'Tanning Lotion', 'Tanning-Lotion', 31772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67431, 67431, 'Australian Gold', 'Australian-Gold', 67430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67432, 67432, 'Body Drench', 'Body-Drench', 67430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67433, 67433, 'California Tan', 'California-Tan', 67430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74997, 74997, 'Designer Skin', 'Designer-Skin', 67430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78056, 78056, 'Emerald Bay', 'Emerald-Bay', 67430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82566, 82566, 'Fiji Blend', 'Fiji-Blend', 67430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67434, 67434, 'John Abate', 'John-Abate', 67430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114134, 114134, 'Maui Babe', 'Maui-Babe', 67430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67435, 67435, 'Supre', 'Supre', 67430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67436, 67436, 'Swedish Beauty', 'Swedish-Beauty', 67430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31776, 31776, 'Other Brands', 'Other-Brands', 67430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29583, 29583, 'Other Items', 'Other-Items', 31772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114135, 114135, 'Toners, Astringents', 'Toners-Astringents', 11863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114136, 114136, 'Lancome', 'Lancome', 114135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114137, 114137, 'Mary Kay', 'Mary-Kay', 114135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21095, 21095, 'Other', 'Other', 114135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11862, 11862, 'Other Items', 'Other-Items', 11863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31775, 31775, 'Tanning Beds, Lamps', 'Tanning-Beds-Lamps', 26395, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33914, 33914, 'Tattoos, Body Art', 'Tattoos-Body-Art', 26395, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82554, 82554, 'Flash', 'Flash', 33914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82555, 82555, 'CDs, CD-ROMs', 'CDs-CD-ROMs', 82554, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82556, 82556, 'Sheets, Pages', 'Sheets-Pages', 82554, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33915, 33915, 'Other', 'Other', 82554, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72870, 72870, 'Piercing Supplies, Kits', 'Piercing-Supplies-Kits', 33914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82557, 82557, 'Ear Piercing', 'Ear-Piercing', 72870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82558, 82558, 'Eyebrow Piercing', 'Eyebrow-Piercing', 72870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72871, 72871, 'Navel, Belly Piercing', 'Navel-Belly-Piercing', 72870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82559, 82559, 'Nipple Piercing', 'Nipple-Piercing', 72870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72872, 72872, 'Tongue Piercing', 'Tongue-Piercing', 72870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33916, 33916, 'Other Body Parts', 'Other-Body-Parts', 72870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74989, 74989, 'Tanning Stickers', 'Tanning-Stickers', 33914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33917, 33917, 'Tattoo Machines, Guns', 'Tattoo-Machines-Guns', 33914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82560, 82560, 'Tattoo Supplies', 'Tattoo-Supplies', 33914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82561, 82561, 'Inks', 'Inks', 82560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82562, 82562, 'Needles', 'Needles', 82560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33918, 33918, 'Other Tattoo Supplies', 'Other-Tattoo-Supplies', 82560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78079, 78079, 'Temporary Tattoos', 'Temporary-Tattoos', 33914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78080, 78080, 'Animals, Insects', 'Animals-Insects', 78079, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78081, 78081, 'Fictional Characters', 'Fictional-Characters', 78079, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78082, 78082, 'Glitter, Jewels', 'Glitter-Jewels', 78079, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78083, 78083, 'Hearts, Flowers', 'Hearts-Flowers', 78079, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78084, 78084, 'Henna, Mehndi', 'Henna-Mehndi', 78079, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78085, 78085, 'Symbols, Characters', 'Symbols-Characters', 78079, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33919, 33919, 'Other', 'Other', 78079, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16705, 16705, 'Other Items', 'Other-Items', 33914, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31414, 31414, 'Vision Care', 'Vision-Care', 26395, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116180, 116180, 'Contact Lens Accessories', 'Contact-Lens-Accessories', 31414, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116181, 116181, 'Cases', 'Cases', 116180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116182, 116182, 'Solution', 'Solution', 116180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75084, 75084, 'Other', 'Other', 116180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116183, 116183, 'Eyeglass Cases', 'Eyeglass-Cases', 31414, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72885, 72885, 'Eyeglass Frames', 'Eyeglass-Frames', 31414, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72886, 72886, 'Rimless', 'Rimless', 72885, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72887, 72887, 'Flexible', 'Flexible', 72885, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72888, 72888, 'Vintage, Retro', 'Vintage-Retro', 72885, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31415, 31415, 'Other Styles', 'Other-Styles', 72885, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67670, 67670, 'Reading Glasses', 'Reading-Glasses', 31414, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67671, 67671, '+1.00 strength', '100-strength', 67670, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67672, 67672, '+1.25 strength', '1-25-strength', 67670, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67673, 67673, '+1.50 strength', '1-50-strength', 67670, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67674, 67674, '+1.75 strength', '1-75-strength', 67670, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67675, 67675, '+2.00 strength', '2-00-strength', 67670, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67676, 67676, '+2.25 strength', '2-25-strength', 67670, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67677, 67677, '+2.50 strength', '2-50-strength', 67670, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82623, 82623, '+2.75 strength', '2-75-strength', 67670, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82624, 82624, '+3.00 strength', '3-00-strength', 67670, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29620, 29620, 'Greater than +3.00 strength', 'Greater-than-3-00-strength', 67670, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67678, 67678, 'Magnifying Glasses, Lenses', 'Magnifying-Glasses-Lenses', 31414, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117367, 117367, 'Sunglasses', 'Sunglasses', 31414, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31416, 31416, 'Other', 'Other', 31414, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31817, 31817, 'Weight Management', 'Weight-Management', 26395, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75083, 75083, 'CDs, Cassettes', 'CDs-Cassettes', 31817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31819, 31819, 'Diaries, Calculators', 'Diaries-Calculators', 31817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82620, 82620, 'Exercise, Fitness Programs', 'Exercise-Fitness-Programs', 31817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82616, 82616, 'Foods, Bars, Snacks', 'Foods-Bars-Snacks', 31817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82617, 82617, 'Bars', 'Bars', 82616, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82618, 82618, 'Foods, Meals', 'Foods-Meals', 82616, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82619, 82619, 'Snacks, Treats', 'Snacks-Treats', 82616, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31818, 31818, 'Other', 'Other', 82616, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40102, 40102, 'Pills, Tablets, Capsules', 'Pills-Tablets-Capsules', 31817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67664, 67664, 'Atkins', 'Atkins', 40102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67665, 67665, 'CortiSlim', 'CortiSlim', 40102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40103, 40103, 'Herbalife', 'Herbalife', 40102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47022, 47022, 'Hydroxycut', 'Hydroxycut', 40102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72881, 72881, 'Liponexol', 'Liponexol', 40102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78120, 78120, 'Metabo', 'Metabo', 40102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67667, 67667, 'Metabolife', 'Metabolife', 40102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40104, 40104, 'Stacker', 'Stacker', 40102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67668, 67668, 'Trimspa', 'Trimspa', 40102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78121, 78121, 'Twinlab', 'Twinlab', 40102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67669, 67669, 'Xenadrine', 'Xenadrine', 40102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72882, 72882, 'Zantrex-3', 'Zantrex-3', 40102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31820, 31820, 'Other Pill Brands', 'Other-Pill-Brands', 40102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36455, 36455, 'Programs', 'Programs', 31817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36456, 36456, 'Atkins', 'Atkins', 36455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36457, 36457, 'Herbalife', 'Herbalife', 36455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72883, 72883, 'NutriSystem', 'NutriSystem', 36455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36458, 36458, 'Richard Simmons', 'Richard-Simmons', 36455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 72884, 72884, 'Subliminal, Hypnosis', 'Subliminal-Hypnosis', 36455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40105, 40105, 'Suzanne Somers', 'Suzanne-Somers', 36455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36459, 36459, 'Weight Watchers', 'Weight-Watchers', 36455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36460, 36460, 'Other Programs', 'Other-Programs', 36455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78122, 78122, 'Scales', 'Scales', 31817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31821, 31821, 'Shakes, Drinks', 'Shakes-Drinks', 31817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82621, 82621, 'Videos, DVDs', 'Videos-DVDs', 31817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82622, 82622, 'Weight Loss Patches', 'Weight-Loss-Patches', 31817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11781, 11781, 'Other Items', 'Other-Items', 31817, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40965, 40965, 'Wholesale Lots', 'Wholesale-Lots', 26395, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51005, 51005, 'Beauty & Personal Care', 'Beauty-and-Personal-Care', 40965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51006, 51006, 'Body Care, Personal Hygiene', 'Body-Care-Personal-Hygiene', 51005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51007, 51007, 'Hair Care', 'Hair-Care', 51005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51008, 51008, 'Fragrances', 'Fragrances', 51005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78124, 78124, 'Makeup', 'Makeup', 51005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78125, 78125, 'Clinique', 'Clinique', 78124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78126, 78126, 'Estee Lauder', 'Estee-Lauder', 78124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78127, 78127, 'Lancome', 'Lancome', 78124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78128, 78128, 'Mixed Brands', 'Mixed-Brands', 78124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40966, 40966, 'Other', 'Other', 78124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51009, 51009, 'Nail', 'Nail', 51005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78123, 78123, 'Skin Care', 'Skin-Care', 51005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51010, 51010, 'Other', 'Other', 51005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40968, 40968, 'Health Care', 'Health-Care', 40965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40967, 40967, 'Medical & Special Needs', 'Medical-and-Special-Needs', 40965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31822, 31822, 'Other', 'Other', 40965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1277, 1277, 'Other Health & Beauty Items', 'Other-Health-and-Beauty-Items', 26395, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11700, 11700, 'Home & Garden', 'Home-and-Garden', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20438, 20438, 'Bath', 'Bath', 11700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25454, 25454, 'Bath Accessory Sets', 'Bath-Accessory-Sets', 20438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20440, 20440, 'Bath Mats, Rugs', 'Bath-Mats-Rugs', 20438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66721, 66721, 'Bath Pillows', 'Bath-Pillows', 20438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38157, 38157, 'Caddies, Cabinets', 'Caddies-Cabinets', 20438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115624, 115624, 'Childrens Bath Items', 'Childrens-Bath-Items', 20438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32873, 32873, 'Mirrors', 'Mirrors', 20438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66722, 66722, 'Non-Slip Appliques, Mats', 'Non-Slip-Appliques-Mats', 20438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103425, 103425, 'Plaques, Signs', 'Plaques-Signs', 20438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33166, 33166, 'Scales', 'Scales', 20438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31385, 31385, 'Shelves', 'Shelves', 20438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32874, 32874, 'Shower Curtain Hooks', 'Shower-Curtain-Hooks', 20438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46245, 46245, 'Shower Curtains', 'Shower-Curtains', 20438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46246, 46246, 'Fabric Shower Curtains', 'Fabric-Shower-Curtains', 46245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46247, 46247, 'Vinyl Shower Curtains', 'Vinyl-Shower-Curtains', 46245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20441, 20441, 'Other Shower Curtains', 'Other-Shower-Curtains', 46245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32875, 32875, 'Showerheads', 'Showerheads', 20438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103427, 103427, 'Shower Radios', 'Shower-Radios', 20438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25451, 25451, 'Soap Dishes, Dispensers', 'Soap-Dishes-Dispensers', 20438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25452, 25452, 'Tissue Box Covers', 'Tissue-Box-Covers', 20438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66723, 66723, 'Toilet Brushes & Holders', 'Toilet-Brushes-and-Holders', 20438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37637, 37637, 'Toilet Seats', 'Toilet-Seats', 20438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32876, 32876, 'Toilet Tissue Holders', 'Toilet-Tissue-Holders', 20438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20442, 20442, 'Towel Racks', 'Towel-Racks', 20438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36011, 36011, 'Towels, Washcloths', 'Towels-Washcloths', 20438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36012, 36012, 'Bath Towels', 'Bath-Towels', 36011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36013, 36013, 'Beach Towels', 'Beach-Towels', 36011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36014, 36014, 'Hand Towels', 'Hand-Towels', 36011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98840, 98840, 'Washcloths', 'Washcloths', 36011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36015, 36015, 'Towel Sets', 'Towel-Sets', 36011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20443, 20443, 'Other Towels', 'Other-Towels', 36011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25453, 25453, 'Toothbrush Holders', 'Toothbrush-Holders', 20438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134640, 134640, 'Tumblers', 'Tumblers', 20438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115625, 115625, 'Vanities', 'Vanities', 20438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103426, 103426, 'Wall Hooks, Hangers', 'Wall-Hooks-Hangers', 20438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46248, 46248, 'Wastebaskets', 'Wastebaskets', 20438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46249, 46249, 'Whirlpool, Spa', 'Whirlpool-Spa', 20438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1282, 1282, 'Other Bath Items', 'Other-Bath-Items', 20438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20444, 20444, 'Bedding', 'Bedding', 11700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20466, 20466, 'Bed-in-a-Bag', 'Bed-in-a-Bag', 20444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20467, 20467, 'Twin Bed In A Bag', 'Twin-Bed-In-A-Bag', 20466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20468, 20468, 'Full Bed In A Bag', 'Full-Bed-In-A-Bag', 20466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20469, 20469, 'Queen Bed In A Bag', 'Queen-Bed-In-A-Bag', 20466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20470, 20470, 'King Bed In A Bag', 'King-Bed-In-A-Bag', 20466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115631, 115631, 'California King Bed In A Bag', 'California-King-Bed-In-A-Bag', 20466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37638, 37638, 'Bed Pillows', 'Bed-Pillows', 20444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115626, 115626, 'Buckwheat Pillows', 'Buckwheat-Pillows', 37638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37639, 37639, 'Down/Feather Pillows', 'Down-Feather-Pillows', 37638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115627, 115627, 'Foam Pillows', 'Foam-Pillows', 37638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37641, 37641, 'Synthetic Pillows', 'Synthetic-Pillows', 37638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20445, 20445, 'Other Pillows', 'Other-Pillows', 37638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20446, 20446, 'Bed Skirts', 'Bed-Skirts', 20444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20447, 20447, 'Twin Bed Skirts', 'Twin-Bed-Skirts', 20446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 20448, 20448, 'Full Bed Skirts', 'Full-Bed-Skirts', 20446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20449, 20449, 'Queen Bed Skirts', 'Queen-Bed-Skirts', 20446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20450, 20450, 'King Bed Skirts', 'King-Bed-Skirts', 20446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66724, 66724, 'California King Bed Skirts', 'California-King-Bed-Skirts', 20446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20451, 20451, 'Bedspreads, Coverlets', 'Bedspreads-Coverlets', 20444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25455, 25455, 'Blankets', 'Blankets', 20444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25456, 25456, 'Twin Blankets', 'Twin-Blankets', 25455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25458, 25458, 'Full/Queen Blankets', 'Full-Queen-Blankets', 25455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25459, 25459, 'King Blankets', 'King-Blankets', 25455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20452, 20452, 'Other Blankets', 'Other-Blankets', 25455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48090, 48090, 'Canopies, Netting', 'Canopies-Netting', 20444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66725, 66725, 'Childrens Bedding', 'Childrens-Bedding', 20444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66731, 66731, 'Bedding Sets', 'Bedding-Sets', 66725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115629, 115629, 'Bed Pillows', 'Bed-Pillows', 66725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66726, 66726, 'Bed Skirts', 'Bed-Skirts', 66725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66727, 66727, 'Blankets & Bedspreads', 'Blankets-and-Bedspreads', 66725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66728, 66728, 'Comforters', 'Comforters', 66725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134641, 134641, 'Duvet Covers', 'Duvet-Covers', 66725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115628, 115628, 'Pillow Cases', 'Pillow-Cases', 66725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66729, 66729, 'Pillow Shams', 'Pillow-Shams', 66725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66730, 66730, 'Quilts', 'Quilts', 66725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79619, 79619, 'Sheets', 'Sheets', 66725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48091, 48091, 'Sleeping Bags', 'Sleeping-Bags', 66725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66732, 66732, 'Other', 'Other', 66725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20453, 20453, 'Comforters', 'Comforters', 20444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45458, 45458, 'Twin Comforters', 'Twin-Comforters', 20453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20454, 20454, 'Down Comforters', 'Down-Comforters', 45458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45460, 45460, 'Synthetic Comforters', 'Synthetic-Comforters', 45458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45459, 45459, 'Other Twin Comforters', 'Other-Twin-Comforters', 45458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45461, 45461, 'Full/Queen Comforters', 'Full-Queen-Comforters', 20453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20456, 20456, 'Down Comforters', 'Down-Comforters', 45461, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45463, 45463, 'Synthetic Comforters', 'Synthetic-Comforters', 45461, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45462, 45462, 'Other Full/Queen Comforters', 'Other-Full-Queen-Comforters', 45461, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45464, 45464, 'King Comforters', 'King-Comforters', 20453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20457, 20457, 'Down Comforters', 'Down-Comforters', 45464, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45466, 45466, 'Synthetic Comforters', 'Synthetic-Comforters', 45464, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45465, 45465, 'Other King Comforters', 'Other-King-Comforters', 45464, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115630, 115630, 'Decorative Bed Pillows', 'Decorative-Bed-Pillows', 20444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66733, 66733, 'Duvet Covers', 'Duvet-Covers', 20444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37643, 37643, 'Twin Duvet Covers', 'Twin-Duvet-Covers', 66733, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37644, 37644, 'Full/Queen Duvet Covers', 'Full-Queen-Duvet-Covers', 66733, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37645, 37645, 'King Duvet Covers', 'King-Duvet-Covers', 66733, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37646, 37646, 'Feather Beds', 'Feather-Beds', 20444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37647, 37647, 'Foam Mattresses', 'Foam-Mattresses', 20444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66734, 66734, 'Inflatable Mattress, Air Beds', 'Inflatable-Mattress-Air-Beds', 20444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66735, 66735, 'Mattress Pads, Covers', 'Mattress-Pads-Covers', 20444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43394, 43394, 'Pillow Shams', 'Pillow-Shams', 20444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43397, 43397, 'Standard/Queen Pillow Shams', 'Standard-Queen-Pillow-Shams', 43394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43396, 43396, 'King Pillow Shams', 'King-Pillow-Shams', 43394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43395, 43395, 'Euro Pillow Shams', 'Euro-Pillow-Shams', 43394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20458, 20458, 'Other Pillow Shams', 'Other-Pillow-Shams', 43394, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38158, 38158, 'Quilts', 'Quilts', 20444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38159, 38159, 'Twin Quilts', 'Twin-Quilts', 38158, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38160, 38160, 'Full/Queen Quilts', 'Full-Queen-Quilts', 38158, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20459, 20459, 'King Quilts', 'King-Quilts', 38158, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20460, 20460, 'Sheets', 'Sheets', 20444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38161, 38161, 'Fitted Sheets', 'Fitted-Sheets', 20460, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38162, 38162, 'Twin Fitted Sheets', 'Twin-Fitted-Sheets', 38161, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38163, 38163, 'Full Fitted Sheets', 'Full-Fitted-Sheets', 38161, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38164, 38164, 'Queen Fitted Sheets', 'Queen-Fitted-Sheets', 38161, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38165, 38165, 'King Fitted Sheets', 'King-Fitted-Sheets', 38161, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66736, 66736, 'California King Fitted Sheets', 'California-King-Fitted-Sheets', 38161, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38166, 38166, 'Flat Sheets', 'Flat-Sheets', 20460, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38167, 38167, 'Twin Flat Sheets', 'Twin-Flat-Sheets', 38166, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38168, 38168, 'Full Flat Sheets', 'Full-Flat-Sheets', 38166, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38169, 38169, 'Queen Flat Sheets', 'Queen-Flat-Sheets', 38166, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38170, 38170, 'King Flat Sheets', 'King-Flat-Sheets', 38166, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50401, 50401, 'Pillowcases', 'Pillowcases', 20460, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50402, 50402, 'Standard/Queen Pillowcases', 'Standard-Queen-Pillowcases', 50401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50403, 50403, 'King Pillowcases', 'King-Pillowcases', 50401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20465, 20465, 'Other Pillowcases', 'Other-Pillowcases', 50401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38171, 38171, 'Sheet Sets', 'Sheet-Sets', 20460, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46250, 46250, 'Twin Sheet Sets', 'Twin-Sheet-Sets', 38171, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46251, 46251, 'Cotton', 'Cotton', 46250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46252, 46252, 'Fabric Blends', 'Fabric-Blends', 46250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20461, 20461, 'Other Twin Sheet Sets', 'Other-Twin-Sheet-Sets', 46250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79620, 79620, 'Twin Extra Long Sheet Sets', 'Twin-Extra-Long-Sheet-Sets', 38171, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46253, 46253, 'Full Sheet Sets', 'Full-Sheet-Sets', 38171, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46256, 46256, 'Cotton', 'Cotton', 46253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46254, 46254, 'Fabric Blends', 'Fabric-Blends', 46253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46255, 46255, 'Silk, Satin', 'Silk-Satin', 46253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20462, 20462, 'Other Full Sheet Sets', 'Other-Full-Sheet-Sets', 46253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46257, 46257, 'Queen Sheet Sets', 'Queen-Sheet-Sets', 38171, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46258, 46258, 'Cotton', 'Cotton', 46257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46259, 46259, 'Fabric Blends', 'Fabric-Blends', 46257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46260, 46260, 'Silk, Satin', 'Silk-Satin', 46257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20463, 20463, 'Other Queen Sheet Sets', 'Other-Queen-Sheet-Sets', 46257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46261, 46261, 'King Sheet Sets', 'King-Sheet-Sets', 38171, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46262, 46262, 'Cotton', 'Cotton', 46261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46263, 46263, 'Fabric Blends', 'Fabric-Blends', 46261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46264, 46264, 'Silk, Satin', 'Silk-Satin', 46261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20464, 20464, 'Other King Sheet Sets', 'Other-King-Sheet-Sets', 46261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46265, 46265, 'California King Sheet Sets', 'California-King-Sheet-Sets', 38171, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66737, 66737, 'Waterbed Accessories', 'Waterbed-Accessories', 20444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20471, 20471, 'Other Bedding', 'Other-Bedding', 20444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3187, 3187, 'Building & Hardware', 'Building-and-Hardware', 11700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41971, 41971, 'Cabinets & Cabinet Hardware', 'Cabinets-and-Cabinet-Hardware', 3187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85879, 85879, 'Cabinets', 'Cabinets', 41971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41973, 41973, 'Cabinet Hinges', 'Cabinet-Hinges', 41971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134642, 134642, 'Drawer Glides & Slides', 'Drawer-Glides-and-Slides', 41971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85880, 85880, 'Knobs', 'Knobs', 41971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85881, 85881, 'Brass Knobs', 'Brass-Knobs', 85880, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115681, 115681, 'Bronze Knobs', 'Bronze-Knobs', 85880, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85882, 85882, 'Ceramic Knobs', 'Ceramic-Knobs', 85880, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85883, 85883, 'Chrome Knobs', 'Chrome-Knobs', 85880, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85884, 85884, 'Copper Knobs', 'Copper-Knobs', 85880, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85885, 85885, 'Glass, Crystal Knobs', 'Glass-Crystal-Knobs', 85880, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85886, 85886, 'Nickel Knobs', 'Nickel-Knobs', 85880, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115682, 115682, 'Pewter Knobs', 'Pewter-Knobs', 85880, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115683, 115683, 'Silver Knobs', 'Silver-Knobs', 85880, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41974, 41974, 'Other Knobs', 'Other-Knobs', 85880, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85887, 85887, 'Handles, Pulls', 'Handles-Pulls', 41971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85888, 85888, 'Brass Handles, Pulls', 'Brass-Handles-Pulls', 85887, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115684, 115684, 'Bronze Handles, Pulls', 'Bronze-Handles-Pulls', 85887, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85889, 85889, 'Chrome Handles, Pulls', 'Chrome-Handles-Pulls', 85887, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85890, 85890, 'Copper Handles, Pulls', 'Copper-Handles-Pulls', 85887, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85891, 85891, 'Nickel Handles, Pulls', 'Nickel-Handles-Pulls', 85887, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115685, 115685, 'Pewter Handles, Pulls', 'Pewter-Handles-Pulls', 85887, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115686, 115686, 'Silver Handles, Pulls', 'Silver-Handles-Pulls', 85887, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41975, 41975, 'Other Handles, Pulls', 'Other-Handles-Pulls', 85887, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20591, 20591, 'Other', 'Other', 41971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41976, 41976, 'Doors & Door Hardware', 'Doors-and-Door-Hardware', 3187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85892, 85892, 'Doors', 'Doors', 41976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66739, 66739, 'Hinges', 'Hinges', 41976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41977, 41977, 'Handles, Pulls', 'Handles-Pulls', 41976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85893, 85893, 'Knobs', 'Knobs', 41976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85894, 85894, 'Locks, Deadbolts', 'Locks-Deadbolts', 41976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85895, 85895, 'Deadbolts', 'Deadbolts', 85894, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85896, 85896, 'Keyed Locks', 'Keyed-Locks', 85894, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115698, 115698, 'Locksets', 'Locksets', 85894, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41978, 41978, 'Other Locks, Deadbolts', 'Other-Locks-Deadbolts', 85894, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20593, 20593, 'Other Doors & Door Hardware', 'Other-Doors-and-Door-Hardware', 41976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85897, 85897, 'Garage Doors & Openers', 'Garage-Doors-and-Openers', 3187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115699, 115699, 'Garage Doors', 'Garage-Doors', 85897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85898, 85898, 'Opener Systems', 'Opener-Systems', 85897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85899, 85899, 'Remotes & Transmitters', 'Remotes-and-Transmitters', 85897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42364, 42364, 'Other Garage Doors & Openers', 'Other-Garage-Doors-and-Openers', 85897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29505, 29505, 'Lumber, Plywood & Molding', 'Lumber-Plywood-and-Molding', 3187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20599, 20599, 'Mailboxes & Slots', 'Mailboxes-and-Slots', 3187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20600, 20600, 'Nails, Screws & Fasteners', 'Nails-Screws-and-Fasteners', 3187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41989, 41989, 'Painting Supplies & Sprayers', 'Painting-Supplies-and-Sprayers', 3187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41990, 41990, 'Brushes', 'Brushes', 41989, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41991, 41991, 'Paint Guns, Sprayers', 'Paint-Guns-Sprayers', 41989, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41992, 41992, 'Rollers, Sponges', 'Rollers-Sponges', 41989, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11701, 11701, 'Other', 'Other', 41989, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42130, 42130, 'Plans, Blueprints & Guides', 'Plans-Blueprints-and-Guides', 3187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42126, 42126, 'Tile & Flooring', 'Tile-and-Flooring', 3187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115700, 115700, 'Ceramic Tile & Flooring', 'Ceramic-Tile-and-Flooring', 42126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115701, 115701, 'Ceramic Flooring', 'Ceramic-Flooring', 115700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115702, 115702, 'Mexican, Talavera Tiles', 'Mexican-Talavera-Tiles', 115700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115703, 115703, 'Mosaic Tiles', 'Mosaic-Tiles', 115700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115704, 115704, 'Tile Murals', 'Tile-Murals', 115700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42127, 42127, 'Other Ceramic Tile & Flooring', 'Other-Ceramic-Tile-and-Flooring', 115700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42128, 42128, 'Granite Tile & Flooring', 'Granite-Tile-and-Flooring', 42126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85914, 85914, 'Laminate Flooring', 'Laminate-Flooring', 42126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42129, 42129, 'Marble Tile & Floorring', 'Marble-Tile-and-Floorring', 42126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115705, 115705, 'Wood Flooring', 'Wood-Flooring', 42126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115706, 115706, 'Bamboo Flooring', 'Bamboo-Flooring', 115705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115707, 115707, 'Maple Flooring', 'Maple-Flooring', 115705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115708, 115708, 'Oak Flooring', 'Oak-Flooring', 115705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66740, 66740, 'Other Wood Flooring', 'Other-Wood-Flooring', 115705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20604, 20604, 'Other Tile & Flooring', 'Other-Tile-and-Flooring', 42126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20592, 20592, 'Windows, Screens & Hardware', 'Windows-Screens-and-Hardware', 3187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20594, 20594, 'Other Building & Hardware', 'Other-Building-and-Hardware', 3187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71236, 71236, 'Dining & Bar', 'Dining-and-Bar', 11700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20687, 20687, 'Bar Tools & Accessories', 'Bar-Tools-and-Accessories', 71236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63503, 63503, 'Bottle Stoppers, Corks', 'Bottle-Stoppers-Corks', 20687, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36026, 36026, 'Coasters', 'Coasters', 20687, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63504, 63504, 'Cocktail Shakers', 'Cocktail-Shakers', 20687, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20688, 20688, 'Corkscrews & Openers', 'Corkscrews-and-Openers', 20687, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103428, 103428, 'Decanters', 'Decanters', 20687, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63505, 63505, 'Flasks', 'Flasks', 20687, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115713, 115713, 'Home, Pub Bars', 'Home-Pub-Bars', 20687, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63506, 63506, 'Ice Buckets', 'Ice-Buckets', 20687, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103429, 103429, 'Liquor Dispensers', 'Liquor-Dispensers', 20687, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115712, 115712, 'Wine Bags, Boxes & Carriers', 'Wine-Bags-Boxes-and-Carriers', 20687, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31591, 31591, 'Wine Glass Charms', 'Wine-Glass-Charms', 20687, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20689, 20689, 'Wine Racks', 'Wine-Racks', 20687, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20690, 20690, 'Other', 'Other', 20687, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115715, 115715, 'Childrens Dining Items', 'Childrens-Dining-Items', 71236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36027, 36027, 'Dinnerware & Serving Pieces', 'Dinnerware-and-Serving-Pieces', 71236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36028, 36028, 'Bowls', 'Bowls', 36027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36029, 36029, 'Cups, Saucers', 'Cups-Saucers', 36027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20695, 20695, 'Mugs', 'Mugs', 36027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115729, 115729, 'Pitchers', 'Pitchers', 36027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36030, 36030, 'Plates', 'Plates', 36027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45502, 45502, 'Serving Pieces', 'Serving-Pieces', 36027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45504, 45504, 'Bowls', 'Bowls', 45502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103433, 103433, 'Butter Dishes', 'Butter-Dishes', 45502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103434, 103434, 'Cream, Sugar', 'Cream-Sugar', 45502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103435, 103435, 'Gravy Boats', 'Gravy-Boats', 45502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45503, 45503, 'Platters', 'Platters', 45502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45505, 45505, 'Trays', 'Trays', 45502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36031, 36031, 'Other', 'Other', 45502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36032, 36032, 'Sets', 'Sets', 36027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115730, 115730, 'Teapots', 'Teapots', 36027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20692, 20692, 'Other Dinnerware', 'Other-Dinnerware', 36027, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38240, 38240, 'Flatware', 'Flatware', 71236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103436, 103436, 'Gold', 'Gold', 38240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38241, 38241, 'Silverplate', 'Silverplate', 38240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38242, 38242, 'Stainless', 'Stainless', 38240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38243, 38243, 'Sterling Silver', 'Sterling-Silver', 38240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20693, 20693, 'Other', 'Other', 38240, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20691, 20691, 'Glassware', 'Glassware', 71236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66748, 66748, 'Champagne Flutes', 'Champagne-Flutes', 20691, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 103437, 103437, 'Goblets', 'Goblets', 20691, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38244, 38244, 'Highballs & Old Fashioneds', 'Highballs-and-Old-Fashioneds', 20691, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134659, 134659, 'Margarita Glasses', 'Margarita-Glasses', 20691, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38245, 38245, 'Martini Glasses', 'Martini-Glasses', 20691, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115731, 115731, 'Mugs', 'Mugs', 20691, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115732, 115732, 'Pilsner Glasses', 'Pilsner-Glasses', 20691, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115733, 115733, 'Shot Glasses', 'Shot-Glasses', 20691, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38246, 38246, 'Tumblers', 'Tumblers', 20691, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38247, 38247, 'Wine Glasses', 'Wine-Glasses', 20691, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38248, 38248, 'Mixed Sets', 'Mixed-Sets', 20691, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20696, 20696, 'Other', 'Other', 20691, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71237, 71237, 'Table Linens', 'Table-Linens', 71236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20658, 20658, 'Napkin Rings, Holders', 'Napkin-Rings-Holders', 71237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20659, 20659, 'Napkins', 'Napkins', 71237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20660, 20660, 'Placemats', 'Placemats', 71237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20662, 20662, 'Table Runners', 'Table-Runners', 71237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46278, 46278, 'Tablecloths', 'Tablecloths', 71237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46279, 46279, 'Oval, Round', 'Oval-Round', 46278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46280, 46280, 'Square, Rectangular', 'Square-Rectangular', 46278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20663, 20663, 'Other Shapes', 'Other-Shapes', 46278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71238, 71238, 'Table Linen Sets', 'Table-Linen-Sets', 71237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71239, 71239, 'Other Table Linens', 'Other-Table-Linens', 71237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115714, 115714, 'Other Dining & Bar', 'Other-Dining-and-Bar', 71236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20595, 20595, 'Electrical & Solar', 'Electrical-and-Solar', 11700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41979, 41979, 'Alternative & Solar Energy', 'Alternative-and-Solar-Energy', 20595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41980, 41980, 'Chargers & Inverters', 'Chargers-and-Inverters', 41979, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41981, 41981, 'Solar Panels', 'Solar-Panels', 41979, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115710, 115710, 'Solar Water Pumps', 'Solar-Water-Pumps', 41979, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121837, 121837, 'Wind Generators', 'Wind-Generators', 41979, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3240, 3240, 'Other', 'Other', 41979, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20596, 20596, 'Circuit Breakers & Fuse Boxes', 'Circuit-Breakers-and-Fuse-Boxes', 20595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41982, 41982, 'Connectors & Ties', 'Connectors-and-Ties', 20595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75577, 75577, 'Extension Cords', 'Extension-Cords', 20595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41983, 41983, 'Switches & Outlets', 'Switches-and-Outlets', 20595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41984, 41984, 'Dimmers', 'Dimmers', 41983, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41985, 41985, 'Outlets & Receptacles', 'Outlets-and-Receptacles', 41983, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115711, 115711, 'Timers', 'Timers', 41983, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20597, 20597, 'Other Switches & Outlets', 'Other-Switches-and-Outlets', 41983, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3188, 3188, 'Other Electrical & Solar', 'Other-Electrical-and-Solar', 20595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14308, 14308, 'Food & Wine', 'Food-and-Wine', 11700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146223, 146223, 'Beer & Wine Making', 'Beer-and-Wine-Making', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146224, 146224, 'Beer & Wine Making Kits', 'Beer-and-Wine-Making-Kits', 146223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146225, 146225, 'Bottle Cappers', 'Bottle-Cappers', 146223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146226, 146226, 'Glass Bottles & Wine Jugs', 'Glass-Bottles-and-Wine-Jugs', 146223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146227, 146227, 'Kegs and Barrels', 'Kegs-and-Barrels', 146223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38172, 38172, 'Other Beer & Wine Making', 'Other-Beer-and-Wine-Making', 146223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115716, 115716, 'Buffalo, Beef & Turkey Jerky', 'Buffalo-Beef-and-Turkey-Jerky', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38173, 38173, 'Candy, Gum & Chocolate', 'Candy-Gum-and-Chocolate', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99536, 99536, 'Chewing Gum', 'Chewing-Gum', 38173, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38174, 38174, 'Chocolate Bars', 'Chocolate-Bars', 38173, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38175, 38175, 'Fudge', 'Fudge', 38173, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79627, 79627, 'Gummi Candy', 'Gummi-Candy', 38173, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38176, 38176, 'Hard Candy & Lollipops', 'Hard-Candy-and-Lollipops', 38173, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115717, 115717, 'Mints', 'Mints', 38173, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38177, 38177, 'Seasonal Candy', 'Seasonal-Candy', 38173, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146215, 146215, 'Sugar Free Candy & Chocolate', 'Sugar-Free-Candy-and-Chocolate', 38173, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14307, 14307, 'Other Candy, Gum & Chocolate', 'Other-Candy-Gum-and-Chocolate', 38173, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20472, 20472, 'Cereals, Grains & Pasta', 'Cereals-Grains-and-Pasta', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43398, 43398, 'Cheese & Crackers', 'Cheese-and-Crackers', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79628, 79628, 'Coffee, Italian Soda Syrups', 'Coffee-Italian-Soda-Syrups', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38178, 38178, 'Coffee', 'Coffee', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146216, 146216, 'Coffee Beans', 'Coffee-Beans', 38178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146217, 146217, 'Organic Coffee Beans', 'Organic-Coffee-Beans', 146216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146218, 146218, 'Green Coffee Beans', 'Green-Coffee-Beans', 146216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38179, 38179, 'Roasted Coffee Beans', 'Roasted-Coffee-Beans', 146216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79629, 79629, 'Coffee Grounds', 'Coffee-Grounds', 38178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79630, 79630, 'Coffee Pods', 'Coffee-Pods', 38178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115718, 115718, 'Flavored Coffee', 'Flavored-Coffee', 38178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14309, 14309, 'Other Coffee', 'Other-Coffee', 38178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134645, 134645, 'Condiments', 'Condiments', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20473, 20473, 'Cookies & Biscotti', 'Cookies-and-Biscotti', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115719, 115719, 'Desserts', 'Desserts', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115720, 115720, 'Cakes', 'Cakes', 115719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115721, 115721, 'Whip Cream Chargers', 'Whip-Cream-Chargers', 115719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14310, 14310, 'Other Desserts', 'Other-Desserts', 115719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60096, 60096, 'Fake Food', 'Fake-Food', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57742, 57742, 'Food Coupons', 'Food-Coupons', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25460, 25460, 'Fruits, Nuts & Seeds', 'Fruits-Nuts-and-Seeds', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20474, 20474, 'Honey, Syrup & Sweeteners', 'Honey-Syrup-and-Sweeteners', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43401, 43401, 'International Foods', 'International-Foods', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14311, 14311, 'Jams, Jellies & Preserves', 'Jams-Jellies-and-Preserves', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14312, 14312, 'Meat', 'Meat', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115722, 115722, 'Mushrooms & Truffles', 'Mushrooms-and-Truffles', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134646, 134646, 'Oils', 'Oils', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134643, 134643, 'Poultry', 'Poultry', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20475, 20475, 'Recipes', 'Recipes', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14313, 14313, 'Sauces', 'Sauces', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134644, 134644, 'Seafood', 'Seafood', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43399, 43399, 'Soups & Stews', 'Soups-and-Stews', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115723, 115723, 'Spices, Seasonings & Extracts', 'Spices-Seasonings-and-Extracts', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134647, 134647, 'Extracts', 'Extracts', 115723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115724, 115724, 'Herb & Spice Collections', 'Herb-and-Spice-Collections', 115723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115725, 115725, 'Peppers', 'Peppers', 115723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115726, 115726, 'Saffron', 'Saffron', 115723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115727, 115727, 'Salts', 'Salts', 115723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115728, 115728, 'Vanilla Beans', 'Vanilla-Beans', 115723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14314, 14314, 'Other Spices & Extracts', 'Other-Spices-and-Extracts', 115723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146219, 146219, 'Teas', 'Teas', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146220, 146220, 'Black Teas', 'Black-Teas', 146219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38180, 38180, 'Flavored Teas', 'Flavored-Teas', 146219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146222, 146222, 'Green Teas', 'Green-Teas', 146219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146221, 146221, 'Herbal Teas', 'Herbal-Teas', 146219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38181, 38181, 'Other Teas', 'Other-Teas', 146219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43400, 43400, 'Vegetables', 'Vegetables', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48318, 48318, 'Water', 'Water', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26270, 26270, 'Wine', 'Wine', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26272, 26272, 'Champagne & Sparkling Wines', 'Champagne-and-Sparkling-Wines', 26270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38182, 38182, 'Red Wines', 'Red-Wines', 26270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38183, 38183, 'White Wines', 'White-Wines', 26270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43507, 43507, 'Wholesale Lots', 'Wholesale-Lots', 26270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22420, 22420, 'Other Wines', 'Other-Wines', 26270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79631, 79631, 'Other Food & Wine', 'Other-Food-and-Wine', 14308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3197, 3197, 'Furniture', 'Furniture', 11700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20476, 20476, 'Bedroom Furniture', 'Bedroom-Furniture', 3197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103430, 103430, 'Armoires', 'Armoires', 20476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38184, 38184, 'Bed Frames', 'Bed-Frames', 20476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20480, 20480, 'Bedroom Sets', 'Bedroom-Sets', 20476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38185, 38185, 'Beds', 'Beds', 20476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38188, 38188, 'Bunk Beds', 'Bunk-Beds', 38185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38186, 38186, 'Day Beds', 'Day-Beds', 38185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38189, 38189, 'Trundle Beds', 'Trundle-Beds', 38185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38190, 38190, 'Twin Beds', 'Twin-Beds', 38185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38191, 38191, 'Full Beds', 'Full-Beds', 38185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38192, 38192, 'Queen Beds', 'Queen-Beds', 38185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38193, 38193, 'Sleigh Beds', 'Sleigh-Beds', 38192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115748, 115748, 'Platform Beds', 'Platform-Beds', 38192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38194, 38194, 'Poster, Canopy Beds', 'Poster-Canopy-Beds', 38192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20477, 20477, 'Other Queen Beds', 'Other-Queen-Beds', 38192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38195, 38195, 'King Beds', 'King-Beds', 38185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38196, 38196, 'Sleigh Beds', 'Sleigh-Beds', 38195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38197, 38197, 'Poster, Canopy Beds', 'Poster-Canopy-Beds', 38195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38198, 38198, 'Other King Beds', 'Other-King-Beds', 38195, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20478, 20478, 'Dressers, Chests', 'Dressers-Chests', 20476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79632, 79632, 'Floor Mirrors', 'Floor-Mirrors', 20476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20479, 20479, 'Mattresses', 'Mattresses', 20476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38199, 38199, 'Nightstands', 'Nightstands', 20476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32878, 32878, 'Vanity Sets, Benches', 'Vanity-Sets-Benches', 20476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3195, 3195, 'Other Bedroom Furniture', 'Other-Bedroom-Furniture', 20476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66741, 66741, 'Childrens Furniture', 'Childrens-Furniture', 3197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66742, 66742, 'Bedroom Furniture', 'Bedroom-Furniture', 66741, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115751, 115751, 'Benches', 'Benches', 66741, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115749, 115749, 'Bookcases', 'Bookcases', 66741, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66743, 66743, 'Chair & Table Sets', 'Chair-and-Table-Sets', 66741, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134648, 134648, 'Chairs', 'Chairs', 66741, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115750, 115750, 'Desks', 'Desks', 66741, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134649, 134649, 'Shelves', 'Shelves', 66741, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134650, 134650, 'Stools', 'Stools', 66741, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134651, 134651, 'Storage Units', 'Storage-Units', 66741, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134652, 134652, 'Tables', 'Tables', 66741, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94932, 94932, 'Toy Boxes', 'Toy-Boxes', 66741, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66744, 66744, 'Other Childrens Furniture', 'Other-Childrens-Furniture', 66741, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20481, 20481, 'Dining Room Furniture', 'Dining-Room-Furniture', 3197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20483, 20483, 'Buffets', 'Buffets', 20481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79633, 79633, 'China Cabinets', 'China-Cabinets', 20481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38200, 38200, 'Dining Chairs', 'Dining-Chairs', 20481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38202, 38202, 'Dining Tables', 'Dining-Tables', 20481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20484, 20484, 'Dining Table & Chair Sets', 'Dining-Table-and-Chair-Sets', 20481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20485, 20485, 'Other Dining Furniture', 'Other-Dining-Furniture', 20481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115752, 115752, 'Kitchen Furniture', 'Kitchen-Furniture', 3197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20482, 20482, 'Bakers Racks', 'Bakers-Racks', 115752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38201, 38201, 'Bar Stools', 'Bar-Stools', 115752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115753, 115753, 'Kitchen Islands', 'Kitchen-Islands', 115752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115754, 115754, 'Kitchen Tables', 'Kitchen-Tables', 115752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115755, 115755, 'Kitchen Table & Chair Sets', 'Kitchen-Table-and-Chair-Sets', 115752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50404, 50404, 'Serving Carts', 'Serving-Carts', 115752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103431, 103431, 'Step Stools', 'Step-Stools', 115752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115756, 115756, 'Other Kitchen Furniture', 'Other-Kitchen-Furniture', 115752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20486, 20486, 'Living Room, General Furniture', 'Living-Room-General-Furniture', 3197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48319, 48319, 'Bean Bags, Inflatables', 'Bean-Bags-Inflatables', 20486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38203, 38203, 'Benches', 'Benches', 20486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3199, 3199, 'Bookcases', 'Bookcases', 20486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22653, 22653, 'CD, Video Racks', 'CD-Video-Racks', 20486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115757, 115757, 'Chairs', 'Chairs', 20486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115763, 115763, 'Armchairs, Club Chairs', 'Armchairs-Club-Chairs', 115757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115758, 115758, 'Barcelona Chairs', 'Barcelona-Chairs', 115757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115759, 115759, 'Folding Chairs', 'Folding-Chairs', 115757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115760, 115760, 'Lounge Chairs', 'Lounge-Chairs', 115757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20491, 20491, 'Recliners', 'Recliners', 115757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115761, 115761, 'Rocking Chairs, Gliders', 'Rocking-Chairs-Gliders', 115757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115762, 115762, 'Theater Seating', 'Theater-Seating', 115757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3198, 3198, 'Other Chairs', 'Other-Chairs', 115757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20487, 20487, 'Chests, Cabinets', 'Chests-Cabinets', 20486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20488, 20488, 'Entertainment Ctrs, TV Stands', 'Entertainment-Ctrs-TV-Stands', 20486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79634, 79634, 'Futons, Futon Covers', 'Futons-Futon-Covers', 20486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79635, 79635, 'Futon Frames', 'Futon-Frames', 79634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79636, 79636, 'Futons', 'Futons', 79634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79637, 79637, 'Futon Covers', 'Futon-Covers', 79634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31386, 31386, 'Other Futons, Futon Covers', 'Other-Futons-Futon-Covers', 79634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38204, 38204, 'Occasional Tables', 'Occasional-Tables', 20486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66745, 66745, 'Card & Game Tables', 'Card-and-Game-Tables', 38204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38205, 38205, 'Coffee Tables', 'Coffee-Tables', 38204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48320, 48320, 'Console, Sofa Tables', 'Console-Sofa-Tables', 38204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38206, 38206, 'End Tables', 'End-Tables', 38204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115764, 115764, 'Tray Tables', 'Tray-Tables', 38204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38207, 38207, 'Table Sets', 'Table-Sets', 38204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20489, 20489, 'Other Tables', 'Other-Tables', 38204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20490, 20490, 'Ottomans, Footstools', 'Ottomans-Footstools', 20486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38208, 38208, 'Sofas, Loveseats', 'Sofas-Loveseats', 20486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38209, 38209, 'Loveseats', 'Loveseats', 38208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103432, 103432, 'Sectionals', 'Sectionals', 38208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115765, 115765, 'Sofa Beds, Sleeper Sofas', 'Sofa-Beds-Sleeper-Sofas', 38208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4960, 4960, 'Sofas', 'Sofas', 38208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38210, 38210, 'Sets', 'Sets', 38208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94933, 94933, 'Other', 'Other', 38208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20493, 20493, 'Trunks', 'Trunks', 20486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3196, 3196, 'Other Furniture', 'Other-Furniture', 20486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20494, 20494, 'Office', 'Office', 3197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115766, 115766, 'Bookcases', 'Bookcases', 20494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134653, 134653, 'Computer Armoires', 'Computer-Armoires', 20494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20495, 20495, 'Computer Desks', 'Computer-Desks', 20494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79638, 79638, 'File & Storage Cabinets', 'File-and-Storage-Cabinets', 20494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20496, 20496, 'Office Chairs', 'Office-Chairs', 20494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134654, 134654, 'Traditional Desks', 'Traditional-Desks', 20494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134655, 134655, 'Office Furniture Sets', 'Office-Furniture-Sets', 20494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20497, 20497, 'Other Office Furniture', 'Other-Office-Furniture', 20494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2032, 2032, 'Gardening & Plants', 'Gardening-and-Plants', 11700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75578, 75578, 'Bird & Wildlife Accessories', 'Bird-and-Wildlife-Accessories', 2032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43532, 43532, 'Bat & Butterfly Houses', 'Bat-and-Butterfly-Houses', 75578, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20500, 20500, 'Birdbaths', 'Birdbaths', 75578, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42348, 42348, 'Birdfeeders, Food', 'Birdfeeders-Food', 75578, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42349, 42349, 'Nectar Feeders', 'Nectar-Feeders', 42348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42350, 42350, 'Seed Feeders', 'Seed-Feeders', 42348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20501, 20501, 'Other', 'Other', 42348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20502, 20502, 'Birdhouses', 'Birdhouses', 75578, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20503, 20503, 'Decorative Birdhouses', 'Decorative-Birdhouses', 20502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20504, 20504, 'Functional Birdhouses', 'Functional-Birdhouses', 20502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75579, 75579, 'Other', 'Other', 75578, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134660, 134660, 'Childrens Gardening Items', 'Childrens-Gardening-Items', 2032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20540, 20540, 'Fertilizer, Soil Amendments', 'Fertilizer-Soil-Amendments', 2032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20498, 20498, 'Garden Decor', 'Garden-Decor', 2032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115771, 115771, 'Benches', 'Benches', 20498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43533, 43533, 'Flags & Flagpoles', 'Flags-and-Flagpoles', 20498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43537, 43537, 'American Flags', 'American-Flags', 43533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75585, 75585, 'Decorative Flags', 'Decorative-Flags', 43533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75586, 75586, 'Autumn Flags', 'Autumn-Flags', 75585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75587, 75587, 'Spring Flags', 'Spring-Flags', 75585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75588, 75588, 'Summer Flags', 'Summer-Flags', 75585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75589, 75589, 'Winter Flags', 'Winter-Flags', 75585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43534, 43534, 'Other Decorative Flags', 'Other-Decorative-Flags', 75585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75590, 75590, 'Foreign Flags', 'Foreign-Flags', 43533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43535, 43535, 'Holiday Flags', 'Holiday-Flags', 43533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75591, 75591, 'Military Flags', 'Military-Flags', 43533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43536, 43536, 'Flag Poles', 'Flag-Poles', 43533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20506, 20506, 'Other Flags & Flagpoles', 'Other-Flags-and-Flagpoles', 43533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134661, 134661, 'Fountains & Ponds', 'Fountains-and-Ponds', 20498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134662, 134662, 'Fountain & Pond Accessories', 'Fountain-and-Pond-Accessories', 134661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20507, 20507, 'Fountains', 'Fountains', 134661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103440, 103440, 'Ponds', 'Ponds', 134661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20508, 20508, 'Gazing Balls', 'Gazing-Balls', 20498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75592, 75592, 'Plaques & Signs', 'Plaques-and-Signs', 20498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75593, 75593, 'Rain Gauges', 'Rain-Gauges', 20498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103441, 103441, 'Stakes', 'Stakes', 20498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29511, 29511, 'Statuary, Yard Art', 'Statuary-Yard-Art', 20498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29512, 29512, 'Garden Stakes', 'Garden-Stakes', 29511, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75594, 75594, 'Sculpture, Statues', 'Sculpture-Statues', 29511, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75595, 75595, 'Angels, Cherubs', 'Angels-Cherubs', 75594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75596, 75596, 'Animals, Birds', 'Animals-Birds', 75594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75597, 75597, 'Gargoyles, Dragons', 'Gargoyles-Dragons', 75594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75598, 75598, 'Gnomes, Sprites', 'Gnomes-Sprites', 75594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75599, 75599, 'People', 'People', 75594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75600, 75600, 'Sun, Moon, Stars', 'Sun-Moon-Stars', 75594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29513, 29513, 'Other Sculpture, Statues', 'Other-Sculpture-Statues', 75594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20510, 20510, 'Other', 'Other', 29511, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42157, 42157, 'Stepping Stones, Rocks', 'Stepping-Stones-Rocks', 20498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42158, 42158, 'Plaques', 'Plaques', 42157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42159, 42159, 'Rocks, Stones', 'Rocks-Stones', 42157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20511, 20511, 'Other', 'Other', 42157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10025, 10025, 'Sundials', 'Sundials', 20498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75601, 75601, 'Thermometers', 'Thermometers', 20498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20512, 20512, 'Weathervanes', 'Weathervanes', 20498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20513, 20513, 'Wind Chimes', 'Wind-Chimes', 20498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115772, 115772, 'Windmills', 'Windmills', 20498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75602, 75602, 'Windsocks & Devas', 'Windsocks-and-Devas', 20498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2034, 2034, 'Other Garden Decor', 'Other-Garden-Decor', 20498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75603, 75603, 'Garden Structures & Fencing', 'Garden-Structures-and-Fencing', 2032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20499, 20499, 'Arches, Gazebos', 'Arches-Gazebos', 75603, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115773, 115773, 'Bridges', 'Bridges', 75603, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20505, 20505, 'Edging, Gates, Fencing', 'Edging-Gates-Fencing', 75603, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42153, 42153, 'Greenhouses, Terrariums', 'Greenhouses-Terrariums', 75603, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115774, 115774, 'Storage Sheds', 'Storage-Sheds', 75603, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43538, 43538, 'Trellises', 'Trellises', 75603, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75604, 75604, 'Other', 'Other', 75603, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29515, 29515, 'Hand Tools, Gear & Equipment', 'Hand-Tools-Gear-and-Equipment', 2032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115775, 115775, 'Aerators', 'Aerators', 29515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75664, 75664, 'Bonsai Tools', 'Bonsai-Tools', 29515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75665, 75665, 'Composting', 'Composting', 29515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75666, 75666, 'Gift Sets & Kits', 'Gift-Sets-and-Kits', 29515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20545, 20545, 'Gloves, Protective Gear', 'Gloves-Protective-Gear', 29515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 75669, 75669, 'Knee Pads, Seats, Cushions', 'Knee-Pads-Seats-Cushions', 29515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20543, 20543, 'Loppers, Pruners, Snips', 'Loppers-Pruners-Snips', 29515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75670, 75670, 'Moisture, pH Meters', 'Moisture-pH-Meters', 29515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29516, 29516, 'Rakes, Shovels, Hoes', 'Rakes-Shovels-Hoes', 29515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75667, 75667, 'Seeders, Sprayers, Spreaders', 'Seeders-Sprayers-Spreaders', 29515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75668, 75668, 'Tool Carriers, Aprons, Belts', 'Tool-Carriers-Aprons-Belts', 29515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20547, 20547, 'Watering Cans', 'Watering-Cans', 29515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29521, 29521, 'Watering Equipment', 'Watering-Equipment', 29515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20541, 20541, 'Hoses, Hose Reels', 'Hoses-Hose-Reels', 29521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75674, 75674, 'Sprayers, Nozzles', 'Sprayers-Nozzles', 29521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20542, 20542, 'Sprinklers', 'Sprinklers', 29521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75672, 75672, 'Timers, Controllers', 'Timers-Controllers', 29521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75673, 75673, 'Valves', 'Valves', 29521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29522, 29522, 'Other Watering Equipment', 'Other-Watering-Equipment', 29521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75671, 75671, 'Wheelbarrows, Carts, Wagons', 'Wheelbarrows-Carts-Wagons', 29515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3186, 3186, 'Other', 'Other', 29515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43554, 43554, 'Hydroponics, Seed Starting', 'Hydroponics-Seed-Starting', 2032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42225, 42225, 'Grow Lights', 'Grow-Lights', 43554, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43555, 43555, 'Hydroponics', 'Hydroponics', 43554, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43556, 43556, 'Trays, Shelves', 'Trays-Shelves', 43554, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20546, 20546, 'Other Seed Starting Supplies', 'Other-Seed-Starting-Supplies', 43554, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42154, 42154, 'Outdoor Lighting', 'Outdoor-Lighting', 2032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42155, 42155, 'Landscape Lights', 'Landscape-Lights', 42154, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42156, 42156, 'Lanterns, Strings', 'Lanterns-Strings', 42154, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20509, 20509, 'Other Outdoor Lighting', 'Other-Outdoor-Lighting', 42154, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75580, 75580, 'Pest & Weed Control', 'Pest-and-Weed-Control', 2032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75581, 75581, 'Mice, Moles, Rodents', 'Mice-Moles-Rodents', 75580, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75582, 75582, 'Insects, Grubs', 'Insects-Grubs', 75580, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115767, 115767, 'Mosquitoes', 'Mosquitoes', 75580, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115768, 115768, 'Mosquito Magnets', 'Mosquito-Magnets', 115767, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115769, 115769, 'Mosquito Traps', 'Mosquito-Traps', 115767, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115770, 115770, 'Mosquito Zappers', 'Mosquito-Zappers', 115767, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75583, 75583, 'Other Mosquito Control', 'Other-Mosquito-Control', 115767, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75584, 75584, 'Weeds', 'Weeds', 75580, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50365, 50365, 'Other', 'Other', 75580, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20514, 20514, 'Planters, Pots, Window Boxes', 'Planters-Pots-Window-Boxes', 2032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25461, 25461, 'Metal', 'Metal', 20514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20515, 20515, 'Plastic', 'Plastic', 20514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20516, 20516, 'Pottery, Ceramic', 'Pottery-Ceramic', 20514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20517, 20517, 'Wooden', 'Wooden', 20514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20518, 20518, 'Other', 'Other', 20514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1509, 1509, 'Plants, Seeds, Bulbs', 'Plants-Seeds-Bulbs', 2032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20519, 20519, 'Aquatic Plants', 'Aquatic-Plants', 1509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43539, 43539, 'Plants, Seedlings', 'Plants-Seedlings', 20519, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43540, 43540, 'Bog', 'Bog', 43539, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43541, 43541, 'Lotus', 'Lotus', 43539, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43542, 43542, 'Marginal, Shallow', 'Marginal-Shallow', 43539, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43543, 43543, 'Oxygenating', 'Oxygenating', 43539, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75605, 75605, 'Water Hyacinth', 'Water-Hyacinth', 43539, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43544, 43544, 'Water Lilies', 'Water-Lilies', 43539, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20520, 20520, 'Other Plants, Seedlings', 'Other-Plants-Seedlings', 43539, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20521, 20521, 'Seeds', 'Seeds', 20519, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20523, 20523, 'Bonsai', 'Bonsai', 1509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20524, 20524, 'Plants, Seedlings', 'Plants-Seedlings', 20523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20525, 20525, 'Seeds', 'Seeds', 20523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42211, 42211, 'Cactus & Succulents', 'Cactus-and-Succulents', 1509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75606, 75606, 'Ferns', 'Ferns', 1509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75656, 75656, 'Flower Bulbs, Roots, Corms', 'Flower-Bulbs-Roots-Corms', 1509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94943, 94943, 'Amaryllis', 'Amaryllis', 75656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75657, 75657, 'Caladium', 'Caladium', 75656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94944, 94944, 'Crocus', 'Crocus', 75656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75658, 75658, 'Daffodil', 'Daffodil', 75656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75659, 75659, 'Dahlia', 'Dahlia', 75656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75660, 75660, 'Gladiolus', 'Gladiolus', 75656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94945, 94945, 'Hyacinth', 'Hyacinth', 75656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75661, 75661, 'Iris', 'Iris', 75656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75662, 75662, 'Lily', 'Lily', 75656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94946, 94946, 'Peony', 'Peony', 75656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94947, 94947, 'Tulip', 'Tulip', 75656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75663, 75663, 'Mixed Lots', 'Mixed-Lots', 75656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42207, 42207, 'Other Bulbs, Roots, Corms', 'Other-Bulbs-Roots-Corms', 75656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20526, 20526, 'Flower Plants, Seedlings', 'Flower-Plants-Seedlings', 1509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20527, 20527, 'Annuals', 'Annuals', 20526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20528, 20528, 'Biennials', 'Biennials', 20526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75607, 75607, 'Perennials', 'Perennials', 20526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103442, 103442, 'Brugmansia', 'Brugmansia', 75607, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75608, 75608, 'Butterfly Bush, Buddleia', 'Butterfly-Bush-Buddleia', 75607, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75609, 75609, 'Clematis', 'Clematis', 75607, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75610, 75610, 'Columbine', 'Columbine', 75607, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75611, 75611, 'Daisy', 'Daisy', 75607, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75612, 75612, 'Daylily', 'Daylily', 75607, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75613, 75613, 'Hosta', 'Hosta', 75607, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75614, 75614, 'Iris', 'Iris', 75607, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75615, 75615, 'Lavender', 'Lavender', 75607, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75616, 75616, 'Phlox', 'Phlox', 75607, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103443, 103443, 'Sedum', 'Sedum', 75607, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75617, 75617, 'Violet', 'Violet', 75607, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75618, 75618, 'Mixed Perennials', 'Mixed-Perennials', 75607, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20529, 20529, 'Other Perennials', 'Other-Perennials', 75607, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20530, 20530, 'Flower Seeds', 'Flower-Seeds', 1509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75619, 75619, 'Annuals', 'Annuals', 20530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75620, 75620, 'Alyssum', 'Alyssum', 75619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75621, 75621, 'Bachelors Button', 'Bachelors-Button', 75619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75622, 75622, 'Cosmos', 'Cosmos', 75619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75623, 75623, 'Marigold', 'Marigold', 75619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75624, 75624, 'Morning Glory', 'Morning-Glory', 75619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75625, 75625, 'Petunia', 'Petunia', 75619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75626, 75626, 'Poppy', 'Poppy', 75619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75627, 75627, 'Sunflower', 'Sunflower', 75619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75628, 75628, 'Zinnia', 'Zinnia', 75619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152948, 152948, 'Bulk Annual Seeds', 'Bulk-Annual-Seeds', 75619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75629, 75629, 'Mixed Annual Seeds', 'Mixed-Annual-Seeds', 75619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3183, 3183, 'Other Annual Seeds', 'Other-Annual-Seeds', 75619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20531, 20531, 'Biennials', 'Biennials', 20530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75630, 75630, 'Perennials', 'Perennials', 20530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75631, 75631, 'Columbine', 'Columbine', 75630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75632, 75632, 'Daisy', 'Daisy', 75630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103444, 103444, 'Hibiscus', 'Hibiscus', 75630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103445, 103445, 'Hollyhock', 'Hollyhock', 75630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75633, 75633, 'Hosta', 'Hosta', 75630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75635, 75635, 'Lavender', 'Lavender', 75630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103446, 103446, 'Lily', 'Lily', 75630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75636, 75636, 'Penstemon', 'Penstemon', 75630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75634, 75634, 'Poppy', 'Poppy', 75630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75637, 75637, 'Primrose', 'Primrose', 75630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75638, 75638, 'Purple Coneflower', 'Purple-Coneflower', 75630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152949, 152949, 'Bulk Perennial Seeds', 'Bulk-Perennial-Seeds', 75630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75639, 75639, 'Mixed Perennials', 'Mixed-Perennials', 75630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3184, 3184, 'Other Perennials', 'Other-Perennials', 75630, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43547, 43547, 'Groundcovers, Vines', 'Groundcovers-Vines', 1509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43548, 43548, 'Plants, Seedlings', 'Plants-Seedlings', 43547, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43549, 43549, 'Seeds', 'Seeds', 43547, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42212, 42212, 'Other', 'Other', 43547, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42213, 42213, 'Herbs', 'Herbs', 1509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42214, 42214, 'Plants, Seedlings', 'Plants-Seedlings', 42213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42215, 42215, 'Seeds', 'Seeds', 42213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42208, 42208, 'Houseplants', 'Houseplants', 1509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75640, 75640, 'African Violets', 'African-Violets', 42208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75641, 75641, 'Bamboo', 'Bamboo', 42208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75642, 75642, 'Begonia', 'Begonia', 42208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75643, 75643, 'Carnivorous', 'Carnivorous', 42208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75644, 75644, 'Streptocarpus', 'Streptocarpus', 42208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1510, 1510, 'Other Houseplants', 'Other-Houseplants', 42208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25462, 25462, 'Orchids, Tropicals', 'Orchids-Tropicals', 1509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42216, 42216, 'Plants, Seedlings', 'Plants-Seedlings', 25462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43550, 43550, 'Banana', 'Banana', 42216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42217, 42217, 'Ginger', 'Ginger', 42216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42218, 42218, 'Orchids', 'Orchids', 42216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42219, 42219, 'Palms', 'Palms', 42216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103447, 103447, 'Plumeria', 'Plumeria', 42216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25463, 25463, 'Other', 'Other', 42216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43551, 43551, 'Seeds', 'Seeds', 25462, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43552, 43552, 'Banana', 'Banana', 43551, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43553, 43553, 'Palm', 'Palm', 43551, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103448, 103448, 'Plumeria', 'Plumeria', 43551, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20534, 20534, 'Other Seeds', 'Other-Seeds', 43551, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42220, 42220, 'Ornamental Grasses', 'Ornamental-Grasses', 1509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75645, 75645, 'Roses', 'Roses', 1509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20532, 20532, 'Shrubs', 'Shrubs', 1509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75646, 75646, 'Plants, Seedlings', 'Plants-Seedlings', 20532, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103449, 103449, 'Azalea', 'Azalea', 75646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75647, 75647, 'Dogwood', 'Dogwood', 75646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75648, 75648, 'Forsythia', 'Forsythia', 75646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103450, 103450, 'Gardenia', 'Gardenia', 75646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75649, 75649, 'Hydrangea', 'Hydrangea', 75646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75650, 75650, 'Lilac', 'Lilac', 75646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3185, 3185, 'Other', 'Other', 75646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20533, 20533, 'Seeds', 'Seeds', 20532, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42351, 42351, 'Trees', 'Trees', 1509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42352, 42352, 'Evergreen', 'Evergreen', 42351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42353, 42353, 'Fruit, Flowering', 'Fruit-Flowering', 42351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42354, 42354, 'Nut', 'Nut', 42351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42355, 42355, 'Shade', 'Shade', 42351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42356, 42356, 'Other Trees', 'Other-Trees', 42351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20535, 20535, 'Vegetables & Fruits', 'Vegetables-and-Fruits', 1509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75651, 75651, 'Plants, Seedlings', 'Plants-Seedlings', 20535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75652, 75652, 'Berries', 'Berries', 75651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75653, 75653, 'Peppers', 'Peppers', 75651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75654, 75654, 'Tomatoes', 'Tomatoes', 75651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20536, 20536, 'Other', 'Other', 75651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42221, 42221, 'Seeds, Bulbs', 'Seeds-Bulbs', 20535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75655, 75655, 'Bean', 'Bean', 42221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134663, 134663, 'Broccoli & Cauliflower', 'Broccoli-and-Cauliflower', 42221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103451, 103451, 'Cabbage', 'Cabbage', 42221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103452, 103452, 'Carrot', 'Carrot', 42221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42357, 42357, 'Cucumber', 'Cucumber', 42221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103453, 103453, 'Gourd', 'Gourd', 42221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103454, 103454, 'Lettuce', 'Lettuce', 42221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42222, 42222, 'Melon', 'Melon', 42221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103455, 103455, 'Onion', 'Onion', 42221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42358, 42358, 'Peas', 'Peas', 42221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42223, 42223, 'Peppers', 'Peppers', 42221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103456, 103456, 'Pumpkin', 'Pumpkin', 42221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134664, 134664, 'Squash', 'Squash', 42221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42224, 42224, 'Tomatoes', 'Tomatoes', 42221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1512, 1512, 'Other', 'Other', 42221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2033, 2033, 'Other', 'Other', 1509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2035, 2035, 'Publications', 'Publications', 2032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 519, 519, 'Other Gardening & Plants', 'Other-Gardening-and-Plants', 2032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41986, 41986, 'Heating, Cooling & Air', 'Heating-Cooling-and-Air', 11700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79622, 79622, 'Air Conditioners', 'Air-Conditioners', 41986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115950, 115950, 'Central Air Conditioners', 'Central-Air-Conditioners', 79622, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115951, 115951, 'Condensers, Coils', 'Condensers-Coils', 115950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115952, 115952, 'Central Air, Heat Pump Sytems', 'Central-Air-Heat-Pump-Sytems', 115950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79623, 79623, 'Other Central Air', 'Other-Central-Air', 115950, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79624, 79624, 'Portable Air Conditioners', 'Portable-Air-Conditioners', 79622, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79625, 79625, 'Window Air Conditioners', 'Window-Air-Conditioners', 79622, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20711, 20711, 'Other Air Conditioners', 'Other-Air-Conditioners', 79622, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43509, 43509, 'Air Filters', 'Air-Filters', 41986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115953, 115953, 'Air Cleaners & Purifiers', 'Air-Cleaners-and-Purifiers', 41986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115954, 115954, 'HEPA Air Cleaners', 'HEPA-Air-Cleaners', 115953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115955, 115955, 'Ionic Air Purifiers', 'Ionic-Air-Purifiers', 115953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115956, 115956, 'Mini Ionic Air Purifiers', 'Mini-Ionic-Air-Purifiers', 115953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43510, 43510, 'Other Air Cleaners', 'Other-Air-Cleaners', 115953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79621, 79621, 'Dehumidifiers', 'Dehumidifiers', 41986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41987, 41987, 'Furnaces, Heating Systems', 'Furnaces-Heating-Systems', 41986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71240, 71240, 'Humidifiers', 'Humidifiers', 41986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115957, 115957, 'Portable Fans', 'Portable-Fans', 41986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115958, 115958, 'Desk, Table Fans', 'Desk-Table-Fans', 115957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115959, 115959, 'Handheld, Mini Fans', 'Handheld-Mini-Fans', 115957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115960, 115960, 'Pedestal, Floor Fans', 'Pedestal-Floor-Fans', 115957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115961, 115961, 'Window, Box Fans', 'Window-Box-Fans', 115957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20612, 20612, 'Other Portable Fans', 'Other-Portable-Fans', 115957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115962, 115962, 'Portable, Space Heaters', 'Portable-Space-Heaters', 41986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115963, 115963, 'Electric Space Heaters', 'Electric-Space-Heaters', 115962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117412, 117412, 'Portable Fireplaces & Stoves', 'Portable-Fireplaces-and-Stoves', 115962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115964, 115964, 'Propane & Kerosene Heaters', 'Propane-and-Kerosene-Heaters', 115962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20613, 20613, 'Other Space Heaters', 'Other-Space-Heaters', 115962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115947, 115947, 'Thermostats', 'Thermostats', 41986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115948, 115948, 'Non-programmable Thermostats', 'Non-programmable-Thermostats', 115947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115949, 115949, 'Programmable Thermostats', 'Programmable-Thermostats', 115947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41988, 41988, 'Other Thermostats', 'Other-Thermostats', 115947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115965, 115965, 'Water Heaters', 'Water-Heaters', 41986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115966, 115966, 'Storage Tank Water Heaters', 'Storage-Tank-Water-Heaters', 115965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115967, 115967, 'Tankless Water Heaters', 'Tankless-Water-Heaters', 115965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115968, 115968, 'Water Heater Accessories', 'Water-Heater-Accessories', 115965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42234, 42234, 'Other Water Heaters', 'Other-Water-Heaters', 115965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20598, 20598, 'Other Heating, Cooling & Air', 'Other-Heating-Cooling-and-Air', 41986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10033, 10033, 'Home Decor', 'Home-Decor', 11700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45467, 45467, 'Afghans, Throws', 'Afghans-Throws', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45468, 45468, 'Patterns', 'Patterns', 45467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45469, 45469, 'Pictorials', 'Pictorials', 45467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45470, 45470, 'Solids', 'Solids', 45467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20549, 20549, 'Other', 'Other', 45467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45471, 45471, 'Baskets', 'Baskets', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115969, 115969, 'Metal Baskets', 'Metal-Baskets', 45471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45472, 45472, 'Wicker Baskets', 'Wicker-Baskets', 45471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45473, 45473, 'Wire Baskets', 'Wire-Baskets', 45471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45474, 45474, 'Wood Baskets', 'Wood-Baskets', 45471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20550, 20550, 'Other Baskets', 'Other-Baskets', 45471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20551, 20551, 'Bookends', 'Bookends', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36016, 36016, 'Bottles', 'Bottles', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79639, 79639, 'Boxes, Jars & Tins', 'Boxes-Jars-and-Tins', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79640, 79640, 'Boxes', 'Boxes', 79639, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79641, 79641, 'Jars', 'Jars', 79639, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79642, 79642, 'Tins', 'Tins', 79639, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36017, 36017, 'Other', 'Other', 79639, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16096, 16096, 'Candles, Candle Holders', 'Candles-Candle-Holders', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16097, 16097, 'Candle Accessories', 'Candle-Accessories', 16096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82229, 82229, 'Candle Rings', 'Candle-Rings', 16097, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16098, 16098, 'Snuffers', 'Snuffers', 16097, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16099, 16099, 'Toppers', 'Toppers', 16097, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16100, 16100, 'Other Accessories', 'Other-Accessories', 16097, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16101, 16101, 'Candle Holders', 'Candle-Holders', 16096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134656, 134656, 'Candelabras', 'Candelabras', 16101, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38211, 38211, 'Candlesticks', 'Candlesticks', 16101, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38212, 38212, 'Brass', 'Brass', 38211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38213, 38213, 'Ceramic, Pottery', 'Ceramic-Pottery', 38211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38214, 38214, 'Crystal', 'Crystal', 38211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38215, 38215, 'Silver, Silverplated', 'Silver-Silverplated', 38211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38216, 38216, 'Wood', 'Wood', 38211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63502, 63502, 'Wrought Iron', 'Wrought-Iron', 38211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16102, 16102, 'Other', 'Other', 38211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82230, 82230, 'Chandeliers', 'Chandeliers', 16101, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82231, 82231, 'Hurricanes', 'Hurricanes', 16101, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82232, 82232, 'Lamps', 'Lamps', 16101, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82233, 82233, 'Lanterns', 'Lanterns', 16101, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16103, 16103, 'Sconces', 'Sconces', 16101, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46266, 46266, 'Tart Warmers & Burners', 'Tart-Warmers-and-Burners', 16101, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16104, 16104, 'Tea Light Holders', 'Tea-Light-Holders', 16101, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16105, 16105, 'Votives', 'Votives', 16101, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16106, 16106, 'Other Holders', 'Other-Holders', 16101, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16107, 16107, 'Candles', 'Candles', 16096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16110, 16110, 'Gel', 'Gel', 16107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46777, 46777, 'Soy', 'Soy', 16107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50405, 50405, 'Wax: Scented', 'Wax-Scented', 16107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57743, 57743, 'Floating', 'Floating', 50405, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50406, 50406, 'Jars, Containers', 'Jars-Containers', 50405, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50407, 50407, 'Pillars', 'Pillars', 50405, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57744, 57744, 'Tapers', 'Tapers', 50405, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50408, 50408, 'Votives', 'Votives', 50405, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46776, 46776, 'Wax Tarts', 'Wax-Tarts', 50405, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16108, 16108, 'Other', 'Other', 50405, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46773, 46773, 'Wax: Unscented', 'Wax-Unscented', 16107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46774, 46774, 'Ball', 'Ball', 46773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16109, 16109, 'Floating', 'Floating', 46773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16111, 16111, 'Jars, Containers', 'Jars-Containers', 46773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16112, 16112, 'Molded, Sculpted, Artistic', 'Molded-Sculpted-Artistic', 46773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16113, 16113, 'Pillars', 'Pillars', 46773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 16114, 16114, 'Tapers', 'Tapers', 46773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46775, 46775, 'Votives', 'Votives', 46773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46782, 46782, 'Other', 'Other', 46773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16115, 16115, 'Other Candles', 'Other-Candles', 16107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16116, 16116, 'Other', 'Other', 16096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115970, 115970, 'Childrens Decor', 'Childrens-Decor', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94935, 94935, 'Childrens Clocks', 'Childrens-Clocks', 115970, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115971, 115971, 'Tabletop, Shelf Decor', 'Tabletop-Shelf-Decor', 115970, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115972, 115972, 'Wall Decor', 'Wall-Decor', 115970, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115973, 115973, 'Other Childrens Decor', 'Other-Childrens-Decor', 115970, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20558, 20558, 'Clocks', 'Clocks', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79643, 79643, 'Alarm Clocks', 'Alarm-Clocks', 20558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79644, 79644, 'Cuckoo Clocks', 'Cuckoo-Clocks', 20558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79645, 79645, 'Desk Clocks', 'Desk-Clocks', 20558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20559, 20559, 'Grandfather Clocks', 'Grandfather-Clocks', 20558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45476, 45476, 'Kitchen Clocks', 'Kitchen-Clocks', 20558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20560, 20560, 'Mantel, Shelf Clocks', 'Mantel-Shelf-Clocks', 20558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79646, 79646, 'Miniature Clocks', 'Miniature-Clocks', 20558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94934, 94934, 'Neon Clocks', 'Neon-Clocks', 20558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79647, 79647, 'Novelty Clocks', 'Novelty-Clocks', 20558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45477, 45477, 'Pendulum Clocks', 'Pendulum-Clocks', 20558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20561, 20561, 'Wall Clocks', 'Wall-Clocks', 20558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20562, 20562, 'Other', 'Other', 20558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134657, 134657, 'Decorative Fruit & Vegetables', 'Decorative-Fruit-and-Vegetables', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134658, 134658, 'Apples & Pears', 'Apples-and-Pears', 134657, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134668, 134668, 'Grapes', 'Grapes', 134657, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134669, 134669, 'Mixed Fruit', 'Mixed-Fruit', 134657, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36018, 36018, 'Other', 'Other', 134657, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45478, 45478, 'Decorative Plates, Bowls', 'Decorative-Plates-Bowls', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45479, 45479, 'Ceramic, Porcelain', 'Ceramic-Porcelain', 45478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45480, 45480, 'Glass', 'Glass', 45478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45481, 45481, 'Metal', 'Metal', 45478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115974, 115974, 'Wood', 'Wood', 45478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36019, 36019, 'Other', 'Other', 45478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38217, 38217, 'Door Accessories', 'Door-Accessories', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36020, 36020, 'Door Decor', 'Door-Decor', 38217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36021, 36021, 'Door Knockers', 'Door-Knockers', 38217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115975, 115975, 'Doorbells', 'Doorbells', 38217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20573, 20573, 'Doormats', 'Doormats', 38217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36022, 36022, 'Doorstops', 'Doorstops', 38217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38218, 38218, 'Other', 'Other', 38217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38219, 38219, 'Fireplace Accessories', 'Fireplace-Accessories', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79648, 79648, 'Andirons', 'Andirons', 38219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38220, 38220, 'Fireplace Logs', 'Fireplace-Logs', 38219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38221, 38221, 'Fireplace Screens', 'Fireplace-Screens', 38219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38222, 38222, 'Fireplace Tool Sets', 'Fireplace-Tool-Sets', 38219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79649, 79649, 'Log Holders, Carriers', 'Log-Holders-Carriers', 38219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79650, 79650, 'Mantels', 'Mantels', 38219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20564, 20564, 'Other', 'Other', 38219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20565, 20565, 'Floral Decor', 'Floral-Decor', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20566, 20566, 'Floral Arrangements', 'Floral-Arrangements', 20565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94936, 94936, 'Individual Flowers', 'Individual-Flowers', 20565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134670, 134670, 'Artificial Plants', 'Artificial-Plants', 20565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32877, 32877, 'Artificial Trees', 'Artificial-Trees', 20565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20567, 20567, 'Swags', 'Swags', 20565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50410, 50410, 'Topiaries', 'Topiaries', 20565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45482, 45482, 'Vines, Garlands', 'Vines-Garlands', 20565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20568, 20568, 'Wreaths', 'Wreaths', 20565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4959, 4959, 'Other', 'Other', 20565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20569, 20569, 'Fountains', 'Fountains', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36023, 36023, 'Globes', 'Globes', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38227, 38227, 'Holiday, Seasonal Decor', 'Holiday-Seasonal-Decor', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117413, 117413, 'Animals, Figures', 'Animals-Figures', 38227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117414, 117414, 'Artificial Trees', 'Artificial-Trees', 38227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38228, 38228, 'Candles', 'Candles', 38227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117415, 117415, 'Garlands', 'Garlands', 38227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38229, 38229, 'Lights', 'Lights', 38227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117416, 117416, 'Outdoor Decor', 'Outdoor-Decor', 38227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38230, 38230, 'Photo Frames', 'Photo-Frames', 38227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52346, 52346, 'Pillows & Towels', 'Pillows-and-Towels', 38227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38231, 38231, 'Serving Pieces', 'Serving-Pieces', 38227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52347, 52347, 'Table Decor', 'Table-Decor', 38227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117417, 117417, 'Tree Stands, Skirts', 'Tree-Stands-Skirts', 38227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117418, 117418, 'Tree Toppers', 'Tree-Toppers', 38227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117419, 117419, 'Wreaths', 'Wreaths', 38227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38232, 38232, 'Other', 'Other', 38227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20552, 20552, 'Home Fragrances', 'Home-Fragrances', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20553, 20553, 'Essential Oils, Diffusers', 'Essential-Oils-Diffusers', 20552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43403, 43403, 'Incense Burners', 'Incense-Burners', 20552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43404, 43404, 'Incense Cones', 'Incense-Cones', 20552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43405, 43405, 'Incense Sticks', 'Incense-Sticks', 20552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20555, 20555, 'Potpourri', 'Potpourri', 20552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20556, 20556, 'Sprays', 'Sprays', 20552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20557, 20557, 'Other', 'Other', 20552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45496, 45496, 'Mirrors', 'Mirrors', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45497, 45497, 'Hand, Vanity, Bathroom', 'Hand-Vanity-Bathroom', 45496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45498, 45498, 'Wall, Mantle', 'Wall-Mantle', 45496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20580, 20580, 'Other', 'Other', 45496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152760, 152760, 'Mosaic Art', 'Mosaic-Art', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152761, 152761, 'Architectural Mosaics', 'Architectural-Mosaics', 152760, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152762, 152762, 'Furniture Mosaics', 'Furniture-Mosaics', 152760, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152763, 152763, 'Hanging, Wall Mosaics', 'Hanging-Wall-Mosaics', 152760, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152764, 152764, 'Sculptural, 3D Mosaics', 'Sculptural-3D-Mosaics', 152760, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152765, 152765, 'Other', 'Other', 152760, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33759, 33759, 'Photo Frame & Display', 'Photo-Frame-and-Display', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79651, 79651, 'Individual Frames', 'Individual-Frames', 33759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43406, 43406, 'Smaller than 3x5 Inch', 'Smaller-than-3x5-Inch', 79651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33760, 33760, '3x5 Inch', '3x5-Inch', 79651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33761, 33761, '4x6 Inch', '4x6-Inch', 79651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33762, 33762, '5x7 Inch', '5x7-Inch', 79651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33763, 33763, '8x10 Inch', '8x10-Inch', 79651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33764, 33764, '11x14 Inch', '11x14-Inch', 79651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43407, 43407, 'Larger than 11x14 Inch', 'Larger-than-11x14-Inch', 79651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20570, 20570, 'Other Sizes', 'Other-Sizes', 79651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79652, 79652, 'Multi-photo Displays', 'Multi-photo-Displays', 33759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79653, 79653, 'Photo Albums', 'Photo-Albums', 33759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33765, 33765, 'Photo Frame Sets', 'Photo-Frame-Sets', 33759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79654, 79654, 'Other Photo Frame & Display', 'Other-Photo-Frame-and-Display', 33759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43408, 43408, 'Plaques & Signs', 'Plaques-and-Signs', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43409, 43409, 'Ceramic, Tile', 'Ceramic-Tile', 43408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43410, 43410, 'Metal', 'Metal', 43408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43411, 43411, 'Wooden', 'Wooden', 43408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31587, 31587, 'Other', 'Other', 43408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20563, 20563, 'Pillows', 'Pillows', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38224, 38224, 'Racks, Stands, Hooks', 'Racks-Stands-Hooks', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22656, 22656, 'Coat, Hat Racks', 'Coat-Hat-Racks', 38224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38225, 38225, 'Display Easels', 'Display-Easels', 38224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36024, 36024, 'Hangers, Hooks', 'Hangers-Hooks', 38224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31586, 31586, 'Key, Letter Holders', 'Key-Letter-Holders', 38224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38223, 38223, 'Magazine Racks', 'Magazine-Racks', 38224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134671, 134671, 'Plant Hangers', 'Plant-Hangers', 38224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29514, 29514, 'Plant Stands', 'Plant-Stands', 38224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31588, 31588, 'Plate Racks, Hangers', 'Plate-Racks-Hangers', 38224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38226, 38226, 'Other', 'Other', 38224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31601, 31601, 'Screens, Room Dividers', 'Screens-Room-Dividers', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45487, 45487, 'Sculptures, Figures', 'Sculptures-Figures', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45488, 45488, 'Ceramic, Porcelain', 'Ceramic-Porcelain', 45487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45489, 45489, 'Glass', 'Glass', 45487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45490, 45490, 'Metal', 'Metal', 45487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45491, 45491, 'Wood', 'Wood', 45487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36025, 36025, 'Other', 'Other', 45487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32887, 32887, 'Slipcovers', 'Slipcovers', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32888, 32888, 'Chair Slipcovers', 'Chair-Slipcovers', 32887, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32889, 32889, 'Loveseat Slipcovers', 'Loveseat-Slipcovers', 32887, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20577, 20577, 'Sofa Slipcovers', 'Sofa-Slipcovers', 32887, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115976, 115976, 'Other Slipcovers', 'Other-Slipcovers', 32887, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46267, 46267, 'Suncatchers', 'Suncatchers', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46268, 46268, 'Crystal', 'Crystal', 46267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46269, 46269, 'Stained Glass', 'Stained-Glass', 46267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20578, 20578, 'Other', 'Other', 46267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45492, 45492, 'Vases', 'Vases', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45493, 45493, 'Ceramic Vases', 'Ceramic-Vases', 45492, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45494, 45494, 'Glass Vases', 'Glass-Vases', 45492, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45495, 45495, 'Metal Vases', 'Metal-Vases', 45492, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115977, 115977, 'Wood Vases', 'Wood-Vases', 45492, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22657, 22657, 'Other Vases', 'Other-Vases', 45492, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38233, 38233, 'Wall Decor', 'Wall-Decor', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41509, 41509, 'Asian Fans', 'Asian-Fans', 38233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79655, 79655, 'Ceramic Tiles', 'Ceramic-Tiles', 38233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38234, 38234, 'Crosses', 'Crosses', 38233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38235, 38235, 'Masks', 'Masks', 38233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115978, 115978, 'Medallions', 'Medallions', 38233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41510, 41510, 'Message Boards, Holders', 'Message-Boards-Holders', 38233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41511, 41511, 'Posters, Prints', 'Posters-Prints', 38233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38236, 38236, 'Sconces', 'Sconces', 38233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41512, 41512, 'Shadow Boxes', 'Shadow-Boxes', 38233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43412, 43412, 'Switch Plates, Outlet Covers', 'Switch-Plates-Outlet-Covers', 38233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82235, 82235, 'Advertising Brands', 'Advertising-Brands', 43412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82234, 82234, 'Angels, Fairies', 'Angels-Fairies', 43412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43413, 43413, 'Animals', 'Animals', 43412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43414, 43414, 'Animated Characters', 'Animated-Characters', 43412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43416, 43416, 'Flowers', 'Flowers', 43412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43417, 43417, 'Fruits, Vegetables', 'Fruits-Vegetables', 43412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43415, 43415, 'Solid Colors', 'Solid-Colors', 43412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43418, 43418, 'Sports', 'Sports', 43412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43419, 43419, 'Tropical', 'Tropical', 43412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20581, 20581, 'Other', 'Other', 43412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38237, 38237, 'Tapestries', 'Tapestries', 38233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115979, 115979, 'Wall Pockets', 'Wall-Pockets', 38233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45499, 45499, 'Wall Shelves', 'Wall-Shelves', 38233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45500, 45500, 'Metal Shelves', 'Metal-Shelves', 45499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45501, 45501, 'Wood Shelves', 'Wood-Shelves', 45499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20582, 20582, 'Other Shelves', 'Other-Shelves', 45499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38238, 38238, 'Other Wall Decor', 'Other-Wall-Decor', 38233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42135, 42135, 'Wallpaper', 'Wallpaper', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42136, 42136, 'Wallpaper Borders', 'Wallpaper-Borders', 42135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50359, 50359, 'Animals, Insects', 'Animals-Insects', 42136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50360, 50360, 'Flowers', 'Flowers', 42136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50361, 50361, 'Fruits', 'Fruits', 42136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50362, 50362, 'Plants', 'Plants', 42136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50363, 50363, 'Sports', 'Sports', 42136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42139, 42139, 'Children', 'Children', 42136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42140, 42140, 'Other Borders', 'Other-Borders', 42136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79626, 79626, 'Wallpaper Murals', 'Wallpaper-Murals', 42135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50364, 50364, 'Wallpaper Rolls & Sheets', 'Wallpaper-Rolls-and-Sheets', 42135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31602, 31602, 'Wallpaper Cutouts', 'Wallpaper-Cutouts', 42135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52348, 52348, 'Other Wallpaper', 'Other-Wallpaper', 42135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10034, 10034, 'Other Home Decor', 'Other-Home-Decor', 10033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41968, 41968, 'Home Security', 'Home-Security', 11700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115945, 115945, 'Hide-a-Keys', 'Hide-a-Keys', 41968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121836, 121836, 'Safes', 'Safes', 41968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121834, 121834, 'Security Cameras', 'Security-Cameras', 41968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66738, 66738, 'Wireless', 'Wireless', 121834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121835, 121835, 'Wired', 'Wired', 121834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115944, 115944, 'Security Keypads', 'Security-Keypads', 41968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41969, 41969, 'Security Systems', 'Security-Systems', 41968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115940, 115940, 'Sensors, Motion Detectors', 'Sensors-Motion-Detectors', 41968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115941, 115941, 'Smoke & Gas Detectors', 'Smoke-and-Gas-Detectors', 41968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115943, 115943, 'Carbon Monoxide Detectors', 'Carbon-Monoxide-Detectors', 115941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115942, 115942, 'Smoke Detectors', 'Smoke-Detectors', 115941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41970, 41970, 'Other Smoke & Gas Detectors', 'Other-Smoke-and-Gas-Detectors', 115941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115946, 115946, 'Wireless Transmitters', 'Wireless-Transmitters', 41968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20589, 20589, 'Other Home Security', 'Other-Home-Security', 41968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20625, 20625, 'Kitchen', 'Kitchen', 11700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20626, 20626, 'Cookware & Bakeware', 'Cookware-and-Bakeware', 20625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25464, 25464, 'Bakeware', 'Bakeware', 20626, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115995, 115995, 'Baking Molds', 'Baking-Molds', 25464, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115996, 115996, 'Cookie Molds', 'Cookie-Molds', 115995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115997, 115997, 'Jello Molds', 'Jello-Molds', 115995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46270, 46270, 'Other Baking Molds', 'Other-Baking-Molds', 115995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25465, 25465, 'Baking Stones', 'Baking-Stones', 25464, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46271, 46271, 'Bread Pans, Tubes', 'Bread-Pans-Tubes', 25464, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115998, 115998, 'Cake Pans', 'Cake-Pans', 25464, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115999, 115999, 'Bundt Pans', 'Bundt-Pans', 115998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116000, 116000, 'Round Pans', 'Round-Pans', 115998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116001, 116001, 'Square, Rectangular Pans', 'Square-Rectangular-Pans', 115998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116002, 116002, 'Themed or Specialty Pans', 'Themed-or-Specialty-Pans', 115998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25466, 25466, 'Other Cake Pans', 'Other-Cake-Pans', 115998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116003, 116003, 'Casseroles, Baking Dishes', 'Casseroles-Baking-Dishes', 25464, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63507, 63507, 'Cupcake, Muffin Pans', 'Cupcake-Muffin-Pans', 25464, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46272, 46272, 'Pie, Tart Pans', 'Pie-Tart-Pans', 25464, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25467, 25467, 'Sets, Mixed Lots', 'Sets-Mixed-Lots', 25464, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20627, 20627, 'Other Bakeware', 'Other-Bakeware', 25464, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20628, 20628, 'Cookware', 'Cookware', 20626, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20629, 20629, 'Anodized Cookware', 'Anodized-Cookware', 20628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20630, 20630, 'Aluminum Cookware', 'Aluminum-Cookware', 20628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46273, 46273, 'Cast Iron Cookware', 'Cast-Iron-Cookware', 20628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36486, 36486, 'Copper Cookware', 'Copper-Cookware', 20628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66746, 66746, 'Enamel Cookware', 'Enamel-Cookware', 20628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66747, 66747, 'Glass Cookware', 'Glass-Cookware', 20628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46274, 46274, 'Stainless Steel Cookware', 'Stainless-Steel-Cookware', 20628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46275, 46275, 'Stainless Steel Pans', 'Stainless-Steel-Pans', 46274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46276, 46276, 'Stainless Steel Pots', 'Stainless-Steel-Pots', 46274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46277, 46277, 'Stainless Steel Cookware Sets', 'Stainless-Steel-Cookware-Sets', 46274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20631, 20631, 'Other Stainless Steel Cookware', 'Other-Stainless-Steel-Cookware', 46274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20632, 20632, 'Other Cookware', 'Other-Cookware', 20628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20633, 20633, 'Microwaveable', 'Microwaveable', 20626, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38239, 38239, 'Pot Racks', 'Pot-Racks', 20626, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20634, 20634, 'Teakettles', 'Teakettles', 20626, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20637, 20637, 'Cutlery', 'Cutlery', 20625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50411, 50411, 'Individual Knives', 'Individual-Knives', 20637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50412, 50412, 'Cutco', 'Cutco', 50411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50413, 50413, 'Henckels', 'Henckels', 50411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57745, 57745, 'Pampered Chef', 'Pampered-Chef', 50411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57746, 57746, 'Rada', 'Rada', 50411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50414, 50414, 'Wusthof', 'Wusthof', 50411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116004, 116004, 'Yoshikin Global', 'Yoshikin-Global', 50411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20639, 20639, 'Other Knives', 'Other-Knives', 50411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20638, 20638, 'Knife Blocks', 'Knife-Blocks', 20637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32879, 32879, 'Knife Sets', 'Knife-Sets', 20637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50415, 50415, 'Chicago Cutlery', 'Chicago-Cutlery', 32879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50416, 50416, 'Cutco', 'Cutco', 32879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50417, 50417, 'Ginsu', 'Ginsu', 32879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32880, 32880, 'Henckels', 'Henckels', 32879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50418, 50418, 'Miracle Blade', 'Miracle-Blade', 32879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63508, 63508, 'Sabatier', 'Sabatier', 32879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63509, 63509, 'Slitzer', 'Slitzer', 32879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32881, 32881, 'Wusthof', 'Wusthof', 32879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20640, 20640, 'Other Knife Sets', 'Other-Knife-Sets', 32879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116005, 116005, 'Knife Sharpeners', 'Knife-Sharpeners', 20637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20652, 20652, 'Food Storage', 'Food-Storage', 20625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20653, 20653, 'Food Storage Bags', 'Food-Storage-Bags', 20652, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20654, 20654, 'Canisters', 'Canisters', 20652, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20655, 20655, 'Plastic Containers', 'Plastic-Containers', 20652, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63510, 63510, 'Vacuum Sealers', 'Vacuum-Sealers', 20652, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11703, 11703, 'Other Food Storage', 'Other-Food-Storage', 20652, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20656, 20656, 'Linens', 'Linens', 20625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20657, 20657, 'Aprons', 'Aprons', 20656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20661, 20661, 'Potholders', 'Potholders', 20656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134672, 134672, 'Oven Mitts', 'Oven-Mitts', 20656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20664, 20664, 'Towels, Dishcloths', 'Towels-Dishcloths', 20656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20665, 20665, 'Sets', 'Sets', 20656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20666, 20666, 'Other', 'Other', 20656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20667, 20667, 'Small Kitchen Appliances', 'Small-Kitchen-Appliances', 20625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20668, 20668, 'Blenders', 'Blenders', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20669, 20669, 'Bread Machines', 'Bread-Machines', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20670, 20670, 'Can Openers, Crushers', 'Can-Openers-Crushers', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38250, 38250, 'Coffee, Espresso Making', 'Coffee-Espresso-Making', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20671, 20671, 'Coffee & Espresso Accessories', 'Coffee-and-Espresso-Accessories', 38250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32882, 32882, 'Coffee Grinders', 'Coffee-Grinders', 38250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116006, 116006, 'Coffee Makers', 'Coffee-Makers', 38250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116007, 116007, 'Single-Cup Coffee Makers', 'Single-Cup-Coffee-Makers', 116006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116008, 116008, '4-Cup Coffee Makers', '4-Cup-Coffee-Makers', 116006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116009, 116009, '8-Cup Coffee Makers', '8-Cup-Coffee-Makers', 116006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116010, 116010, '10-Cup Coffee Makers', '10-Cup-Coffee-Makers', 116006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116011, 116011, '12-Cup Coffee Makers', '12-Cup-Coffee-Makers', 116006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38251, 38251, 'Other Coffee Makers', 'Other-Coffee-Makers', 116006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38254, 38254, 'Coffee Presses', 'Coffee-Presses', 38250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 38252, 38252, 'Espresso, Cappuccino Machines', 'Espresso-Cappuccino-Machines', 38250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116012, 116012, 'Percolators', 'Percolators', 38250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20672, 20672, 'Cookers, Steamers', 'Cookers-Steamers', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32883, 32883, 'Dehydrators', 'Dehydrators', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133705, 133705, 'Electric Teakettles', 'Electric-Teakettles', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66749, 66749, 'Fondue Sets', 'Fondue-Sets', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20673, 20673, 'Food Processors', 'Food-Processors', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66750, 66750, 'Food Warmers', 'Food-Warmers', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20674, 20674, 'Fryers', 'Fryers', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20676, 20676, 'Ice Cream Makers', 'Ice-Cream-Makers', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20675, 20675, 'Indoor Grills', 'Indoor-Grills', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20677, 20677, 'Juicers', 'Juicers', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50419, 50419, 'Kitchen Scales', 'Kitchen-Scales', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66751, 66751, 'Meat Grinders', 'Meat-Grinders', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150138, 150138, 'Microwave, Convection Ovens', 'Microwave-Convection-Ovens', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150139, 150139, 'Convection Ovens', 'Convection-Ovens', 150138, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150140, 150140, 'Countertop Microwaves', 'Countertop-Microwaves', 150138, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150141, 150141, 'Microwave Drawers', 'Microwave-Drawers', 150138, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150142, 150142, 'Microwave Hoods (Over Range)', 'Microwave-Hoods-Over-Range', 150138, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20678, 20678, 'Other', 'Other', 150138, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20679, 20679, 'Mixers', 'Mixers', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20680, 20680, 'Pasta Makers', 'Pasta-Makers', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66752, 66752, 'Popcorn Poppers', 'Popcorn-Poppers', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134674, 134674, 'Rotisseries', 'Rotisseries', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66753, 66753, 'Sandwich Makers', 'Sandwich-Makers', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134673, 134673, 'Skillets', 'Skillets', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20681, 20681, 'Slicers, Electric Knives', 'Slicers-Electric-Knives', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20682, 20682, 'Toasters, Toaster Ovens', 'Toasters-Toaster-Ovens', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116013, 116013, 'Vintage Small Appliances', 'Vintage-Small-Appliances', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20683, 20683, 'Waffle Makers', 'Waffle-Makers', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20684, 20684, 'Water Filters', 'Water-Filters', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20685, 20685, 'Other', 'Other', 20667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20635, 20635, 'Tools & Gadgets', 'Tools-and-Gadgets', 20625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46281, 46281, 'Cake Decorating', 'Cake-Decorating', 20635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43420, 43420, 'Can Openers', 'Can-Openers', 20635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20636, 20636, 'Colanders, Strainers', 'Colanders-Strainers', 20635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32884, 32884, 'Cookie Cutters', 'Cookie-Cutters', 20635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43421, 43421, 'Cooking Thermometers', 'Cooking-Thermometers', 20635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20649, 20649, 'Cooking Utensils', 'Cooking-Utensils', 20635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46282, 46282, 'Cutting Boards', 'Cutting-Boards', 20635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134727, 134727, 'Graters', 'Graters', 20635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134728, 134728, 'Measuring Tools', 'Measuring-Tools', 20635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20642, 20642, 'Mixing, Measuring, Sifting', 'Mixing-Measuring-Sifting', 20635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20643, 20643, 'Paper Towel Holders', 'Paper-Towel-Holders', 20635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20641, 20641, 'Peelers', 'Peelers', 20635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134725, 134725, 'Pepper Mills', 'Pepper-Mills', 20635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46283, 46283, 'Racks & Holders', 'Racks-and-Holders', 20635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20644, 20644, 'Refrigerator Magnets', 'Refrigerator-Magnets', 20635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32885, 32885, 'Rolling Pins, Pastry Tools', 'Rolling-Pins-Pastry-Tools', 20635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46284, 46284, 'Scoops', 'Scoops', 20635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20645, 20645, 'Shakers', 'Shakers', 20635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134726, 134726, 'Slicers', 'Slicers', 20635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20646, 20646, 'Spice Jars, Racks', 'Spice-Jars-Racks', 20635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20647, 20647, 'Spoon Rests', 'Spoon-Rests', 20635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46285, 46285, 'Stove Burner Covers', 'Stove-Burner-Covers', 20635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20648, 20648, 'Timers', 'Timers', 20635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32886, 32886, 'Trivets', 'Trivets', 20635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20650, 20650, 'Mixed Sets, Lots', 'Mixed-Sets-Lots', 20635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20651, 20651, 'Other', 'Other', 20635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3202, 3202, 'Other', 'Other', 20625, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20697, 20697, 'Lamps, Lighting, Ceiling Fans', 'Lamps-Lighting-Ceiling-Fans', 11700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79662, 79662, 'Bathroom Lighting', 'Bathroom-Lighting', 20697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46286, 46286, 'Chandeliers', 'Chandeliers', 20697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46287, 46287, 'Up to 22 Wide', 'Up-to-22-Wide', 46286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20698, 20698, 'More than 22 Wide', 'More-than-22-Wide', 46286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20699, 20699, 'Ceiling Fans', 'Ceiling-Fans', 20697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29510, 29510, 'Ceiling Fixtures', 'Ceiling-Fixtures', 20697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116014, 116014, 'Childrens Lighting', 'Childrens-Lighting', 20697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20700, 20700, 'Desk Lamps', 'Desk-Lamps', 20697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94937, 94937, 'Exterior, Landscape Lighting', 'Exterior-Landscape-Lighting', 20697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94938, 94938, 'Lamp Posts', 'Lamp-Posts', 94937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94939, 94939, 'Light Fixtures', 'Light-Fixtures', 94937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94940, 94940, 'Path Lighting', 'Path-Lighting', 94937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94941, 94941, 'Spot Lights, Flood Lights', 'Spot-Lights-Flood-Lights', 94937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43423, 43423, 'Other', 'Other', 94937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20701, 20701, 'Floor Lamps', 'Floor-Lamps', 20697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43424, 43424, 'Lava Lamps, Party Lights', 'Lava-Lamps-Party-Lights', 20697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79663, 79663, 'Multiple Lamp Sets', 'Multiple-Lamp-Sets', 20697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94942, 94942, 'Neon Signs', 'Neon-Signs', 20697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20702, 20702, 'Night Lights', 'Night-Lights', 20697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116015, 116015, 'Paper Lanterns', 'Paper-Lanterns', 20697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103438, 103438, 'Pendant Lighting', 'Pendant-Lighting', 20697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116016, 116016, 'Picture Lights', 'Picture-Lights', 20697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103439, 103439, 'Recessed Lighting', 'Recessed-Lighting', 20697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20703, 20703, 'Sconces, Wall Lamps', 'Sconces-Wall-Lamps', 20697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116022, 116022, 'String Lights', 'String-Lights', 20697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45506, 45506, 'Table Lamps', 'Table-Lamps', 20697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45507, 45507, 'Asian, Oriental', 'Asian-Oriental', 45506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45508, 45508, 'Country, Americana', 'Country-Americana', 45506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66754, 66754, 'Mission, Arts & Crafts', 'Mission-Arts-and-Crafts', 45506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116017, 116017, 'Nautical', 'Nautical', 45506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52349, 52349, 'Retro', 'Retro', 45506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45509, 45509, 'Tiffany, Stained Glass', 'Tiffany-Stained-Glass', 45506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52350, 52350, 'Tropical', 'Tropical', 45506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52351, 52351, 'Victorian', 'Victorian', 45506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116018, 116018, 'Western', 'Western', 45506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20704, 20704, 'Other', 'Other', 45506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43425, 43425, 'Track Lighting', 'Track-Lighting', 20697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116019, 116019, 'Under Cabinet Lighting', 'Under-Cabinet-Lighting', 20697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20705, 20705, 'Lighting Accessories', 'Lighting-Accessories', 20697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20707, 20707, 'Ceiling Fan Pulls', 'Ceiling-Fan-Pulls', 20705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116020, 116020, 'Lamp Finials', 'Lamp-Finials', 20705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20706, 20706, 'Light Bulbs', 'Light-Bulbs', 20705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20708, 20708, 'Lamp Shades', 'Lamp-Shades', 20705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116021, 116021, 'Lighting Remotes, Controls', 'Lighting-Remotes-Controls', 20705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20709, 20709, 'Other Accessories', 'Other-Accessories', 20705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3201, 3201, 'Other Lamps, Lighting', 'Other-Lamps-Lighting', 20697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20710, 20710, 'Major Appliances', 'Major-Appliances', 11700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43563, 43563, 'Ranges, Cooking Appliances', 'Ranges-Cooking-Appliances', 20710, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43566, 43566, 'Accessories & Parts', 'Accessories-and-Parts', 43563, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71246, 71246, 'Cooktops', 'Cooktops', 43563, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71247, 71247, 'Gas Cooktops', 'Gas-Cooktops', 71246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71248, 71248, 'Electric Cooktops', 'Electric-Cooktops', 71246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71316, 71316, 'Ovens', 'Ovens', 43563, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71317, 71317, 'Gas Ovens', 'Gas-Ovens', 71316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71318, 71318, 'Electric Ovens', 'Electric-Ovens', 71316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71249, 71249, 'Ranges, Stoves', 'Ranges-Stoves', 43563, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71250, 71250, 'Gas Ranges', 'Gas-Ranges', 71249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71251, 71251, 'Electric Ranges', 'Electric-Ranges', 71249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71252, 71252, 'Other Ranges, Stoves', 'Other-Ranges-Stoves', 71249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71253, 71253, 'Range Hoods', 'Range-Hoods', 43563, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20712, 20712, 'Other Cooktops, Ovens, Ranges', 'Other-Cooktops-Ovens-Ranges', 43563, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116023, 116023, 'Dishwashers', 'Dishwashers', 20710, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116024, 116024, 'Dishwashers, Built-In', 'Dishwashers-Built-In', 116023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116025, 116025, 'Dishwashers, Portable', 'Dishwashers-Portable', 116023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116026, 116026, 'Dishwasher Parts & Accessories', 'Dishwasher-Parts-and-Accessories', 116023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46124, 46124, 'Other Dishwashers', 'Other-Dishwashers', 116023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71258, 71258, 'Refrigerators, Freezers', 'Refrigerators-Freezers', 20710, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71259, 71259, 'Accessories & Parts', 'Accessories-and-Parts', 71258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79675, 79675, 'Ice Makers', 'Ice-Makers', 71258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71261, 71261, 'Mini Fridges, Kegerators', 'Mini-Fridges-Kegerators', 71258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71262, 71262, 'Refrigerators, Bottom-Mount', 'Refrigerators-Bottom-Mount', 71258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20713, 20713, 'Refrigerators, Top-Mount', 'Refrigerators-Top-Mount', 71258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71263, 71263, 'Refrigerators, Side-By-Side', 'Refrigerators-Side-By-Side', 71258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71260, 71260, 'Upright & Chest Freezers', 'Upright-and-Chest-Freezers', 71258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71264, 71264, 'Wine Chillers & Cellars', 'Wine-Chillers-and-Cellars', 71258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42231, 42231, 'Washers, Dryers', 'Washers-Dryers', 20710, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20714, 20714, 'Accessories & Parts', 'Accessories-and-Parts', 42231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71254, 71254, 'Electric Dryers', 'Electric-Dryers', 42231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71255, 71255, 'Gas Dryers', 'Gas-Dryers', 42231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71256, 71256, 'Washing Machines', 'Washing-Machines', 42231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71257, 71257, 'Washer & Dryer Sets', 'Washer-and-Dryer-Sets', 42231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20715, 20715, 'Other Major Appliances', 'Other-Major-Appliances', 20710, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29518, 29518, 'Outdoor Power Equipment', 'Outdoor-Power-Equipment', 11700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42226, 42226, 'Chainsaws', 'Chainsaws', 29518, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42227, 42227, 'Electric Chainsaws', 'Electric-Chainsaws', 42226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79664, 79664, 'Gas Chainsaws', 'Gas-Chainsaws', 42226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88435, 88435, 'Echo Chainsaws', 'Echo-Chainsaws', 79664, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79665, 79665, 'Homelite Chainsaws', 'Homelite-Chainsaws', 79664, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79666, 79666, 'Husqvarna Chainsaws', 'Husqvarna-Chainsaws', 79664, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79667, 79667, 'McCulloch Chainsaws', 'McCulloch-Chainsaws', 79664, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79668, 79668, 'Poulan Chainsaws', 'Poulan-Chainsaws', 79664, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79669, 79669, 'Stihl Chainsaws', 'Stihl-Chainsaws', 79664, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20538, 20538, 'Other Gas Chainsaws', 'Other-Gas-Chainsaws', 79664, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85915, 85915, 'Chainsaw Parts & Accessories', 'Chainsaw-Parts-and-Accessories', 42226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42228, 42228, 'Chippers, Shredders & Mulchers', 'Chippers-Shredders-and-Mulchers', 29518, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71265, 71265, 'Edgers', 'Edgers', 29518, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71266, 71266, 'Edgers', 'Edgers', 71265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71267, 71267, 'Parts & Accessories', 'Parts-and-Accessories', 71265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79670, 79670, 'Engines, Multi-Purpose', 'Engines-Multi-Purpose', 29518, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71268, 71268, 'Hedge Trimmers', 'Hedge-Trimmers', 29518, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43560, 43560, 'Lawn Mowers', 'Lawn-Mowers', 29518, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82236, 82236, 'Parts & Accessories', 'Parts-and-Accessories', 43560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88436, 88436, 'Ariens', 'Ariens', 82236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88437, 88437, 'Bolens', 'Bolens', 82236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50371, 50371, 'Briggs & Stratton', 'Briggs-and-Stratton', 82236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82237, 82237, 'Cadet', 'Cadet', 82236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82238, 82238, 'Craftsman', 'Craftsman', 82236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82239, 82239, 'Gravely', 'Gravely', 82236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88438, 88438, 'Honda', 'Honda', 82236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82240, 82240, 'John Deere', 'John-Deere', 82236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50375, 50375, 'Kohler', 'Kohler', 82236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82241, 82241, 'Lawn-Boy', 'Lawn-Boy', 82236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82245, 82245, 'MTD', 'MTD', 82236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88439, 88439, 'Murray', 'Murray', 82236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82244, 82244, 'Onan', 'Onan', 82236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82242, 82242, 'Simplicity', 'Simplicity', 82236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82243, 82243, 'Snapper', 'Snapper', 82236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66760, 66760, 'Tecumseh', 'Tecumseh', 82236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82246, 82246, 'Toro', 'Toro', 82236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82247, 82247, 'Wheel Horse', 'Wheel-Horse', 82236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82248, 82248, 'Other Parts & Accessories', 'Other-Parts-and-Accessories', 82236, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71269, 71269, 'Riding Mowers', 'Riding-Mowers', 43560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50372, 50372, 'Cadet Mowers', 'Cadet-Mowers', 71269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50373, 50373, 'Craftsman Mowers', 'Craftsman-Mowers', 71269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71270, 71270, 'Gravely Mowers', 'Gravely-Mowers', 71269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50374, 50374, 'John Deere Mowers', 'John-Deere-Mowers', 71269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82249, 82249, 'Kubota Mowers', 'Kubota-Mowers', 71269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71271, 71271, 'MTD Mowers', 'MTD-Mowers', 71269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66761, 66761, 'Simplicity Mowers', 'Simplicity-Mowers', 71269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50376, 50376, 'Toro Mowers', 'Toro-Mowers', 71269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66759, 66759, 'Wheel Horse Mowers', 'Wheel-Horse-Mowers', 71269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50377, 50377, 'Other Riding Mowers', 'Other-Riding-Mowers', 71269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71272, 71272, 'Walk-Behind Mowers', 'Walk-Behind-Mowers', 43560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71273, 71273, 'Leaf Blowers & Vacuums', 'Leaf-Blowers-and-Vacuums', 29518, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79671, 79671, 'Leaf Blower & Vacuum Combos', 'Leaf-Blower-and-Vacuum-Combos', 71273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71274, 71274, 'Backpack Leaf Blowers', 'Backpack-Leaf-Blowers', 71273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71275, 71275, 'Handheld Leaf Blowers', 'Handheld-Leaf-Blowers', 71273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22655, 22655, 'Other Leaf Blowers & Vacuums', 'Other-Leaf-Blowers-and-Vacuums', 71273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42229, 42229, 'Manuals & Guides', 'Manuals-and-Guides', 29518, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50388, 50388, 'Pressure Washers', 'Pressure-Washers', 29518, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42230, 42230, 'Snow Blowers', 'Snow-Blowers', 29518, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71276, 71276, 'String Trimmers', 'String-Trimmers', 29518, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79672, 79672, 'Trimmers', 'Trimmers', 71276, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79673, 79673, 'Electric Trimmers', 'Electric-Trimmers', 79672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79674, 79674, 'Gas Trimmers', 'Gas-Trimmers', 79672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71277, 71277, 'Other Trimmers', 'Other-Trimmers', 79672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71278, 71278, 'Parts & Accessories', 'Parts-and-Accessories', 71276, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29519, 29519, 'Tillers', 'Tillers', 29518, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29520, 29520, 'Other Outdoor Power Equipment', 'Other-Outdoor-Power-Equipment', 29518, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20716, 20716, 'Patio & Grilling', 'Patio-and-Grilling', 11700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20721, 20721, 'Awnings, Canopies & Tents', 'Awnings-Canopies-and-Tents', 20716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79677, 79677, 'Benches, Chairs & Lounges', 'Benches-Chairs-and-Lounges', 20716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79678, 79678, 'Benches', 'Benches', 79677, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79679, 79679, 'Chairs', 'Chairs', 79677, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79680, 79680, 'Adirondack Chairs', 'Adirondack-Chairs', 79679, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79681, 79681, 'Teak Chairs', 'Teak-Chairs', 79679, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79682, 79682, 'Other Chairs', 'Other-Chairs', 79679, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79683, 79683, 'Cushions, Pads', 'Cushions-Pads', 79677, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79684, 79684, 'Lounges', 'Lounges', 79677, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20718, 20718, 'Other', 'Other', 79677, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43567, 43567, 'Cooking Tools & Accessories', 'Cooking-Tools-and-Accessories', 20716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43568, 43568, 'Parts & Accessories', 'Parts-and-Accessories', 43567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43569, 43569, 'Utensils', 'Utensils', 43567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20725, 20725, 'Other Cooking Tools', 'Other-Cooking-Tools', 43567, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20723, 20723, 'Charcoal Grills & Accessories', 'Charcoal-Grills-and-Accessories', 20716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85916, 85916, 'Fire Pits', 'Fire-Pits', 20716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79685, 79685, 'Gas Grills & Accessories', 'Gas-Grills-and-Accessories', 20716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79686, 79686, 'Gas Grill Covers', 'Gas-Grill-Covers', 79685, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79687, 79687, 'Gas Grills', 'Gas-Grills', 79685, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20724, 20724, 'Other Gas Grills & Accessories', 'Other-Gas-Grills-and-Accessories', 79685, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20719, 20719, 'Hammocks', 'Hammocks', 20716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79688, 79688, 'Picnicware', 'Picnicware', 20716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79689, 79689, 'Baskets', 'Baskets', 79688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79690, 79690, 'Backpacks', 'Backpacks', 79688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79691, 79691, 'Coolers & Ice Chests', 'Coolers-and-Ice-Chests', 79688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79692, 79692, 'Plates, Cups & Utensils', 'Plates-Cups-and-Utensils', 79688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38249, 38249, 'Other Picnicware', 'Other-Picnicware', 79688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79693, 79693, 'Patio Sets & Picnic Tables', 'Patio-Sets-and-Picnic-Tables', 20716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79694, 79694, 'Metal', 'Metal', 79693, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79695, 79695, 'Wicker', 'Wicker', 79693, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79696, 79696, 'Wood', 'Wood', 79693, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79697, 79697, 'Cedar', 'Cedar', 79696, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79698, 79698, 'Teak', 'Teak', 79696, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79699, 79699, 'Other', 'Other', 79696, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20720, 20720, 'Other', 'Other', 79693, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79700, 79700, 'Swings', 'Swings', 20716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79701, 79701, 'Umbrellas', 'Umbrellas', 20716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10035, 10035, 'Other Patio & Grilling', 'Other-Patio-and-Grilling', 20716, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1281, 1281, 'Pet Supplies', 'Pet-Supplies', 11700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20734, 20734, 'Birds', 'Birds', 1281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116360, 116360, 'Bird Cage Stands', 'Bird-Cage-Stands', 20734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134729, 134729, 'Bird Cages', 'Bird-Cages', 20734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134730, 134730, 'Small Bird Cages', 'Small-Bird-Cages', 134729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46289, 46289, 'Large Bird Cages', 'Large-Bird-Cages', 134729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116494, 116494, 'Bird Feed & Treats', 'Bird-Feed-and-Treats', 20734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46290, 46290, 'Bird Feeders', 'Bird-Feeders', 20734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134786, 134786, 'Bird Toys', 'Bird-Toys', 20734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134787, 134787, 'Bird Chains', 'Bird-Chains', 134786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134788, 134788, 'Bird Swings', 'Bird-Swings', 134786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134789, 134789, 'Rope Toys', 'Rope-Toys', 134786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20736, 20736, 'Other Bird Toys', 'Other-Bird-Toys', 134786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46292, 46292, 'Incubators', 'Incubators', 20734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46291, 46291, 'Perches', 'Perches', 20734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3211, 3211, 'Other Bird Supplies', 'Other-Bird-Supplies', 20734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20737, 20737, 'Cats', 'Cats', 1281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66762, 66762, 'Cat Beds', 'Cat-Beds', 20737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116361, 116361, 'Cat Behavior Training', 'Cat-Behavior-Training', 20737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116362, 116362, 'Cat Carriers', 'Cat-Carriers', 20737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117420, 117420, 'Cat Claw Control', 'Cat-Claw-Control', 20737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66763, 66763, 'Cat Collars', 'Cat-Collars', 20737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66764, 66764, 'Cat Dishes & Feeders ', 'Cat-Dishes-and-Feeders-', 20737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117421, 117421, 'Cat Doors & Flaps', 'Cat-Doors-and-Flaps', 20737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20738, 20738, 'Cat Flea & Tick Remedies', 'Cat-Flea-and-Tick-Remedies', 20737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20739, 20739, 'Cat Food & Treats', 'Cat-Food-and-Treats', 20737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20740, 20740, 'Cat Furniture & Scratchers', 'Cat-Furniture-and-Scratchers', 20737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116363, 116363, 'Cat Litter', 'Cat-Litter', 20737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117422, 117422, 'Cat Lover Products', 'Cat-Lover-Products', 20737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134731, 134731, 'Cat Tags', 'Cat-Tags', 20737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117423, 117423, 'Cat Toys', 'Cat-Toys', 20737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117424, 117424, 'Catnip Toys', 'Catnip-Toys', 117423, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117425, 117425, 'Laser Pointers', 'Laser-Pointers', 117423, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134732, 134732, 'Toy Mice', 'Toy-Mice', 117423, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20741, 20741, 'Other Cat Toys', 'Other-Cat-Toys', 117423, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29853, 29853, 'Litter Boxes', 'Litter-Boxes', 20737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134790, 134790, 'Phermone Sprays & Plug-Ins', 'Phermone-Sprays-and-Plug-Ins', 20737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116364, 116364, 'Water Fountains', 'Water-Fountains', 20737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1284, 1284, 'Other Cat Supplies', 'Other-Cat-Supplies', 20737, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 20742, 20742, 'Dogs', 'Dogs', 1281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117426, 117426, 'Car Seat Covers', 'Car-Seat-Covers', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46293, 46293, 'Dog Apparel', 'Dog-Apparel', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46294, 46294, 'Bandanas & Scarves', 'Bandanas-and-Scarves', 46293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66765, 66765, 'Boots & Shoes', 'Boots-and-Shoes', 46293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46296, 46296, 'Bows', 'Bows', 46293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66766, 66766, 'Coats', 'Coats', 46293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52352, 52352, 'Dog Costumes', 'Dog-Costumes', 46293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116373, 116373, 'Dog Diapers', 'Dog-Diapers', 46293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117427, 117427, 'Dog Safety Vests & Preservers', 'Dog-Safety-Vests-and-Preservers', 46293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66767, 66767, 'Dresses', 'Dresses', 46293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46295, 46295, 'Hats & Visors', 'Hats-and-Visors', 46293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66768, 66768, 'Pajamas', 'Pajamas', 46293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117428, 117428, 'Pants & Shorts', 'Pants-and-Shorts', 46293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116374, 116374, 'Rain Coats', 'Rain-Coats', 46293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46297, 46297, 'Shirts', 'Shirts', 46293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116375, 116375, 'Sport Jerseys', 'Sport-Jerseys', 46293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116376, 116376, 'Sunglasses & Goggles', 'Sunglasses-and-Goggles', 46293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46298, 46298, 'Sweaters', 'Sweaters', 46293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134751, 134751, 'Vests', 'Vests', 46293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20743, 20743, 'Other Dog Apparel', 'Other-Dog-Apparel', 46293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66769, 66769, 'Dog Beds', 'Dog-Beds', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66770, 66770, 'Small Dog Beds', 'Small-Dog-Beds', 66769, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66771, 66771, 'Medium Dog Beds', 'Medium-Dog-Beds', 66769, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66772, 66772, 'Large Dog Beds', 'Large-Dog-Beds', 66769, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66773, 66773, 'X-Large Dog Beds', 'X-Large-Dog-Beds', 66769, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20744, 20744, 'Other Dog Beds', 'Other-Dog-Beds', 66769, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116377, 116377, 'Dog Blankets', 'Dog-Blankets', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116378, 116378, 'Dog Calendars', 'Dog-Calendars', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20745, 20745, 'Dog Carriers & Totes', 'Dog-Carriers-and-Totes', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52353, 52353, 'Dog Collars & Tags', 'Dog-Collars-and-Tags', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66774, 66774, 'Bark Collars', 'Bark-Collars', 52353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52356, 52356, 'Dog Tags & Charms', 'Dog-Tags-and-Charms', 52353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52354, 52354, 'Leather Collars', 'Leather-Collars', 52353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52355, 52355, 'Nylon Collars', 'Nylon-Collars', 52353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66775, 66775, 'Rhinestone Collars', 'Rhinestone-Collars', 52353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66776, 66776, 'Spiked & Studded Collars', 'Spiked-and-Studded-Collars', 52353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20746, 20746, 'Other Collars & Tags', 'Other-Collars-and-Tags', 52353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121851, 121851, 'Dog Crates', 'Dog-Crates', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20747, 20747, 'Dog Dishes & Feeders', 'Dog-Dishes-and-Feeders', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116379, 116379, 'Dog Doors', 'Dog-Doors', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20748, 20748, 'Dog Fences & Exercise Pens', 'Dog-Fences-and-Exercise-Pens', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66777, 66777, 'Dog Food & Treats', 'Dog-Food-and-Treats', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117430, 117430, 'Bully Sticks', 'Bully-Sticks', 66777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66778, 66778, 'Dog Biscuits & Treats', 'Dog-Biscuits-and-Treats', 66777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66779, 66779, 'Dog Bones', 'Dog-Bones', 66777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66780, 66780, 'Dog Food', 'Dog-Food', 66777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117431, 117431, 'Greenies', 'Greenies', 66777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66781, 66781, 'Pig Ears', 'Pig-Ears', 66777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20750, 20750, 'Other Food & Treats', 'Other-Food-and-Treats', 66777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46300, 46300, 'Dog Flea & Tick Remedies', 'Dog-Flea-and-Tick-Remedies', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46301, 46301, 'Advantage', 'Advantage', 46300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117779, 117779, 'Advantix', 'Advantix', 46300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46302, 46302, 'Frontline', 'Frontline', 46300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20749, 20749, 'Other Flea & Tick Remedies', 'Other-Flea-and-Tick-Remedies', 46300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46303, 46303, 'Dog Grooming', 'Dog-Grooming', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46304, 46304, 'Clippers, Scissors & Shears', 'Clippers-Scissors-and-Shears', 46303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146239, 146239, 'Deshedding Tools', 'Deshedding-Tools', 46303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146240, 146240, 'Dog Dryers', 'Dog-Dryers', 46303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146241, 146241, 'Dog Grooming Tables', 'Dog-Grooming-Tables', 46303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46305, 46305, 'Rakes, Brushes & Combs', 'Rakes-Brushes-and-Combs', 46303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46306, 46306, 'Shampooing & Washing', 'Shampooing-and-Washing', 46303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20751, 20751, 'Other Dog Grooming', 'Other-Dog-Grooming', 46303, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134752, 134752, 'Dog Health Care', 'Dog-Health-Care', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116394, 116394, 'Dog Oral Hygiene', 'Dog-Oral-Hygiene', 134752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134754, 134754, 'Dog Vitamins & Supplements', 'Dog-Vitamins-and-Supplements', 134752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117432, 117432, 'Dog Wormer Products', 'Dog-Wormer-Products', 134752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146242, 146242, 'Ear Care', 'Ear-Care', 134752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134792, 134792, 'Eye Care', 'Eye-Care', 134752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134791, 134791, 'Skin & Coat Care', 'Skin-and-Coat-Care', 134752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134753, 134753, 'Other Dog Health Care', 'Other-Dog-Health-Care', 134752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108884, 108884, 'Dog Houses', 'Dog-Houses', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146247, 146247, 'Dog Leashes', 'Dog-Leashes', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146248, 146248, 'Leather Leashes', 'Leather-Leashes', 146247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146249, 146249, 'Nylon Leashes', 'Nylon-Leashes', 146247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146250, 146250, 'Retractable Dog Leashes', 'Retractable-Dog-Leashes', 146247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146251, 146251, 'Slip Lead Leashes', 'Slip-Lead-Leashes', 146247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20752, 20752, 'Other Dog Leashes', 'Other-Dog-Leashes', 146247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146228, 146228, 'Dog Signs & Plaques', 'Dog-Signs-and-Plaques', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146229, 146229, 'Boxers', 'Boxers', 146228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146230, 146230, 'Bulldogs', 'Bulldogs', 146228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146231, 146231, 'German Shepherds', 'German-Shepherds', 146228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146232, 146232, 'Greyhounds', 'Greyhounds', 146228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146233, 146233, 'Labradors', 'Labradors', 146228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146234, 146234, 'Poodles', 'Poodles', 146228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146235, 146235, 'Rottweilers', 'Rottweilers', 146228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146236, 146236, 'Spaniels', 'Spaniels', 146228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146237, 146237, 'St Bernards', 'St-Bernards', 146228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146238, 146238, 'Terriers', 'Terriers', 146228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46299, 46299, 'Other Breed', 'Other-Breed', 146228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116380, 116380, 'Dog Strollers', 'Dog-Strollers', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117429, 117429, 'Dog Tents & Canopies', 'Dog-Tents-and-Canopies', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66785, 66785, 'Dog Toys & Chews', 'Dog-Toys-and-Chews', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66786, 66786, 'Plush Toys', 'Plush-Toys', 66785, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66787, 66787, 'Rope Toys', 'Rope-Toys', 66785, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146246, 146246, 'Squeaky Toys', 'Squeaky-Toys', 66785, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20753, 20753, 'Other Dog Toys & Chews', 'Other-Dog-Toys-and-Chews', 66785, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116381, 116381, 'Dog Training & Obedience', 'Dog-Training-and-Obedience', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116382, 116382, 'Citronella, Spray Collars', 'Citronella-Spray-Collars', 116381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116383, 116383, 'Dog Agility Training', 'Dog-Agility-Training', 116381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116384, 116384, 'Dog Whistles', 'Dog-Whistles', 116381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146243, 146243, 'House Training Pads', 'House-Training-Pads', 116381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116385, 116385, 'Shock Collars', 'Shock-Collars', 116381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146244, 146244, 'Sonic Trainers', 'Sonic-Trainers', 116381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116386, 116386, 'Training Leads & Leashes', 'Training-Leads-and-Leashes', 116381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116387, 116387, 'Training Videos & Books', 'Training-Videos-and-Books', 116381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146245, 146245, 'Other Dog Training & Obedience', 'Other-Dog-Training-and-Obedience', 116381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116388, 116388, 'Electronic, Invisible Fences', 'Electronic-Invisible-Fences', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66783, 66783, 'Harnesses', 'Harnesses', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66784, 66784, 'Muzzles', 'Muzzles', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134755, 134755, 'Odor & Stain Removal', 'Odor-and-Stain-Removal', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116389, 116389, 'Ramps & Stairs', 'Ramps-and-Stairs', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116390, 116390, 'Outdoor Dog Garden Flags', 'Outdoor-Dog-Garden-Flags', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116391, 116391, 'Pet Memorial', 'Pet-Memorial', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116392, 116392, 'Pooper Scoopers & Bags', 'Pooper-Scoopers-and-Bags', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116393, 116393, 'Water Fountains', 'Water-Fountains', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134793, 134793, 'Whelping Supplies', 'Whelping-Supplies', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1283, 1283, 'Other Dog Supplies', 'Other-Dog-Supplies', 20742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20754, 20754, 'Fish, Turtles & Frogs', 'Fish-Turtles-and-Frogs', 1281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46308, 46308, 'Aquarium Coral', 'Aquarium-Coral', 20754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66789, 66789, 'Aquarium Decorations', 'Aquarium-Decorations', 20754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66791, 66791, 'Aquarium Ornaments', 'Aquarium-Ornaments', 66789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66790, 66790, 'Driftwood', 'Driftwood', 66789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66792, 66792, 'Plastic Plants', 'Plastic-Plants', 66789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66793, 66793, 'Rocks & Glass', 'Rocks-and-Glass', 66789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116418, 116418, 'Sea Shells & Barnacles', 'Sea-Shells-and-Barnacles', 66789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20757, 20757, 'Other Aquarium Decorations', 'Other-Aquarium-Decorations', 66789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46314, 46314, 'Aquarium Lighting', 'Aquarium-Lighting', 20754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117435, 117435, 'Aquarium Meters, Regulators', 'Aquarium-Meters-Regulators', 20754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117436, 117436, 'Aquarium Stands', 'Aquarium-Stands', 20754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20755, 20755, 'Aquariums', 'Aquariums', 20754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20756, 20756, 'Cleaning & Water Treatments', 'Cleaning-and-Water-Treatments', 20754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66788, 66788, 'Crabs, Snails & Algae Eaters', 'Crabs-Snails-and-Algae-Eaters', 20754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46309, 46309, 'Filtration & Heating', 'Filtration-and-Heating', 20754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117433, 117433, 'Aquarium Chillers', 'Aquarium-Chillers', 46309, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46310, 46310, 'Aquarium Filters', 'Aquarium-Filters', 46309, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46311, 46311, 'Aquarium Heaters', 'Aquarium-Heaters', 46309, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46312, 46312, 'Aquarium Pumps', 'Aquarium-Pumps', 46309, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46313, 46313, 'Skimmers', 'Skimmers', 46309, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117434, 117434, 'UV Sterilizers', 'UV-Sterilizers', 46309, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20758, 20758, 'Other Filtration & Heating', 'Other-Filtration-and-Heating', 46309, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134749, 134749, 'Fish Bowls', 'Fish-Bowls', 20754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20759, 20759, 'Fish Food', 'Fish-Food', 20754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134750, 134750, 'Fish Pond Supplies', 'Fish-Pond-Supplies', 20754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66794, 66794, 'Live Aquarium Plants', 'Live-Aquarium-Plants', 20754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117437, 117437, 'Live Aquarium Rock', 'Live-Aquarium-Rock', 20754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116419, 116419, 'Refractometers', 'Refractometers', 20754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66795, 66795, 'Tropical Fish', 'Tropical-Fish', 20754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134785, 134785, 'Water Meters', 'Water-Meters', 20754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3212, 3212, 'Other Fish Turtle & Frog Items', 'Other-Fish-Turtle-and-Frog-Items', 20754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63512, 63512, 'Horses', 'Horses', 1281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116420, 116420, 'Reptiles', 'Reptiles', 1281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116421, 116421, 'Cage Decorations', 'Cage-Decorations', 116420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116422, 116422, 'Reptile Cages & Habitats', 'Reptile-Cages-and-Habitats', 116420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116423, 116423, 'Thermometers & Heaters', 'Thermometers-and-Heaters', 116420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1285, 1285, 'Other Reptile Supplies', 'Other-Reptile-Supplies', 116420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121852, 121852, 'Small Animals', 'Small-Animals', 1281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121853, 121853, 'Bedding', 'Bedding', 121852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116396, 116396, 'Cages', 'Cages', 121852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117439, 117439, 'Exercise Wheels', 'Exercise-Wheels', 121852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134794, 134794, 'Food & Treats', 'Food-and-Treats', 121852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116397, 116397, 'Hammocks', 'Hammocks', 121852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116398, 116398, 'Harnesses & Leads', 'Harnesses-and-Leads', 121852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134795, 134795, 'Small Animal Toys', 'Small-Animal-Toys', 121852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121854, 121854, 'Other Small Animal Supplies', 'Other-Small-Animal-Supplies', 121852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82250, 82250, 'Other Animals', 'Other-Animals', 1281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20601, 20601, 'Plumbing & Fixtures', 'Plumbing-and-Fixtures', 11700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121838, 121838, 'Bar & Prep', 'Bar-and-Prep', 20601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121839, 121839, 'Bar & Prep Faucets', 'Bar-and-Prep-Faucets', 121838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121840, 121840, 'Bar & Prep Sinks', 'Bar-and-Prep-Sinks', 121838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121841, 121841, 'Other Bar & Prep', 'Other-Bar-and-Prep', 121838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29506, 29506, 'Bathroom', 'Bathroom', 20601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85900, 85900, 'Bathroom Shower & Tub Faucets', 'Bathroom-Shower-and-Tub-Faucets', 29506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85901, 85901, 'Brass Faucets', 'Brass-Faucets', 85900, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85902, 85902, 'Bronze Faucets', 'Bronze-Faucets', 85900, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85903, 85903, 'Chrome Faucets', 'Chrome-Faucets', 85900, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85904, 85904, 'Nickel Faucets', 'Nickel-Faucets', 85900, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29507, 29507, 'Other Shower & Tub Faucets', 'Other-Shower-and-Tub-Faucets', 85900, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85905, 85905, 'Bathroom Sink Faucets', 'Bathroom-Sink-Faucets', 29506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85906, 85906, 'Brass Faucets', 'Brass-Faucets', 85905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85907, 85907, 'Bronze Faucets', 'Bronze-Faucets', 85905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85908, 85908, 'Chrome Faucets', 'Chrome-Faucets', 85905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116399, 116399, 'Chrome & Brass Faucets', 'Chrome-and-Brass-Faucets', 85905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85909, 85909, 'Nickel Faucets', 'Nickel-Faucets', 85905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42024, 42024, 'Other Bathroom Sink Faucets', 'Other-Bathroom-Sink-Faucets', 85905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116351, 116351, 'Bathroom Sinks', 'Bathroom-Sinks', 29506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116352, 116352, 'Drop-in Sinks', 'Drop-in-Sinks', 116351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116353, 116353, 'Pedestal Sinks', 'Pedestal-Sinks', 116351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116354, 116354, 'Undermount Sinks', 'Undermount-Sinks', 116351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116355, 116355, 'Vessel Sinks', 'Vessel-Sinks', 116351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116356, 116356, 'Glass Vessel Sinks', 'Glass-Vessel-Sinks', 116355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116357, 116357, 'Marble, Stone Vessel Sinks', 'Marble-Stone-Vessel-Sinks', 116355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116358, 116358, 'Copper Vessel Sinks', 'Copper-Vessel-Sinks', 116355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116359, 116359, 'Other Vessel Sinks', 'Other-Vessel-Sinks', 116355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71283, 71283, 'Other Bathroom Sinks', 'Other-Bathroom-Sinks', 116351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121849, 121849, 'Shower Panels, Massagers', 'Shower-Panels-Massagers', 29506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71282, 71282, 'Showerheads', 'Showerheads', 29506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121850, 121850, 'Showers & Steamers', 'Showers-and-Steamers', 29506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71284, 71284, 'Toilets, Toilet Seats & Bidets', 'Toilets-Toilet-Seats-and-Bidets', 29506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42025, 42025, 'Whirlpool & Soaker Tubs', 'Whirlpool-and-Soaker-Tubs', 29506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71281, 71281, 'Other Bathroom', 'Other-Bathroom', 29506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71279, 71279, 'Kitchen', 'Kitchen', 20601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42022, 42022, 'Garbage Disposals', 'Garbage-Disposals', 71279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121848, 121848, 'Hot/Cold Water Dispensers', 'Hot-Cold-Water-Dispensers', 71279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85910, 85910, 'Kitchen Faucets', 'Kitchen-Faucets', 71279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116401, 116401, 'Brass Faucets', 'Brass-Faucets', 85910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116402, 116402, 'Bronze Faucets', 'Bronze-Faucets', 85910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85911, 85911, 'Chrome Faucets', 'Chrome-Faucets', 85910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85912, 85912, 'Nickel Faucets', 'Nickel-Faucets', 85910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85913, 85913, 'Stainless Steel Faucets', 'Stainless-Steel-Faucets', 85910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116403, 116403, 'White Faucets', 'White-Faucets', 85910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29508, 29508, 'Other Kitchen Faucets', 'Other-Kitchen-Faucets', 85910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121842, 121842, 'Kitchen Sinks', 'Kitchen-Sinks', 71279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121843, 121843, 'Ceramic, Porcelain Sinks', 'Ceramic-Porcelain-Sinks', 121842, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121844, 121844, 'Copper & Brass Sinks', 'Copper-and-Brass-Sinks', 121842, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20603, 20603, 'Stainless Steel Sinks', 'Stainless-Steel-Sinks', 121842, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121845, 121845, 'Stone Sinks', 'Stone-Sinks', 121842, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121846, 121846, 'Other Sinks', 'Other-Sinks', 121842, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121847, 121847, 'Sink Soap Dispensers', 'Sink-Soap-Dispensers', 71279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116400, 116400, 'Water Filters', 'Water-Filters', 71279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71280, 71280, 'Other Kitchen', 'Other-Kitchen', 71279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42131, 42131, 'Plumbing Parts & Accessories', 'Plumbing-Parts-and-Accessories', 20601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42132, 42132, 'Pumps', 'Pumps', 42131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42133, 42133, 'Valves, Fittings & Clamps', 'Valves-Fittings-and-Clamps', 42131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42134, 42134, 'Other Parts & Accessories', 'Other-Parts-and-Accessories', 42131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3191, 3191, 'Other Plumbing & Fixtures', 'Other-Plumbing-and-Fixtures', 20601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20727, 20727, 'Pools & Spas', 'Pools-and-Spas', 11700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116413, 116413, 'Pool & Spa Covers', 'Pool-and-Spa-Covers', 20727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116414, 116414, 'Swimming Pool Covers', 'Swimming-Pool-Covers', 116413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116415, 116415, 'Spa, Hot Tub Covers', 'Spa-Hot-Tub-Covers', 116413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20730, 20730, 'Other Covers', 'Other-Covers', 116413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20729, 20729, 'Pool Chemicals, Chlorine', 'Pool-Chemicals-Chlorine', 20727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116408, 116408, 'Pool Cleaners', 'Pool-Cleaners', 20727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116409, 116409, 'Above-Ground Pool Cleaners', 'Above-Ground-Pool-Cleaners', 116408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116410, 116410, 'In-Ground Pool Cleaners', 'In-Ground-Pool-Cleaners', 116408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116411, 116411, 'Skimmers & Accessories', 'Skimmers-and-Accessories', 116408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66782, 66782, 'Other Pool Cleaners', 'Other-Pool-Cleaners', 116408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116412, 116412, 'Pool Filters', 'Pool-Filters', 20727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20731, 20731, 'Pool Floats, Rafts', 'Pool-Floats-Rafts', 20727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42239, 42239, 'Pool Heaters & Solar Panels', 'Pool-Heaters-and-Solar-Panels', 20727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79676, 79676, 'Pool Liners', 'Pool-Liners', 20727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20732, 20732, 'Pool Pumps', 'Pool-Pumps', 20727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116416, 116416, 'Pool Toys & Games', 'Pool-Toys-and-Games', 20727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116404, 116404, 'Pools', 'Pools', 20727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116405, 116405, 'Above-Ground Pools', 'Above-Ground-Pools', 116404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116406, 116406, 'In-Ground Pools', 'In-Ground-Pools', 116404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116407, 116407, 'Inflatable, Kid Pools', 'Inflatable-Kid-Pools', 116404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20733, 20733, 'Other Pools', 'Other-Pools', 116404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42240, 42240, 'Spas, Hot Tubs', 'Spas-Hot-Tubs', 20727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116417, 116417, 'Saunas', 'Saunas', 20727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3243, 3243, 'Other Pool & Spa Accessories', 'Other-Pool-and-Spa-Accessories', 20727, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20584, 20584, 'Rugs & Carpets', 'Rugs-and-Carpets', 11700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45510, 45510, 'Area Rugs', 'Area-Rugs', 20584, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50420, 50420, '3x5', '3x5', 45510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45511, 45511, '4x6', '4x6', 45510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45512, 45512, '5x8', '5x8', 45510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57747, 57747, '6x8', '6x8', 45510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45513, 45513, '8x10', '8x10', 45510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45514, 45514, '8x11', '8x11', 45510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20572, 20572, 'Other', 'Other', 45510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20574, 20574, 'Runners', 'Runners', 20584, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20575, 20575, 'Throw Rugs', 'Throw-Rugs', 20584, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20588, 20588, 'Other', 'Other', 20584, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 631, 631, 'Tools', 'Tools', 11700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22662, 22662, 'Air Compressors', 'Air-Compressors', 631, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22659, 22659, 'Air Tools', 'Air-Tools', 631, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42241, 42241, 'Brad, Nail & Staple Guns', 'Brad-Nail-and-Staple-Guns', 22659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42242, 42242, 'Finishing Guns', 'Finishing-Guns', 42241, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50378, 50378, 'Framing Guns', 'Framing-Guns', 42241, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42243, 42243, 'Roofing Guns', 'Roofing-Guns', 42241, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42244, 42244, 'Staple, Brad Guns', 'Staple-Brad-Guns', 42241, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22661, 22661, 'Other Brad, Nail & Staple Guns', 'Other-Brad-Nail-and-Staple-Guns', 42241, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22660, 22660, 'Cleaners, Washers', 'Cleaners-Washers', 22659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75675, 75675, 'Cut-Off Tools', 'Cut-Off-Tools', 22659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42245, 42245, 'Drills', 'Drills', 22659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22779, 22779, 'Grease, Sealant Guns', 'Grease-Sealant-Guns', 22659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75676, 75676, 'Grinders', 'Grinders', 22659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42246, 42246, 'Hammers', 'Hammers', 22659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79702, 79702, 'Paint Sprayers', 'Paint-Sprayers', 22659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42247, 42247, 'Parts & Accessories', 'Parts-and-Accessories', 22659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42248, 42248, 'Ratchets', 'Ratchets', 22659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43570, 43570, 'Sandblasters', 'Sandblasters', 22659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42249, 42249, 'Sanders', 'Sanders', 22659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22663, 22663, 'Wrenches', 'Wrenches', 22659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22664, 22664, 'Other Air Tools', 'Other-Air-Tools', 22659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20760, 20760, 'Flashlights', 'Flashlights', 631, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46412, 46412, 'Generators, Home-Use', 'Generators-Home-Use', 631, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3244, 3244, 'Hand Tools', 'Hand-Tools', 631, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43572, 43572, 'Clamps & Vises', 'Clamps-and-Vises', 3244, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43573, 43573, 'Bar Clamps', 'Bar-Clamps', 43572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88440, 88440, 'Bench, Table Vises', 'Bench-Table-Vises', 43572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43574, 43574, 'Spring & C-Clamps', 'Spring-and-C-Clamps', 43572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20761, 20761, 'Other Clamps & Vises', 'Other-Clamps-and-Vises', 43572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20762, 20762, 'Files & Chisels', 'Files-and-Chisels', 3244, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20763, 20763, 'Hammers', 'Hammers', 3244, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42250, 42250, 'Knives & Cutters', 'Knives-and-Cutters', 3244, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42251, 42251, 'Pocket Knives & Cutters', 'Pocket-Knives-and-Cutters', 42250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42252, 42252, 'Utility Knives & Cutters', 'Utility-Knives-and-Cutters', 42250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20764, 20764, 'Other Knives & Cutters', 'Other-Knives-and-Cutters', 42250, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43575, 43575, 'Leatherworking Tools', 'Leatherworking-Tools', 3244, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43587, 43587, 'Levels & Plumb Bobs', 'Levels-and-Plumb-Bobs', 3244, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43588, 43588, 'Laser Levels', 'Laser-Levels', 43587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43589, 43589, 'Standard Levels', 'Standard-Levels', 43587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20765, 20765, 'Other Levels & Plumb Bobs', 'Other-Levels-and-Plumb-Bobs', 43587, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29523, 29523, 'Measuring Tools', 'Measuring-Tools', 3244, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29525, 29525, 'Calipers', 'Calipers', 29523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29524, 29524, 'Measuring Tapes & Rulers', 'Measuring-Tapes-and-Rulers', 29523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42253, 42253, 'Squares', 'Squares', 29523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20766, 20766, 'Other Measuring Tools', 'Other-Measuring-Tools', 29523, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29526, 29526, 'Planes', 'Planes', 3244, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82251, 82251, 'Pliers', 'Pliers', 3244, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82252, 82252, 'Plier Sets', 'Plier-Sets', 82251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20767, 20767, 'Single Pliers', 'Single-Pliers', 82251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82253, 82253, 'Other Pliers', 'Other-Pliers', 82251, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42254, 42254, 'Pry Bars', 'Pry-Bars', 3244, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50379, 50379, 'Pullers', 'Pullers', 3244, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50380, 50380, 'Punches', 'Punches', 3244, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20768, 20768, 'Saws', 'Saws', 3244, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42255, 42255, 'Screwdrivers', 'Screwdrivers', 3244, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82254, 82254, 'Screwdriver Sets', 'Screwdriver-Sets', 42255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42256, 42256, 'Craftsman Sets', 'Craftsman-Sets', 82254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42257, 42257, 'Snap-On Sets', 'Snap-On-Sets', 82254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75677, 75677, 'Stanley Sets', 'Stanley-Sets', 82254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20769, 20769, 'Other Screwdriver Sets', 'Other-Screwdriver-Sets', 82254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82255, 82255, 'Single Screwdrivers', 'Single-Screwdrivers', 42255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82256, 82256, 'Other Screwdrivers', 'Other-Screwdrivers', 42255, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66796, 66796, 'Winches', 'Winches', 3244, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20770, 20770, 'Wrenches', 'Wrenches', 3244, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20771, 20771, 'Adjustable Wrenches', 'Adjustable-Wrenches', 20770, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42258, 42258, 'Allen & Hex Wrenches', 'Allen-and-Hex-Wrenches', 20770, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20772, 20772, 'Pipe Wrenches', 'Pipe-Wrenches', 20770, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42259, 42259, 'Wrench Sets', 'Wrench-Sets', 20770, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42260, 42260, 'Craftsman Sets', 'Craftsman-Sets', 42259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42261, 42261, 'Snap-On Sets', 'Snap-On-Sets', 42259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29527, 29527, 'Other Wrench Sets', 'Other-Wrench-Sets', 42259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42262, 42262, 'Socket Wrenches', 'Socket-Wrenches', 20770, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42263, 42263, 'Craftsman Wrenches', 'Craftsman-Wrenches', 42262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42264, 42264, 'Snap-On Wrenches', 'Snap-On-Wrenches', 42262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20773, 20773, 'Other Socket Wrenches', 'Other-Socket-Wrenches', 42262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42265, 42265, 'Torque Wrenches', 'Torque-Wrenches', 20770, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20774, 20774, 'Other Wrenches', 'Other-Wrenches', 20770, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23782, 23782, 'Mixed Tool Sets', 'Mixed-Tool-Sets', 3244, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 303, 303, 'Other Hand Tools', 'Other-Hand-Tools', 3244, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3247, 3247, 'Power Tools', 'Power-Tools', 631, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50389, 50389, 'Batteries & Chargers', 'Batteries-and-Chargers', 3247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50390, 50390, '9.6V', '9-6V', 50389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50391, 50391, '12V', '12V', 50389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50392, 50392, '14.4V', '14-4V', 50389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50393, 50393, '18V', '18V', 50389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20794, 20794, 'Other Batteries & Chargers', 'Other-Batteries-and-Chargers', 50389, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42266, 42266, 'Buffers, Polishers', 'Buffers-Polishers', 3247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28057, 28057, 'Combination Sets', 'Combination-Sets', 3247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50382, 50382, 'Drill Bits', 'Drill-Bits', 3247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50383, 50383, 'Multi-Bit Sets', 'Multi-Bit-Sets', 50382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50384, 50384, 'Single Bits', 'Single-Bits', 50382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42267, 42267, 'Corded Drills', 'Corded-Drills', 3247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71294, 71294, 'Angle Drills', 'Angle-Drills', 42267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71295, 71295, 'Drill Drivers', 'Drill-Drivers', 42267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75678, 75678, 'Black & Decker', 'Black-and-Decker', 71295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75679, 75679, 'Bosch', 'Bosch', 71295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43590, 43590, 'Craftsman', 'Craftsman', 71295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42268, 42268, 'DeWalt', 'DeWalt', 71295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43591, 43591, 'Makita', 'Makita', 71295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42269, 42269, 'Milwaukee Electric', 'Milwaukee-Electric', 71295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43592, 43592, 'Porter Cable', 'Porter-Cable', 71295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20776, 20776, 'Other Drill Drivers', 'Other-Drill-Drivers', 71295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 71296, 71296, 'Drill Presses', 'Drill-Presses', 42267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71297, 71297, 'Impact Drivers & Wrenches', 'Impact-Drivers-and-Wrenches', 42267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42270, 42270, 'Cordless Drills', 'Cordless-Drills', 3247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82257, 82257, '13.2 volt & Lower', '13-2-volt-and-Lower', 42270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88441, 88441, 'Black & Decker', 'Black-and-Decker', 82257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82258, 82258, 'Craftsman', 'Craftsman', 82257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82259, 82259, 'DeWalt', 'DeWalt', 82257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82260, 82260, 'Makita', 'Makita', 82257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82261, 82261, 'Other Brands', 'Other-Brands', 82257, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82262, 82262, '14.4 - 16.8 volt', '14-4-16-8-volt', 42270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82263, 82263, 'Craftsman', 'Craftsman', 82262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82264, 82264, 'DeWalt', 'DeWalt', 82262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82265, 82265, 'Makita', 'Makita', 82262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82266, 82266, 'Other Brands', 'Other-Brands', 82262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82267, 82267, '18 volt', '18-volt', 42270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42271, 42271, 'Craftsman', 'Craftsman', 82267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42272, 42272, 'DeWalt', 'DeWalt', 82267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42273, 42273, 'Makita', 'Makita', 82267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82268, 82268, 'Milwaukee', 'Milwaukee', 82267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82269, 82269, 'Ryobi', 'Ryobi', 82267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71302, 71302, 'Other Brands', 'Other-Brands', 82267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82270, 82270, '19.2 volt & Higher', '19-2-volt-and-Higher', 42270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82271, 82271, 'Craftsman', 'Craftsman', 82270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82272, 82272, 'DeWalt', 'DeWalt', 82270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82273, 82273, 'Makita', 'Makita', 82270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82274, 82274, 'Other Brands', 'Other-Brands', 82270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 82275, 82275, 'Other Voltages', 'Other-Voltages', 42270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42275, 42275, 'Grinders', 'Grinders', 3247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42276, 42276, 'Angle Grinders', 'Angle-Grinders', 42275, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42277, 42277, 'Bench Grinders', 'Bench-Grinders', 42275, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79703, 79703, 'Grinding Wheels & Accessories', 'Grinding-Wheels-and-Accessories', 42275, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20778, 20778, 'Other Grinders', 'Other-Grinders', 42275, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66797, 66797, 'Heat Guns', 'Heat-Guns', 3247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42278, 42278, 'Nail and Staple Guns, Electric', 'Nail-and-Staple-Guns-Electric', 3247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42279, 42279, 'Finishing', 'Finishing', 42278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42280, 42280, 'Framing', 'Framing', 42278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42281, 42281, 'Staple, Brad', 'Staple-Brad', 42278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20779, 20779, 'Other', 'Other', 42278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43593, 43593, 'Jacks & Stands', 'Jacks-and-Stands', 3247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42359, 42359, 'Joiners', 'Joiners', 3247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20780, 20780, 'Biscuit Joiners', 'Biscuit-Joiners', 42359, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42360, 42360, 'Standard Joiners', 'Standard-Joiners', 42359, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42282, 42282, 'Lathes & Accessories', 'Lathes-and-Accessories', 3247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42283, 42283, 'Planers', 'Planers', 3247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29528, 29528, 'Rotary Tools', 'Rotary-Tools', 3247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71305, 71305, 'Routers, Bits, & Accessories', 'Routers-Bits-and-Accessories', 3247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50386, 50386, 'Multi-Bit Sets', 'Multi-Bit-Sets', 71305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50387, 50387, 'Single Router Bits', 'Single-Router-Bits', 71305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20781, 20781, 'Routers', 'Routers', 71305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75680, 75680, 'Router Tables', 'Router-Tables', 71305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42284, 42284, 'Sanders & Accessories', 'Sanders-and-Accessories', 3247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42285, 42285, 'Belt Sanders', 'Belt-Sanders', 42284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43594, 43594, 'Finishing, Detail Sanders', 'Finishing-Detail-Sanders', 42284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42286, 42286, 'Orbital Sanders', 'Orbital-Sanders', 42284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71306, 71306, 'Sanding Belts', 'Sanding-Belts', 42284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20796, 20796, 'Sanding Disks', 'Sanding-Disks', 42284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20782, 20782, 'Other Sanders & Accessories', 'Other-Sanders-and-Accessories', 42284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20783, 20783, 'Saws, Blades, & Accessories', 'Saws-Blades-and-Accessories', 3247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20784, 20784, 'Band Saws', 'Band-Saws', 20783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43595, 43595, 'Corded Circular Saws', 'Corded-Circular-Saws', 20783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43596, 43596, 'Craftsman Circular Saws', 'Craftsman-Circular-Saws', 43595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43597, 43597, 'DeWalt Circular Saws', 'DeWalt-Circular-Saws', 43595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43598, 43598, 'Makita Circular Saws', 'Makita-Circular-Saws', 43595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43599, 43599, 'Milwaukee Circular Saws', 'Milwaukee-Circular-Saws', 43595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43600, 43600, 'Skil Circular Saws', 'Skil-Circular-Saws', 43595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20785, 20785, 'Other Corded Circular Saws', 'Other-Corded-Circular-Saws', 43595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71307, 71307, 'Cordless Circular Saws', 'Cordless-Circular-Saws', 20783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20786, 20786, 'Jig, Scroll Saws', 'Jig-Scroll-Saws', 20783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79704, 79704, 'Miter, Chop Saws', 'Miter-Chop-Saws', 20783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79705, 79705, 'Less than 12 inch', 'Less-than-12-inch', 79704, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79706, 79706, '12 - 14 inch', '12-14-inch', 79704, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20787, 20787, 'Other Miter, Chop Saws', 'Other-Miter-Chop-Saws', 79704, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42287, 42287, 'Reciprocating Saws', 'Reciprocating-Saws', 20783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42288, 42288, 'DeWalt', 'DeWalt', 42287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42289, 42289, 'Milwaukee', 'Milwaukee', 42287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20788, 20788, 'Other Reciprocating Saws', 'Other-Reciprocating-Saws', 42287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79707, 79707, 'Saw Blades', 'Saw-Blades', 20783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79708, 79708, 'Circular, Table & Miter Blades', 'Circular-Table-and-Miter-Blades', 79707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79709, 79709, 'Jig, Scroll Blades', 'Jig-Scroll-Blades', 79707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79710, 79710, 'Reciprocating Blades', 'Reciprocating-Blades', 79707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20797, 20797, 'Other Saw Blades', 'Other-Saw-Blades', 79707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20789, 20789, 'Table Saws', 'Table-Saws', 20783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20790, 20790, 'Tile Saws', 'Tile-Saws', 20783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20791, 20791, 'Other', 'Other', 20783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20792, 20792, 'Screwdrivers', 'Screwdrivers', 3247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42290, 42290, 'Sharpeners', 'Sharpeners', 3247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66798, 66798, 'Winches', 'Winches', 3247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 632, 632, 'Other Power Tools', 'Other-Power-Tools', 3247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42291, 42291, 'Meters, Testers & Probes', 'Meters-Testers-and-Probes', 631, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43614, 43614, 'Safety, Protective Gear', 'Safety-Protective-Gear', 631, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43615, 43615, 'Glasses, Goggles & Shields', 'Glasses-Goggles-and-Shields', 43614, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43616, 43616, 'Gloves & Pads', 'Gloves-and-Pads', 43614, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43617, 43617, 'Masks, Respirators & Helmets', 'Masks-Respirators-and-Helmets', 43614, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20798, 20798, 'Other Safety, Protective Gear', 'Other-Safety-Protective-Gear', 43614, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85917, 85917, 'Tie Downs, Straps', 'Tie-Downs-Straps', 631, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42361, 42361, 'Tool Boxes, Belts & Storage', 'Tool-Boxes-Belts-and-Storage', 631, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42362, 42362, 'Bags, Belts & Pouches', 'Bags-Belts-and-Pouches', 42361, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42363, 42363, 'Boxes & Cabinets', 'Boxes-and-Cabinets', 42361, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11706, 11706, 'Other', 'Other', 42361, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46413, 46413, 'Welding & Soldering Tools', 'Welding-and-Soldering-Tools', 631, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11704, 11704, 'Other Tools', 'Other-Tools', 631, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 299, 299, 'Vacuum Cleaners & Housekeeping', 'Vacuum-Cleaners-and-Housekeeping', 11700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20611, 20611, 'Carpet Shampooers', 'Carpet-Shampooers', 299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79656, 79656, 'Carpet Steamers', 'Carpet-Steamers', 299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79657, 79657, 'Carpet & Floor Sweepers', 'Carpet-and-Floor-Sweepers', 299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20605, 20605, 'Cleaning Supplies', 'Cleaning-Supplies', 299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20606, 20606, 'Cleaners', 'Cleaners', 20605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29509, 29509, 'Cleaning Towels & Cloths', 'Cleaning-Towels-and-Cloths', 20605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20607, 20607, 'Mops, Brooms', 'Mops-Brooms', 20605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134733, 134733, 'Polishes', 'Polishes', 20605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20608, 20608, 'Trash Cans, Wastebaskets', 'Trash-Cans-Wastebaskets', 20605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11702, 11702, 'Other Cleaning Supplies', 'Other-Cleaning-Supplies', 20605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43502, 43502, 'Home Organization', 'Home-Organization', 299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43503, 43503, 'Closet Organizers', 'Closet-Organizers', 43502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43505, 43505, 'Hangers', 'Hangers', 43502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43506, 43506, 'Shoe Organizers', 'Shoe-Organizers', 43502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43504, 43504, 'Storage Bags', 'Storage-Bags', 43502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20621, 20621, 'Other', 'Other', 43502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20620, 20620, 'Laundry Supplies', 'Laundry-Supplies', 299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134734, 134734, 'Ironing Board Covers', 'Ironing-Board-Covers', 20620, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43512, 43512, 'Ironing Boards', 'Ironing-Boards', 20620, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43513, 43513, 'Irons', 'Irons', 20620, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43516, 43516, 'Laundry Bags', 'Laundry-Bags', 20620, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43517, 43517, 'Hampers', 'Hampers', 20620, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43514, 43514, 'Steamers', 'Steamers', 20620, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20624, 20624, 'Other Laundry Supplies', 'Other-Laundry-Supplies', 20620, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20614, 20614, 'Vacuum Cleaners', 'Vacuum-Cleaners', 299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43518, 43518, 'Canister Vacuums', 'Canister-Vacuums', 20614, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43519, 43519, 'Electrolux', 'Electrolux', 43518, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115980, 115980, 'Filter Queen', 'Filter-Queen', 43518, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115981, 115981, 'Hoover', 'Hoover', 43518, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71241, 71241, 'Kenmore', 'Kenmore', 43518, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43520, 43520, 'Rainbow', 'Rainbow', 43518, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20615, 20615, 'Other Canister Vacuums', 'Other-Canister-Vacuums', 43518, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43521, 43521, 'Central Vacuums', 'Central-Vacuums', 20614, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20616, 20616, 'Handheld Vacuums', 'Handheld-Vacuums', 20614, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124101, 124101, 'Robotic Vacuums', 'Robotic-Vacuums', 20614, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43522, 43522, 'Upright Vacuums', 'Upright-Vacuums', 20614, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115982, 115982, 'Dirt Devil', 'Dirt-Devil', 43522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115983, 115983, 'Dyson', 'Dyson', 43522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115984, 115984, 'Dyson DC 07', 'Dyson-DC-07', 115983, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115985, 115985, 'Dyson DC 14', 'Dyson-DC-14', 115983, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115986, 115986, 'Dyson DC 15', 'Dyson-DC-15', 115983, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79658, 79658, 'Other Dyson Vacuums', 'Other-Dyson-Vacuums', 115983, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79659, 79659, 'Electrolux', 'Electrolux', 43522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43523, 43523, 'Eureka', 'Eureka', 43522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115987, 115987, 'Hoover', 'Hoover', 43522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115988, 115988, 'Hoover WindTunnel', 'Hoover-WindTunnel', 115987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115989, 115989, 'Hoover FloorMate', 'Hoover-FloorMate', 115987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43524, 43524, 'Other Hoover Uprights', 'Other-Hoover-Uprights', 115987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71242, 71242, 'Kenmore', 'Kenmore', 43522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115990, 115990, 'Kirby', 'Kirby', 43522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115991, 115991, 'Kirby Ultimate G', 'Kirby-Ultimate-G', 115990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115992, 115992, 'Kirby G3, G4, G5 and G6', 'Kirby-G3-G4-G5-and-G6', 115990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43525, 43525, 'Other Kirby Vacuums', 'Other-Kirby-Vacuums', 115990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71243, 71243, 'Oreck', 'Oreck', 43522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20617, 20617, 'Other Upright Vacuums', 'Other-Upright-Vacuums', 43522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115993, 115993, 'Vintage Vacuums', 'Vintage-Vacuums', 20614, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43526, 43526, 'Other Vacuum Cleaners', 'Other-Vacuum-Cleaners', 20614, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43527, 43527, 'Vacuum Cleaner Bags', 'Vacuum-Cleaner-Bags', 20614, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43528, 43528, 'Electrolux', 'Electrolux', 43527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43529, 43529, 'Eureka', 'Eureka', 43527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43530, 43530, 'Hoover', 'Hoover', 43527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71244, 71244, 'Kenmore', 'Kenmore', 43527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43531, 43531, 'Kirby', 'Kirby', 43527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79660, 79660, 'Miele', 'Miele', 43527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71245, 71245, 'Oreck', 'Oreck', 43527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115994, 115994, 'Panasonic', 'Panasonic', 43527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79661, 79661, 'Sharp', 'Sharp', 43527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20618, 20618, 'Other Vacuum Cleaner Bags', 'Other-Vacuum-Cleaner-Bags', 43527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42146, 42146, 'Vacuum Parts & Accessories', 'Vacuum-Parts-and-Accessories', 20614, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 300, 300, 'Other Vacuums & Housekeeping', 'Other-Vacuums-and-Housekeeping', 299, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63514, 63514, 'Window Treatments', 'Window-Treatments', 11700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20585, 20585, 'Blinds', 'Blinds', 63514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116488, 116488, 'Childrens Window Treatments', 'Childrens-Window-Treatments', 63514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103458, 103458, 'Curtain Rods, Hardware', 'Curtain-Rods-Hardware', 63514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103459, 103459, 'Curtain Rods', 'Curtain-Rods', 103458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103460, 103460, 'Finials', 'Finials', 103458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103461, 103461, 'Rings, Clips', 'Rings-Clips', 103458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103462, 103462, 'Tie-Backs', 'Tie-Backs', 103458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32890, 32890, 'Other', 'Other', 103458, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45515, 45515, 'Curtains, Drapes', 'Curtains-Drapes', 63514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45525, 45525, 'Less than 63 Length', 'Less-than-63-Length', 45515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45516, 45516, '63 Length', '63-Length', 45515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45517, 45517, '84 Length', '84-Length', 45515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45526, 45526, 'More than 84 Length', 'More-than-84-Length', 45515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20586, 20586, 'Other', 'Other', 45515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 103463, 103463, 'Roman Shades', 'Roman-Shades', 63514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79711, 79711, 'Shades', 'Shades', 63514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116487, 116487, 'Sheers', 'Sheers', 63514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66799, 66799, 'Shutters', 'Shutters', 63514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20587, 20587, 'Valances', 'Valances', 63514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43430, 43430, 'Window Scarves', 'Window-Scarves', 63514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116489, 116489, 'Window Treatment Sets', 'Window-Treatment-Sets', 63514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63515, 63515, 'Other Window Treatments', 'Other-Window-Treatments', 63514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31605, 31605, 'Wholesale Lots', 'Wholesale-Lots', 11700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48758, 48758, 'Bed & Bath', 'Bed-and-Bath', 31605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42338, 42338, 'Building & Repair Materials', 'Building-and-Repair-Materials', 31605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56140, 56140, 'Housekeeping & Organizing', 'Housekeeping-and-Organizing', 31605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40144, 40144, 'Home Furnishings', 'Home-Furnishings', 31605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48759, 48759, 'Kitchen, Dining & Bar', 'Kitchen-Dining-and-Bar', 31605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56141, 56141, 'Lamps, Lighting & Ceiling Fans', 'Lamps-Lighting-and-Ceiling-Fans', 31605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40145, 40145, 'Lawn & Garden', 'Lawn-and-Garden', 31605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48760, 48760, 'Pet Supplies', 'Pet-Supplies', 31605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42339, 42339, 'Tools', 'Tools', 31605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42340, 42340, 'Air Tools', 'Air-Tools', 42339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42341, 42341, 'Hand Tools', 'Hand-Tools', 42339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42342, 42342, 'Power Tools', 'Power-Tools', 42339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43618, 43618, 'Combination Sets', 'Combination-Sets', 42342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 42343, 42343, 'Drills', 'Drills', 42342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42344, 42344, 'Grinders', 'Grinders', 42342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42345, 42345, 'Tool Parts, Accessories', 'Tool-Parts-Accessories', 42342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42346, 42346, 'Other', 'Other', 42342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46772, 46772, 'Other Tools', 'Other-Tools', 42339, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14883, 14883, 'Other Wholesale Lots', 'Other-Wholesale-Lots', 31605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 281, 281, 'Jewelry & Watches', 'Jewelry-and-Watches', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10968, 10968, 'Body Jewelry', 'Body-Jewelry', 281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43205, 43205, 'Anklets', 'Anklets', 10968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110392, 110392, 'Bead, Beaded', 'Bead-Beaded', 43205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110393, 110393, 'Crystal', 'Crystal', 43205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43208, 43208, 'Gemstone', 'Gemstone', 43205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97660, 97660, 'Gold, Plate/Fill (w/o Stone)', 'Gold-Plate-Fill-w-o-Stone', 43205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43206, 43206, 'Gold, Solid (w/o Stone)', 'Gold-Solid-w-o-Stone', 43205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110391, 110391, 'Silver, Plate/Fill (w/o Stone)', 'Silver-Plate-Fill-w-o-Stone', 43205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43207, 43207, 'Silver, Solid (w/o Stone)', 'Silver-Solid-w-o-Stone', 43205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15128, 15128, 'Other Materials', 'Other-Materials', 43205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152809, 152809, 'Barefoot Sandals', 'Barefoot-Sandals', 10968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98526, 98526, 'Belly Chains', 'Belly-Chains', 10968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15124, 15124, 'Body Piercing', 'Body-Piercing', 10968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98514, 98514, 'Barbells', 'Barbells', 15124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98515, 98515, 'Animals', 'Animals', 98514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98516, 98516, 'Ball', 'Ball', 98514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98517, 98517, 'Flowers', 'Flowers', 98514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98518, 98518, 'Food', 'Food', 98514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98519, 98519, 'Gemstones', 'Gemstones', 98514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98520, 98520, 'Hearts, Love', 'Hearts-Love', 98514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98521, 98521, 'Letters, Words', 'Letters-Words', 98514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98522, 98522, 'Logos', 'Logos', 98514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98523, 98523, 'Patriotic, Flags', 'Patriotic-Flags', 98514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98524, 98524, 'Sports', 'Sports', 98514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98525, 98525, 'TV & Movie Characters', 'TV-and-Movie-Characters', 98514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15125, 15125, 'Other Themes', 'Other-Themes', 98514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98533, 98533, 'Circulars & Horseshoes', 'Circulars-and-Horseshoes', 15124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98534, 98534, 'Curves', 'Curves', 15124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98535, 98535, 'Eyebrow Rings', 'Eyebrow-Rings', 15124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98536, 98536, 'Labret, Lip Piercing', 'Labret-Lip-Piercing', 15124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98537, 98537, 'Navel Rings', 'Navel-Rings', 15124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110394, 110394, 'Gold, Plate/Fill', 'Gold-Plate-Fill', 98537, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110395, 110395, 'Gold, Solid', 'Gold-Solid', 98537, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110396, 110396, 'Silver, Plate/Fill', 'Silver-Plate-Fill', 98537, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110397, 110397, 'Silver, Solid', 'Silver-Solid', 98537, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98538, 98538, 'Steel', 'Steel', 98537, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98539, 98539, 'Titanium', 'Titanium', 98537, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15126, 15126, 'Other Metals', 'Other-Metals', 98537, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98540, 98540, 'Nose Bones, Screws', 'Nose-Bones-Screws', 15124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98541, 98541, 'Plugs & Tunnels', 'Plugs-and-Tunnels', 15124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98542, 98542, 'Retainers, Hide-its', 'Retainers-Hide-its', 15124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10969, 10969, 'Other Body Piercing', 'Other-Body-Piercing', 15124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152808, 152808, 'Dental Grills', 'Dental-Grills', 10968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98616, 98616, 'Toe Rings', 'Toe-Rings', 10968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98617, 98617, 'Gemstone', 'Gemstone', 98616, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98618, 98618, 'Gold, Plate/Fill (w/o Stone)', 'Gold-Plate-Fill-w-o-Stone', 98616, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98619, 98619, 'Gold, Solid (w/o Stone)', 'Gold-Solid-w-o-Stone', 98616, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110398, 110398, 'Silver, Plate/Fill (w/o Stone)', 'Silver-Plate-Fill-w-o-Stone', 98616, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98620, 98620, 'Silver, Solid (w/o Stone)', 'Silver-Solid-w-o-Stone', 98616, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50626, 50626, 'Other Materials', 'Other-Materials', 98616, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110399, 110399, 'Other', 'Other', 10968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10975, 10975, 'Bracelets', 'Bracelets', 281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92696, 92696, 'Bangle', 'Bangle', 10975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110359, 110359, 'Amethyst', 'Amethyst', 92696, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43017, 43017, 'Crystal', 'Crystal', 92696, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152766, 152766, 'Diamond', 'Diamond', 92696, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43343, 43343, 'Natural', 'Natural', 152766, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152767, 152767, 'Enhanced Natural', 'Enhanced-Natural', 152766, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152768, 152768, 'Synthetic (Lab-grown)', 'Synthetic-Lab-grown', 152766, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97661, 97661, 'Gold, Plate/Fill (w/o Stone)', 'Gold-Plate-Fill-w-o-Stone', 92696, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110358, 110358, 'Gold, White (w/o Stone)', 'Gold-White-w-o-Stone', 92696, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92697, 92697, 'Gold, Yellow (w/o Stone)', 'Gold-Yellow-w-o-Stone', 92696, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92698, 92698, 'Jade', 'Jade', 92696, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43020, 43020, 'Green', 'Green', 92698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43024, 43024, 'Red', 'Red', 92698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15131, 15131, 'Other Colors', 'Other-Colors', 92698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152769, 152769, 'Lucite', 'Lucite', 92696, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110357, 110357, 'Onyx', 'Onyx', 92696, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110360, 110360, 'Pearl', 'Pearl', 92696, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110361, 110361, 'Pearl, Imitation', 'Pearl-Imitation', 92696, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156603, 156603, 'Plastic', 'Plastic', 92696, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110362, 110362, 'Rhinestone', 'Rhinestone', 92696, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43028, 43028, 'Silver (w/o Stone)', 'Silver-w-o-Stone', 92696, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110363, 110363, 'Turquoise', 'Turquoise', 92696, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92699, 92699, 'Other Stones, Materials', 'Other-Stones-Materials', 92696, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92700, 92700, 'Beaded, Strands', 'Beaded-Strands', 10975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26277, 26277, 'Amber', 'Amber', 92700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92701, 92701, 'Amethyst', 'Amethyst', 92700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92702, 92702, 'Crystal', 'Crystal', 92700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26280, 26280, 'Garnet', 'Garnet', 92700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92703, 92703, 'Glass', 'Glass', 92700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110364, 110364, 'Hematite', 'Hematite', 92700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92704, 92704, 'Jade', 'Jade', 92700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110365, 110365, 'Lapis', 'Lapis', 92700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110366, 110366, 'Moonstone', 'Moonstone', 92700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110367, 110367, 'Mother-of-Pearl', 'Mother-of-Pearl', 92700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92731, 92731, 'Pearl', 'Pearl', 92700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86015, 86015, 'Black, Gray', 'Black-Gray', 92731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86016, 86016, 'Pink', 'Pink', 92731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10980, 10980, 'White, Cream', 'White-Cream', 92731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86017, 86017, 'Other Colors', 'Other-Colors', 92731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86018, 86018, 'Pearl, Imitation', 'Pearl-Imitation', 92700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110368, 110368, 'Peridot', 'Peridot', 92700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110369, 110369, 'Silver (w/o Stone)', 'Silver-w-o-Stone', 92700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110370, 110370, 'Quartz', 'Quartz', 92700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110371, 110371, 'Topaz', 'Topaz', 92700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43033, 43033, 'Turquoise', 'Turquoise', 92700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92706, 92706, 'Other Stones, Materials', 'Other-Stones-Materials', 92700, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92707, 92707, 'Cuff', 'Cuff', 10975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110372, 110372, 'Crystal', 'Crystal', 92707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97662, 97662, 'Gold, Plate/Fill (w/o Stone)', 'Gold-Plate-Fill-w-o-Stone', 92707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92708, 92708, 'Gold, Solid (w/o Stone)', 'Gold-Solid-w-o-Stone', 92707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92709, 92709, 'Leather, Fabric', 'Leather-Fabric', 92707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43029, 43029, 'Silver (w/o Stone)', 'Silver-w-o-Stone', 92707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92710, 92710, 'Turquoise', 'Turquoise', 92707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92711, 92711, 'Other Stones, Materials', 'Other-Stones-Materials', 92707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92714, 92714, 'ID, Identification', 'ID-Identification', 10975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110377, 110377, 'Jelly, Glow', 'Jelly-Glow', 10975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92715, 92715, 'Link, Chain', 'Link-Chain', 10975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110378, 110378, 'Crystal', 'Crystal', 92715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110379, 110379, 'Cubic Zirconia', 'Cubic-Zirconia', 92715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152783, 152783, 'Diamond', 'Diamond', 92715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92716, 92716, 'Natural', 'Natural', 152783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152784, 152784, 'Enhanced Natural', 'Enhanced-Natural', 152783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152785, 152785, 'Synthetic (Lab-grown)', 'Synthetic-Lab-grown', 152783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97665, 97665, 'Gold, Plate/Fill (w/o Stone)', 'Gold-Plate-Fill-w-o-Stone', 92715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92718, 92718, 'Gold, Yellow (w/o Stone)', 'Gold-Yellow-w-o-Stone', 92715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92719, 92719, 'Gold, White (w/o Stone)', 'Gold-White-w-o-Stone', 92715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92717, 92717, 'Jade', 'Jade', 92715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110380, 110380, 'Marcasite', 'Marcasite', 92715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110381, 110381, 'Moonstone', 'Moonstone', 92715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110382, 110382, 'Mother-of-Pearl', 'Mother-of-Pearl', 92715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110383, 110383, 'Onyx', 'Onyx', 92715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110384, 110384, 'Opal', 'Opal', 92715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110385, 110385, 'Quartz', 'Quartz', 92715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110386, 110386, 'Pearl', 'Pearl', 92715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110387, 110387, 'Pearl, Imitation', 'Pearl-Imitation', 92715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110388, 110388, 'Peridot', 'Peridot', 92715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43030, 43030, 'Silver (w/o Stone)', 'Silver-w-o-Stone', 92715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110389, 110389, 'Topaz', 'Topaz', 92715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110390, 110390, 'Turquoise', 'Turquoise', 92715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92720, 92720, 'Other Stones, Materials', 'Other-Stones-Materials', 92715, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110373, 110373, 'Magnetic', 'Magnetic', 10975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110374, 110374, 'Medical, Alert', 'Medical-Alert', 10975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92712, 92712, 'Tennis', 'Tennis', 10975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26278, 26278, 'Amethyst', 'Amethyst', 92712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92713, 92713, 'Crystal', 'Crystal', 92712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92721, 92721, 'Cubic Zirconia', 'Cubic-Zirconia', 92712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97663, 97663, 'Gold, Plate/Fill', 'Gold-Plate-Fill', 92721, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43018, 43018, 'Gold, Solid', 'Gold-Solid', 92721, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92722, 92722, 'Silver', 'Silver', 92721, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92723, 92723, 'Other Materials', 'Other-Materials', 92721, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92724, 92724, 'Diamond', 'Diamond', 92712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152770, 152770, 'Natural', 'Natural', 92724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97664, 97664, 'Gold, Plate/Fill', 'Gold-Plate-Fill', 152770, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43348, 43348, 'Gold, White', 'Gold-White', 152770, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43350, 43350, 'Gold, Yellow', 'Gold-Yellow', 152770, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 153013, 153013, 'Platinum', 'Platinum', 152770, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92725, 92725, 'Other Materials', 'Other-Materials', 152770, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152771, 152771, 'Enhanced Natural', 'Enhanced-Natural', 92724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152772, 152772, 'Gold, Plate/Fill', 'Gold-Plate-Fill', 152771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152773, 152773, 'Gold, White', 'Gold-White', 152771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152774, 152774, 'Gold, Yellow', 'Gold-Yellow', 152771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152775, 152775, 'Platinum', 'Platinum', 152771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152776, 152776, 'Other Materials', 'Other-Materials', 152771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152777, 152777, 'Synthetic (Lab-grown)', 'Synthetic-Lab-grown', 92724, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152778, 152778, 'Gold, Plate/Fill', 'Gold-Plate-Fill', 152777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152779, 152779, 'Gold, White', 'Gold-White', 152777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152780, 152780, 'Gold, Yellow', 'Gold-Yellow', 152777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152781, 152781, 'Platinum', 'Platinum', 152777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152782, 152782, 'Other Materials', 'Other-Materials', 152777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26279, 26279, 'Emerald', 'Emerald', 92712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110375, 110375, 'Opal', 'Opal', 92712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110376, 110376, 'Peridot', 'Peridot', 92712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26281, 26281, 'Ruby', 'Ruby', 92712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15132, 15132, 'Sapphire', 'Sapphire', 92712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43032, 43032, 'Tanzanite', 'Tanzanite', 92712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26282, 26282, 'Topaz', 'Topaz', 92712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92726, 92726, 'Other Stones, Materials', 'Other-Stones-Materials', 92712, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92727, 92727, 'Other Styles', 'Other-Styles', 10975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3835, 3835, 'Charms & Charm Bracelets', 'Charms-and-Charm-Bracelets', 281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92728, 92728, 'European Beads', 'European-Beads', 3835, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43048, 43048, 'Italian Modular', 'Italian-Modular', 3835, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92729, 92729, 'Charms', 'Charms', 43048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43049, 43049, 'Animals', 'Animals', 92729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43050, 43050, 'Birthstones', 'Birthstones', 92729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92730, 92730, 'Engravable, Laser', 'Engravable-Laser', 92729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92732, 92732, 'Fashion', 'Fashion', 92729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92733, 92733, 'Flowers', 'Flowers', 92729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92734, 92734, 'Food', 'Food', 92729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43052, 43052, 'Hearts, Love', 'Hearts-Love', 92729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43053, 43053, 'Holidays, Seasonal', 'Holidays-Seasonal', 92729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43054, 43054, 'Letters, Words', 'Letters-Words', 92729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43055, 43055, 'Music', 'Music', 92729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43056, 43056, 'Patriotic, Flags', 'Patriotic-Flags', 92729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43057, 43057, 'Professions, Hobbies', 'Professions-Hobbies', 92729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43058, 43058, 'Religious', 'Religious', 92729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43059, 43059, 'Sports', 'Sports', 92729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43051, 43051, 'TV & Movie Characters', 'TV-and-Movie-Characters', 92729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92735, 92735, 'Zodiac, Horoscope', 'Zodiac-Horoscope', 92729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43060, 43060, 'Other Themes', 'Other-Themes', 92729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92737, 92737, 'Charm Watches', 'Charm-Watches', 43048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43061, 43061, 'Starter Charm Bracelets', 'Starter-Charm-Bracelets', 43048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92736, 92736, 'Other Italian Charm Jewelry', 'Other-Italian-Charm-Jewelry', 43048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92743, 92743, 'Slides, Sliders', 'Slides-Sliders', 3835, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15133, 15133, 'Traditional', 'Traditional', 3835, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92738, 92738, 'Charms', 'Charms', 15133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15134, 15134, 'Animals', 'Animals', 92738, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43062, 43062, 'Birthstones', 'Birthstones', 92738, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92739, 92739, 'Fashion', 'Fashion', 92738, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92740, 92740, 'Flowers', 'Flowers', 92738, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92741, 92741, 'Food', 'Food', 92738, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15136, 15136, 'Hearts, Love', 'Hearts-Love', 92738, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15137, 15137, 'Holidays, Seasonal', 'Holidays-Seasonal', 92738, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43063, 43063, 'Letters, Words', 'Letters-Words', 92738, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43064, 43064, 'Music', 'Music', 92738, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43065, 43065, 'Patriotic, Flags', 'Patriotic-Flags', 92738, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15138, 15138, 'Professions, Hobbies', 'Professions-Hobbies', 92738, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15139, 15139, 'Religious', 'Religious', 92738, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15140, 15140, 'Sports', 'Sports', 92738, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15135, 15135, 'TV & Movie Characters', 'TV-and-Movie-Characters', 92738, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92742, 92742, 'Zodiac, Horoscope', 'Zodiac-Horoscope', 92738, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3836, 3836, 'Other Themes', 'Other-Themes', 92738, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92744, 92744, 'Charm Bracelets', 'Charm-Bracelets', 15133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92745, 92745, 'Animals', 'Animals', 92744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92746, 92746, 'Fashion', 'Fashion', 92744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92747, 92747, 'Flowers', 'Flowers', 92744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92748, 92748, 'Hearts, Love', 'Hearts-Love', 92744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92749, 92749, 'Holiday, Seasonal', 'Holiday-Seasonal', 92744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92750, 92750, 'Patriotic, Flags', 'Patriotic-Flags', 92744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92751, 92751, 'Professions, Hobbies', 'Professions-Hobbies', 92744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92752, 92752, 'Religious', 'Religious', 92744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92753, 92753, 'Sports', 'Sports', 92744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92754, 92754, 'TV & Movie Characters', 'TV-and-Movie-Characters', 92744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92755, 92755, 'Mixed Themes', 'Mixed-Themes', 92744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92756, 92756, 'Other Themes', 'Other-Themes', 92744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43066, 43066, 'Starter Charm Bracelets', 'Starter-Charm-Bracelets', 92744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3833, 3833, 'Other', 'Other', 3835, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84605, 84605, 'Childrens Jewelry', 'Childrens-Jewelry', 281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84606, 84606, 'Bracelets', 'Bracelets', 84605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98476, 98476, 'Earrings', 'Earrings', 84605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84607, 84607, 'Necklaces & Pendants', 'Necklaces-and-Pendants', 84605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98477, 98477, 'Rings', 'Rings', 84605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98478, 98478, 'Sets', 'Sets', 84605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84608, 84608, 'Other', 'Other', 84605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11317, 11317, 'Designer Brands', 'Designer-Brands', 281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110401, 110401, '1928', '1928', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110402, 110402, 'Earrings', 'Earrings', 110401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110403, 110403, 'Necklaces & Pendants', 'Necklaces-and-Pendants', 110401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110404, 110404, 'Pins, Brooches', 'Pins-Brooches', 110401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110405, 110405, 'Other', 'Other', 110401, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110406, 110406, 'Banana Republic', 'Banana-Republic', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110407, 110407, 'Brighton', 'Brighton', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110408, 110408, 'Bracelets', 'Bracelets', 110407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110409, 110409, 'Charms & Charm Bracelets', 'Charms-and-Charm-Bracelets', 110407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110410, 110410, 'Earrings', 'Earrings', 110407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110411, 110411, 'Necklaces & Pendants', 'Necklaces-and-Pendants', 110407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110412, 110412, 'Other', 'Other', 110407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110413, 110413, 'Bulgari', 'Bulgari', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110414, 110414, 'Necklaces & Pendants', 'Necklaces-and-Pendants', 110413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110415, 110415, 'Rings', 'Rings', 110413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110416, 110416, 'Other', 'Other', 110413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110417, 110417, 'Carolee', 'Carolee', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110418, 110418, 'Cartier', 'Cartier', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110419, 110419, 'Chanel', 'Chanel', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110420, 110420, 'Chopard', 'Chopard', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110421, 110421, 'Christian Dior', 'Christian-Dior', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110422, 110422, 'Bracelets', 'Bracelets', 110421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110423, 110423, 'Charms & Charm Bracelets', 'Charms-and-Charm-Bracelets', 110421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110424, 110424, 'Earrings', 'Earrings', 110421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110425, 110425, 'Necklaces & Pendants', 'Necklaces-and-Pendants', 110421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110426, 110426, 'Other', 'Other', 110421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110432, 110432, 'David Yurman', 'David-Yurman', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110433, 110433, 'Bracelets', 'Bracelets', 110432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110434, 110434, 'Earrings', 'Earrings', 110432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110435, 110435, 'Necklaces & Pendants', 'Necklaces-and-Pendants', 110432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110436, 110436, 'Rings', 'Rings', 110432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110437, 110437, 'Other', 'Other', 110432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110438, 110438, 'Georg Jensen', 'Georg-Jensen', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110439, 110439, 'Givenchy', 'Givenchy', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110440, 110440, 'Gucci', 'Gucci', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110441, 110441, 'Bracelets', 'Bracelets', 110440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110442, 110442, 'Necklaces & Pendants', 'Necklaces-and-Pendants', 110440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110443, 110443, 'Other', 'Other', 110440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110444, 110444, 'Guess', 'Guess', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110445, 110445, 'Hermes', 'Hermes', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110446, 110446, 'James Avery', 'James-Avery', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110447, 110447, 'Charms & Charm Bracelets', 'Charms-and-Charm-Bracelets', 110446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110448, 110448, 'Rings', 'Rings', 110446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110449, 110449, 'Other', 'Other', 110446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110450, 110450, 'Joan Rivers', 'Joan-Rivers', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110451, 110451, 'Bracelets', 'Bracelets', 110450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110452, 110452, 'Earrings', 'Earrings', 110450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110453, 110453, 'Necklaces & Pendants', 'Necklaces-and-Pendants', 110450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110454, 110454, 'Pins, Brooches', 'Pins-Brooches', 110450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110455, 110455, 'Other', 'Other', 110450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132939, 132939, 'John Atencio', 'John-Atencio', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132940, 132940, 'John Hardy', 'John-Hardy', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132941, 132941, 'Bracelets', 'Bracelets', 132940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132942, 132942, 'Earrings', 'Earrings', 132940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132943, 132943, 'Necklaces & Pendants', 'Necklaces-and-Pendants', 132940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110456, 110456, 'Other', 'Other', 132940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110457, 110457, 'Judith Jack', 'Judith-Jack', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110458, 110458, 'Judith Ripka', 'Judith-Ripka', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132944, 132944, 'Juicy Couture', 'Juicy-Couture', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132945, 132945, 'Charms & Charm Bracelets', 'Charms-and-Charm-Bracelets', 132944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110459, 110459, 'Other', 'Other', 132944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132946, 132946, 'Kabana', 'Kabana', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132947, 132947, 'Kenneth Cole', 'Kenneth-Cole', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110460, 110460, 'Kirks Folly', 'Kirks-Folly', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110461, 110461, 'Earrings', 'Earrings', 110460, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110462, 110462, 'Pins, Brooches', 'Pins-Brooches', 110460, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110463, 110463, 'Other', 'Other', 110460, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110464, 110464, 'Lagos', 'Lagos', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110465, 110465, 'Liz Claiborne', 'Liz-Claiborne', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110466, 110466, 'Liz Palacios', 'Liz-Palacios', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110467, 110467, 'Earrings', 'Earrings', 110466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110468, 110468, 'Necklaces & Pendants', 'Necklaces-and-Pendants', 110466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110469, 110469, 'Other', 'Other', 110466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110470, 110470, 'Lori Bonn', 'Lori-Bonn', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132948, 132948, 'Lois Hill', 'Lois-Hill', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110471, 110471, 'Mikimoto', 'Mikimoto', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110472, 110472, 'Michal Negrin', 'Michal-Negrin', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110473, 110473, 'Earrings', 'Earrings', 110472, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110474, 110474, 'Necklaces & Pendants', 'Necklaces-and-Pendants', 110472, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110475, 110475, 'Other', 'Other', 110472, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110476, 110476, 'Michael Dawkins', 'Michael-Dawkins', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110477, 110477, 'Monet', 'Monet', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110478, 110478, 'Bracelets', 'Bracelets', 110477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110479, 110479, 'Earrings', 'Earrings', 110477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110480, 110480, 'Necklaces & Pendants', 'Necklaces-and-Pendants', 110477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110481, 110481, 'Pins, Brooches', 'Pins-Brooches', 110477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 110482, 110482, 'Other', 'Other', 110477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132949, 132949, 'Nine West', 'Nine-West', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110483, 110483, 'Nolan Miller', 'Nolan-Miller', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110484, 110484, 'Ralph Lauren', 'Ralph-Lauren', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110485, 110485, 'Roberto Coin', 'Roberto-Coin', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110486, 110486, 'Sorrelli', 'Sorrelli', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110487, 110487, 'Bracelets', 'Bracelets', 110486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110488, 110488, 'Earrings', 'Earrings', 110486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110489, 110489, 'Necklaces & Pendants', 'Necklaces-and-Pendants', 110486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110490, 110490, 'Other', 'Other', 110486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132950, 132950, 'Stephen Dweck', 'Stephen-Dweck', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110491, 110491, 'Tiffany', 'Tiffany', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110492, 110492, 'Bracelets', 'Bracelets', 110491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110493, 110493, 'Earrings', 'Earrings', 110491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110494, 110494, 'Necklaces & Pendants', 'Necklaces-and-Pendants', 110491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110495, 110495, 'Rings', 'Rings', 110491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110496, 110496, 'Other', 'Other', 110491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110497, 110497, 'Tommy Hilfiger', 'Tommy-Hilfiger', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110498, 110498, 'Other', 'Other', 11317, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10985, 10985, 'Earrings', 'Earrings', 281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110499, 110499, 'Cameo', 'Cameo', 10985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86020, 86020, 'Dangle, Chandelier', 'Dangle-Chandelier', 10985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110500, 110500, 'Abalone', 'Abalone', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110501, 110501, 'Agate', 'Agate', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26283, 26283, 'Amber', 'Amber', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43170, 43170, 'Amethyst', 'Amethyst', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110514, 110514, 'Aquamarine', 'Aquamarine', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86021, 86021, 'Bead, Beaded', 'Bead-Beaded', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110502, 110502, 'Carnelian', 'Carnelian', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110503, 110503, 'Chalcedony', 'Chalcedony', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86022, 86022, 'Citrine', 'Citrine', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110515, 110515, 'Crystal', 'Crystal', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110516, 110516, 'Blue', 'Blue', 110515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110517, 110517, 'Black', 'Black', 110515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110518, 110518, 'Clear', 'Clear', 110515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110519, 110519, 'Green', 'Green', 110515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110520, 110520, 'Pink', 'Pink', 110515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110521, 110521, 'Purple', 'Purple', 110515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110522, 110522, 'Red', 'Red', 110515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110523, 110523, 'White', 'White', 110515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43171, 43171, 'Other Colors', 'Other-Colors', 110515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110524, 110524, 'Cubic Zirconia', 'Cubic-Zirconia', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110525, 110525, 'Blue', 'Blue', 110524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110526, 110526, 'Clear, White', 'Clear-White', 110524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110527, 110527, 'Green', 'Green', 110524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110528, 110528, 'Pink', 'Pink', 110524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110529, 110529, 'Purple', 'Purple', 110524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110530, 110530, 'Yellow', 'Yellow', 110524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43172, 43172, 'Other Colors', 'Other-Colors', 110524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152786, 152786, 'Diamond', 'Diamond', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86023, 86023, 'Natural', 'Natural', 152786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152787, 152787, 'Enhanced Natural', 'Enhanced-Natural', 152786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152788, 152788, 'Synthetic (Lab-grown)', 'Synthetic-Lab-grown', 152786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86024, 86024, 'Emerald', 'Emerald', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86025, 86025, 'Garnet', 'Garnet', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110504, 110504, 'Glass', 'Glass', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86027, 86027, 'Gold, Plate/Fill (w/o Stone)', 'Gold-Plate-Fill-w-o-Stone', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86026, 86026, 'Gold, Solid (w/o Stone)', 'Gold-Solid-w-o-Stone', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110505, 110505, 'Iolite', 'Iolite', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86028, 86028, 'Jade', 'Jade', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110506, 110506, 'Lapis', 'Lapis', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110509, 110509, 'Marcasite', 'Marcasite', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110507, 110507, 'Moonstone', 'Moonstone', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110508, 110508, 'Mother-of-Pearl', 'Mother-of-Pearl', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86029, 86029, 'Multi-stone', 'Multi-stone', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26287, 26287, 'Onyx', 'Onyx', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86030, 86030, 'Opal', 'Opal', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86031, 86031, 'Pearl', 'Pearl', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86032, 86032, 'Black/Gray', 'Black-Gray', 86031, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86033, 86033, 'Pink', 'Pink', 86031, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86034, 86034, 'White/Cream', 'White-Cream', 86031, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86035, 86035, 'Other Colors', 'Other-Colors', 86031, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86036, 86036, 'Pearl, Imitation', 'Pearl-Imitation', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86037, 86037, 'Peridot', 'Peridot', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110510, 110510, 'Quartz', 'Quartz', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86038, 86038, 'Rhinestone', 'Rhinestone', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86039, 86039, 'Ruby', 'Ruby', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86040, 86040, 'Sapphire', 'Sapphire', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43196, 43196, 'Silver (w/o Stone)', 'Silver-w-o-Stone', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86041, 86041, 'Tanzanite', 'Tanzanite', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110511, 110511, 'Topaz', 'Topaz', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110512, 110512, 'Blue', 'Blue', 110511, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110513, 110513, 'Pink', 'Pink', 110511, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86042, 86042, 'Other Colors', 'Other-Colors', 110511, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110531, 110531, 'Tourmaline', 'Tourmaline', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43200, 43200, 'Turquoise', 'Turquoise', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86043, 86043, 'Other Stones, Materials', 'Other-Stones-Materials', 86020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86044, 86044, 'Hoop, Huggie', 'Hoop-Huggie', 10985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86059, 86059, 'Amethyst', 'Amethyst', 86044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110584, 110584, 'Bead, Beaded', 'Bead-Beaded', 86044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86060, 86060, 'Crystal', 'Crystal', 86044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110585, 110585, 'Cubic Zirconia', 'Cubic-Zirconia', 86044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110586, 110586, 'Gold', 'Gold', 110585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110587, 110587, 'Silver', 'Silver', 110585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86061, 86061, 'Other Materials', 'Other-Materials', 110585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110588, 110588, 'Diamond', 'Diamond', 86044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152789, 152789, 'Diamond, Natural', 'Diamond-Natural', 110588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110589, 110589, 'Gold, Plate/Fill', 'Gold-Plate-Fill', 152789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110590, 110590, 'Gold, White', 'Gold-White', 152789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110591, 110591, 'Gold, Yellow', 'Gold-Yellow', 152789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86062, 86062, 'Other Materials', 'Other-Materials', 152789, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152790, 152790, 'Diamond, Enhanced Natural', 'Diamond-Enhanced-Natural', 110588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152791, 152791, 'Gold, Plate/Fill', 'Gold-Plate-Fill', 152790, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152792, 152792, 'Gold, White', 'Gold-White', 152790, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152793, 152793, 'Gold, Yellow', 'Gold-Yellow', 152790, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152794, 152794, 'Other Materials', 'Other-Materials', 152790, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152795, 152795, 'Diamond, Synthetic (Lab-grown)', 'Diamond-Synthetic-Lab-grown', 110588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152796, 152796, 'Gold, Plate/Fill', 'Gold-Plate-Fill', 152795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152797, 152797, 'Gold, White', 'Gold-White', 152795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152798, 152798, 'Gold, Yellow', 'Gold-Yellow', 152795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152799, 152799, 'Other Materials', 'Other-Materials', 152795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86063, 86063, 'Emerald', 'Emerald', 86044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86064, 86064, 'Garnet', 'Garnet', 86044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86047, 86047, 'Gold, Plate/Fill (w/o Stone)', 'Gold-Plate-Fill-w-o-Stone', 86044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110582, 110582, 'Gold, White (w/o Stone)', 'Gold-White-w-o-Stone', 86044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10988, 10988, 'Gold, Yellow (w/o Stone)', 'Gold-Yellow-w-o-Stone', 86044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86048, 86048, 'Multi-stone', 'Multi-stone', 86044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86049, 86049, 'Onyx', 'Onyx', 86044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86050, 86050, 'Pearl', 'Pearl', 86044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86051, 86051, 'Black/Gray', 'Black-Gray', 86050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86052, 86052, 'Pink', 'Pink', 86050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86053, 86053, 'White/Cream', 'White-Cream', 86050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86054, 86054, 'Other Colors', 'Other-Colors', 86050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86055, 86055, 'Pearl, Imitation', 'Pearl-Imitation', 86044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86056, 86056, 'Peridot', 'Peridot', 86044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110583, 110583, 'Rhinestone', 'Rhinestone', 86044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86057, 86057, 'Ruby', 'Ruby', 86044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86058, 86058, 'Sapphire', 'Sapphire', 86044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43198, 43198, 'Silver (w/o Stone)', 'Silver-w-o-Stone', 86044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86045, 86045, 'Topaz', 'Topaz', 86044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110581, 110581, 'Turquoise', 'Turquoise', 86044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86046, 86046, 'Other Stones, Materials', 'Other-Stones-Materials', 86044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86065, 86065, 'Knot', 'Knot', 10985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86066, 86066, 'Stick', 'Stick', 10985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86067, 86067, 'Studs', 'Studs', 10985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110592, 110592, 'Alexandrite', 'Alexandrite', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110593, 110593, 'Amber', 'Amber', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86068, 86068, 'Amethyst', 'Amethyst', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110594, 110594, 'Aquamarine', 'Aquamarine', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26284, 26284, 'Citrine', 'Citrine', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86069, 86069, 'Crystal', 'Crystal', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110595, 110595, 'Cubic Zirconia', 'Cubic-Zirconia', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110596, 110596, 'Clear, White', 'Clear-White', 110595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110597, 110597, 'Emerald', 'Emerald', 110595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110598, 110598, 'Green', 'Green', 110595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110599, 110599, 'Pink', 'Pink', 110595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110600, 110600, 'Red', 'Red', 110595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110601, 110601, 'Yellow', 'Yellow', 110595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86070, 86070, 'Other Colors', 'Other-Colors', 110595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116126, 116126, 'Diamond, Natural', 'Diamond-Natural', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116127, 116127, 'Princess, Square', 'Princess-Square', 116126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116128, 116128, '1/4 carat tw. (0.29 & lower)', '1-4-carat-tw-0-29-and-lower', 116127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116129, 116129, '1/3 carat tw. (0.30 - 0.45)', '1-3-carat-tw-0-30-0-45', 116127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116130, 116130, '1/2 carat tw. (0.46 - 0.69)', '1-2-carat-tw-0-46-0-69', 116127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116131, 116131, '3/4 carat tw. (0.70 - 0.89)', '3-4-carat-tw-0-70-0-89', 116127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116132, 116132, '1 carat tw. (0.90 - 1.39)', '1-carat-tw-0-90-1-39', 116127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116133, 116133, '1 1/2 carats tw. (1.40 - 1.79)', '1-1-2-carats-tw-1-40-1-79', 116127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116134, 116134, '2 carats tw. (1.80 - 2.79)', '2-carats-tw-1-80-2-79', 116127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116135, 116135, '3+ carats tw. (2.80+)', '3-carats-tw-2-80', 116127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116136, 116136, 'Round', 'Round', 116126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116137, 116137, '1/4 carat tw. (0.29 & lower)', '1-4-carat-tw-0-29-and-lower', 116136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116138, 116138, '1/3 carat tw. (0.30 - 0.45)', '1-3-carat-tw-0-30-0-45', 116136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116139, 116139, '1/2 carat tw. (0.46 - 0.69)', '1-2-carat-tw-0-46-0-69', 116136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116140, 116140, '3/4 carat tw. (0.70 - 0.89)', '3-4-carat-tw-0-70-0-89', 116136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116141, 116141, '1 carat tw. (0.90 - 1.39)', '1-carat-tw-0-90-1-39', 116136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116142, 116142, '1 1/2 carats tw. (1.40 - 1.79)', '1-1-2-carats-tw-1-40-1-79', 116136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116143, 116143, '2 carats tw. (1.80 - 2.79)', '2-carats-tw-1-80-2-79', 116136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116144, 116144, '3+ carats tw. (2.80+)', '3-carats-tw-2-80', 116136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43165, 43165, 'Other', 'Other', 116126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152800, 152800, 'Diamond, Enhanced Natural', 'Diamond-Enhanced-Natural', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152801, 152801, 'Princess, Square', 'Princess-Square', 152800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152802, 152802, 'Round', 'Round', 152800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152803, 152803, 'Diamond, Synthetic (Lab-grown)', 'Diamond-Synthetic-Lab-grown', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152804, 152804, 'Princess, Square', 'Princess-Square', 152803, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152805, 152805, 'Round', 'Round', 152803, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15144, 15144, 'Emerald', 'Emerald', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43175, 43175, 'Garnet', 'Garnet', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86072, 86072, 'Gold, Plate/Fill (w/o Stone)', 'Gold-Plate-Fill-w-o-Stone', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86071, 86071, 'Gold, Solid (w/o Stone)', 'Gold-Solid-w-o-Stone', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110602, 110602, 'Jade', 'Jade', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110603, 110603, 'Lapis', 'Lapis', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110604, 110604, 'Marcasite', 'Marcasite', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110605, 110605, 'Mother-of-Pearl', 'Mother-of-Pearl', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86073, 86073, 'Onyx', 'Onyx', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15147, 15147, 'Opal', 'Opal', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86074, 86074, 'Pearl', 'Pearl', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43178, 43178, 'Black/Gray', 'Black-Gray', 86074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43179, 43179, 'Pink', 'Pink', 86074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110606, 110606, 'White/Cream', 'White-Cream', 86074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110607, 110607, 'Gold', 'Gold', 110606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110608, 110608, 'Silver', 'Silver', 110606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43180, 43180, 'Other Materials', 'Other-Materials', 110606, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10990, 10990, 'Other Colors', 'Other-Colors', 86074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86075, 86075, 'Pearl, Imitation', 'Pearl-Imitation', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15148, 15148, 'Peridot', 'Peridot', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15149, 15149, 'Ruby', 'Ruby', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110614, 110614, 'Sapphire', 'Sapphire', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110615, 110615, 'Blue', 'Blue', 110614, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110616, 110616, 'Pink', 'Pink', 110614, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43187, 43187, 'Other Colors', 'Other-Colors', 110614, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43199, 43199, 'Silver (w/o Stone)', 'Silver-w-o-Stone', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26288, 26288, 'Tanzanite', 'Tanzanite', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110617, 110617, 'Topaz', 'Topaz', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110618, 110618, 'Blue', 'Blue', 110617, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110619, 110619, 'Mystic', 'Mystic', 110617, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15151, 15151, 'Other Colors', 'Other-Colors', 110617, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86076, 86076, 'Other Stones, Materials', 'Other-Stones-Materials', 86067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86077, 86077, 'Other Styles', 'Other-Styles', 10985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11312, 11312, 'Ethnic, Tribal Jewelry', 'Ethnic-Tribal-Jewelry', 281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98479, 98479, 'African', 'African', 11312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98480, 98480, 'Bracelets', 'Bracelets', 98479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98481, 98481, 'Necklaces & Pendants', 'Necklaces-and-Pendants', 98479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34064, 34064, 'Other', 'Other', 98479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98508, 98508, 'Asian, East Indian', 'Asian-East-Indian', 11312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98509, 98509, 'Bracelets', 'Bracelets', 98508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98510, 98510, 'Earrings', 'Earrings', 98508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98511, 98511, 'Necklaces & Pendants', 'Necklaces-and-Pendants', 98508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98512, 98512, 'Rings', 'Rings', 98508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98513, 98513, 'Sets', 'Sets', 98508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11313, 11313, 'Other', 'Other', 98508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98482, 98482, 'Celtic', 'Celtic', 11312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98483, 98483, 'Bracelets', 'Bracelets', 98482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98484, 98484, 'Earrings', 'Earrings', 98482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98485, 98485, 'Necklaces & Pendants', 'Necklaces-and-Pendants', 98482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98486, 98486, 'Pins, Brooches', 'Pins-Brooches', 98482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98487, 98487, 'Rings', 'Rings', 98482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34065, 34065, 'Other', 'Other', 98482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98488, 98488, 'Mexican', 'Mexican', 11312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98489, 98489, 'Bracelets', 'Bracelets', 98488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98490, 98490, 'Earrings', 'Earrings', 98488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98491, 98491, 'Necklaces & Pendants', 'Necklaces-and-Pendants', 98488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98492, 98492, 'Pins, Brooches', 'Pins-Brooches', 98488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98493, 98493, 'Rings', 'Rings', 98488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98494, 98494, 'Sets', 'Sets', 98488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11314, 11314, 'Other', 'Other', 98488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98495, 98495, 'Native American', 'Native-American', 11312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98496, 98496, 'Bracelets', 'Bracelets', 98495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98497, 98497, 'Earrings', 'Earrings', 98495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98498, 98498, 'Necklaces & Pendants', 'Necklaces-and-Pendants', 98495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98499, 98499, 'Pins, Brooches', 'Pins-Brooches', 98495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98500, 98500, 'Rings', 'Rings', 98495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98501, 98501, 'Sets', 'Sets', 98495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98502, 98502, 'Watches', 'Watches', 98495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11315, 11315, 'Other', 'Other', 98495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98503, 98503, 'South American', 'South-American', 11312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98504, 98504, 'Bracelets', 'Bracelets', 98503, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98505, 98505, 'Earrings', 'Earrings', 98503, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98506, 98506, 'Necklaces & Pendants', 'Necklaces-and-Pendants', 98503, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98507, 98507, 'Other', 'Other', 98503, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 288, 288, 'Other Ethnic, Tribal', 'Other-Ethnic-Tribal', 11312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110620, 110620, 'Hair Jewelry', 'Hair-Jewelry', 281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110621, 110621, 'Barrette/Clip', 'Barrette-Clip', 110620, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110622, 110622, 'Crystal', 'Crystal', 110621, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110623, 110623, 'Rhinestone', 'Rhinestone', 110621, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110624, 110624, 'Silver, Plate/Fill (w/o Stone)', 'Silver-Plate-Fill-w-o-Stone', 110621, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110625, 110625, 'Silver, Solid (w/o Stone)', 'Silver-Solid-w-o-Stone', 110621, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110626, 110626, 'Other Materials', 'Other-Materials', 110621, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110627, 110627, 'Clamp', 'Clamp', 110620, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110628, 110628, 'Comb', 'Comb', 110620, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110629, 110629, 'Hairpin', 'Hairpin', 110620, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110630, 110630, 'Pony Tail', 'Pony-Tail', 110620, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110631, 110631, 'Stick', 'Stick', 110620, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110632, 110632, 'Tiara', 'Tiara', 110620, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12603, 12603, 'Other', 'Other', 110620, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110633, 110633, 'Handcrafted, Artisan Jewelry', 'Handcrafted-Artisan-Jewelry', 281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152806, 152806, 'Altered Art', 'Altered-Art', 110633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110634, 110634, 'Anklets', 'Anklets', 110633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110635, 110635, 'Bracelets', 'Bracelets', 110633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110636, 110636, 'Crystal, Glass', 'Crystal-Glass', 110635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110637, 110637, 'Gemstone', 'Gemstone', 110635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110638, 110638, 'Gold, Plate/Fill (w/o Stone)', 'Gold-Plate-Fill-w-o-Stone', 110635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110639, 110639, 'Gold, Solid (w/o Stone)', 'Gold-Solid-w-o-Stone', 110635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110640, 110640, 'Lampwork', 'Lampwork', 110635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110641, 110641, 'Pearl', 'Pearl', 110635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110642, 110642, 'Silver, Plate/Fill (w/o Stone)', 'Silver-Plate-Fill-w-o-Stone', 110635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110643, 110643, 'Silver, Solid (w/o Stone)', 'Silver-Solid-w-o-Stone', 110635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110644, 110644, 'Mixed Material', 'Mixed-Material', 110635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34050, 34050, 'Other', 'Other', 110635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152807, 152807, 'Brooches, Pins', 'Brooches-Pins', 110633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110645, 110645, 'Earrings', 'Earrings', 110633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110646, 110646, 'Crystal, Glass', 'Crystal-Glass', 110645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110647, 110647, 'Gemstone', 'Gemstone', 110645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110648, 110648, 'Gold, Plate/Fill (w/o Stone)', 'Gold-Plate-Fill-w-o-Stone', 110645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110649, 110649, 'Gold, Solid (w/o Stone)', 'Gold-Solid-w-o-Stone', 110645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110650, 110650, 'Lampwork', 'Lampwork', 110645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110651, 110651, 'Pearl', 'Pearl', 110645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110652, 110652, 'Silver, Plate/Fill (w/o Stone)', 'Silver-Plate-Fill-w-o-Stone', 110645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110653, 110653, 'Silver, Solid (w/o Stone)', 'Silver-Solid-w-o-Stone', 110645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110654, 110654, 'Mixed Materials', 'Mixed-Materials', 110645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34051, 34051, 'Other', 'Other', 110645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150143, 150143, 'Lanyards', 'Lanyards', 110633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110655, 110655, 'Necklaces & Pendants', 'Necklaces-and-Pendants', 110633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110656, 110656, 'Crystal, Glass', 'Crystal-Glass', 110655, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110657, 110657, 'Fused Glass', 'Fused-Glass', 110655, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110658, 110658, 'Gemstone', 'Gemstone', 110655, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110659, 110659, 'Gold, Plate/Fill (w/o Stone)', 'Gold-Plate-Fill-w-o-Stone', 110655, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110660, 110660, 'Gold, Solid (w/o Stone)', 'Gold-Solid-w-o-Stone', 110655, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110661, 110661, 'Lampwork', 'Lampwork', 110655, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110662, 110662, 'Pearl', 'Pearl', 110655, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110663, 110663, 'Silver, Plate/Fill (w/o Stone)', 'Silver-Plate-Fill-w-o-Stone', 110655, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110664, 110664, 'Silver, Solid (w/o Stone)', 'Silver-Solid-w-o-Stone', 110655, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110665, 110665, 'Mixed Material', 'Mixed-Material', 110655, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34052, 34052, 'Other', 'Other', 110655, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110666, 110666, 'Rings', 'Rings', 110633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34071, 34071, 'Sets', 'Sets', 110633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110667, 110667, 'Watches', 'Watches', 110633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12519, 12519, 'Other', 'Other', 110633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10321, 10321, 'Jewelry Boxes & Supplies', 'Jewelry-Boxes-and-Supplies', 281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67720, 67720, 'Cleaners & Polish', 'Cleaners-and-Polish', 10321, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3820, 3820, 'Jewelry Boxes', 'Jewelry-Boxes', 10321, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67682, 67682, 'Brass', 'Brass', 3820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67683, 67683, 'Glass', 'Glass', 3820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67684, 67684, 'Gold, Plate/Tone', 'Gold-Plate-Tone', 3820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67685, 67685, 'Leather', 'Leather', 3820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67686, 67686, 'Porcelain', 'Porcelain', 3820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67687, 67687, 'Silver', 'Silver', 3820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67688, 67688, 'Velvet', 'Velvet', 3820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67690, 67690, 'Wood', 'Wood', 3820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67692, 67692, 'Cherry', 'Cherry', 67690, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67693, 67693, 'Oak', 'Oak', 67690, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67689, 67689, 'Walnut', 'Walnut', 67690, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67691, 67691, 'Other Wood', 'Other-Wood', 67690, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11707, 11707, 'Other Jewelry Boxes', 'Other-Jewelry-Boxes', 3820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67694, 67694, 'Packaging, Display', 'Packaging-Display', 10321, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67695, 67695, 'Bags', 'Bags', 67694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67696, 67696, 'Gift Boxes', 'Gift-Boxes', 67694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67697, 67697, 'Cases & Displays', 'Cases-and-Displays', 67694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67698, 67698, 'Bracelet', 'Bracelet', 67697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67699, 67699, 'Earring', 'Earring', 67697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67700, 67700, 'Necklace & Pendant', 'Necklace-and-Pendant', 67697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 67701, 67701, 'Ring', 'Ring', 67697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67702, 67702, 'Watch', 'Watch', 67697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67703, 67703, 'Other', 'Other', 67697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67704, 67704, 'Jars & Containers', 'Jars-and-Containers', 67694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67705, 67705, 'Pouches', 'Pouches', 67694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67706, 67706, 'Trays', 'Trays', 67694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 495, 495, 'Other', 'Other', 67694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67707, 67707, 'Settings', 'Settings', 10321, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67708, 67708, 'Earring', 'Earring', 67707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67709, 67709, 'Pendant', 'Pendant', 67707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67710, 67710, 'Ring', 'Ring', 67707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12520, 12520, 'Other', 'Other', 67707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34082, 34082, 'Tools, Findings', 'Tools-Findings', 10321, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67715, 67715, 'Bead Caps', 'Bead-Caps', 34082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10322, 10322, 'Chains', 'Chains', 34082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67716, 67716, 'Clasps & Hooks', 'Clasps-and-Hooks', 34082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67717, 67717, 'Connectors', 'Connectors', 34082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67718, 67718, 'Cord', 'Cord', 34082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34083, 34083, 'Engraving Tools', 'Engraving-Tools', 34082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34084, 34084, 'Loupes, Magnifiers', 'Loupes-Magnifiers', 34082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67711, 67711, 'Molds', 'Molds', 34082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67712, 67712, 'Pins & Needles', 'Pins-and-Needles', 34082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34085, 34085, 'Pliers', 'Pliers', 34082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34086, 34086, 'Ring Sizers', 'Ring-Sizers', 34082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34087, 34087, 'Rotary Tools & Accessories', 'Rotary-Tools-and-Accessories', 34082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34088, 34088, 'Scales', 'Scales', 34082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67713, 67713, 'Spacers', 'Spacers', 34082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34089, 34089, 'Tweezers, Pick-Up Tools', 'Tweezers-Pick-Up-Tools', 34082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67714, 67714, 'Wire', 'Wire', 34082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10323, 10323, 'Other Tools, Findings', 'Other-Tools-Findings', 34082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67719, 67719, 'Workbenches', 'Workbenches', 10321, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 494, 494, 'Other Supplies', 'Other-Supplies', 10321, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43209, 43209, 'Jewelry Sets', 'Jewelry-Sets', 281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60138, 60138, 'Amethyst', 'Amethyst', 43209, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43210, 43210, 'Crystal', 'Crystal', 43209, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43211, 43211, 'Cubic Zirconia', 'Cubic-Zirconia', 43209, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43212, 43212, 'Diamond, Natural', 'Diamond-Natural', 43209, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152902, 152902, 'Diamond, Enhanced Natural', 'Diamond-Enhanced-Natural', 43209, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152903, 152903, 'Diamond, Synthetic (Lab-grown)', 'Diamond-Synthetic-Lab-grown', 43209, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60139, 60139, 'Garnet', 'Garnet', 43209, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86102, 86102, 'Gold, Plate/Fill (w/o Stone)', 'Gold-Plate-Fill-w-o-Stone', 43209, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43213, 43213, 'Gold, Solid (w/o Stone)', 'Gold-Solid-w-o-Stone', 43209, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60140, 60140, 'Jade', 'Jade', 43209, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86103, 86103, 'Moissanite', 'Moissanite', 43209, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60141, 60141, 'Onyx', 'Onyx', 43209, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60142, 60142, 'Pearl', 'Pearl', 43209, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60143, 60143, 'Bracelet & Necklace', 'Bracelet-and-Necklace', 60142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60144, 60144, 'Earrings & Necklace', 'Earrings-and-Necklace', 60142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43214, 43214, 'Other', 'Other', 60142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86104, 86104, 'Pearl, Imitation', 'Pearl-Imitation', 43209, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86105, 86105, 'Bracelet & Necklace', 'Bracelet-and-Necklace', 86104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86106, 86106, 'Earrings & Necklace', 'Earrings-and-Necklace', 86104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86107, 86107, 'Other', 'Other', 86104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60145, 60145, 'Rhinestone', 'Rhinestone', 43209, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60146, 60146, 'Sapphire', 'Sapphire', 43209, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60147, 60147, 'Silver (w/o Stone)', 'Silver-w-o-Stone', 43209, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60148, 60148, 'Bracelet & Necklace', 'Bracelet-and-Necklace', 60147, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60149, 60149, 'Earrings & Necklace', 'Earrings-and-Necklace', 60147, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60150, 60150, 'Earrings & Pendant', 'Earrings-and-Pendant', 60147, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43215, 43215, 'Other', 'Other', 60147, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60151, 60151, 'Topaz', 'Topaz', 43209, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60152, 60152, 'Turquoise', 'Turquoise', 43209, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11023, 11023, 'Other Stones, Materials', 'Other-Stones-Materials', 43209, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 488, 488, 'Loose Beads', 'Loose-Beads', 281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34066, 34066, 'Ceramic, Clay, Porcelain', 'Ceramic-Clay-Porcelain', 488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14315, 14315, 'Lampwork, Crystal & Glass', 'Lampwork-Crystal-and-Glass', 488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3807, 3807, 'Crystal', 'Crystal', 14315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34067, 34067, 'Fused', 'Fused', 14315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34068, 34068, 'Handmade Lampwork', 'Handmade-Lampwork', 14315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34069, 34069, 'Czech Republic', 'Czech-Republic', 34068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34070, 34070, 'US', 'US', 34068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4643, 4643, 'Other', 'Other', 34068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14316, 14316, 'Other Glass', 'Other-Glass', 14315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34072, 34072, 'Metals', 'Metals', 488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97672, 97672, 'Gold, Plate/Fill (w/o Stone)', 'Gold-Plate-Fill-w-o-Stone', 34072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34073, 34073, 'Gold, Solid (w/o Stone)', 'Gold-Solid-w-o-Stone', 34072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3809, 3809, 'Silver', 'Silver', 34072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34074, 34074, 'Other Metals', 'Other-Metals', 34072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12518, 12518, 'Rhinestones', 'Rhinestones', 488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10550, 10550, 'Seed', 'Seed', 488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14317, 14317, 'Shell, Bone, Coral', 'Shell-Bone-Coral', 488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14319, 14319, 'Stone', 'Stone', 488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34090, 34090, 'Agate', 'Agate', 14319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34091, 34091, 'Amethyst', 'Amethyst', 14319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34092, 34092, 'Citrine', 'Citrine', 14319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34093, 34093, 'Garnet', 'Garnet', 14319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14318, 14318, 'Hematite', 'Hematite', 14319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14320, 14320, 'Jade', 'Jade', 14319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34075, 34075, 'Lapis', 'Lapis', 14319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34076, 34076, 'Malachite', 'Malachite', 14319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34077, 34077, 'Moonstone', 'Moonstone', 14319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34078, 34078, 'Obsidian', 'Obsidian', 14319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34079, 34079, 'Onyx', 'Onyx', 14319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36587, 36587, 'Pearl', 'Pearl', 14319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97673, 97673, 'Pearl, Imitation', 'Pearl-Imitation', 14319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34080, 34080, 'Peridot', 'Peridot', 14319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14321, 14321, 'Quartz', 'Quartz', 14319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14322, 14322, 'Tiger Eye', 'Tiger-Eye', 14319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34094, 34094, 'Tourmaline', 'Tourmaline', 14319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14323, 14323, 'Turquoise', 'Turquoise', 14319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3810, 3810, 'Other Stones', 'Other-Stones', 14319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3811, 3811, 'Vintage', 'Vintage', 488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34081, 34081, 'Wood', 'Wood', 488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 489, 489, 'Other Beads', 'Other-Beads', 488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 491, 491, 'Loose Diamonds & Gemstones', 'Loose-Diamonds-and-Gemstones', 281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110729, 110729, 'Cubic Zirconia', 'Cubic-Zirconia', 491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110730, 110730, 'Clear, White', 'Clear-White', 110729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110731, 110731, 'Colored', 'Colored', 110729, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10210, 10210, 'Diamonds, Natural', 'Diamonds-Natural', 491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10211, 10211, 'Emerald', 'Emerald', 10210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10212, 10212, 'Heart', 'Heart', 10210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10213, 10213, 'Marquise', 'Marquise', 10210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10214, 10214, 'Oval', 'Oval', 10210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10215, 10215, 'Pear', 'Pear', 10210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110732, 110732, 'Radiant', 'Radiant', 10210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110733, 110733, 'Rough Diamonds', 'Rough-Diamonds', 10210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110734, 110734, 'Round, Brilliant', 'Round-Brilliant', 10210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110735, 110735, 'Less than 0.29 carats', 'Less-than-0-29-carats', 110734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110736, 110736, '0.29 to 0.45 carats', '0-29-to-0-45-carats', 110734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110737, 110737, '0.46 to 0.69 carats', '0-46-to-0-69-carats', 110734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110738, 110738, '0.70 to 0.99 carats', '0-70-to-0-99-carats', 110734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10216, 10216, '1.00 to 1.49 carats', '1-00-to-1-49-carats', 110734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110739, 110739, '1.50 to 1.99 carats', '1-50-to-1-99-carats', 110734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110740, 110740, '2.00 to 2.99 carats', '2-00-to-2-99-carats', 110734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110741, 110741, '3.00 carats and larger', '3-00-carats-and-larger', 110734, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10217, 10217, 'Square, Princess', 'Square-Princess', 10210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3824, 3824, 'Other Shapes', 'Other-Shapes', 10210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152810, 152810, 'Diamonds, Enhanced Natural', 'Diamonds-Enhanced-Natural', 491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152811, 152811, 'Radiant', 'Radiant', 152810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152812, 152812, 'Round, Brilliant', 'Round-Brilliant', 152810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152813, 152813, 'Less than 0.29 carats', 'Less-than-0-29-carats', 152812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152814, 152814, '0.29 to 0.45 carats', '0-29-to-0-45-carats', 152812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152815, 152815, '0.46 to 0.69 carats', '0-46-to-0-69-carats', 152812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152816, 152816, '0.70 to 0.99 carats', '0-70-to-0-99-carats', 152812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152817, 152817, '1.00 to 1.49 carats', '1-00-to-1-49-carats', 152812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152818, 152818, '1.50 to 1.99 carats', '1-50-to-1-99-carats', 152812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152819, 152819, '2.00 to 2.99 carats', '2-00-to-2-99-carats', 152812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152820, 152820, '3.00 carats and larger', '3-00-carats-and-larger', 152812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152821, 152821, 'Square, Princess', 'Square-Princess', 152810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152822, 152822, 'Other Shapes', 'Other-Shapes', 152810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152823, 152823, 'Diamonds, Synthetic', 'Diamonds-Synthetic', 491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152824, 152824, 'Round, Brilliant', 'Round-Brilliant', 152823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152825, 152825, 'Square, Princess', 'Square-Princess', 152823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152826, 152826, 'Other Shapes', 'Other-Shapes', 152823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110742, 110742, 'Gemstones', 'Gemstones', 491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10186, 10186, 'Agate', 'Agate', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10187, 10187, 'Cabochon', 'Cabochon', 10186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10189, 10189, 'Slab', 'Slab', 10186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10185, 10185, 'Other Agate', 'Other-Agate', 10186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110743, 110743, 'Alexandrite', 'Alexandrite', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110744, 110744, 'Oval', 'Oval', 110743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110745, 110745, 'Round, Brilliant', 'Round-Brilliant', 110743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10190, 10190, 'Other Shapes', 'Other-Shapes', 110743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10191, 10191, 'Amber', 'Amber', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10193, 10193, 'Amethyst', 'Amethyst', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10194, 10194, 'Cabochon', 'Cabochon', 10193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10195, 10195, 'Emerald', 'Emerald', 10193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10196, 10196, 'Heart', 'Heart', 10193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10197, 10197, 'Oval', 'Oval', 10193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10198, 10198, 'Pear', 'Pear', 10193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10199, 10199, 'Round, Brilliant', 'Round-Brilliant', 10193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10192, 10192, 'Other Shapes', 'Other-Shapes', 10193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110786, 110786, 'Ametrine', 'Ametrine', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110787, 110787, 'Apatite', 'Apatite', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10201, 10201, 'Aquamarine', 'Aquamarine', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10202, 10202, 'Oval', 'Oval', 10201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10203, 10203, 'Pear', 'Pear', 10201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10204, 10204, 'Round, Brilliant', 'Round-Brilliant', 10201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10200, 10200, 'Other Shapes', 'Other-Shapes', 10201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110788, 110788, 'Aventurine', 'Aventurine', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110789, 110789, 'Beryl', 'Beryl', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110790, 110790, 'Carnelian', 'Carnelian', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110791, 110791, 'Chalcedony', 'Chalcedony', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110792, 110792, 'Chrysoberyl', 'Chrysoberyl', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10206, 10206, 'Citrine', 'Citrine', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110785, 110785, 'Emerald', 'Emerald', 10206, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10207, 10207, 'Oval', 'Oval', 10206, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10208, 10208, 'Pear', 'Pear', 10206, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10209, 10209, 'Round, Brilliant', 'Round-Brilliant', 10206, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10205, 10205, 'Other Shapes', 'Other-Shapes', 10206, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110793, 110793, 'Coral', 'Coral', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110794, 110794, 'Diopside', 'Diopside', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10218, 10218, 'Emerald', 'Emerald', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10219, 10219, 'Cabochon', 'Cabochon', 10218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10220, 10220, 'Emerald', 'Emerald', 10218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10221, 10221, 'Oval', 'Oval', 10218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10222, 10222, 'Pear', 'Pear', 10218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110795, 110795, 'Round, Princess', 'Round-Princess', 10218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10223, 10223, 'Square, Princess', 'Square-Princess', 10218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3825, 3825, 'Other Shapes', 'Other-Shapes', 10218, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110796, 110796, 'Flourite', 'Flourite', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10225, 10225, 'Garnet', 'Garnet', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110804, 110804, 'Demantoid', 'Demantoid', 10225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110805, 110805, 'Hessonite', 'Hessonite', 10225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110806, 110806, 'Pyrope', 'Pyrope', 10225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110807, 110807, 'Rhodolite', 'Rhodolite', 10225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110808, 110808, 'Spessartine', 'Spessartine', 10225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110809, 110809, 'Tsavorite', 'Tsavorite', 10225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10224, 10224, 'Other Garnets', 'Other-Garnets', 10225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26322, 26322, 'Iolite', 'Iolite', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10232, 10232, 'Jade', 'Jade', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10233, 10233, 'Cabochon', 'Cabochon', 10232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10234, 10234, 'Carved', 'Carved', 10232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10231, 10231, 'Other Jade', 'Other-Jade', 10232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110797, 110797, 'Jasper', 'Jasper', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110798, 110798, 'Kunzite', 'Kunzite', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110799, 110799, 'Kyanite', 'Kyanite', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10235, 10235, 'Lapis', 'Lapis', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10236, 10236, 'Malachite', 'Malachite', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110800, 110800, 'Moissanite', 'Moissanite', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110801, 110801, 'Moldavite', 'Moldavite', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10237, 10237, 'Moonstone', 'Moonstone', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110802, 110802, 'Morganite', 'Morganite', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110803, 110803, 'Obsidian', 'Obsidian', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10238, 10238, 'Onyx', 'Onyx', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10239, 10239, 'Opal', 'Opal', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10240, 10240, 'Doublets', 'Doublets', 10239, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110810, 110810, 'Solid', 'Solid', 10239, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10241, 10241, 'Triplets', 'Triplets', 10239, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3826, 3826, 'Other Opal', 'Other-Opal', 10239, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10244, 10244, 'Pearls', 'Pearls', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110851, 110851, 'Akoya', 'Akoya', 10244, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10246, 10246, 'Freshwater', 'Freshwater', 10244, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110852, 110852, 'South Sea', 'South-Sea', 10244, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10245, 10245, 'Tahitian', 'Tahitian', 10244, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10243, 10243, 'Other Pearls', 'Other-Pearls', 10244, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10248, 10248, 'Peridot', 'Peridot', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10249, 10249, 'Oval', 'Oval', 10248, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10250, 10250, 'Round, Brilliant', 'Round-Brilliant', 10248, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10247, 10247, 'Other Shapes', 'Other-Shapes', 10248, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10252, 10252, 'Quartz', 'Quartz', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110854, 110854, 'Rose, Pink', 'Rose-Pink', 10252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110855, 110855, 'Rutilated', 'Rutilated', 10252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110853, 110853, 'Smoky', 'Smoky', 10252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110856, 110856, 'White, Clear', 'White-Clear', 10252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110857, 110857, 'Yellow, Lemon', 'Yellow-Lemon', 10252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110858, 110858, 'Other Colors', 'Other-Colors', 10252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110848, 110848, 'Rough, Specimen', 'Rough-Specimen', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110849, 110849, 'Cab Rough', 'Cab-Rough', 110848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110850, 110850, 'Facet Rough', 'Facet-Rough', 110848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 493, 493, 'Specimen', 'Specimen', 110848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10254, 10254, 'Ruby', 'Ruby', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10255, 10255, 'Cabochon', 'Cabochon', 10254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10256, 10256, 'Heart', 'Heart', 10254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110859, 110859, 'Marquise', 'Marquise', 10254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10257, 10257, 'Oval', 'Oval', 10254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10258, 10258, 'Round, Brilliant', 'Round-Brilliant', 10254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3827, 3827, 'Other Shapes', 'Other-Shapes', 10254, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10259, 10259, 'Sapphire', 'Sapphire', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110874, 110874, 'Blue', 'Blue', 10259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110875, 110875, 'Cabochon', 'Cabochon', 110874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110876, 110876, 'Marquise', 'Marquise', 110874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110877, 110877, 'Oval', 'Oval', 110874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110878, 110878, 'Pear', 'Pear', 110874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110879, 110879, 'Round, Brilliant', 'Round-Brilliant', 110874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110880, 110880, 'Other Shapes', 'Other-Shapes', 110874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110881, 110881, 'Green', 'Green', 10259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110882, 110882, 'Orange', 'Orange', 10259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110883, 110883, 'Padparadscha', 'Padparadscha', 10259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110884, 110884, 'Pink', 'Pink', 10259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110885, 110885, 'Purple, Violet', 'Purple-Violet', 10259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110886, 110886, 'Yellow, Gold', 'Yellow-Gold', 10259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110887, 110887, 'Other Colors', 'Other-Colors', 10259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110873, 110873, 'Spinel', 'Spinel', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10266, 10266, 'Tanzanite', 'Tanzanite', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10267, 10267, 'Oval', 'Oval', 10266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10268, 10268, 'Pear', 'Pear', 10266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10269, 10269, 'Round, Brilliant', 'Round-Brilliant', 10266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110888, 110888, 'Trillion/Triangle', 'Trillion-Triangle', 10266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4195, 4195, 'Other Shapes', 'Other-Shapes', 10266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10271, 10271, 'Topaz', 'Topaz', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110889, 110889, 'Blue', 'Blue', 10271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110890, 110890, 'Emerald', 'Emerald', 110889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110891, 110891, 'Heart', 'Heart', 110889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110892, 110892, 'Marquise', 'Marquise', 110889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110893, 110893, 'Oval', 'Oval', 110889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110894, 110894, 'Pear', 'Pear', 110889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110895, 110895, 'Round, Brilliant', 'Round-Brilliant', 110889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110896, 110896, 'Other Shapes', 'Other-Shapes', 110889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110897, 110897, 'Mystic', 'Mystic', 10271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110898, 110898, 'Pink', 'Pink', 10271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110899, 110899, 'Other Colors', 'Other-Colors', 10271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10279, 10279, 'Tourmaline', 'Tourmaline', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10280, 10280, 'Cabochon', 'Cabochon', 10279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10281, 10281, 'Emerald', 'Emerald', 10279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10282, 10282, 'Oval', 'Oval', 10279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10283, 10283, 'Pear', 'Pear', 10279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10278, 10278, 'Other Shapes', 'Other-Shapes', 10279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10284, 10284, 'Turquoise', 'Turquoise', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10286, 10286, 'Zircon', 'Zircon', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10287, 10287, 'Oval', 'Oval', 10286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10288, 10288, 'Round, Brilliant', 'Round-Brilliant', 10286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10285, 10285, 'Other Shapes', 'Other-Shapes', 10286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 282, 282, 'Other Gemstones', 'Other-Gemstones', 110742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10290, 10290, 'Mens Jewelry', 'Mens-Jewelry', 281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45368, 45368, 'Belt Buckles', 'Belt-Buckles', 10290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45369, 45369, 'Brass', 'Brass', 45368, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45370, 45370, 'Gold, Plate/Tone', 'Gold-Plate-Tone', 45368, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45371, 45371, 'Pewter', 'Pewter', 45368, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45372, 45372, 'Silver', 'Silver', 45368, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10291, 10291, 'Other', 'Other', 45368, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10292, 10292, 'Bolo Ties', 'Bolo-Ties', 10290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60116, 60116, 'Bracelets', 'Bracelets', 10290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97674, 97674, 'Gold, Plate/Fill', 'Gold-Plate-Fill', 60116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60117, 60117, 'Gold, Solid', 'Gold-Solid', 60116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60118, 60118, 'Silver', 'Silver', 60116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98621, 98621, 'Stainless Steel', 'Stainless-Steel', 60116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60119, 60119, 'Titanium', 'Titanium', 60116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45373, 45373, 'Other', 'Other', 60116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45374, 45374, 'Chains, Necklaces', 'Chains-Necklaces', 10290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60103, 60103, 'Diamond, Natural', 'Diamond-Natural', 45374, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152827, 152827, 'Diamond, Enhanced Natural', 'Diamond-Enhanced-Natural', 45374, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152828, 152828, 'Diamond, Synthetic (Lab-grown)', 'Diamond-Synthetic-Lab-grown', 45374, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97675, 97675, 'Gold, Plate/Fill', 'Gold-Plate-Fill', 45374, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97676, 97676, 'Gold, White', 'Gold-White', 45374, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45375, 45375, 'Gold, Yellow', 'Gold-Yellow', 45374, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45376, 45376, 'Platinum', 'Platinum', 45374, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45377, 45377, 'Silver', 'Silver', 45374, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10293, 10293, 'Other', 'Other', 45374, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60104, 60104, 'Charms, Pendants', 'Charms-Pendants', 10290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60105, 60105, 'Cross', 'Cross', 60104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60106, 60106, 'Dragon', 'Dragon', 60104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60107, 60107, 'Sport', 'Sport', 60104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60108, 60108, 'Other', 'Other', 60104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45378, 45378, 'Cufflinks', 'Cufflinks', 10290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60109, 60109, 'Diamond, Natural', 'Diamond-Natural', 45378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152829, 152829, 'Diamond, Enhanced Natural', 'Diamond-Enhanced-Natural', 45378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152830, 152830, 'Diamond, Synthetic (Lab-grown)', 'Diamond-Synthetic-Lab-grown', 45378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60110, 60110, 'Enamel', 'Enamel', 45378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97677, 97677, 'Gold, Plate/Fill (w/o Stone)', 'Gold-Plate-Fill-w-o-Stone', 45378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45379, 45379, 'Gold, Solid (w/o Stone)', 'Gold-Solid-w-o-Stone', 45378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60111, 60111, 'Mother of Pearl', 'Mother-of-Pearl', 45378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60112, 60112, 'Onyx', 'Onyx', 45378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60113, 60113, 'Pearl', 'Pearl', 45378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45380, 45380, 'Silver (w/o Stone)', 'Silver-w-o-Stone', 45378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60114, 60114, 'Stone', 'Stone', 45378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10294, 10294, 'Other', 'Other', 45378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60120, 60120, 'Money Clips', 'Money-Clips', 10290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60121, 60121, 'Gold, Plate/Tone', 'Gold-Plate-Tone', 60120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98622, 98622, 'Leather', 'Leather', 60120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60122, 60122, 'Silver', 'Silver', 60120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10296, 10296, 'Other', 'Other', 60120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60115, 60115, 'Pins', 'Pins', 10290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32981, 32981, 'Rings', 'Rings', 10290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32982, 32982, 'Cubic Zirconia', 'Cubic-Zirconia', 32981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45381, 45381, 'Diamond, Natural', 'Diamond-Natural', 32981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45383, 45383, 'Gold, White', 'Gold-White', 45381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60123, 60123, 'Gold, Yellow', 'Gold-Yellow', 45381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60124, 60124, '10K', '10K', 60123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60125, 60125, '14K', '14K', 60123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45384, 45384, 'Other', 'Other', 60123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45382, 45382, 'Silver', 'Silver', 45381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32983, 32983, 'Other', 'Other', 45381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152831, 152831, 'Diamond, Enhanced Natural', 'Diamond-Enhanced-Natural', 32981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152832, 152832, 'Gold, White', 'Gold-White', 152831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152833, 152833, 'Gold, Yellow', 'Gold-Yellow', 152831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152834, 152834, 'Silver', 'Silver', 152831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152835, 152835, 'Other', 'Other', 152831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152836, 152836, 'Diamond, Synthetic (Lab-grown)', 'Diamond-Synthetic-Lab-grown', 32981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152837, 152837, 'Gold, White', 'Gold-White', 152836, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152838, 152838, 'Gold, Yellow', 'Gold-Yellow', 152836, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152839, 152839, 'Silver', 'Silver', 152836, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152840, 152840, 'Other', 'Other', 152836, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45385, 45385, 'Emerald', 'Emerald', 32981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97679, 97679, 'Gold, Plate/Fill (w/o Stone)', 'Gold-Plate-Fill-w-o-Stone', 32981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60130, 60130, 'Gold, Two-Tone (w/o Stone)', 'Gold-Two-Tone-w-o-Stone', 32981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48766, 48766, 'Gold, White (w/o Stone)', 'Gold-White-w-o-Stone', 32981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45386, 45386, 'Gold, Yellow (w/o Stone)', 'Gold-Yellow-w-o-Stone', 32981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32984, 32984, 'Onyx', 'Onyx', 32981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 60126, 60126, 'Opal', 'Opal', 32981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98623, 98623, 'Platinum', 'Platinum', 32981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32985, 32985, 'Ruby', 'Ruby', 32981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 32986, 32986, 'Sapphire', 'Sapphire', 32981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60131, 60131, 'Silver (w/o Stone)', 'Silver-w-o-Stone', 32981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60132, 60132, 'Band', 'Band', 60131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60133, 60133, 'Celtic', 'Celtic', 60131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60134, 60134, 'Spin', 'Spin', 60131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45387, 45387, 'Other', 'Other', 60131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60127, 60127, 'Stone', 'Stone', 32981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60128, 60128, 'Tigers Eye', 'Tigers-Eye', 32981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60129, 60129, 'Titanium (w/o Stone)', 'Titanium-w-o-Stone', 32981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45388, 45388, 'Turquoise', 'Turquoise', 32981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10297, 10297, 'Other', 'Other', 32981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14085, 14085, 'Studs', 'Studs', 10290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60135, 60135, 'Tie Clasps, Tacks', 'Tie-Clasps-Tacks', 10290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97678, 97678, 'Gold, Plate/Fill', 'Gold-Plate-Fill', 60135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60136, 60136, 'Gold, Solid', 'Gold-Solid', 60135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60137, 60137, 'Silver', 'Silver', 60135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10298, 10298, 'Other', 'Other', 60135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3822, 3822, 'Other Items', 'Other-Items', 10290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10994, 10994, 'Necklaces & Pendants', 'Necklaces-and-Pendants', 281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92757, 92757, 'Chains', 'Chains', 10994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86078, 86078, 'Gold, Plate/Fill (w/o Stone)', 'Gold-Plate-Fill-w-o-Stone', 92757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110900, 110900, 'Gold, White (w/o Stone)', 'Gold-White-w-o-Stone', 92757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15154, 15154, 'Gold, Yellow (w/o Stone)', 'Gold-Yellow-w-o-Stone', 92757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10999, 10999, 'Silver (w/o Stone)', 'Silver-w-o-Stone', 92757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92758, 92758, 'Other Materials', 'Other-Materials', 92757, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92759, 92759, 'Chokers', 'Chokers', 10994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43067, 43067, 'Amber', 'Amber', 92759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92760, 92760, 'Bead, Beaded', 'Bead-Beaded', 92759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92761, 92761, 'Crystal', 'Crystal', 92759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92762, 92762, 'Diamond, Natural', 'Diamond-Natural', 92759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152841, 152841, 'Diamond, Enhanced Natural', 'Diamond-Enhanced-Natural', 92759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152842, 152842, 'Diamond, Synthetic (Lab-grown)', 'Diamond-Synthetic-Lab-grown', 92759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92763, 92763, 'Hemp', 'Hemp', 92759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92764, 92764, 'Leather', 'Leather', 92759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92765, 92765, 'Pearl', 'Pearl', 92759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92766, 92766, 'Pearl, Imitation', 'Pearl-Imitation', 92759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92767, 92767, 'Rhinestone', 'Rhinestone', 92759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92768, 92768, 'Silver (w/o Stone)', 'Silver-w-o-Stone', 92759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92769, 92769, 'Other Stones, Materials', 'Other-Stones-Materials', 92759, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92770, 92770, 'Lariats', 'Lariats', 10994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92771, 92771, 'Pendants, Lockets', 'Pendants-Lockets', 10994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92772, 92772, '3-Stone', '3-Stone', 92771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92773, 92773, 'Cubic Zirconia', 'Cubic-Zirconia', 92772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92774, 92774, 'Diamond, Natural', 'Diamond-Natural', 92772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152843, 152843, 'Diamond, Enhanced Natural', 'Diamond-Enhanced-Natural', 92772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152844, 152844, 'Diamond, Synthetic (Lab-grown)', 'Diamond-Synthetic-Lab-grown', 92772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92775, 92775, 'Other Stones', 'Other-Stones', 92772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110901, 110901, 'Angel', 'Angel', 92771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110902, 110902, 'Animals', 'Animals', 92771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110903, 110903, 'Astrology', 'Astrology', 92771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12594, 12594, 'Cameos', 'Cameos', 92771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150144, 150144, 'Circle', 'Circle', 92771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92776, 92776, 'Cluster', 'Cluster', 92771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110904, 110904, 'Coin', 'Coin', 92771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92777, 92777, 'Cross', 'Cross', 92771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92778, 92778, 'Amethyst', 'Amethyst', 92777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92779, 92779, 'Crystal', 'Crystal', 92777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92780, 92780, 'Cubic Zirconia', 'Cubic-Zirconia', 92777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110907, 110907, 'Diamond, Natural', 'Diamond-Natural', 92777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110908, 110908, 'Gold, Plate/Fill', 'Gold-Plate-Fill', 110907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110909, 110909, 'Gold, White', 'Gold-White', 110907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110910, 110910, 'Gold, Yellow', 'Gold-Yellow', 110907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92781, 92781, 'Other Materials', 'Other-Materials', 110907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152845, 152845, 'Diamond, Enhanced Natural', 'Diamond-Enhanced-Natural', 92777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152846, 152846, 'Diamond, Synthetic (Lab-grown)', 'Diamond-Synthetic-Lab-grown', 92777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92782, 92782, 'Garnet', 'Garnet', 92777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92783, 92783, 'Gold, Plate/Fill (w/o Stone)', 'Gold-Plate-Fill-w-o-Stone', 92777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92784, 92784, 'Gold, Solid (w/o Stone)', 'Gold-Solid-w-o-Stone', 92777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92785, 92785, 'Jade', 'Jade', 92777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92786, 92786, 'Pearl', 'Pearl', 92777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92787, 92787, 'Pearl, Imitation', 'Pearl-Imitation', 92777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92788, 92788, 'Sapphire', 'Sapphire', 92777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92789, 92789, 'Silver (w/o Stone)', 'Silver-w-o-Stone', 92777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92790, 92790, 'Topaz', 'Topaz', 92777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92791, 92791, 'Other Stones, Materials', 'Other-Stones-Materials', 92777, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110905, 110905, 'Dog Tag', 'Dog-Tag', 92771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92792, 92792, 'Flowers', 'Flowers', 92771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152847, 152847, 'Cubic Zirconia', 'Cubic-Zirconia', 92792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92793, 92793, 'Diamond, Natural', 'Diamond-Natural', 92792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152848, 152848, 'Diamond, Enhanced Natural', 'Diamond-Enhanced-Natural', 92792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152849, 152849, 'Diamond, Synthetic (Lab-grown)', 'Diamond-Synthetic-Lab-grown', 92792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92794, 92794, 'Gold, Plate/Fill (w/o Stone)', 'Gold-Plate-Fill-w-o-Stone', 92792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92795, 92795, 'Gold, Solid (w/o Stone)', 'Gold-Solid-w-o-Stone', 92792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92796, 92796, 'Jade', 'Jade', 92792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92797, 92797, 'Pearl', 'Pearl', 92792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92798, 92798, 'Pearl, Imitation', 'Pearl-Imitation', 92792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152850, 152850, 'Silver (w/o Stone)', 'Silver-w-o-Stone', 92792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92799, 92799, 'Other Stones, Materials', 'Other-Stones-Materials', 92792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92800, 92800, 'Hearts, Love', 'Hearts-Love', 92771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92801, 92801, 'Amethyst', 'Amethyst', 92800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92802, 92802, 'Crystal', 'Crystal', 92800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92803, 92803, 'Cubic Zirconia', 'Cubic-Zirconia', 92800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110911, 110911, 'Diamond, Natural', 'Diamond-Natural', 92800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110912, 110912, 'Gold, Plate/Fill', 'Gold-Plate-Fill', 110911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110913, 110913, 'Gold, White', 'Gold-White', 110911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110914, 110914, 'Gold, Yellow', 'Gold-Yellow', 110911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92804, 92804, 'Other Materials', 'Other-Materials', 110911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152852, 152852, 'Diamond, Enhanced Natural', 'Diamond-Enhanced-Natural', 92800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152853, 152853, 'Diamond, Synthetic (Lab-grown)', 'Diamond-Synthetic-Lab-grown', 92800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92805, 92805, 'Garnet', 'Garnet', 92800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92806, 92806, 'Gold, Plate/Fill (w/o Stone)', 'Gold-Plate-Fill-w-o-Stone', 92800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92807, 92807, 'Gold, Solid (w/o Stone)', 'Gold-Solid-w-o-Stone', 92800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92808, 92808, 'Jade', 'Jade', 92800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92809, 92809, 'Pearl', 'Pearl', 92800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92810, 92810, 'Pearl, Imitation', 'Pearl-Imitation', 92800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92811, 92811, 'Ruby', 'Ruby', 92800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92812, 92812, 'Sapphire', 'Sapphire', 92800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152851, 152851, 'Silver (w/o Stone)', 'Silver-w-o-Stone', 92800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92813, 92813, 'Topaz', 'Topaz', 92800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92814, 92814, 'Other Stones, Materials', 'Other-Stones-Materials', 92800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110906, 110906, 'Horseshoe', 'Horseshoe', 92771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92815, 92815, 'Letters, Initials', 'Letters-Initials', 92771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92816, 92816, 'Lockets', 'Lockets', 92771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152854, 152854, 'Cubic Zirconia', 'Cubic-Zirconia', 92816, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92817, 92817, 'Diamond, Natural', 'Diamond-Natural', 92816, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152855, 152855, 'Diamond, Enhanced Natural', 'Diamond-Enhanced-Natural', 92816, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152856, 152856, 'Diamond, Synthetic (Lab-grown)', 'Diamond-Synthetic-Lab-grown', 92816, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92818, 92818, 'Gold, Plate/Fill (w/o Stone)', 'Gold-Plate-Fill-w-o-Stone', 92816, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92819, 92819, 'Gold, Solid (w/o Stone)', 'Gold-Solid-w-o-Stone', 92816, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92820, 92820, 'Silver (w/o Stone)', 'Silver-w-o-Stone', 92816, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92821, 92821, 'Other Stones, Materials', 'Other-Stones-Materials', 92816, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92822, 92822, 'Solitaires', 'Solitaires', 92771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110934, 110934, 'Abalone', 'Abalone', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110935, 110935, 'Agate', 'Agate', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110936, 110936, 'Amazonite', 'Amazonite', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26290, 26290, 'Amber', 'Amber', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43149, 43149, 'Amethyst', 'Amethyst', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15166, 15166, 'Aquamarine', 'Aquamarine', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110937, 110937, 'Carnelian', 'Carnelian', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110938, 110938, 'Chalcedony', 'Chalcedony', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26291, 26291, 'Citrine', 'Citrine', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67723, 67723, 'Coral', 'Coral', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43125, 43125, 'Crystal', 'Crystal', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110939, 110939, 'Cubic Zirconia', 'Cubic-Zirconia', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110940, 110940, 'Blue', 'Blue', 110939, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110941, 110941, 'Clear, White', 'Clear-White', 110939, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110942, 110942, 'Pink', 'Pink', 110939, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43128, 43128, 'Other Colors', 'Other-Colors', 110939, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110943, 110943, 'Diamond, Natural', 'Diamond-Natural', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110944, 110944, 'Gold, Plate/Fill', 'Gold-Plate-Fill', 110943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110945, 110945, 'Gold, White', 'Gold-White', 110943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110946, 110946, 'Gold, Yellow', 'Gold-Yellow', 110943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43136, 43136, 'Other Materials', 'Other-Materials', 110943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152857, 152857, 'Diamond, Enhanced Natural', 'Diamond-Enhanced-Natural', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152858, 152858, 'Diamond, Synthetic (Lab-grown)', 'Diamond-Synthetic-Lab-grown', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15167, 15167, 'Emerald', 'Emerald', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43152, 43152, 'Garnet', 'Garnet', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110947, 110947, 'Glass', 'Glass', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26292, 26292, 'Iolite', 'Iolite', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110948, 110948, 'Jade', 'Jade', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110949, 110949, 'Green', 'Green', 110948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110950, 110950, 'Red', 'Red', 110948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110951, 110951, 'Yellow', 'Yellow', 110948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43154, 43154, 'Other Colors', 'Other-Colors', 110948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110952, 110952, 'Jasper', 'Jasper', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110953, 110953, 'Labradorite', 'Labradorite', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26293, 26293, 'Lapis', 'Lapis', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26294, 26294, 'Moonstone', 'Moonstone', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110954, 110954, 'Mother-of-Pearl', 'Mother-of-Pearl', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26295, 26295, 'Onyx', 'Onyx', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15170, 15170, 'Opal', 'Opal', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86086, 86086, 'Pearl', 'Pearl', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86087, 86087, 'Black/Gray', 'Black-Gray', 86086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86088, 86088, 'Pink', 'Pink', 86086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11005, 11005, 'White/Cream', 'White-Cream', 86086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86089, 86089, 'Other Colors', 'Other-Colors', 86086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92823, 92823, 'Pearl, Imitation', 'Pearl-Imitation', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92834, 92834, 'Black, Gray', 'Black-Gray', 92823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92835, 92835, 'Pink', 'Pink', 92823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92836, 92836, 'White, Cream', 'White-Cream', 92823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92837, 92837, 'Other Colors', 'Other-Colors', 92823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15171, 15171, 'Peridot', 'Peridot', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26296, 26296, 'Quartz', 'Quartz', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15172, 15172, 'Ruby', 'Ruby', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43157, 43157, 'Sapphire', 'Sapphire', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110955, 110955, 'Sodalite', 'Sodalite', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26297, 26297, 'Tanzanite', 'Tanzanite', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110956, 110956, 'Tigers Eye', 'Tigers-Eye', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110957, 110957, 'Topaz', 'Topaz', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110958, 110958, 'Blue', 'Blue', 110957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110959, 110959, 'Mystic', 'Mystic', 110957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43203, 43203, 'Other Colors', 'Other-Colors', 110957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110960, 110960, 'Tourmaline', 'Tourmaline', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110961, 110961, 'Turquoise', 'Turquoise', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92838, 92838, 'Other Stones, Materials', 'Other-Stones-Materials', 92822, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92839, 92839, 'Stars', 'Stars', 92771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92840, 92840, 'Other Styles', 'Other-Styles', 92771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92824, 92824, 'Strands/Strings', 'Strands-Strings', 10994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110919, 110919, 'Agate', 'Agate', 92824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43068, 43068, 'Amethyst', 'Amethyst', 92824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110920, 110920, 'Aquamarine', 'Aquamarine', 92824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110915, 110915, 'Bead, Beaded', 'Bead-Beaded', 92824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110916, 110916, 'Gemstone', 'Gemstone', 110915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110917, 110917, 'Glass', 'Glass', 110915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92825, 92825, 'Other Materials', 'Other-Materials', 110915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92826, 92826, 'Citrine', 'Citrine', 92824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67722, 67722, 'Coral', 'Coral', 92824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110921, 110921, 'Crystal', 'Crystal', 92824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110922, 110922, 'Blue', 'Blue', 110921, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110923, 110923, 'Black', 'Black', 110921, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110924, 110924, 'Clear, White', 'Clear-White', 110921, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 110925, 110925, 'Green', 'Green', 110921, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110926, 110926, 'Pink', 'Pink', 110921, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110927, 110927, 'Purple', 'Purple', 110921, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110928, 110928, 'Red', 'Red', 110921, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43069, 43069, 'Other Colors', 'Other-Colors', 110921, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43070, 43070, 'Cubic Zirconia', 'Cubic-Zirconia', 92824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43076, 43076, 'Emerald', 'Emerald', 92824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43077, 43077, 'Garnet', 'Garnet', 92824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110929, 110929, 'Jade', 'Jade', 92824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110930, 110930, 'Green', 'Green', 110929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110931, 110931, 'Red', 'Red', 110929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43078, 43078, 'Other Colors', 'Other-Colors', 110929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110932, 110932, 'Lapis', 'Lapis', 92824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92828, 92828, 'Moonstone', 'Moonstone', 92824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43079, 43079, 'Onyx', 'Onyx', 92824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43080, 43080, 'Opal', 'Opal', 92824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43097, 43097, 'Pearl', 'Pearl', 92824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43082, 43082, 'Black, Gray', 'Black-Gray', 43097, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43083, 43083, 'Pink', 'Pink', 43097, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43084, 43084, 'White, Cream', 'White-Cream', 43097, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3844, 3844, 'Other Colors', 'Other-Colors', 43097, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92829, 92829, 'Pearl, Imitation', 'Pearl-Imitation', 92824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92832, 92832, 'Black, Gray', 'Black-Gray', 92829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92830, 92830, 'Pink', 'Pink', 92829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92831, 92831, 'White, Cream', 'White-Cream', 92829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86081, 86081, 'Other Colors', 'Other-Colors', 92829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92833, 92833, 'Peridot', 'Peridot', 92824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110918, 110918, 'Quartz', 'Quartz', 92824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86082, 86082, 'Rhinestone', 'Rhinestone', 92824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110933, 110933, 'Topaz', 'Topaz', 92824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86083, 86083, 'Turquoise', 'Turquoise', 92824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92827, 92827, 'Other Stones, Materials', 'Other-Stones-Materials', 92824, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10995, 10995, 'Tennis, Graduated', 'Tennis-Graduated', 10994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92841, 92841, 'Other Styles', 'Other-Styles', 10994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11008, 11008, 'Pins, Brooches', 'Pins-Brooches', 281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110962, 110962, 'Abalone', 'Abalone', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110963, 110963, 'Amber', 'Amber', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110964, 110964, 'Amethyst', 'Amethyst', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110965, 110965, 'Aquamarine', 'Aquamarine', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67724, 67724, 'Cameos', 'Cameos', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110966, 110966, 'Citrine', 'Citrine', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110967, 110967, 'Coral', 'Coral', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110971, 110971, 'Crystal', 'Crystal', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110972, 110972, 'Black', 'Black', 110971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110973, 110973, 'Blue', 'Blue', 110971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110974, 110974, 'Clear, White', 'Clear-White', 110971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110975, 110975, 'Green', 'Green', 110971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110976, 110976, 'Multicolor', 'Multicolor', 110971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110977, 110977, 'Pink', 'Pink', 110971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110978, 110978, 'Red', 'Red', 110971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50669, 50669, 'Other Colors', 'Other-Colors', 110971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86092, 86092, 'Cubic Zirconia', 'Cubic-Zirconia', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11009, 11009, 'Diamond, Natural', 'Diamond-Natural', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152859, 152859, 'Diamond, Enhanced Natural', 'Diamond-Enhanced-Natural', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152860, 152860, 'Diamond, Synthetic (Lab-grown)', 'Diamond-Synthetic-Lab-grown', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110968, 110968, 'Emerald', 'Emerald', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50671, 50671, 'Enamel', 'Enamel', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110970, 110970, 'Garnet', 'Garnet', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50676, 50676, 'Glass', 'Glass', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86093, 86093, 'Gold, Plate/Fill (w/o Stone)', 'Gold-Plate-Fill-w-o-Stone', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11011, 11011, 'Gold, Solid (w/o Stone)', 'Gold-Solid-w-o-Stone', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86094, 86094, 'Moissanite', 'Moissanite', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110969, 110969, 'Onyx', 'Onyx', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110979, 110979, 'Opal', 'Opal', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86095, 86095, 'Pearl', 'Pearl', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86096, 86096, 'Black/Gray', 'Black-Gray', 86095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86097, 86097, 'Pink', 'Pink', 86095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86098, 86098, 'White/Cream', 'White-Cream', 86095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11013, 11013, 'Other Colors', 'Other-Colors', 86095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86099, 86099, 'Pearl, Imitation', 'Pearl-Imitation', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110980, 110980, 'Peridot', 'Peridot', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110981, 110981, 'Rhinestone', 'Rhinestone', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110982, 110982, 'Black', 'Black', 110981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110983, 110983, 'Blue', 'Blue', 110981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110984, 110984, 'Clear, White', 'Clear-White', 110981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110985, 110985, 'Green', 'Green', 110981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110986, 110986, 'Multicolor', 'Multicolor', 110981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110987, 110987, 'Pink', 'Pink', 110981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110988, 110988, 'Red', 'Red', 110981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86100, 86100, 'Other Colors', 'Other-Colors', 110981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110989, 110989, 'Ruby', 'Ruby', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110990, 110990, 'Sapphire', 'Sapphire', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86101, 86101, 'Silver, Plate/Fill (w/o Stone)', 'Silver-Plate-Fill-w-o-Stone', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11014, 11014, 'Silver, Solid (w/o Stone)', 'Silver-Solid-w-o-Stone', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110991, 110991, 'Topaz', 'Topaz', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11007, 11007, 'Other Stones, Materials', 'Other-Stones-Materials', 11008, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67725, 67725, 'Rings', 'Rings', 281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92842, 92842, 'Bands, Wedding & Anniversary', 'Bands-Wedding-and-Anniversary', 67725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92843, 92843, 'Men', 'Men', 92842, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97680, 97680, 'Gold, Plate/Fill', 'Gold-Plate-Fill', 92843, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92844, 92844, 'Gold, White', 'Gold-White', 92843, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92845, 92845, 'Gold, Yellow', 'Gold-Yellow', 92843, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92846, 92846, 'Platinum', 'Platinum', 92843, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92847, 92847, 'Silver', 'Silver', 92843, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92848, 92848, 'Titanium', 'Titanium', 92843, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92849, 92849, 'Other', 'Other', 92843, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92850, 92850, 'Women', 'Women', 92842, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97681, 97681, 'Gold, Plate/Fill', 'Gold-Plate-Fill', 92850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92851, 92851, 'Gold, White', 'Gold-White', 92850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92852, 92852, 'Plain, Solid', 'Plain-Solid', 92851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92853, 92853, 'With Natural Diamonds', 'With-Natural-Diamonds', 92851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152862, 152862, 'With Enhanced Natural Diamonds', 'With-Enhanced-Natural-Diamonds', 92851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152863, 152863, 'With Synthetic Diamonds', 'With-Synthetic-Diamonds', 92851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92854, 92854, 'With Gemstones', 'With-Gemstones', 92851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92855, 92855, 'w/Gemstones & Natural Diamonds', 'w-Gemstones-and-Natural-Diamonds', 92851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152861, 152861, 'w/Gemstones & Synth. Diamonds', 'w-Gemstones-and-Synth-Diamonds', 92851, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92856, 92856, 'Gold, Yellow', 'Gold-Yellow', 92850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92857, 92857, 'Plain, Solid', 'Plain-Solid', 92856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92858, 92858, 'With Natural Diamonds', 'With-Natural-Diamonds', 92856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152864, 152864, 'With Enhanced Natural Diamonds', 'With-Enhanced-Natural-Diamonds', 92856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152865, 152865, 'With Synthetic Diamonds', 'With-Synthetic-Diamonds', 92856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92859, 92859, 'With Gemstones', 'With-Gemstones', 92856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92860, 92860, 'w/Gemstones & Natural Diamonds', 'w-Gemstones-and-Natural-Diamonds', 92856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 153011, 153011, 'w/Gemstones & Synth. Diamonds', 'w-Gemstones-and-Synth-Diamonds', 92856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92861, 92861, 'Platinum', 'Platinum', 92850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92862, 92862, 'Plain, Solid', 'Plain-Solid', 92861, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92863, 92863, 'With Natural Diamonds', 'With-Natural-Diamonds', 92861, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152866, 152866, 'With Enhanced Natural Diamonds', 'With-Enhanced-Natural-Diamonds', 92861, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152867, 152867, 'With Synthetic Diamonds', 'With-Synthetic-Diamonds', 92861, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92864, 92864, 'With Gemstones', 'With-Gemstones', 92861, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92865, 92865, 'w/Gemstones & Natural Diamonds', 'w-Gemstones-and-Natural-Diamonds', 92861, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152868, 152868, 'w/Gemstones & Synth. Diamonds', 'w-Gemstones-and-Synth-Diamonds', 92861, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92866, 92866, 'Other', 'Other', 92850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92867, 92867, 'Cubic Zirconia & Moissanite', 'Cubic-Zirconia-and-Moissanite', 67725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92868, 92868, 'Cubic Zirconia - Clear, White', 'Cubic-Zirconia-Clear-White', 92867, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92869, 92869, 'Right-Hand/Fashion Rings', 'Right-Hand-Fashion-Rings', 92868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92870, 92870, 'Gold, Plate/Fill', 'Gold-Plate-Fill', 92869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92871, 92871, 'Gold, Solid', 'Gold-Solid', 92869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92872, 92872, 'Silver', 'Silver', 92869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92873, 92873, 'Other', 'Other', 92869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92874, 92874, 'Sets, Bridal', 'Sets-Bridal', 92868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92875, 92875, 'Gold, Plate/Fill', 'Gold-Plate-Fill', 92874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92876, 92876, 'Gold, Solid', 'Gold-Solid', 92874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92877, 92877, 'Silver', 'Silver', 92874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92878, 92878, 'Other', 'Other', 92874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92879, 92879, 'Solitaire Rings', 'Solitaire-Rings', 92868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92880, 92880, 'Gold, Plate/Fill', 'Gold-Plate-Fill', 92879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92881, 92881, 'Gold, Solid', 'Gold-Solid', 92879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92882, 92882, 'Silver', 'Silver', 92879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92883, 92883, 'Other', 'Other', 92879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92884, 92884, 'Solitaire with Accent Stones', 'Solitaire-with-Accent-Stones', 92868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92885, 92885, 'Gold, Plate/Fill', 'Gold-Plate-Fill', 92884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92886, 92886, 'Gold, Solid', 'Gold-Solid', 92884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92887, 92887, 'Silver', 'Silver', 92884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92888, 92888, 'Other', 'Other', 92884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92889, 92889, 'Three-Stone Rings', 'Three-Stone-Rings', 92868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92890, 92890, 'Gold, Plate/Fill', 'Gold-Plate-Fill', 92889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92891, 92891, 'Gold, Solid', 'Gold-Solid', 92889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92892, 92892, 'Silver', 'Silver', 92889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92893, 92893, 'Other', 'Other', 92889, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92894, 92894, 'Other', 'Other', 92868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92895, 92895, 'Cubic Zirconia - Colored', 'Cubic-Zirconia-Colored', 92867, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92896, 92896, 'Right-Hand/Fashion Rings', 'Right-Hand-Fashion-Rings', 92895, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92897, 92897, 'Solitaire Rings', 'Solitaire-Rings', 92895, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92898, 92898, 'Solitaire with Accent Stones', 'Solitaire-with-Accent-Stones', 92895, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92899, 92899, 'Other', 'Other', 92895, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92900, 92900, 'Moissanite', 'Moissanite', 92867, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92901, 92901, 'Right-Hand/Fashion Rings', 'Right-Hand-Fashion-Rings', 92900, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92902, 92902, 'Solitaire Rings', 'Solitaire-Rings', 92900, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92903, 92903, 'Three-Stone Rings', 'Three-Stone-Rings', 92900, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92904, 92904, 'Other', 'Other', 92900, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92908, 92908, 'Diamond Bridal Ring Sets', 'Diamond-Bridal-Ring-Sets', 67725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152875, 152875, 'Gold, White', 'Gold-White', 92908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92909, 92909, 'With Natural Diamonds', 'With-Natural-Diamonds', 152875, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152876, 152876, 'With Enhanced Natural Diamonds', 'With-Enhanced-Natural-Diamonds', 152875, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152877, 152877, 'With Synthetic Diamonds', 'With-Synthetic-Diamonds', 152875, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152878, 152878, 'Gold, Yellow', 'Gold-Yellow', 92908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92910, 92910, 'With Natural Diamonds', 'With-Natural-Diamonds', 152878, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152879, 152879, 'With Enhanced Natural Diamonds', 'With-Enhanced-Natural-Diamonds', 152878, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152880, 152880, 'With Synthetic Diamonds', 'With-Synthetic-Diamonds', 152878, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152881, 152881, 'Platinum', 'Platinum', 92908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92911, 92911, 'With Natural Diamonds', 'With-Natural-Diamonds', 152881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152882, 152882, 'With Enhanced Natural Diamonds', 'With-Enhanced-Natural-Diamonds', 152881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152883, 152883, 'With Synthetic Diamonds', 'With-Synthetic-Diamonds', 152881, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152884, 152884, 'Silver & Other Metals', 'Silver-and-Other-Metals', 92908, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92912, 92912, 'With Natural Diamonds', 'With-Natural-Diamonds', 152884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152885, 152885, 'With Enhanced Natural Diamonds', 'With-Enhanced-Natural-Diamonds', 152884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152886, 152886, 'With Synthetic Diamonds', 'With-Synthetic-Diamonds', 152884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92905, 92905, 'Diamond Engagement/ Annivers.', 'Diamond-Engagement-Annivers-', 67725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152899, 152899, 'Diamond Solitaire', 'Diamond-Solitaire', 92905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67726, 67726, 'Natural Diamond', 'Natural-Diamond', 152899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152900, 152900, 'Enhanced Natural Diamond', 'Enhanced-Natural-Diamond', 152899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152901, 152901, 'Synthetic (Lab-grown) Diamond', 'Synthetic-Lab-grown-Diamond', 152899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152869, 152869, 'Diamond Solitaire with Accents', 'Diamond-Solitaire-with-Accents', 92905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92906, 92906, 'Natural Diamond', 'Natural-Diamond', 152869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152870, 152870, 'Enhanced Natural Diamond', 'Enhanced-Natural-Diamond', 152869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152871, 152871, 'Synthetic (Lab-grown) Diamond', 'Synthetic-Lab-grown-Diamond', 152869, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152872, 152872, 'Diamond Three-Stone', 'Diamond-Three-Stone', 92905, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92907, 92907, 'Natural Diamond', 'Natural-Diamond', 152872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152873, 152873, 'Enhanced Natural Diamond', 'Enhanced-Natural-Diamond', 152872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152874, 152874, 'Synthetic (Lab-grown) Diamond', 'Synthetic-Lab-grown-Diamond', 152872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92913, 92913, 'Diamond Right-Hand Rings', 'Diamond-Right-Hand-Rings', 67725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152887, 152887, 'Gold, White', 'Gold-White', 92913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92914, 92914, 'With Natural Diamonds', 'With-Natural-Diamonds', 152887, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152888, 152888, 'With Enhanced Natural Diamonds', 'With-Enhanced-Natural-Diamonds', 152887, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152889, 152889, 'With Synthetic Diamonds', 'With-Synthetic-Diamonds', 152887, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152890, 152890, 'Gold, Yellow', 'Gold-Yellow', 92913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92915, 92915, 'With Natural Diamonds', 'With-Natural-Diamonds', 152890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152891, 152891, 'With Enhanced Natural Diamonds', 'With-Enhanced-Natural-Diamonds', 152890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152892, 152892, 'With Synthetic Diamonds', 'With-Synthetic-Diamonds', 152890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152893, 152893, 'Platinum', 'Platinum', 92913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92916, 92916, 'With Natural Diamonds', 'With-Natural-Diamonds', 152893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152894, 152894, 'With Enhanced Natural Diamonds', 'With-Enhanced-Natural-Diamonds', 152893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152895, 152895, 'With Synthetic Diamonds', 'With-Synthetic-Diamonds', 152893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152896, 152896, 'Silver & Other Metals', 'Silver-and-Other-Metals', 92913, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92917, 92917, 'With Natural Diamonds', 'With-Natural-Diamonds', 152896, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152897, 152897, 'With Enhanced Natural Diamonds', 'With-Enhanced-Natural-Diamonds', 152896, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152898, 152898, 'With Synthetic Diamonds', 'With-Synthetic-Diamonds', 152896, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67727, 67727, 'Gemstone Rings', 'Gemstone-Rings', 67725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111032, 111032, 'Metal Fashion Rings', 'Metal-Fashion-Rings', 67725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111033, 111033, 'Gold, Plate/Fill (w/o Stone)', 'Gold-Plate-Fill-w-o-Stone', 111032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111034, 111034, 'Gold, Solid (w/o Stone)', 'Gold-Solid-w-o-Stone', 111032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111035, 111035, 'Silver (w/o Stone)', 'Silver-w-o-Stone', 111032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92920, 92920, 'Other Metals (w/o Stone)', 'Other-Metals-w-o-Stone', 111032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 67728, 67728, 'Other', 'Other', 67725, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48579, 48579, 'Vintage, Antique', 'Vintage-Antique', 281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 500, 500, 'Costume', 'Costume', 48579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113472, 113472, 'Georgian, Pre-1837', 'Georgian-Pre-1837', 500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3848, 3848, 'Victorian, Edwardian 1837-1910', 'Victorian-Edwardian-1837-1910', 500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3829, 3829, 'Cameos', 'Cameos', 3848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3849, 3849, 'Mourning', 'Mourning', 3848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 514, 514, 'Other', 'Other', 3848, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10967, 10967, 'Art Nouveau/Art Deco 1895-1935', 'Art-Nouveau-Art-Deco-1895-1935', 500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10971, 10971, 'Vintage 1930s-1980s', 'Vintage-1930s-1980s', 500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 502, 502, 'Bakelite, Vintage Plastics', 'Bakelite-Vintage-Plastics', 10971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10973, 10973, 'Copper', 'Copper', 10971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10974, 10974, 'Designer, Signed', 'Designer-Signed', 10971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150145, 150145, 'Glass Beads', 'Glass-Beads', 10971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3845, 3845, 'Rhinestones', 'Rhinestones', 10971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10972, 10972, 'Collections, Lots', 'Collections-Lots', 10971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 291, 291, 'Other', 'Other', 10971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 289, 289, 'Other Vintage, Antique', 'Other-Vintage-Antique', 500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12595, 12595, 'Fine', 'Fine', 48579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52561, 52561, 'Cameos', 'Cameos', 12595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52562, 52562, 'Charms & Charm Bracelets', 'Charms-and-Charm-Bracelets', 12595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52563, 52563, 'Gold', 'Gold', 52562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52564, 52564, 'Silver', 'Silver', 52562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48587, 48587, 'Other', 'Other', 52562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52565, 52565, 'Diamonds', 'Diamonds', 12595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113460, 113460, 'Georgian, Pre-1837', 'Georgian-Pre-1837', 52565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52570, 52570, 'Victorian, Edwardian 1837-1910', 'Victorian-Edwardian-1837-1910', 52565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52567, 52567, 'Art Nouveau/Art Deco 1895-1935', 'Art-Nouveau-Art-Deco-1895-1935', 52565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52571, 52571, 'Retro, Vintage 1940s-1980s', 'Retro-Vintage-1940s-1980s', 52565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52568, 52568, 'Designer, Signed', 'Designer-Signed', 52565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52569, 52569, 'Mens', 'Mens', 52565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45399, 45399, 'Other Vintage, Antique', 'Other-Vintage-Antique', 52565, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52572, 52572, 'Gold', 'Gold', 12595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113461, 113461, 'Georgian, Pre-1837', 'Georgian-Pre-1837', 52572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52577, 52577, 'Victorian, Edwardian 1837-1910', 'Victorian-Edwardian-1837-1910', 52572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52574, 52574, 'Art Nouveau/Art Deco 1895-1935', 'Art-Nouveau-Art-Deco-1895-1935', 52572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52578, 52578, 'Retro, Vintage 1940s-1980s', 'Retro-Vintage-1940s-1980s', 52572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52575, 52575, 'Designer, Signed', 'Designer-Signed', 52572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52576, 52576, 'Mens', 'Mens', 52572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45401, 45401, 'Other Vintage, Antique', 'Other-Vintage-Antique', 52572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52579, 52579, 'Pearl', 'Pearl', 12595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113462, 113462, 'Georgian, Pre-1837', 'Georgian-Pre-1837', 52579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52583, 52583, 'Victorian, Edwardian 1837-1910', 'Victorian-Edwardian-1837-1910', 52579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52581, 52581, 'Art Nouveau/Art Deco 1895-1935', 'Art-Nouveau-Art-Deco-1895-1935', 52579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52584, 52584, 'Retro, Vintage 1940s-1980s', 'Retro-Vintage-1940s-1980s', 52579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52582, 52582, 'Designer, Signed', 'Designer-Signed', 52579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45403, 45403, 'Other Vintage, Antique', 'Other-Vintage-Antique', 52579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52585, 52585, 'Platinum', 'Platinum', 12595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113463, 113463, 'Georgian, Pre-1837', 'Georgian-Pre-1837', 52585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52590, 52590, 'Victorian, Edwardian 1837-1910', 'Victorian-Edwardian-1837-1910', 52585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52587, 52587, 'Art Nouveau/Art Deco 1895-1935', 'Art-Nouveau-Art-Deco-1895-1935', 52585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52591, 52591, 'Retro, Vintage 1940s-1980s', 'Retro-Vintage-1940s-1980s', 52585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52588, 52588, 'Designer, Signed', 'Designer-Signed', 52585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52589, 52589, 'Mens', 'Mens', 52585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48588, 48588, 'Other Vintage, Antique', 'Other-Vintage-Antique', 52585, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52604, 52604, 'Silver', 'Silver', 12595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113464, 113464, 'Georgian, Pre-1837', 'Georgian-Pre-1837', 52604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52611, 52611, 'Victorian, Edwardian 1837-1910', 'Victorian-Edwardian-1837-1910', 52604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52606, 52606, 'Art Nouveau/Art Deco 1895-1935', 'Art-Nouveau-Art-Deco-1895-1935', 52604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52612, 52612, 'Retro, Vintage 1940s-1980s', 'Retro-Vintage-1940s-1980s', 52604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52607, 52607, 'Designer, Signed', 'Designer-Signed', 52604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52608, 52608, 'Mens', 'Mens', 52604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52609, 52609, 'Mexican', 'Mexican', 52604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52610, 52610, 'Scandinavian', 'Scandinavian', 52604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45431, 45431, 'Other Vintage, Antique', 'Other-Vintage-Antique', 52604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45404, 45404, 'Other Stones, Materials', 'Other-Stones-Materials', 12595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48581, 48581, 'New, Vintage Reproductions', 'New-Vintage-Reproductions', 48579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52592, 52592, 'Costume', 'Costume', 48581, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113465, 113465, 'Bracelets', 'Bracelets', 52592, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113466, 113466, 'Charms & Charm Bracelets', 'Charms-and-Charm-Bracelets', 52592, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113467, 113467, 'Earrings', 'Earrings', 52592, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113468, 113468, 'Necklaces & Pendants', 'Necklaces-and-Pendants', 52592, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113469, 113469, 'Pins, Brooches', 'Pins-Brooches', 52592, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113470, 113470, 'Rings', 'Rings', 52592, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52596, 52596, 'Other', 'Other', 52592, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52597, 52597, 'Fine', 'Fine', 48581, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52598, 52598, 'Bracelets', 'Bracelets', 52597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113471, 113471, 'Charms & Charm Bracelets', 'Charms-and-Charm-Bracelets', 52597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52599, 52599, 'Earrings', 'Earrings', 52597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52600, 52600, 'Necklaces & Pendants', 'Necklaces-and-Pendants', 52597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52602, 52602, 'Pins, Brooches', 'Pins-Brooches', 52597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52603, 52603, 'Rings', 'Rings', 52597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48583, 48583, 'Other', 'Other', 52597, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14324, 14324, 'Watches', 'Watches', 281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3937, 3937, 'Pocket Watches', 'Pocket-Watches', 14324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111039, 111039, 'Antique', 'Antique', 3937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10302, 10302, 'Elgin', 'Elgin', 111039, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10305, 10305, 'Hamilton', 'Hamilton', 111039, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10306, 10306, 'Hampden', 'Hampden', 111039, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10308, 10308, 'Illinois', 'Illinois', 111039, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10314, 10314, 'Waltham', 'Waltham', 111039, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10315, 10315, 'Westclox', 'Westclox', 111039, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3940, 3940, 'Other', 'Other', 111039, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111036, 111036, 'Modern', 'Modern', 3937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111037, 111037, 'Auto/Motorcycle', 'Auto-Motorcycle', 111036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3934, 3934, 'Novelty/Character', 'Novelty-Character', 111036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111038, 111038, 'Russian/Soviet', 'Russian-Soviet', 111036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3938, 3938, 'Other', 'Other', 111036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14325, 14325, 'Tools, Parts', 'Tools-Parts', 3937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 398, 398, 'Other Pocket Watches', 'Other-Pocket-Watches', 3937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10325, 10325, 'Watch Accessories', 'Watch-Accessories', 14324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98624, 98624, 'Bands', 'Bands', 10325, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98625, 98625, 'Batteries', 'Batteries', 10325, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98626, 98626, 'Cases, Displays', 'Cases-Displays', 10325, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98627, 98627, 'Leather', 'Leather', 98626, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98628, 98628, 'Wood', 'Wood', 98626, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29529, 29529, 'Other', 'Other', 98626, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10326, 10326, 'Chains', 'Chains', 10325, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10327, 10327, 'Chatelaines', 'Chatelaines', 10325, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10328, 10328, 'Fobs', 'Fobs', 10325, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29530, 29530, 'Manuals, Catalogs, Brochures', 'Manuals-Catalogs-Brochures', 10325, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10329, 10329, 'Pendants', 'Pendants', 10325, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98629, 98629, 'Winders', 'Winders', 10325, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10324, 10324, 'Other Items', 'Other-Items', 10325, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10363, 10363, 'Wristwatch Tools, Parts', 'Wristwatch-Tools-Parts', 14324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31387, 31387, 'Wristwatches', 'Wristwatches', 14324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 505, 505, 'Other Items', 'Other-Items', 281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40131, 40131, 'Wholesale Lots', 'Wholesale-Lots', 281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64498, 64498, 'Body Jewelry', 'Body-Jewelry', 40131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64499, 64499, 'Belly Rings', 'Belly-Rings', 64498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64500, 64500, 'Tongue Rings', 'Tongue-Rings', 64498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 51011, 51011, 'Other', 'Other', 64498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64501, 64501, 'Bracelets', 'Bracelets', 40131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64502, 64502, 'Silver', 'Silver', 64501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64503, 64503, 'Mixed Lots', 'Mixed-Lots', 64501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45083, 45083, 'Other', 'Other', 64501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56142, 56142, 'Charms, Charm Bracelets', 'Charms-Charm-Bracelets', 40131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56143, 56143, 'Bracelets', 'Bracelets', 56142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64504, 64504, 'Charms', 'Charms', 56142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64505, 64505, 'Italian', 'Italian', 64504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64506, 64506, 'Traditional', 'Traditional', 64504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45084, 45084, 'Other', 'Other', 64504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56144, 56144, 'Other', 'Other', 56142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51013, 51013, 'Earrings', 'Earrings', 40131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64507, 64507, 'Diamond', 'Diamond', 51013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14884, 14884, 'Gemstone', 'Gemstone', 51013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97682, 97682, 'Gold, Plate/Fill (w/o Stone)', 'Gold-Plate-Fill-w-o-Stone', 51013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56145, 56145, 'Gold, Solid (w/o Stone)', 'Gold-Solid-w-o-Stone', 51013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64508, 64508, 'Mixed Lots', 'Mixed-Lots', 51013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51014, 51014, 'Silver (w/o Stone)', 'Silver-w-o-Stone', 51013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51015, 51015, 'Other Stones & Materials', 'Other-Stones-and-Materials', 51013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64509, 64509, 'Hair Jewelry', 'Hair-Jewelry', 40131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40132, 40132, 'Loose Gemstones', 'Loose-Gemstones', 40131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56146, 56146, 'Necklaces', 'Necklaces', 40131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56147, 56147, 'Bead', 'Bead', 56146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64510, 64510, 'Gemstone', 'Gemstone', 56146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45078, 45078, 'Silver (w/o Stone)', 'Silver-w-o-Stone', 56146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64511, 64511, 'Mixed Lots', 'Mixed-Lots', 56146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56148, 56148, 'Other', 'Other', 56146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45079, 45079, 'Pendants & Lockets', 'Pendants-and-Lockets', 40131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64512, 64512, 'Rings', 'Rings', 40131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64513, 64513, 'Cubic Zirconia', 'Cubic-Zirconia', 64512, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64514, 64514, 'Silver', 'Silver', 64512, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64515, 64515, 'Mixed Lots', 'Mixed-Lots', 64512, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48761, 48761, 'Other', 'Other', 64512, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45080, 45080, 'Sets', 'Sets', 40131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64516, 64516, 'Supplies', 'Supplies', 40131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45081, 45081, 'Pins, Brooches', 'Pins-Brooches', 40131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51020, 51020, 'Watches', 'Watches', 40131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51021, 51021, 'Accessories & Parts', 'Accessories-and-Parts', 51020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64517, 64517, 'Wristwatches', 'Wristwatches', 51020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64518, 64518, 'Mens', 'Mens', 64517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64519, 64519, 'Womens', 'Womens', 64517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64520, 64520, 'Mixed Lots', 'Mixed-Lots', 64517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40133, 40133, 'Other', 'Other', 64517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51022, 51022, 'Other', 'Other', 51020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10992, 10992, 'Mixed Jewelry Lots', 'Mixed-Jewelry-Lots', 40131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45085, 45085, 'Other', 'Other', 40131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11233, 11233, 'Music', 'Music', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52473, 52473, 'Accessories', 'Accessories', 11233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1600, 1600, 'Cassettes', 'Cassettes', 11233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 307, 307, 'CDs', 'CDs', 11233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88451, 88451, 'Digital Music Downloads', 'Digital-Music-Downloads', 11233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88458, 88458, 'Country', 'Country', 88451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88459, 88459, 'Pop', 'Pop', 88451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88460, 88460, 'Rock', 'Rock', 88451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88461, 88461, 'R&B', 'RandB', 88451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88462, 88462, 'Other', 'Other', 88451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46353, 46353, 'DVD Audio', 'DVD-Audio', 11233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 306, 306, 'Records', 'Records', 11233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46354, 46354, 'Super Audio CDs', 'Super-Audio-CDs', 11233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 618, 618, 'Other Formats', 'Other-Formats', 11233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31608, 31608, 'Wholesale Lots', 'Wholesale-Lots', 11233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46497, 46497, 'CDs', 'CDs', 31608, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46498, 46498, 'Up to 10 Items', 'Up-to-10-Items', 46497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46499, 46499, '11-100 Items', '11-100-Items', 46497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31609, 31609, '101-500 Items', '101-500-Items', 46497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46500, 46500, 'More than 500 Items', 'More-than-500-Items', 46497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46501, 46501, 'Records', 'Records', 31608, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46502, 46502, 'Up to 10 Items', 'Up-to-10-Items', 46501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29857, 29857, '11-50 Items', '11-50-Items', 46501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46503, 46503, 'More than 50 Items', 'More-than-50-Items', 46501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31610, 31610, 'Cassettes', 'Cassettes', 31608, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45104, 45104, 'Other Formats', 'Other-Formats', 31608, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 619, 619, 'Musical Instruments', 'Musical-Instruments', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16212, 16212, 'Brass', 'Brass', 619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16213, 16213, 'Baritone, Tuba', 'Baritone-Tuba', 16212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41395, 41395, 'Cornet, Trumpet', 'Cornet-Trumpet', 16212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41396, 41396, 'Cornets', 'Cornets', 41395, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41397, 41397, 'Pocket Trumpets', 'Pocket-Trumpets', 41395, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41398, 41398, 'Parts, Accessories', 'Parts-Accessories', 41395, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41399, 41399, 'Trumpets', 'Trumpets', 41395, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41400, 41400, 'Bach', 'Bach', 41399, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64373, 64373, 'Conn, King', 'Conn-King', 41399, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41401, 41401, 'Yamaha', 'Yamaha', 41399, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16214, 16214, 'Other Brands', 'Other-Brands', 41399, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16215, 16215, 'French Horn', 'French-Horn', 16212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64374, 64374, 'Flugelhorn', 'Flugelhorn', 16212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64375, 64375, 'Trombone', 'Trombone', 16212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64376, 64376, 'Bach, Selmer', 'Bach-Selmer', 64375, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64377, 64377, 'Conn, King', 'Conn-King', 64375, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64378, 64378, 'Parts, Accessories', 'Parts-Accessories', 64375, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16216, 16216, 'Other Brands', 'Other-Brands', 64375, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118974, 118974, 'Vintage, Pre-1980', 'Vintage-Pre-1980', 16212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118975, 118975, 'Cornet, Trumpet', 'Cornet-Trumpet', 118974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118976, 118976, 'Trombone', 'Trombone', 118974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118977, 118977, 'Other', 'Other', 118974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 620, 620, 'Other Brass', 'Other-Brass', 16212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14982, 14982, 'DJ Gear & Lighting', 'DJ-Gear-and-Lighting', 619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14983, 14983, 'Amplifiers', 'Amplifiers', 14982, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132997, 132997, 'Bubble Machines, Fluid', 'Bubble-Machines-Fluid', 14982, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101978, 101978, 'Cartridges & Needles', 'Cartridges-and-Needles', 14982, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29914, 29914, 'Cases', 'Cases', 14982, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29922, 29922, 'CD Players', 'CD-Players', 14982, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101979, 101979, 'DJ Mixers', 'DJ-Mixers', 14982, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101980, 101980, 'Gemini', 'Gemini', 101979, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14986, 14986, 'Numark', 'Numark', 101979, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101981, 101981, 'Pioneer', 'Pioneer', 101979, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101982, 101982, 'Rane', 'Rane', 101979, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101983, 101983, 'Stanton', 'Stanton', 101979, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101984, 101984, 'Vestax', 'Vestax', 101979, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101985, 101985, 'Other Brands', 'Other-Brands', 101979, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132998, 132998, 'Fog & Smoke Machines, Fluid', 'Fog-and-Smoke-Machines-Fluid', 14982, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14985, 14985, 'Headphones', 'Headphones', 14982, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29941, 29941, 'Lighting', 'Lighting', 14982, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29942, 29942, 'Controllers', 'Controllers', 29941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85861, 85861, 'Effects', 'Effects', 29941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85862, 85862, 'Mirror Balls', 'Mirror-Balls', 85861, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85863, 85863, 'Strobe', 'Strobe', 85861, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29943, 29943, 'Other', 'Other', 85861, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38098, 38098, 'Glow Sticks', 'Glow-Sticks', 29941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29944, 29944, 'Stage Lighting', 'Stage-Lighting', 29941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29945, 29945, 'Stands', 'Stands', 29941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14984, 14984, 'Other Lighting', 'Other-Lighting', 29941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132999, 132999, 'Speakers, Speaker Stands', 'Speakers-Speaker-Stands', 14982, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64445, 64445, 'Turntables', 'Turntables', 14982, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64446, 64446, 'Numark', 'Numark', 64445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64447, 64447, 'Stanton', 'Stanton', 64445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64448, 64448, 'Technics', 'Technics', 64445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14987, 14987, 'Other Brands', 'Other-Brands', 64445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4785, 4785, 'Other DJ Equipment', 'Other-DJ-Equipment', 14982, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38068, 38068, 'Electronic', 'Electronic', 619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64379, 64379, 'Drum Machines', 'Drum-Machines', 38068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64380, 64380, 'Alesis', 'Alesis', 64379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64381, 64381, 'Boss', 'Boss', 64379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64382, 64382, 'Roland', 'Roland', 64379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64383, 64383, 'Yamaha', 'Yamaha', 64379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38069, 38069, 'Other Brands', 'Other-Brands', 64379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38070, 38070, 'Samples, Samplers', 'Samples-Samplers', 38068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64384, 64384, 'Synth', 'Synth', 38068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64385, 64385, 'Korg', 'Korg', 64384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64386, 64386, 'Roland', 'Roland', 64384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64387, 64387, 'Yamaha', 'Yamaha', 64384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38071, 38071, 'Other Brands', 'Other-Brands', 64384, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1287, 1287, 'Other', 'Other', 38068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41402, 41402, 'Equipment', 'Equipment', 619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41403, 41403, 'Cases', 'Cases', 41402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47063, 47063, 'Instrument Stands', 'Instrument-Stands', 41402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41404, 41404, 'Metronomes', 'Metronomes', 41402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41405, 41405, 'Music Stands', 'Music-Stands', 41402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64388, 64388, 'Tuners', 'Tuners', 41402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1288, 1288, 'Other', 'Other', 41402, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3858, 3858, 'Guitar', 'Guitar', 619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33021, 33021, 'Acoustic', 'Acoustic', 3858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155298, 155298, 'Left-handed Acoustic Guitars', 'Left-handed-Acoustic-Guitars', 33021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33022, 33022, 'Alvarez', 'Alvarez', 33021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113475, 113475, 'Dean', 'Dean', 33021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33023, 33023, 'Epiphone', 'Epiphone', 33021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33024, 33024, 'Fender', 'Fender', 33021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33025, 33025, 'Gibson', 'Gibson', 33021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85851, 85851, 'Harmony', 'Harmony', 33021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113476, 113476, 'Ibanez', 'Ibanez', 33021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33027, 33027, 'Johnson', 'Johnson', 33021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33028, 33028, 'Martin', 'Martin', 33021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33029, 33029, 'Ovation', 'Ovation', 33021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33030, 33030, 'Takamine', 'Takamine', 33021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33031, 33031, 'Taylor', 'Taylor', 33021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33032, 33032, 'Washburn', 'Washburn', 33021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33033, 33033, 'Yamaha', 'Yamaha', 33021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155299, 155299, 'Zager', 'Zager', 33021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2385, 2385, 'Other Brands', 'Other-Brands', 33021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47066, 47066, 'Acoustic Beginner Packs', 'Acoustic-Beginner-Packs', 3858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113477, 113477, 'Acoustic Electric', 'Acoustic-Electric', 3858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113478, 113478, 'Dean', 'Dean', 113477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113479, 113479, 'Ibanez', 'Ibanez', 113477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113480, 113480, 'Ovation', 'Ovation', 113477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113481, 113481, 'Takamine', 'Takamine', 113477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47064, 47064, 'Other Brands', 'Other-Brands', 113477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38072, 38072, 'Amplifiers', 'Amplifiers', 3858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121162, 121162, 'Accessories & Parts', 'Accessories-and-Parts', 38072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121163, 121163, 'Cases', 'Cases', 121162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121164, 121164, 'Tubes', 'Tubes', 121162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121165, 121165, 'Speakers, Cones', 'Speakers-Cones', 121162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43375, 43375, 'Other', 'Other', 121162, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121154, 121154, 'Acoustic Guitar', 'Acoustic-Guitar', 38072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121155, 121155, 'Bass', 'Bass', 38072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121156, 121156, 'Ampeg', 'Ampeg', 121155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121157, 121157, 'Fender', 'Fender', 121155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121158, 121158, 'Peavey', 'Peavey', 121155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121159, 121159, 'Other', 'Other', 121155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121160, 121160, 'Electric Guitar', 'Electric-Guitar', 38072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43372, 43372, 'Ampeg', 'Ampeg', 121160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38073, 38073, 'Crate', 'Crate', 121160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64396, 64396, 'Fender', 'Fender', 121160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38074, 38074, 'Guitar', 'Guitar', 64396, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64397, 64397, 'Bass', 'Bass', 64396, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43373, 43373, 'Kustom', 'Kustom', 121160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38075, 38075, 'Marshall', 'Marshall', 121160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43374, 43374, 'Mesa Boogie', 'Mesa-Boogie', 121160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38076, 38076, 'Peavey', 'Peavey', 121160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38077, 38077, 'Vox', 'Vox', 121160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10171, 10171, 'Other', 'Other', 121160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121161, 121161, 'Other Amplifiers', 'Other-Amplifiers', 38072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38078, 38078, 'Bass', 'Bass', 3858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64398, 64398, 'Bass Beginner Packs', 'Bass-Beginner-Packs', 38078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155300, 155300, 'Left-handed Bass Guitars', 'Left-handed-Bass-Guitars', 38078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64399, 64399, 'Fender', 'Fender', 38078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64400, 64400, 'Jazz', 'Jazz', 64399, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64401, 64401, 'Precision', 'Precision', 64399, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38079, 38079, 'Other Fender', 'Other-Fender', 64399, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64402, 64402, 'Gibson', 'Gibson', 38078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38080, 38080, 'Ibanez', 'Ibanez', 38078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4713, 4713, 'Other Brands', 'Other-Brands', 38078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47067, 47067, 'Builder, Luthier Kits', 'Builder-Luthier-Kits', 3858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33034, 33034, 'Electric', 'Electric', 3858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155301, 155301, 'Left-handed Electric Guitars', 'Left-handed-Electric-Guitars', 33034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33035, 33035, 'BC Rich', 'BC-Rich', 33034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132994, 132994, 'Cort', 'Cort', 33034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33036, 33036, 'Danelectro', 'Danelectro', 33034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41435, 41435, 'Dean', 'Dean', 33034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33037, 33037, 'Epiphone', 'Epiphone', 33034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33038, 33038, 'ESP', 'ESP', 33034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38081, 38081, 'Fender', 'Fender', 33034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47068, 47068, 'Stratocaster', 'Stratocaster', 38081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47069, 47069, 'American', 'American', 47068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47070, 47070, 'Squier', 'Squier', 47068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38082, 38082, 'Other', 'Other', 47068, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38083, 38083, 'Telecaster', 'Telecaster', 38081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33039, 33039, 'Other', 'Other', 38081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38084, 38084, 'Gibson', 'Gibson', 33034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38085, 38085, 'ES', 'ES', 38084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47071, 47071, 'Les Paul', 'Les-Paul', 38084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47072, 47072, 'Custom', 'Custom', 47071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38086, 38086, 'Standard', 'Standard', 47071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47073, 47073, 'SG', 'SG', 38084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33040, 33040, 'Other', 'Other', 38084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33041, 33041, 'Gretsch', 'Gretsch', 33034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41436, 41436, 'Guild', 'Guild', 33034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33042, 33042, 'Hamer', 'Hamer', 33034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33043, 33043, 'Ibanez', 'Ibanez', 33034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33044, 33044, 'Jackson', 'Jackson', 33034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64403, 64403, 'Jay Turser', 'Jay-Turser', 33034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41437, 41437, 'Johnson', 'Johnson', 33034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41438, 41438, 'Kramer', 'Kramer', 33034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132995, 132995, 'Larrivee', 'Larrivee', 33034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33045, 33045, 'Paul Reed Smith', 'Paul-Reed-Smith', 33034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33046, 33046, 'Peavey', 'Peavey', 33034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41439, 41439, 'Rickenbacker', 'Rickenbacker', 33034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113482, 113482, 'Samick', 'Samick', 33034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113483, 113483, 'Sanatoga', 'Sanatoga', 33034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121166, 121166, 'Schecter', 'Schecter', 33034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 132996, 132996, 'Tacoma', 'Tacoma', 33034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33048, 33048, 'Washburn', 'Washburn', 33034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33049, 33049, 'Yamaha', 'Yamaha', 33034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2384, 2384, 'Other Electric', 'Other-Electric', 33034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47074, 47074, 'Electric Beginner Packs', 'Electric-Beginner-Packs', 3858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64407, 64407, 'Memorabilia', 'Memorabilia', 3858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64408, 64408, 'Apparel', 'Apparel', 64407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85852, 85852, 'Ads', 'Ads', 64407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64413, 64413, 'Mini Guitars', 'Mini-Guitars', 64407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64414, 64414, 'Pins', 'Pins', 64407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64415, 64415, 'Other', 'Other', 64407, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20829, 20829, 'Parts, Accessories', 'Parts-Accessories', 3858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41406, 41406, 'Bodies', 'Bodies', 20829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41407, 41407, 'Bridges', 'Bridges', 20829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47075, 47075, 'Cables', 'Cables', 20829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33050, 33050, 'Capos', 'Capos', 20829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41408, 41408, 'Cases', 'Cases', 20829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41409, 41409, 'Hardshell', 'Hardshell', 41408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20830, 20830, 'Soft, Gig Bags', 'Soft-Gig-Bags', 41408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41410, 41410, 'Effects Pedals', 'Effects-Pedals', 20829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41411, 41411, 'Bass', 'Bass', 41410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41412, 41412, 'Boards, Cases', 'Boards-Cases', 41410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41413, 41413, 'Chorus', 'Chorus', 41410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41414, 41414, 'Compressors, Sustainers', 'Compressors-Sustainers', 41410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41415, 41415, 'Delay, Echo, Reverb', 'Delay-Echo-Reverb', 41410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64416, 64416, 'Distortion, Overdrive', 'Distortion-Overdrive', 41410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64417, 64417, 'Boss', 'Boss', 64416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64418, 64418, 'Ibanez', 'Ibanez', 64416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41416, 41416, 'Other Brands', 'Other-Brands', 64416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101973, 101973, 'Filter, Modulation', 'Filter-Modulation', 41410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41417, 41417, 'Flangers', 'Flangers', 41410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41418, 41418, 'Fuzz', 'Fuzz', 41410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101974, 101974, 'Loopers, Samplers', 'Loopers-Samplers', 41410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41419, 41419, 'Multi-Effects', 'Multi-Effects', 41410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41420, 41420, 'Phasers, Shifters', 'Phasers-Shifters', 41410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101975, 101975, 'Power Supplies', 'Power-Supplies', 41410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41421, 41421, 'Processors', 'Processors', 41410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41422, 41422, 'Wah, Volume', 'Wah-Volume', 41410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22669, 22669, 'Other', 'Other', 41410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47076, 47076, 'Knobs, Jacks, Switches', 'Knobs-Jacks-Switches', 20829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41423, 41423, 'Necks', 'Necks', 20829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101976, 101976, 'Nuts', 'Nuts', 20829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41424, 41424, 'Pickguards', 'Pickguards', 20829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85853, 85853, 'Picks', 'Picks', 20829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85854, 85854, 'Dunlop', 'Dunlop', 85853, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85855, 85855, 'Fender', 'Fender', 85853, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20831, 20831, 'Other', 'Other', 85853, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41425, 41425, 'Pickups', 'Pickups', 20829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41426, 41426, 'Dimarzio', 'Dimarzio', 41425, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41427, 41427, 'EMG', 'EMG', 41425, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41428, 41428, 'Fender', 'Fender', 41425, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41429, 41429, 'Gibson', 'Gibson', 41425, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41430, 41430, 'Seymour Duncan', 'Seymour-Duncan', 41425, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22670, 22670, 'Other', 'Other', 41425, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85856, 85856, 'Plates', 'Plates', 20829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47077, 47077, 'Polishes, Cleaners', 'Polishes-Cleaners', 20829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101977, 101977, 'Saddles', 'Saddles', 20829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85857, 85857, 'Slides', 'Slides', 20829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22671, 22671, 'Stands, Hangers', 'Stands-Hangers', 20829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64419, 64419, 'Straps', 'Straps', 20829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64420, 64420, 'Cloth, Nylon', 'Cloth-Nylon', 64419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64421, 64421, 'Leather', 'Leather', 64419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20832, 20832, 'Other', 'Other', 64419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41431, 41431, 'Strings', 'Strings', 20829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121167, 121167, 'Acoustic', 'Acoustic', 41431, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121169, 121169, 'DAddario', 'DAddario', 121167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121170, 121170, 'Elixir', 'Elixir', 121167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121168, 121168, 'Martin', 'Martin', 121167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20987, 20987, 'Other', 'Other', 121167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41432, 41432, 'Bass', 'Bass', 41431, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121171, 121171, 'Electric', 'Electric', 41431, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121172, 121172, 'DAddario', 'DAddario', 121171, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121173, 121173, 'DR', 'DR', 121171, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121174, 121174, 'Ernie Ball', 'Ernie-Ball', 121171, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121175, 121175, 'Fender', 'Fender', 121171, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41433, 41433, 'Other', 'Other', 121171, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64422, 64422, 'Tuners', 'Tuners', 20829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64423, 64423, 'Korg', 'Korg', 64422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64424, 64424, 'Qwik Tune', 'Qwik-Tune', 64422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22672, 22672, 'Other', 'Other', 64422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41434, 41434, 'Tuning Pegs', 'Tuning-Pegs', 20829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7266, 7266, 'Other Accessories', 'Other-Accessories', 20829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118978, 118978, 'Vintage, Pre-1980', 'Vintage-Pre-1980', 3858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118979, 118979, 'Acoustic', 'Acoustic', 118978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118980, 118980, 'Gibson', 'Gibson', 118979, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118981, 118981, 'Martin', 'Martin', 118979, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118982, 118982, 'Other Brands', 'Other-Brands', 118979, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118983, 118983, 'Amplifiers', 'Amplifiers', 118978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118984, 118984, 'Bass', 'Bass', 118978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118985, 118985, 'Electric', 'Electric', 118978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118986, 118986, 'Fender', 'Fender', 118985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118987, 118987, 'Stratocaster', 'Stratocaster', 118986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118988, 118988, 'Telecaster', 'Telecaster', 118986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118989, 118989, 'Other', 'Other', 118986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118990, 118990, 'Gibson', 'Gibson', 118985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118991, 118991, 'ES, SG', 'ES-SG', 118990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118992, 118992, 'Les Paul', 'Les-Paul', 118990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118993, 118993, 'Other', 'Other', 118990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119094, 119094, 'Other Brands', 'Other-Brands', 118985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118994, 118994, 'Other Vintage', 'Other-Vintage', 118978, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 621, 621, 'Other Guitar', 'Other-Guitar', 3858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47078, 47078, 'Harmonica', 'Harmonica', 619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47079, 47079, 'Hohner', 'Hohner', 47078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64425, 64425, 'Johnson Blues King', 'Johnson-Blues-King', 47078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119095, 119095, 'Vintage, Pre-1980', 'Vintage-Pre-1980', 47078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16228, 16228, 'Other', 'Other', 47078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100228, 100228, 'Instruction Books, CDs, Videos', 'Instruction-Books-CDs-Videos', 619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155302, 155302, 'Music Theory, Ear Training', 'Music-Theory-Ear-Training', 100228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41778, 41778, 'Brass', 'Brass', 100228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41779, 41779, 'Guitars', 'Guitars', 100228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64404, 64404, 'Books', 'Books', 41779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64405, 64405, 'Method, Instruction', 'Method-Instruction', 64404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64406, 64406, 'Tab Books', 'Tab-Books', 64404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38100, 38100, 'Other Books', 'Other-Books', 64404, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41780, 41780, 'CDs', 'CDs', 41779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41781, 41781, 'Videos', 'Videos', 41779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47080, 47080, 'Harmonica', 'Harmonica', 100228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38101, 38101, 'Keyboard, Piano', 'Keyboard-Piano', 100228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41782, 41782, 'Percussion', 'Percussion', 100228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38102, 38102, 'Strings', 'Strings', 100228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41788, 41788, 'Woodwinds', 'Woodwinds', 100228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16217, 16217, 'Keyboard, Piano', 'Keyboard-Piano', 619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16218, 16218, 'Accordion, Concertina', 'Accordion-Concertina', 16217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85858, 85858, 'Cases', 'Cases', 16217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38088, 38088, 'Electronic Keyboards', 'Electronic-Keyboards', 16217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47081, 47081, 'Casio', 'Casio', 38088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64426, 64426, 'Ensoniq', 'Ensoniq', 38088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38089, 38089, 'Korg', 'Korg', 38088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64427, 64427, 'Kurzweil', 'Kurzweil', 38088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38090, 38090, 'Roland', 'Roland', 38088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38091, 38091, 'Yamaha', 'Yamaha', 38088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29552, 29552, 'Other Brands', 'Other-Brands', 38088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64428, 64428, 'Organ', 'Organ', 16217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64429, 64429, 'Hammond', 'Hammond', 64428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64430, 64430, 'Leslie', 'Leslie', 64428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16219, 16219, 'Other', 'Other', 64428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43393, 43393, 'Piano', 'Piano', 16217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85859, 85859, 'Acoustic', 'Acoustic', 43393, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43376, 43376, 'Grand, Baby Grand', 'Grand-Baby-Grand', 85859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43377, 43377, 'Upright', 'Upright', 85859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85860, 85860, 'Digital', 'Digital', 43393, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64431, 64431, 'Parts, Accessories', 'Parts-Accessories', 43393, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16220, 16220, 'Other Pianos', 'Other-Pianos', 43393, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2383, 2383, 'Piano Rolls', 'Piano-Rolls', 16217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1289, 1289, 'Other Keyboard', 'Other-Keyboard', 16217, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10172, 10172, 'Percussion', 'Percussion', 619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41440, 41440, 'Bells', 'Bells', 10172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41441, 41441, 'Cymbals', 'Cymbals', 10172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41442, 41442, 'Crash', 'Crash', 41441, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41443, 41443, 'Sabian', 'Sabian', 41442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41444, 41444, 'Zildjian', 'Zildjian', 41442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41445, 41445, 'Other', 'Other', 41442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41446, 41446, 'Ride', 'Ride', 41441, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41447, 41447, 'Hi-Hat', 'Hi-Hat', 41441, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47082, 47082, 'Splash', 'Splash', 41441, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47083, 47083, 'Sets', 'Sets', 41441, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10174, 10174, 'Other', 'Other', 41441, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47084, 47084, 'Drum Stools, Thrones', 'Drum-Stools-Thrones', 10172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38092, 38092, 'Drums', 'Drums', 10172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38093, 38093, 'Bass', 'Bass', 38092, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64437, 64437, 'Sets, Kits', 'Sets-Kits', 38092, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 64438, 64438, 'DW', 'DW', 64437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64439, 64439, 'Gretsch', 'Gretsch', 64437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64440, 64440, 'Ludwig', 'Ludwig', 64437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64441, 64441, 'Pearl', 'Pearl', 64437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64442, 64442, 'Slingerland', 'Slingerland', 64437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64443, 64443, 'Tama', 'Tama', 64437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64444, 64444, 'Yamaha', 'Yamaha', 64437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38097, 38097, 'Other Brands', 'Other-Brands', 64437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64432, 64432, 'Snare', 'Snare', 38092, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64433, 64433, 'DW', 'DW', 64432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64434, 64434, 'Ludwig', 'Ludwig', 64432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64435, 64435, 'Pearl', 'Pearl', 64432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64436, 64436, 'Slingerland', 'Slingerland', 64432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38095, 38095, 'Other Brands', 'Other-Brands', 64432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38096, 38096, 'Toms', 'Toms', 38092, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47085, 47085, 'World', 'World', 38092, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47086, 47086, 'African', 'African', 47085, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47087, 47087, 'Indian, Middle Eastern', 'Indian-Middle-Eastern', 47085, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38094, 38094, 'Latin, Afro-Cuban', 'Latin-Afro-Cuban', 47085, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47088, 47088, 'Other', 'Other', 47085, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10175, 10175, 'Other', 'Other', 38092, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41448, 41448, 'Parts, Accessories', 'Parts-Accessories', 10172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41449, 41449, 'Bags, Cases', 'Bags-Cases', 41448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41450, 41450, 'Heads', 'Heads', 41448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41451, 41451, 'Hoops, Rims', 'Hoops-Rims', 41448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47089, 47089, 'Mounts, Assembly Hardware', 'Mounts-Assembly-Hardware', 41448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41452, 41452, 'Pedals', 'Pedals', 41448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41453, 41453, 'Stands', 'Stands', 41448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41454, 41454, 'Cymbal', 'Cymbal', 41453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41455, 41455, 'Drum', 'Drum', 41453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41456, 41456, 'Sticks, Brushes', 'Sticks-Brushes', 41448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10173, 10173, 'Other', 'Other', 41448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47090, 47090, 'Shakers & Blocks', 'Shakers-and-Blocks', 10172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41457, 41457, 'Tambourines', 'Tambourines', 10172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41458, 41458, 'Xylophones, Vibes & Marimbas', 'Xylophones-Vibes-and-Marimbas', 10172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119014, 119014, 'Vintage, Pre-1980', 'Vintage-Pre-1980', 10172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119015, 119015, 'Sets, Kits', 'Sets-Kits', 119014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119016, 119016, 'Snare', 'Snare', 119014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119017, 119017, 'Other Vintage', 'Other-Vintage', 119014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 622, 622, 'Other Percussion', 'Other-Percussion', 10172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15197, 15197, 'Pro Audio', 'Pro-Audio', 619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41459, 41459, 'Cables', 'Cables', 15197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41460, 41460, 'Microphone', 'Microphone', 41459, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41461, 41461, 'Snake', 'Snake', 41459, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41462, 41462, 'Speaker', 'Speaker', 41459, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23783, 23783, 'Other', 'Other', 41459, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41783, 41783, 'Computer Recording', 'Computer-Recording', 15197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41784, 41784, 'Interfaces, Hardware', 'Interfaces-Hardware', 41783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41785, 41785, 'Loops, Samples', 'Loops-Samples', 41783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41786, 41786, 'Software', 'Software', 41783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41787, 41787, 'Sound Cards', 'Sound-Cards', 41783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23784, 23784, 'Other', 'Other', 41783, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29946, 29946, 'Microphones', 'Microphones', 15197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29947, 29947, 'Cables, Cords', 'Cables-Cords', 29946, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29948, 29948, 'Holders, Stands, Mounts', 'Holders-Stands-Mounts', 29946, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119018, 119018, 'Microphone Preamps', 'Microphone-Preamps', 29946, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41463, 41463, 'Wired Microphones', 'Wired-Microphones', 29946, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41464, 41464, 'Drum', 'Drum', 41463, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133000, 133000, 'Dynamic', 'Dynamic', 41463, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133001, 133001, 'AKG', 'AKG', 133000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133002, 133002, 'Audio-Technica', 'Audio-Technica', 133000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133003, 133003, 'Audix', 'Audix', 133000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133004, 133004, 'ElectroVoice', 'ElectroVoice', 133000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133005, 133005, 'Sennheiser', 'Sennheiser', 133000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133006, 133006, 'Shure', 'Shure', 133000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41465, 41465, 'Other', 'Other', 133000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133007, 133007, 'Recording, Condenser', 'Recording-Condenser', 41463, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133008, 133008, 'AKG', 'AKG', 133007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133009, 133009, 'Audio-Technica', 'Audio-Technica', 133007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133010, 133010, 'Audix', 'Audix', 133007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133011, 133011, 'Neumann', 'Neumann', 133007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133012, 133012, 'Samson', 'Samson', 133007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133013, 133013, 'Sennheiser', 'Sennheiser', 133007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133014, 133014, 'Shure', 'Shure', 133007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133015, 133015, 'Sony', 'Sony', 133007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41466, 41466, 'Other', 'Other', 133007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41467, 41467, 'Vocal', 'Vocal', 41463, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41468, 41468, 'Hand, Stand Held, Karaoke', 'Hand-Stand-Held-Karaoke', 41467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41469, 41469, 'Headset, Lavalier', 'Headset-Lavalier', 41467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41470, 41470, 'Other', 'Other', 41467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15198, 15198, 'Other', 'Other', 41463, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85864, 85864, 'Wireless Microphones', 'Wireless-Microphones', 29946, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100229, 100229, 'Handheld', 'Handheld', 85864, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85865, 85865, 'Headset, Tie-clip', 'Headset-Tie-clip', 85864, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85866, 85866, 'Karaoke', 'Karaoke', 85864, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29949, 29949, 'Other', 'Other', 85864, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100230, 100230, 'Wireless Microphone System', 'Wireless-Microphone-System', 29946, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64449, 64449, 'Vintage', 'Vintage', 29946, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29950, 29950, 'Other', 'Other', 29946, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41471, 41471, 'Mixers', 'Mixers', 15197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41472, 41472, 'Behringer', 'Behringer', 41471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41473, 41473, 'Mackie', 'Mackie', 41471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41474, 41474, 'Peavey', 'Peavey', 41471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41475, 41475, 'Yamaha', 'Yamaha', 41471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23785, 23785, 'Other Brands', 'Other-Brands', 41471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47091, 47091, 'Monitors & Speakers', 'Monitors-and-Speakers', 15197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47092, 47092, 'Horns, Drivers', 'Horns-Drivers', 47091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47093, 47093, 'Monitors', 'Monitors', 47091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47094, 47094, 'PA Speakers', 'PA-Speakers', 47091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47095, 47095, 'Woofers, Subwoofers', 'Woofers-Subwoofers', 47091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23794, 23794, 'Other', 'Other', 47091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41476, 41476, 'Multi-Track Recorders', 'Multi-Track-Recorders', 15197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41477, 41477, 'Alesis', 'Alesis', 41476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41478, 41478, 'Fostex', 'Fostex', 41476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41479, 41479, 'Roland', 'Roland', 41476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41480, 41480, 'Tascam', 'Tascam', 41476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85867, 85867, 'Yamaha', 'Yamaha', 41476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15199, 15199, 'Other Brands', 'Other-Brands', 41476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113484, 113484, 'Parts, Accessories', 'Parts-Accessories', 15197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64450, 64450, 'Power Amplifiers', 'Power-Amplifiers', 15197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64451, 64451, 'Crown', 'Crown', 64450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64452, 64452, 'Peavey', 'Peavey', 64450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23787, 23787, 'Other Brands', 'Other-Brands', 64450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23791, 23791, 'Rack Gear', 'Rack-Gear', 15197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23793, 23793, 'Compressors, Limiters, Gates', 'Compressors-Limiters-Gates', 23791, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23788, 23788, 'Equalizers', 'Equalizers', 23791, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23789, 23789, 'Racks, Cases', 'Racks-Cases', 23791, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23790, 23790, 'Signal Processors', 'Signal-Processors', 23791, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23792, 23792, 'Other Rack Gear', 'Other-Rack-Gear', 23791, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119019, 119019, 'Vintage, Pre-1980', 'Vintage-Pre-1980', 15197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119020, 119020, 'Microphones', 'Microphones', 119019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119021, 119021, 'Speakers', 'Speakers', 119019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119022, 119022, 'Other Vintage', 'Other-Vintage', 119019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3278, 3278, 'Other Pro Audio', 'Other-Pro-Audio', 15197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20833, 20833, 'Sheet Music, Song Books', 'Sheet-Music-Song-Books', 619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1451, 1451, 'Sheet Music', 'Sheet-Music', 20833, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155305, 155305, 'Black Americana', 'Black-Americana', 1451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43379, 43379, 'Blues, Jazz', 'Blues-Jazz', 1451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113500, 113500, 'Christian, Gospel', 'Christian-Gospel', 1451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155306, 155306, 'Christmas Carols', 'Christmas-Carols', 1451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113485, 113485, 'Classical', 'Classical', 1451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113486, 113486, 'Band', 'Band', 113485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113487, 113487, 'Brass', 'Brass', 113485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113488, 113488, 'Chamber', 'Chamber', 113485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113489, 113489, 'Choral', 'Choral', 113485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113490, 113490, 'Opera', 'Opera', 113485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113491, 113491, 'Orchestral', 'Orchestral', 113485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113492, 113492, 'Organ', 'Organ', 113485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113493, 113493, 'Piano', 'Piano', 113485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113494, 113494, 'String', 'String', 113485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113495, 113495, 'Vocal', 'Vocal', 113485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43380, 43380, 'Other Classical', 'Other-Classical', 113485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113496, 113496, 'Country, Western', 'Country-Western', 1451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155303, 155303, 'Hawaiian', 'Hawaiian', 1451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113497, 113497, 'Instrumental Collections', 'Instrumental-Collections', 1451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1452, 1452, 'Military, Historical', 'Military-Historical', 1451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1453, 1453, 'Movies, TV', 'Movies-TV', 1451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113498, 113498, 'New Age', 'New-Age', 1451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155304, 155304, 'Polka', 'Polka', 1451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43381, 43381, 'Popular, by decade', 'Popular-by-decade', 1451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43382, 43382, 'Pre 1900', 'Pre-1900', 43381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43383, 43383, '1900 - 1909', '1900-1909', 43381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43384, 43384, '1910 - 1919', '1910-1919', 43381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43385, 43385, '1920s', '1920s', 43381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43386, 43386, '1930s', '1930s', 43381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43387, 43387, '1940s', '1940s', 43381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43388, 43388, '1950s', '1950s', 43381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43389, 43389, '1960s', '1960s', 43381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43390, 43390, '1970s', '1970s', 43381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100231, 100231, '1980s', '1980s', 43381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100232, 100232, '1990s to present', '1990s-to-present', 43381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1455, 1455, 'Radio', 'Radio', 1451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1456, 1456, 'Rag', 'Rag', 1451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113499, 113499, 'Rock', 'Rock', 1451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1458, 1458, 'Theater, Showtunes', 'Theater-Showtunes', 1451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1459, 1459, 'Transportation', 'Transportation', 1451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113501, 113501, 'Vocal Collections', 'Vocal-Collections', 1451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157, 157, 'Other Sheet Music', 'Other-Sheet-Music', 1451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38103, 38103, 'Song Books', 'Song-Books', 20833, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43391, 43391, 'Brass & Woodwind', 'Brass-and-Woodwind', 38103, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38104, 38104, 'Guitar', 'Guitar', 38103, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38105, 38105, 'Piano', 'Piano', 38103, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43392, 43392, 'String Instruments', 'String-Instruments', 38103, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1457, 1457, 'Other Instruments', 'Other-Instruments', 38103, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10176, 10176, 'String', 'String', 619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38106, 38106, 'Accessories', 'Accessories', 10176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16221, 16221, 'Autoharp, Zither', 'Autoharp-Zither', 10176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16222, 16222, 'Bass', 'Bass', 10176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10177, 10177, 'Banjo', 'Banjo', 10176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10178, 10178, 'Cello', 'Cello', 10176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16223, 16223, 'Harp, Dulcimer', 'Harp-Dulcimer', 10176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10179, 10179, 'Mandolin', 'Mandolin', 10176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16224, 16224, 'Ukulele', 'Ukulele', 10176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16225, 16225, 'Viola', 'Viola', 10176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38107, 38107, 'Violin', 'Violin', 10176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100233, 100233, 'Acoustic', 'Acoustic', 38107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38108, 38108, '4/4 Size', '4-4-Size', 100233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38109, 38109, '3/4 Size', '3-4-Size', 100233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38110, 38110, '1/2 Size', '1-2-Size', 100233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38111, 38111, '1/4 Size', '1-4-Size', 100233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10180, 10180, 'Other Violins', 'Other-Violins', 100233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100234, 100234, 'Electric', 'Electric', 38107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119023, 119023, 'Vintage, Pre-1980', 'Vintage-Pre-1980', 10176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119024, 119024, 'Banjo', 'Banjo', 119023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119025, 119025, 'Ukulele', 'Ukulele', 119023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119026, 119026, 'Violin', 'Violin', 119023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119027, 119027, 'Other Vintage', 'Other-Vintage', 119023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 623, 623, 'Other String Instruments', 'Other-String-Instruments', 10176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10181, 10181, 'Woodwind', 'Woodwind', 619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16226, 16226, 'Bagpipes', 'Bagpipes', 10181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16227, 16227, 'Bassoon, Oboe', 'Bassoon-Oboe', 10181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47096, 47096, 'Clarinet', 'Clarinet', 10181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47097, 47097, 'Accessories & Parts', 'Accessories-and-Parts', 47096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85868, 85868, 'Bb Clarinets', 'Bb-Clarinets', 47096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85869, 85869, 'Buffet', 'Buffet', 85868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85871, 85871, 'Leblanc', 'Leblanc', 85868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85870, 85870, 'Selmer, Bundy', 'Selmer-Bundy', 85868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85872, 85872, 'Vito', 'Vito', 85868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47098, 47098, 'Other', 'Other', 85868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10182, 10182, 'Other Clarinets', 'Other-Clarinets', 47096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47099, 47099, 'Flute', 'Flute', 10181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47100, 47100, 'Armstrong', 'Armstrong', 47099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47101, 47101, 'Gemeinhardt', 'Gemeinhardt', 47099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47102, 47102, 'Pan, Wood Flutes', 'Pan-Wood-Flutes', 47099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85873, 85873, 'Selmer, Bundy', 'Selmer-Bundy', 47099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 85874, 85874, 'Yamaha', 'Yamaha', 47099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10183, 10183, 'Other Flutes', 'Other-Flutes', 47099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16229, 16229, 'Piccolo', 'Piccolo', 10181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16230, 16230, 'Recorder', 'Recorder', 10181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16231, 16231, 'Saxophone', 'Saxophone', 10181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38112, 38112, 'Accessories', 'Accessories', 16231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64453, 64453, 'Alto', 'Alto', 16231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64454, 64454, 'Conn, King', 'Conn-King', 64453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64455, 64455, 'Selmer, Bundy', 'Selmer-Bundy', 64453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64456, 64456, 'Yamaha', 'Yamaha', 64453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16232, 16232, 'Other Brands', 'Other-Brands', 64453, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16233, 16233, 'Baritone, Bass', 'Baritone-Bass', 16231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16203, 16203, 'Soprano', 'Soprano', 16231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16234, 16234, 'Tenor', 'Tenor', 16231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10184, 10184, 'Other Saxophones', 'Other-Saxophones', 16231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119028, 119028, 'Vintage, Pre-1980', 'Vintage-Pre-1980', 10181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119029, 119029, 'Clarinet', 'Clarinet', 119028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119030, 119030, 'Saxophone', 'Saxophone', 119028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119031, 119031, 'Other Vintage', 'Other-Vintage', 119028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 624, 624, 'Other Woodwinds', 'Other-Woodwinds', 10181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52555, 52555, 'Wholesale Lots', 'Wholesale-Lots', 619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52556, 52556, 'Guitar', 'Guitar', 52555, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52557, 52557, 'Pro Audio', 'Pro-Audio', 52555, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52558, 52558, 'Sheet Music', 'Sheet-Music', 52555, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36354, 36354, 'Other Wholesale Lots', 'Other-Wholesale-Lots', 52555, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 308, 308, 'Other Instruments', 'Other-Instruments', 619, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 870, 870, 'Pottery & Glass', 'Pottery-and-Glass', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50693, 50693, 'Glass', 'Glass', 870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 955, 955, 'Art Glass', 'Art-Glass', 50693, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29554, 29554, 'Bohemian, Czech', 'Bohemian-Czech', 955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29555, 29555, 'Loetz', 'Loetz', 29554, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29556, 29556, 'Moser', 'Moser', 29554, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 989, 989, 'Other Bohemian Makers', 'Other-Bohemian-Makers', 29554, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45527, 45527, 'British', 'British', 955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2685, 2685, 'Caithness', 'Caithness', 45527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 991, 991, 'Other British Makers', 'Other-British-Makers', 45527, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29557, 29557, 'French', 'French', 955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2711, 2711, 'Baccarat', 'Baccarat', 29557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29558, 29558, 'Daum', 'Daum', 29557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2734, 2734, 'Lalique', 'Lalique', 29557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29559, 29559, 'Sabino', 'Sabino', 29557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 992, 992, 'Other French Makers', 'Other-French-Makers', 29557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 994, 994, 'Italian', 'Italian', 955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29560, 29560, 'North American', 'North-American', 955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18874, 18874, 'Blenko', 'Blenko', 29560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2719, 2719, 'Fenton', 'Fenton', 29560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2720, 2720, 'Bells', 'Bells', 2719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2721, 2721, 'Burmese', 'Burmese', 2719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2722, 2722, 'Crests', 'Crests', 2719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2723, 2723, 'Figurines', 'Figurines', 2719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2724, 2724, 'Hobnail', 'Hobnail', 2719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2725, 2725, 'Limited Editions', 'Limited-Editions', 2719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2726, 2726, 'Shoes', 'Shoes', 2719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21, 21, 'Other Fenton', 'Other-Fenton', 2719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2688, 2688, 'Gibson', 'Gibson', 29560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4774, 4774, 'Pairpoint, Mt. Washington', 'Pairpoint-Mt-Washington', 29560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2666, 2666, 'Phoenix/Consolidated', 'Phoenix-Consolidated', 29560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29561, 29561, 'Pilgrim', 'Pilgrim', 29560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2693, 2693, 'St. Clair', 'St-Clair', 29560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4775, 4775, 'Steuben', 'Steuben', 29560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4773, 4773, 'Tiffany', 'Tiffany', 29560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78047, 78047, 'Other Makers', 'Other-Makers', 29560, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29562, 29562, 'Scandinavian', 'Scandinavian', 955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29563, 29563, 'Holmegaard', 'Holmegaard', 29562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29564, 29564, 'Kosta Boda', 'Kosta-Boda', 29562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29565, 29565, 'Orrefors', 'Orrefors', 29562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 995, 995, 'Other Scandinavian Makers', 'Other-Scandinavian-Makers', 29562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15, 15, 'Other Countries', 'Other-Countries', 955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2742, 2742, 'Paperweights', 'Paperweights', 955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4778, 4778, 'Contemporary', 'Contemporary', 2742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2743, 2743, 'Studio', 'Studio', 2742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2744, 2744, 'Vintage', 'Vintage', 2742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20, 20, 'Other Paperweights', 'Other-Paperweights', 2742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4767, 4767, 'Stained Glass', 'Stained-Glass', 955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4768, 4768, 'Contemporary', 'Contemporary', 4767, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4770, 4770, 'Stained Glass Supplies', 'Stained-Glass-Supplies', 4767, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4769, 4769, 'Studio Arts', 'Studio-Arts', 4767, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1230, 1230, 'Other Stained Glass', 'Other-Stained-Glass', 4767, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152904, 152904, 'Studio/ Handcrafted Glass', 'Studio-Handcrafted-Glass', 955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 988, 988, 'Other', 'Other', 955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13, 13, 'Glassware', 'Glassware', 50693, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4207, 4207, '40s, 50s, 60s', '40s-50s-60s', 13, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25474, 25474, 'Anchor Hocking', 'Anchor-Hocking', 4207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25475, 25475, 'Early American Prescut/EAPC', 'Early-American-Prescut-EAPC', 25474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1019, 1019, 'Fire-King', 'Fire-King', 25474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25476, 25476, 'Forest Green', 'Forest-Green', 25474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27258, 27258, 'Lido, Soreno', 'Lido-Soreno', 25474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25477, 25477, 'Royal Ruby', 'Royal-Ruby', 25474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25478, 25478, 'Wexford', 'Wexford', 25474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4208, 4208, 'Other Anchor Hocking', 'Other-Anchor-Hocking', 25474, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4209, 4209, 'Federal', 'Federal', 4207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4210, 4210, 'Hazel-Atlas', 'Hazel-Atlas', 4207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4211, 4211, 'Indiana', 'Indiana', 4207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4212, 4212, 'Jeannette', 'Jeannette', 4207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4215, 4215, 'L.E. Smith', 'L-E-Smith', 4207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4213, 4213, 'Libbey', 'Libbey', 4207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4216, 4216, 'U.S. Glass', 'U-S-Glass', 4207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29553, 29553, 'Unknown Maker', 'Unknown-Maker', 4207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1010, 1010, 'Other Makers', 'Other-Makers', 4207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4758, 4758, 'Amethyst', 'Amethyst', 13, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2668, 2668, 'Carnival Glass', 'Carnival-Glass', 13, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33966, 33966, 'Contemporary (1940-Now)', 'Contemporary-1940-Now', 2668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2674, 2674, 'Fenton', 'Fenton', 33966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2676, 2676, 'Imperial', 'Imperial', 33966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33967, 33967, 'Indiana', 'Indiana', 33966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33968, 33968, 'Unknown Maker', 'Unknown-Maker', 33966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4759, 4759, 'Other Makers', 'Other-Makers', 33966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29566, 29566, 'Vintage (Pre-1940)', 'Vintage-Pre-1940', 2668, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29567, 29567, 'Dugan', 'Dugan', 29566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29568, 29568, 'Fenton', 'Fenton', 29566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29569, 29569, 'Imperial', 'Imperial', 29566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29570, 29570, 'Northwood', 'Northwood', 29566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33969, 33969, 'Unknown Maker', 'Unknown-Maker', 29566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4760, 4760, 'Other Vintage Carnival', 'Other-Vintage-Carnival', 29566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4931, 4931, 'Childrens Glass', 'Childrens-Glass', 13, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4932, 4932, 'Contemporary', 'Contemporary', 4931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4933, 4933, 'Vintage', 'Vintage', 4931, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4934, 4934, 'Cobalt', 'Cobalt', 13, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 996, 996, 'Contemporary Glass', 'Contemporary-Glass', 13, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 998, 998, 'Boyd', 'Boyd', 996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 999, 999, 'Crystal', 'Crystal', 996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1000, 1000, 'Degenhart', 'Degenhart', 996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2690, 2690, 'Indiana', 'Indiana', 996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29571, 29571, 'J.G. Durand, Cristal dArques', 'J-G-Durand-Cristal-dArques', 996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2692, 2692, 'L.E. Smith', 'L-E-Smith', 996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2695, 2695, 'L.G. Wright', 'L-G-Wright', 996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29721, 29721, 'Lenox', 'Lenox', 996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29722, 29722, 'Mikasa', 'Mikasa', 996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1001, 1001, 'Mosser', 'Mosser', 996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2691, 2691, 'Princess House', 'Princess-House', 996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2694, 2694, 'Tiara', 'Tiara', 996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29572, 29572, 'Unknown Maker', 'Unknown-Maker', 996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 997, 997, 'Other Makers', 'Other-Makers', 996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2712, 2712, 'Crackle Glass', 'Crackle-Glass', 13, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2714, 2714, 'Cut Glass', 'Cut-Glass', 13, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7290, 7290, 'American Brilliant', 'American-Brilliant', 2714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4761, 4761, 'Contemporary', 'Contemporary', 2714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4762, 4762, 'Vintage', 'Vintage', 2714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2713, 2713, 'Other Cut Glass', 'Other-Cut-Glass', 2714, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1002, 1002, 'Depression', 'Depression', 13, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2696, 2696, 'Akro Agate', 'Akro-Agate', 1002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34101, 34101, 'Anchor Hocking', 'Anchor-Hocking', 1002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34102, 34102, 'Block Optic', 'Block-Optic', 34101, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34103, 34103, 'Bubble', 'Bubble', 34101, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34104, 34104, 'Cameo/Ballerina', 'Cameo-Ballerina', 34101, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34105, 34105, 'Manhattan', 'Manhattan', 34101, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34106, 34106, 'Mayfair/Open Rose', 'Mayfair-Open-Rose', 34101, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34107, 34107, 'Miss America', 'Miss-America', 34101, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34108, 34108, 'Old Colony/Open Lace/Lace Edge', 'Old-Colony-Open-Lace-Lace-Edge', 34101, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34109, 34109, 'Princess', 'Princess', 34101, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34110, 34110, 'Sandwich', 'Sandwich', 34101, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34111, 34111, 'Waterford/Waffle', 'Waterford-Waffle', 34101, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1003, 1003, 'Other Anchor Hocking Patterns', 'Other-Anchor-Hocking-Patterns', 34101, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34112, 34112, 'Federal', 'Federal', 1002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34113, 34113, 'Madrid', 'Madrid', 34112, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34114, 34114, 'Patrician/Spoke', 'Patrician-Spoke', 34112, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34115, 34115, 'Sharon/Cabbage Rose', 'Sharon-Cabbage-Rose', 34112, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1004, 1004, 'Other Federal Patterns', 'Other-Federal-Patterns', 34112, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34116, 34116, 'Hazel-Atlas', 'Hazel-Atlas', 1002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34117, 34117, 'Florentine 1 & 2', 'Florentine-1-and-2', 34116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34118, 34118, 'Moderntone', 'Moderntone', 34116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34119, 34119, 'Royal Lace', 'Royal-Lace', 34116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1005, 1005, 'Other Hazel Atlas Patterns', 'Other-Hazel-Atlas-Patterns', 34116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1006, 1006, 'Indiana', 'Indiana', 1002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34120, 34120, 'Jeannette', 'Jeannette', 1002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34121, 34121, 'Cherry Blossom', 'Cherry-Blossom', 34120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34122, 34122, 'Cube/Cubist', 'Cube-Cubist', 34120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34123, 34123, 'Floral/Poinsettia', 'Floral-Poinsettia', 34120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34124, 34124, 'Iris & Herringbone', 'Iris-and-Herringbone', 34120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34125, 34125, 'Windsor', 'Windsor', 34120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1007, 1007, 'Other Jeanette Patterns', 'Other-Jeanette-Patterns', 34120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2698, 2698, 'L.E. Smith', 'L-E-Smith', 1002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34126, 34126, 'Macbeth-Evans', 'Macbeth-Evans', 1002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34127, 34127, 'American Sweetheart', 'American-Sweetheart', 34126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34128, 34128, 'Petalware', 'Petalware', 34126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1008, 1008, 'Other Macbeth-Evans Patterns', 'Other-Macbeth-Evans-Patterns', 34126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2697, 2697, 'McKee', 'McKee', 1002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1009, 1009, 'U.S. Glass', 'U-S-Glass', 1002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29573, 29573, 'Unknown Maker', 'Unknown-Maker', 1002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34129, 34129, 'Mixed Items', 'Mixed-Items', 1002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78048, 78048, 'Other Makers', 'Other-Makers', 1002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2705, 2705, 'Early American Pattern Glass', 'Early-American-Pattern-Glass', 13, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2707, 2707, 'Colored', 'Colored', 2705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2708, 2708, 'Flint', 'Flint', 2705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2709, 2709, 'Ruby Stained', 'Ruby-Stained', 2705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22, 22, 'Other', 'Other', 2705, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1020, 1020, 'Elegant', 'Elegant', 13, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34130, 34130, 'Cambridge', 'Cambridge', 1020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34131, 34131, 'Caprice', 'Caprice', 34130, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34132, 34132, 'Rose Point', 'Rose-Point', 34130, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1021, 1021, 'Other Cambridge Patterns', 'Other-Cambridge-Patterns', 34130, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1022, 1022, 'Duncan & Miller', 'Duncan-and-Miller', 1020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34133, 34133, 'Fostoria', 'Fostoria', 1020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34134, 34134, 'American', 'American', 34133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34135, 34135, 'Coin', 'Coin', 34133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34136, 34136, 'Colony', 'Colony', 34133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34137, 34137, 'Jamestown', 'Jamestown', 34133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34138, 34138, 'Etched Patterns', 'Etched-Patterns', 34133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1023, 1023, 'Other Fostoria Patterns', 'Other-Fostoria-Patterns', 34133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1024, 1024, 'Heisey', 'Heisey', 1020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34139, 34139, 'Imperial', 'Imperial', 1020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34140, 34140, 'Animals, Figures', 'Animals-Figures', 34139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34141, 34141, 'Candlewick', 'Candlewick', 34139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34142, 34142, 'Cape Cod', 'Cape-Cod', 34139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1025, 1025, 'Other Imperial Patterns', 'Other-Imperial-Patterns', 34139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4763, 4763, 'Libbey', 'Libbey', 1020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1026, 1026, 'Morgantown', 'Morgantown', 1020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1027, 1027, 'New Martinsville/Viking', 'New-Martinsville-Viking', 1020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1028, 1028, 'Paden City', 'Paden-City', 1020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1029, 1029, 'Tiffin', 'Tiffin', 1020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34143, 34143, 'Westmoreland', 'Westmoreland', 1020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34144, 34144, 'Animals, Figures', 'Animals-Figures', 34143, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34145, 34145, 'English Hobnail', 'English-Hobnail', 34143, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34146, 34146, 'Paneled Grape', 'Paneled-Grape', 34143, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1030, 1030, 'Other Westmoreland Patterns', 'Other-Westmoreland-Patterns', 34143, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25479, 25479, 'Unknown Maker', 'Unknown-Maker', 1020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34147, 34147, 'Mixed Items', 'Mixed-Items', 1020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23, 23, 'Other Makers', 'Other-Makers', 1020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1011, 1011, 'Kitchen Glassware', 'Kitchen-Glassware', 13, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1013, 1013, 'Accessories/Utensils', 'Accessories-Utensils', 1011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2699, 2699, 'Beverage Items', 'Beverage-Items', 1011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1014, 1014, 'Butter Dishes', 'Butter-Dishes', 1011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2700, 2700, 'Canisters', 'Canisters', 1011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2759, 2759, 'Corning Ware, Corelle', 'Corning-Ware-Corelle', 1011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1015, 1015, 'Cruets', 'Cruets', 1011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1016, 1016, 'Measuring Cups', 'Measuring-Cups', 1011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2701, 2701, 'Mixing Bowls', 'Mixing-Bowls', 1011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2702, 2702, 'Ovenware', 'Ovenware', 1011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1017, 1017, 'Reamers', 'Reamers', 1011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2703, 2703, 'Refrigerator Items', 'Refrigerator-Items', 1011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2704, 2704, 'Shakers', 'Shakers', 1011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1018, 1018, 'Swanky Swigs', 'Swanky-Swigs', 1011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1012, 1012, 'Other Kitchen Glassware', 'Other-Kitchen-Glassware', 1011, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1229, 1229, 'Opalescent', 'Opalescent', 13, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2735, 2735, 'Opaque', 'Opaque', 13, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2736, 2736, 'Chocolate', 'Chocolate', 2735, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2737, 2737, 'Custard', 'Custard', 2735, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2738, 2738, 'Milk-Blue', 'Milk-Blue', 2735, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2739, 2739, 'Milk-Pink', 'Milk-Pink', 2735, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2740, 2740, 'Milk-White', 'Milk-White', 2735, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2741, 2741, 'Slag', 'Slag', 2735, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18, 18, 'Other', 'Other', 2735, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4764, 4764, 'Pressed Glass', 'Pressed-Glass', 13, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4765, 4765, 'Pyrex', 'Pyrex', 13, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4766, 4766, 'Ruby', 'Ruby', 13, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2745, 2745, 'Stretch Glass', 'Stretch-Glass', 13, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4935, 4935, 'Vaseline', 'Vaseline', 13, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4937, 4937, 'Pre-1940', 'Pre-1940', 4935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4936, 4936, '1940-Now', '1940-Now', 4935, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7291, 7291, 'Waterford', 'Waterford', 13, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14, 14, 'Other Glassware', 'Other-Glassware', 13, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60101, 60101, 'Wholesale Lots', 'Wholesale-Lots', 50693, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18875, 18875, 'Pottery & China', 'Pottery-and-China', 870, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27, 27, 'Art Pottery', 'Art-Pottery', 18875, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18892, 18892, 'Abingdon', 'Abingdon', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4232, 4232, 'American Art', 'American-Art', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2751, 2751, 'Asian', 'Asian', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50696, 50696, 'Aynsley', 'Aynsley', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2752, 2752, 'Bennington', 'Bennington', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21197, 21197, 'Blue Mountain', 'Blue-Mountain', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1043, 1043, 'British Art', 'British-Art', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18895, 18895, 'Brush/Brush-McCoy', 'Brush-Brush-McCoy', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45529, 45529, 'Buffalo', 'Buffalo', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7292, 7292, 'Camark', 'Camark', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18897, 18897, 'Catalina', 'Catalina', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 783, 783, 'Colorado Pottery', 'Colorado-Pottery', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2757, 2757, 'Coors Pottery', 'Coors-Pottery', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 784, 784, 'Dakota Pottery', 'Dakota-Pottery', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2761, 2761, 'Delft', 'Delft', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1044, 1044, 'European Art', 'European-Art', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2766, 2766, 'Folk', 'Folk', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 449, 449, 'Frankoma, Gracetone', 'Frankoma-Gracetone', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2767, 2767, 'Fulper', 'Fulper', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2769, 2769, 'Gouda', 'Gouda', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2771, 2771, 'Grueby', 'Grueby', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45533, 45533, 'Hadley', 'Hadley', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 589, 589, 'Haeger', 'Haeger', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 452, 452, 'Hull', 'Hull', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2780, 2780, 'Made in Japan', 'Made-in-Japan', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 453, 453, 'Majolica', 'Majolica', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2781, 2781, 'Maling', 'Maling', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 89, 89, 'McCoy', 'McCoy', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1234, 1234, 'Moorcroft', 'Moorcroft', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2783, 2783, 'Muncie', 'Muncie', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1235, 1235, 'Newcomb', 'Newcomb', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2785, 2785, 'Niloak', 'Niloak', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88463, 88463, 'North Carolina Pottery', 'North-Carolina-Pottery', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1236, 1236, 'Owens', 'Owens', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18904, 18904, 'Poole', 'Poole', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18906, 18906, 'Quimper', 'Quimper', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18907, 18907, 'Robinson Ransbottom', 'Robinson-Ransbottom', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90, 90, 'Rookwood', 'Rookwood', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 96, 96, 'Roseville', 'Roseville', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1045, 1045, 'Scandinavian Art', 'Scandinavian-Art', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2787, 2787, 'SEG/Paul Revere', 'SEG-Paul-Revere', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 458, 458, 'Staffordshire', 'Staffordshire', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 459, 459, 'Stangl', 'Stangl', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27357, 27357, 'Studio Pottery', 'Studio-Pottery', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2791, 2791, 'Teco', 'Teco', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1239, 1239, 'Uhl', 'Uhl', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 590, 590, 'Van Briggle', 'Van-Briggle', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 461, 461, 'Weller', 'Weller', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86, 86, 'Other', 'Other', 27, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24, 24, 'China, Dinnerware', 'China-Dinnerware', 18875, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18918, 18918, 'Adams', 'Adams', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18876, 18876, 'Adderley', 'Adderley', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18877, 18877, 'American Limoges/Sebring', 'American-Limoges-Sebring', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18893, 18893, 'Arabia', 'Arabia', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2793, 2793, 'Aynsley', 'Aynsley', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2794, 2794, 'Barker Bros, Sampson Smith', 'Barker-Bros-Sampson-Smith', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 442, 442, 'Bauer', 'Bauer', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2795, 2795, 'Belleek', 'Belleek', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12521, 12521, 'Beswick', 'Beswick', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2796, 2796, 'Bing & Grondahl', 'Bing-and-Grondahl', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1231, 1231, 'Blue Ridge', 'Blue-Ridge', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2753, 2753, 'Blue Willow', 'Blue-Willow', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18894, 18894, 'Booths', 'Booths', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50695, 50695, 'Brush/Brush-McCoy', 'Brush-Brush-McCoy', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 1232, 1232, 'Buffalo', 'Buffalo', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18896, 18896, 'Burleigh/Burgess & Leigh', 'Burleigh-Burgess-and-Leigh', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 443, 443, 'California Pottery', 'California-Pottery', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4218, 4218, 'Capodimonte', 'Capodimonte', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2797, 2797, 'Cardew', 'Cardew', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2754, 2754, 'Carlsbad', 'Carlsbad', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2755, 2755, 'Carlton', 'Carlton', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4219, 4219, 'Carlton Ware', 'Carlton-Ware', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18878, 18878, 'Castleton', 'Castleton', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50697, 50697, 'Childrens Dishes', 'Childrens-Dishes', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4951, 4951, 'Porcelain', 'Porcelain', 50697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4938, 4938, 'Pottery', 'Pottery', 50697, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 462, 462, 'Chintz', 'Chintz', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4220, 4220, 'Coalport', 'Coalport', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4221, 4221, 'Colclough', 'Colclough', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50699, 50699, 'Commemorative', 'Commemorative', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2798, 2798, 'Porcelain', 'Porcelain', 50699, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2756, 2756, 'Pottery', 'Pottery', 50699, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2758, 2758, 'Copeland', 'Copeland', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2760, 2760, 'Crown Devon', 'Crown-Devon', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4222, 4222, 'Crown Ducal', 'Crown-Ducal', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20834, 20834, 'Crown Staffordshire', 'Crown-Staffordshire', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18898, 18898, 'Dansk', 'Dansk', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 463, 463, 'Decorative', 'Decorative', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2762, 2762, 'Denby/Langley/Lovatts', 'Denby-Langley-Lovatts', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50701, 50701, 'Dinnerware', 'Dinnerware', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 464, 464, 'Porcelain', 'Porcelain', 50701, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 444, 444, 'Pottery', 'Pottery', 50701, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2763, 2763, 'Dresden', 'Dresden', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2799, 2799, 'Erphila', 'Erphila', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 473, 473, 'Fiesta: Contemporary', 'Fiesta-Contemporary', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87, 87, 'Fiesta: Vintage', 'Fiesta-Vintage', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26, 26, 'Figurines', 'Figurines', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 474, 474, 'Figurines: Animal', 'Figurines-Animal', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2800, 2800, 'Fine China of Japan', 'Fine-China-of-Japan', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2801, 2801, 'Fitz & Floyd', 'Fitz-and-Floyd', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1241, 1241, 'Flow Blue', 'Flow-Blue', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 448, 448, 'Franciscan', 'Franciscan', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45531, 45531, 'Frankoma, Gracetone', 'Frankoma-Gracetone', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18899, 18899, 'George, W. S.', 'George-W-S-', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2768, 2768, 'Gorham', 'Gorham', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2802, 2802, 'Goss Crested China', 'Goss-Crested-China', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18879, 18879, 'Grafton/Royal Grafton', 'Grafton-Royal-Grafton', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4233, 4233, 'Grindley', 'Grindley', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2770, 2770, 'Hadley', 'Hadley', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 450, 450, 'Hall', 'Hall', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18880, 18880, 'Hammersley', 'Hammersley', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4234, 4234, 'Harker', 'Harker', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18881, 18881, 'Harmony House/Sears', 'Harmony-House-Sears', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 466, 466, 'Haviland', 'Haviland', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1233, 1233, 'Headvases', 'Headvases', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2803, 2803, 'Herend', 'Herend', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2772, 2772, 'Heritage', 'Heritage', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 451, 451, 'Homer Laughlin', 'Homer-Laughlin', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50703, 50703, 'Hull', 'Hull', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88, 88, 'Hummel, Goebel', 'Hummel-Goebel', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18882, 18882, 'Hutschenreuther/ Tirschenreuth', 'Hutschenreuther-Tirschenreuth', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2774, 2774, 'Imperial', 'Imperial', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18900, 18900, 'International China', 'International-China', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2775, 2775, 'Iroquois', 'Iroquois', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4223, 4223, 'James Kent', 'James-Kent', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2776, 2776, 'Johnson Brothers', 'Johnson-Brothers', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2777, 2777, 'Knowles', 'Knowles', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2778, 2778, 'KPM', 'KPM', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 468, 468, 'Lefton', 'Lefton', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 92, 92, 'Lenox', 'Lenox', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2805, 2805, 'Limoges', 'Limoges', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10551, 10551, 'Lomonosov', 'Lomonosov', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2806, 2806, 'Lord Nelson', 'Lord-Nelson', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2779, 2779, 'LuRay', 'LuRay', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2807, 2807, 'Made in Japan', 'Made-in-Japan', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2782, 2782, 'Masons', 'Masons', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50709, 50709, 'McCoy', 'McCoy', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2808, 2808, 'Meakin Alfred', 'Meakin-Alfred', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4224, 4224, 'Meakin J. & G.', 'Meakin-J-and-G-', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2809, 2809, 'Meissen', 'Meissen', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 454, 454, 'Metlox', 'Metlox', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18901, 18901, 'Midwinter', 'Midwinter', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4226, 4226, 'Mikasa', 'Mikasa', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2810, 2810, 'Minton', 'Minton', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18902, 18902, 'Monmouth/ Marcrest/Western SW', 'Monmouth-Marcrest-Western-SW', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18903, 18903, 'Myott', 'Myott', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2784, 2784, 'Napco', 'Napco', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 93, 93, 'Nippon', 'Nippon', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78049, 78049, 'Noritake', 'Noritake', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 469, 469, 'Occupied Japan', 'Occupied-Japan', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2788, 2788, 'Paden City', 'Paden-City', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18883, 18883, 'Paragon', 'Paragon', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1237, 1237, 'Pfaltzgraff', 'Pfaltzgraff', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18884, 18884, 'Pickard', 'Pickard', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18885, 18885, 'Pope Gosser', 'Pope-Gosser', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18905, 18905, 'Portmeirion', 'Portmeirion', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2786, 2786, 'Purinton', 'Purinton', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 455, 455, 'Red Wing, Rumrill', 'Red-Wing-Rumrill', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7293, 7293, 'Restaurant Ware', 'Restaurant-Ware', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2811, 2811, 'Ridgway', 'Ridgway', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2813, 2813, 'Rosenthal', 'Rosenthal', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2814, 2814, 'Rosina', 'Rosina', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4227, 4227, 'Royal Albert', 'Royal-Albert', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1243, 1243, 'Royal Bayreuth', 'Royal-Bayreuth', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18908, 18908, 'Royal China', 'Royal-China', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4228, 4228, 'Royal Copenhagen', 'Royal-Copenhagen', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 456, 456, 'Royal Copley', 'Royal-Copley', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18886, 18886, 'Royal Crown Derby', 'Royal-Crown-Derby', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95, 95, 'Royal Doulton', 'Royal-Doulton', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2815, 2815, 'Royal Dux', 'Royal-Dux', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18887, 18887, 'Royal Staffordshire/Wilkinson', 'Royal-Staffordshire-Wilkinson', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4229, 4229, 'Royal Standard', 'Royal-Standard', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4230, 4230, 'Royal Winton/Grimwades', 'Royal-Winton-Grimwades', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4231, 4231, 'Royal Worcester', 'Royal-Worcester', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 471, 471, 'RS Prussia, Related', 'RS-Prussia-Related', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 457, 457, 'Russel Wright', 'Russel-Wright', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2816, 2816, 'Sadler', 'Sadler', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18909, 18909, 'Salem', 'Salem', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18888, 18888, 'Sango', 'Sango', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18910, 18910, 'Sascha Brastoff', 'Sascha-Brastoff', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18889, 18889, 'Schumann', 'Schumann', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 91, 91, 'Shawnee', 'Shawnee', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4776, 4776, 'Shelley', 'Shelley', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18911, 18911, 'Shenango', 'Shenango', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2773, 2773, 'Southern Potteries', 'Southern-Potteries', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50704, 50704, 'Spode', 'Spode', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2817, 2817, 'Porcelain', 'Porcelain', 50704, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2789, 2789, 'Pottery', 'Pottery', 50704, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50706, 50706, 'Stangl', 'Stangl', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18912, 18912, 'Steubenville', 'Steubenville', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 592, 592, 'Stoneware', 'Stoneware', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18913, 18913, 'Susie Cooper', 'Susie-Cooper', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2790, 2790, 'SylvaC', 'SylvaC', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18890, 18890, 'Syracuse China', 'Syracuse-China', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 517, 517, 'Tableware', 'Tableware', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18914, 18914, 'Taylor Smith & Taylor', 'Taylor-Smith-and-Taylor', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1238, 1238, 'Tea Pots, Tea Sets', 'Tea-Pots-Tea-Sets', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18891, 18891, 'Tuscan', 'Tuscan', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18915, 18915, 'Universal Potteries', 'Universal-Potteries', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1046, 1046, 'Vernon Kilns', 'Vernon-Kilns', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2818, 2818, 'Villeroy & Boch', 'Villeroy-and-Boch', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50707, 50707, 'Wade', 'Wade', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2819, 2819, 'Porcelain', 'Porcelain', 50707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2792, 2792, 'Pottery', 'Pottery', 50707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1240, 1240, 'Wall Pockets', 'Wall-Pockets', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 460, 460, 'Watt', 'Watt', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 472, 472, 'Wedgwood', 'Wedgwood', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18916, 18916, 'Winfield', 'Winfield', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18917, 18917, 'Wood & Sons', 'Wood-and-Sons', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25, 25, 'Other', 'Other', 24, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60102, 60102, 'Wholesale Lots', 'Wholesale-Lots', 18875, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 316, 316, 'Specialty Services', 'Specialty-Services', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50337, 50337, 'Advice & Instruction', 'Advice-and-Instruction', 316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50338, 50338, 'Business & Computer', 'Business-and-Computer', 50337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50339, 50339, 'Diet & Fitness', 'Diet-and-Fitness', 50337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50340, 50340, 'Lessons, Tutoring', 'Lessons-Tutoring', 50337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50341, 50341, 'Other', 'Other', 50337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47126, 47126, 'Artistic Services', 'Artistic-Services', 316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47127, 47127, 'Custom Crafts', 'Custom-Crafts', 47126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50342, 50342, 'Interior Design', 'Interior-Design', 47126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47128, 47128, 'Music Composition & Poetry', 'Music-Composition-and-Poetry', 47126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47129, 47129, 'Painting & Drawing', 'Painting-and-Drawing', 47126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45208, 45208, 'Other', 'Other', 47126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50343, 50343, 'Custom Clothing & Jewelry', 'Custom-Clothing-and-Jewelry', 316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50348, 50348, 'Baby', 'Baby', 50343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50344, 50344, 'Costumes', 'Costumes', 50343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50345, 50345, 'Hats, Handbags, Accessories', 'Hats-Handbags-Accessories', 50343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50346, 50346, 'Jewelry', 'Jewelry', 50343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50347, 50347, 'Shirts', 'Shirts', 50343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47130, 47130, 'Other', 'Other', 50343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50349, 50349, 'eBay Auction Services', 'eBay-Auction-Services', 316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50350, 50350, 'Appraisal, Authentication', 'Appraisal-Authentication', 50349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152950, 152950, 'eBay Stores Design', 'eBay-Stores-Design', 50349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50351, 50351, 'Listing Services', 'Listing-Services', 50349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50352, 50352, 'Packing & Shipping', 'Packing-and-Shipping', 50349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50353, 50353, 'Shopping Assistance', 'Shopping-Assistance', 50349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50354, 50354, 'Other', 'Other', 50349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47131, 47131, 'Graphic & Logo Design', 'Graphic-and-Logo-Design', 316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50355, 50355, 'Media Editing & Duplication', 'Media-Editing-and-Duplication', 316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50356, 50356, 'Music', 'Music', 50355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50357, 50357, 'Photo & Video', 'Photo-and-Video', 50355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50358, 50358, 'Other', 'Other', 50355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20943, 20943, 'Printing & Personalization', 'Printing-and-Personalization', 316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47107, 47107, 'Address Labels', 'Address-Labels', 20943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47108, 47108, 'Animals', 'Animals', 47107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47109, 47109, 'Animation Characters', 'Animation-Characters', 47107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47110, 47110, 'Patriotic, Flags', 'Patriotic-Flags', 47107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47111, 47111, 'Scenic', 'Scenic', 47107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20944, 20944, 'Other', 'Other', 47107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47112, 47112, 'Business Cards', 'Business-Cards', 20943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20945, 20945, 'Glasses, Mugs', 'Glasses-Mugs', 20943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50335, 50335, 'Holiday Cards', 'Holiday-Cards', 20943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47113, 47113, 'Invitations, Announcements', 'Invitations-Announcements', 20943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47114, 47114, 'Party Favors', 'Party-Favors', 20943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47115, 47115, 'Signs, Decals', 'Signs-Decals', 20943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47116, 47116, 'House, Door', 'House-Door', 47115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47117, 47117, 'Stickers, Decals', 'Stickers-Decals', 47115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20946, 20946, 'Other', 'Other', 47115, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47118, 47118, 'Stationery', 'Stationery', 20943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20947, 20947, 'Other', 'Other', 20943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47119, 47119, 'Restoration & Repair', 'Restoration-and-Repair', 316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47120, 47120, 'Antiques & Dolls', 'Antiques-and-Dolls', 47119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47121, 47121, 'Cars & Other Vehicles', 'Cars-and-Other-Vehicles', 47119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47122, 47122, 'Jewelry & Watches', 'Jewelry-and-Watches', 47119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50421, 50421, 'Computers & Electronics', 'Computers-and-Electronics', 47119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50336, 50336, 'Cameras & Photo', 'Cameras-and-Photo', 50421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50422, 50422, 'Computers', 'Computers', 50421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47123, 47123, 'Other', 'Other', 50421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47125, 47125, 'Musical Instruments', 'Musical-Instruments', 47119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45210, 45210, 'Other', 'Other', 47119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47104, 47104, 'Web & Computer Services', 'Web-and-Computer-Services', 316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50333, 50333, 'Internet Promotion', 'Internet-Promotion', 47104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50334, 50334, 'Technical Support', 'Technical-Support', 47104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47105, 47105, 'Web Design', 'Web-Design', 47104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47106, 47106, 'Web Hosting', 'Web-Hosting', 47104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45209, 45209, 'Other', 'Other', 47104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 317, 317, 'Other Services', 'Other-Services', 316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 382, 382, 'Sporting Goods', 'Sporting-Goods', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 137006, 137006, 'Athletic Apparel', 'Athletic-Apparel', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 137007, 137007, 'Mens', 'Mens', 137006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 137008, 137008, 'Womens', 'Womens', 137006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 137009, 137009, 'Childrens', 'Childrens', 137006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 137010, 137010, 'Athletic Footwear', 'Athletic-Footwear', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 137011, 137011, 'Mens', 'Mens', 137010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 137012, 137012, 'Womens', 'Womens', 137010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 137013, 137013, 'Childrens', 'Childrens', 137010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31680, 31680, 'Airsoft', 'Airsoft', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71079, 71079, 'Accessories', 'Accessories', 31680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71080, 71080, 'Gas', 'Gas', 71079, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71081, 71081, 'Gun Batteries', 'Gun-Batteries', 71079, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71082, 71082, 'Gun Case, Holsters', 'Gun-Case-Holsters', 71079, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71083, 71083, 'Laser Sights, Flashlights', 'Laser-Sights-Flashlights', 71079, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71084, 71084, 'Targets', 'Targets', 71079, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31681, 31681, 'Other', 'Other', 71079, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71085, 71085, 'Airsoft BBs', 'Airsoft-BBs', 31680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), #NAME? #NAME? ('', '', '', '', 71088, 71088, 'Over .20 gram', 'Over-20-gram', 71085, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31682, 31682, 'Other', 'Other', 71085, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31683, 31683, 'Airsoft Guns', 'Airsoft-Guns', 31680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64634, 64634, 'Electric', 'Electric', 31683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64636, 64636, 'Mini', 'Mini', 64634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64637, 64637, 'Pistol', 'Pistol', 64634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64635, 64635, 'Rifle', 'Rifle', 64634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31684, 31684, 'Other', 'Other', 64634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31685, 31685, 'Gas', 'Gas', 31683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62120, 62120, 'Spring', 'Spring', 31683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62121, 62121, 'Pistol', 'Pistol', 62120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62122, 62122, 'Rifle', 'Rifle', 62120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31686, 31686, 'Other', 'Other', 62120, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31687, 31687, 'Other', 'Other', 31683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31688, 31688, 'Other Items', 'Other-Items', 31680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20835, 20835, 'Archery', 'Archery', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36095, 36095, 'Arrows', 'Arrows', 20835, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36096, 36096, 'Broadheads', 'Broadheads', 36095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20836, 20836, 'Fletched Arrows', 'Fletched-Arrows', 36095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20842, 20842, 'Nocks, Fletches, Points', 'Nocks-Fletches-Points', 36095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20844, 20844, 'Shafts', 'Shafts', 36095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36097, 36097, 'Other', 'Other', 36095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36098, 36098, 'Bow, Shooting Accessories', 'Bow-Shooting-Accessories', 20835, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36099, 36099, 'Arrow Rests', 'Arrow-Rests', 36098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20841, 20841, 'Gloves, Tabs, Release Aids', 'Gloves-Tabs-Release-Aids', 36098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20843, 20843, 'Quivers', 'Quivers', 36098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20845, 20845, 'Sights', 'Sights', 36098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36100, 36100, 'Stabilizers, Strings, Tools', 'Stabilizers-Strings-Tools', 36098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36101, 36101, 'Other', 'Other', 36098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20837, 20837, 'Bows', 'Bows', 20835, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111248, 111248, 'Compound', 'Compound', 20837, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111249, 111249, 'Browning', 'Browning', 111248, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111250, 111250, 'Hoyt', 'Hoyt', 111248, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111251, 111251, 'Mathews', 'Mathews', 111248, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20838, 20838, 'Other', 'Other', 111248, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33972, 33972, 'Crossbows', 'Crossbows', 20837, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20839, 20839, 'Recurve', 'Recurve', 20837, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20840, 20840, 'Other', 'Other', 20837, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52480, 52480, 'Targets', 'Targets', 20835, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1291, 1291, 'Other Archery Items', 'Other-Archery-Items', 20835, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16021, 16021, 'Baseball & Softball', 'Baseball-and-Softball', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111252, 111252, 'Accessories', 'Accessories', 16021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27940, 27940, 'Balls', 'Balls', 16021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73893, 73893, 'Baseballs', 'Baseballs', 27940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73894, 73894, 'Box of 12 or more', 'Box-of-12-or-more', 73893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73895, 73895, 'Single Balls', 'Single-Balls', 73893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16028, 16028, 'Other', 'Other', 73893, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16064, 16064, 'Softballs', 'Softballs', 27940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22673, 22673, 'Bats', 'Bats', 16021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50793, 50793, 'Baseball - Adult & High School', 'Baseball-Adult-and-High-School', 22673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73896, 73896, 'DeMarini', 'DeMarini', 50793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50794, 50794, 'Easton', 'Easton', 50793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50795, 50795, 'Louisville Slugger, TPX', 'Louisville-Slugger-TPX', 50793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50796, 50796, 'Worth', 'Worth', 50793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47259, 47259, 'Other Brands', 'Other-Brands', 50793, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47261, 47261, 'Baseball - Wood', 'Baseball-Wood', 22673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73897, 73897, 'Baseball - Youth', 'Baseball-Youth', 22673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73898, 73898, 'DeMarini', 'DeMarini', 73897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73899, 73899, 'Easton', 'Easton', 73897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73900, 73900, 'Louisville Slugger, TPX', 'Louisville-Slugger-TPX', 73897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47262, 47262, 'Other', 'Other', 73897, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71089, 71089, 'Softball - Fastpitch', 'Softball-Fastpitch', 22673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71090, 71090, 'DeMarini', 'DeMarini', 71089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71091, 71091, 'Easton', 'Easton', 71089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106942, 106942, 'Miken', 'Miken', 71089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71092, 71092, 'Worth', 'Worth', 71089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47263, 47263, 'Other', 'Other', 71089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50797, 50797, 'Softball - Slowpitch', 'Softball-Slowpitch', 22673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50798, 50798, 'DeMarini', 'DeMarini', 50797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50799, 50799, 'Easton', 'Easton', 50797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73901, 73901, 'Louisville Slugger, TPX', 'Louisville-Slugger-TPX', 50797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50800, 50800, 'Miken', 'Miken', 50797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73902, 73902, 'Mizuno', 'Mizuno', 50797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50801, 50801, 'Worth', 'Worth', 50797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47264, 47264, 'Other Brands', 'Other-Brands', 50797, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16029, 16029, 'Other Bats', 'Other-Bats', 22673, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108135, 108135, 'Batting Gloves', 'Batting-Gloves', 16021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108136, 108136, 'Small', 'Small', 108135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108137, 108137, 'Medium', 'Medium', 108135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108138, 108138, 'Large', 'Large', 108135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27941, 27941, 'Other', 'Other', 108135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50807, 50807, 'Equipment Bags', 'Equipment-Bags', 16021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27942, 27942, 'Gloves & Mitts', 'Gloves-and-Mitts', 16021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27943, 27943, 'Catcher', 'Catcher', 27942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50802, 50802, 'Fielder-Adult', 'Fielder-Adult', 27942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73903, 73903, 'Left-Handed', 'Left-Handed', 50802, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73904, 73904, 'Right-Handed', 'Right-Handed', 50802, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88442, 88442, 'DeMarini', 'DeMarini', 73904, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50803, 50803, 'Easton', 'Easton', 73904, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73905, 73905, 'Louisville Slugger, TPX', 'Louisville-Slugger-TPX', 73904, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58060, 58060, 'Mizuno', 'Mizuno', 73904, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50804, 50804, 'Rawlings', 'Rawlings', 73904, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73906, 73906, 'Spalding', 'Spalding', 73904, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50805, 50805, 'Wilson', 'Wilson', 73904, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50806, 50806, 'Worth', 'Worth', 73904, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16030, 16030, 'Other Brands', 'Other-Brands', 73904, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73907, 73907, 'Fielder-Kids, Juniors', 'Fielder-Kids-Juniors', 27942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73908, 73908, 'Rawlings', 'Rawlings', 73907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73909, 73909, 'Wilson', 'Wilson', 73907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27944, 27944, 'Other Brands', 'Other-Brands', 73907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27971, 27971, 'First Base', 'First-Base', 27942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27945, 27945, 'Vintage', 'Vintage', 27942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73910, 73910, 'Protective Gear', 'Protective-Gear', 16021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36270, 36270, 'Batting Helmets', 'Batting-Helmets', 73910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73911, 73911, 'Catchers Equipment', 'Catchers-Equipment', 73910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73912, 73912, 'Catchers Masks', 'Catchers-Masks', 73911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73913, 73913, 'Chest Protectors', 'Chest-Protectors', 73911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73914, 73914, 'Shin Guards', 'Shin-Guards', 73911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73915, 73915, 'Other', 'Other', 73911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16031, 16031, 'Other', 'Other', 73910, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50808, 50808, 'Training Aids', 'Training-Aids', 16021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64641, 64641, 'Books', 'Books', 50808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50809, 50809, 'Batting Cages & Netting', 'Batting-Cages-and-Netting', 50808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58061, 58061, 'Pitching Machines', 'Pitching-Machines', 50808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73916, 73916, 'Radar Guns, Speed Sensors', 'Radar-Guns-Speed-Sensors', 50808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108139, 108139, 'Tees', 'Tees', 50808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50810, 50810, 'Video Instruction', 'Video-Instruction', 50808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108140, 108140, 'Wiffle Balls, Bats', 'Wiffle-Balls-Bats', 50808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16032, 16032, 'Other Training Aids', 'Other-Training-Aids', 50808, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2022, 2022, 'Other Items', 'Other-Items', 16021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21194, 21194, 'Basketball', 'Basketball', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21196, 21196, 'Backboards, Systems, Rims', 'Backboards-Systems-Rims', 21194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21208, 21208, 'Balls', 'Balls', 21194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64642, 64642, 'Training Aids', 'Training-Aids', 21194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2023, 2023, 'Other Items', 'Other-Items', 21194, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21209, 21209, 'Billiards', 'Billiards', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75184, 75184, 'Accessories & Decor', 'Accessories-and-Decor', 21209, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75185, 75185, 'Ball & Cue Racks', 'Ball-and-Cue-Racks', 75184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75186, 75186, 'Chalk', 'Chalk', 75184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75187, 75187, 'Cue Care, Tip Tools', 'Cue-Care-Tip-Tools', 75184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75188, 75188, 'Cue Tips', 'Cue-Tips', 75184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75189, 75189, 'Pool Table Lights/Lamps', 'Pool-Table-Lights-Lamps', 75184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75190, 75190, 'Posters, Signs', 'Posters-Signs', 75184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21210, 21210, 'Other', 'Other', 75184, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75192, 75192, 'Balls', 'Balls', 21209, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75193, 75193, 'Complete Ball Set', 'Complete-Ball-Set', 75192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75194, 75194, 'Cue Balls', 'Cue-Balls', 75192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36102, 36102, 'Other', 'Other', 75192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75195, 75195, 'Books, Videos', 'Books-Videos', 21209, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21211, 21211, 'Cue Cases', 'Cue-Cases', 21209, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62127, 62127, 'Cues', 'Cues', 21209, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62128, 62128, 'Cuetec', 'Cuetec', 62127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75199, 75199, 'Excalibur', 'Excalibur', 62127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95097, 95097, 'Fury', 'Fury', 62127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95098, 95098, 'Joss', 'Joss', 62127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62129, 62129, 'Lucasi', 'Lucasi', 62127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75200, 75200, 'McDermott', 'McDermott', 62127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75201, 75201, 'Meucci', 'Meucci', 62127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95099, 95099, 'Players', 'Players', 62127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75202, 75202, 'Predator', 'Predator', 62127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95100, 95100, 'Schon', 'Schon', 62127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75203, 75203, 'Viking', 'Viking', 62127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21212, 21212, 'Other Cues', 'Other-Cues', 62127, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75196, 75196, 'Tables', 'Tables', 21209, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75197, 75197, '7-foot Pool Tables', '7-foot-Pool-Tables', 75196, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75198, 75198, '8-foot Pool Tables', '8-foot-Pool-Tables', 75196, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21213, 21213, 'Other', 'Other', 75196, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1292, 1292, 'Other Items', 'Other-Items', 21209, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20846, 20846, 'Bowling', 'Bowling', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111253, 111253, 'Accessories', 'Accessories', 20846, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111256, 111256, 'Gloves', 'Gloves', 111253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111254, 111254, 'Rosin Bags', 'Rosin-Bags', 111253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50812, 50812, 'Towels', 'Towels', 111253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111255, 111255, 'Other', 'Other', 111253, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71093, 71093, 'Bags', 'Bags', 20846, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71094, 71094, '1 Ball', '1-Ball', 71093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71095, 71095, '2 Balls', '2-Balls', 71093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71096, 71096, '3 & 4 Balls', '3-and-4-Balls', 71093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20847, 20847, 'Other', 'Other', 71093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26324, 26324, 'Balls', 'Balls', 20846, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36103, 36103, '6-11 Pounds', '6-11-Pounds', 26324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36104, 36104, '12-14 Pounds', '12-14-Pounds', 26324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36105, 36105, '15 Pounds', '15-Pounds', 26324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20848, 20848, '16 Pounds', '16-Pounds', 26324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50811, 50811, 'Bowling Pins', 'Bowling-Pins', 20846, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111257, 111257, 'Wrist Supports', 'Wrist-Supports', 20846, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2905, 2905, 'Other Bowling Items', 'Other-Bowling-Items', 20846, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30100, 30100, 'Boxing', 'Boxing', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108150, 108150, 'Bags', 'Bags', 30100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108151, 108151, 'Heavy', 'Heavy', 108150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108152, 108152, 'Speed', 'Speed', 108150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30101, 30101, 'Other', 'Other', 108150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30102, 30102, 'Gloves', 'Gloves', 30100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30103, 30103, 'Protection Gear', 'Protection-Gear', 30100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30104, 30104, 'Sets', 'Sets', 30100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4296, 4296, 'Other', 'Other', 30100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16034, 16034, 'Camping, Hiking, Backpacking', 'Camping-Hiking-Backpacking', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36108, 36108, 'Backpacks', 'Backpacks', 16034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87122, 87122, 'Day Packs', 'Day-Packs', 36108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87123, 87123, 'Daypacks, Large', 'Daypacks-Large', 87122, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87124, 87124, 'Daypacks, Small', 'Daypacks-Small', 87122, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87125, 87125, 'Hydration Packs', 'Hydration-Packs', 87122, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87126, 87126, 'Messenger Bags', 'Messenger-Bags', 87122, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87127, 87127, 'Travel Packs', 'Travel-Packs', 87122, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36109, 36109, 'Other', 'Other', 87122, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36110, 36110, 'External Frame', 'External-Frame', 36108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36111, 36111, 'Internal Frame', 'Internal-Frame', 36108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2021, 2021, 'Other', 'Other', 36108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16035, 16035, 'Canteens, Coolers', 'Canteens-Coolers', 16034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52482, 52482, 'Compasses', 'Compasses', 16034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62116, 62116, 'Cookware, Stoves', 'Cookware-Stoves', 16034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87133, 87133, 'Cooking Utensils', 'Cooking-Utensils', 62116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87134, 87134, 'Food Containers', 'Food-Containers', 62116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62118, 62118, 'Freeze Dried Food, MRE', 'Freeze-Dried-Food-MRE', 62116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87141, 87141, 'Pots, Pans', 'Pots-Pans', 62116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87142, 87142, 'Cast Iron', 'Cast-Iron', 87141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87143, 87143, 'Family Camping', 'Family-Camping', 87141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87144, 87144, 'Backpacking Stoves', 'Backpacking-Stoves', 87141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62119, 62119, 'Other', 'Other', 87141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87135, 87135, 'Stoves', 'Stoves', 62116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87136, 87136, 'Backpacking Stoves', 'Backpacking-Stoves', 87135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87137, 87137, 'Camp Stoves', 'Camp-Stoves', 87135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87138, 87138, 'Single Burner', 'Single-Burner', 87137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87139, 87139, 'Double Burner', 'Double-Burner', 87137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87140, 87140, 'Triple Burner', 'Triple-Burner', 87137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62117, 62117, 'Other', 'Other', 87137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16036, 16036, 'Other', 'Other', 62116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106983, 106983, 'Flashlights, Headlamps', 'Flashlights-Headlamps', 16034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106984, 106984, 'Headlamps', 'Headlamps', 106983, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106985, 106985, 'Flashlights', 'Flashlights', 106983, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106986, 106986, 'Incandescent', 'Incandescent', 106985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 106987, 106987, 'LED', 'LED', 106985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106988, 106988, 'Xenon', 'Xenon', 106985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16037, 16037, 'Other', 'Other', 106985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87145, 87145, 'Furniture', 'Furniture', 16034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87146, 87146, 'Benches, Chairs', 'Benches-Chairs', 87145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87147, 87147, 'Tables, Picnic Tables', 'Tables-Picnic-Tables', 87145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16038, 16038, 'Other', 'Other', 87145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16039, 16039, 'Generators, Heaters', 'Generators-Heaters', 16034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52483, 52483, 'Insect Nets, Repellents', 'Insect-Nets-Repellents', 16034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106989, 106989, 'Lanterns', 'Lanterns', 16034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106990, 106990, 'Battery', 'Battery', 106989, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106991, 106991, 'Kerosene', 'Kerosene', 106989, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106992, 106992, 'Liquid Fuel', 'Liquid-Fuel', 106989, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106993, 106993, 'Parts and Accessories', 'Parts-and-Accessories', 106989, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106994, 106994, 'Propane', 'Propane', 106989, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36112, 36112, 'Other', 'Other', 106989, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106995, 106995, 'Maps, Topographic', 'Maps-Topographic', 16034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52484, 52484, 'Showers, Toilets', 'Showers-Toilets', 16034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36113, 36113, 'Sleeping Gear', 'Sleeping-Gear', 16034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87099, 87099, 'Cots', 'Cots', 36113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36114, 36114, 'Mattresses, Pads', 'Mattresses-Pads', 36113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111258, 111258, 'Pillows', 'Pillows', 36113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87100, 87100, 'Sleeping Bags', 'Sleeping-Bags', 36113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87101, 87101, 'Down', 'Down', 87100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111259, 111259, 'Synthetic', 'Synthetic', 87100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36116, 36116, '3-Season (+15F to +30F)', '3-Season-15F-to-30F', 111259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111260, 111260, 'Cold Weather (+10F & below)', 'Cold-Weather-10F-and-below', 111259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111261, 111261, 'Liners & Accessories', 'Liners-and-Accessories', 111259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111262, 111262, 'Warm Weather (+32F & above)', 'Warm-Weather-32F-and-above', 111259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16040, 16040, 'Other Sleeping Gear', 'Other-Sleeping-Gear', 36113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106996, 106996, 'Survival, Emergency Gear', 'Survival-Emergency-Gear', 16034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36117, 36117, 'Tents, Canopies', 'Tents-Canopies', 16034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36120, 36120, 'Accessories', 'Accessories', 36117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87128, 87128, 'Canopies', 'Canopies', 36117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87129, 87129, 'Tents', 'Tents', 36117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87131, 87131, '3-Season', '3-Season', 87129, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36118, 36118, '1-2 Persons', '1-2-Persons', 87131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36119, 36119, '3-4 Persons', '3-4-Persons', 87131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16041, 16041, '5+ Persons', '5-Persons', 87131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87130, 87130, '4-Season', '4-Season', 87129, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75232, 75232, 'Tools', 'Tools', 16034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75233, 75233, 'Camp Shovels', 'Camp-Shovels', 75232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75234, 75234, 'Hatchets, Axes', 'Hatchets-Axes', 75232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75235, 75235, 'Knives', 'Knives', 75232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75236, 75236, 'Pocket, Multi Tools', 'Pocket-Multi-Tools', 75232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75237, 75237, 'Saws', 'Saws', 75232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75238, 75238, 'Storage Containers', 'Storage-Containers', 75232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16042, 16042, 'Other', 'Other', 75232, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23809, 23809, 'Walking, Trekking Sticks', 'Walking-Trekking-Sticks', 16034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87132, 87132, 'Water Filters', 'Water-Filters', 16034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2020, 2020, 'Other', 'Other', 16034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36121, 36121, 'Canoes, Kayaks, Rafts', 'Canoes-Kayaks-Rafts', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87089, 87089, 'Accessories', 'Accessories', 36121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23800, 23800, 'Canoes', 'Canoes', 36121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87090, 87090, 'Inflatable Canoes, Kayaks', 'Inflatable-Canoes-Kayaks', 36121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15266, 15266, 'Inflatable Rafts', 'Inflatable-Rafts', 36121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36122, 36122, 'Kayaks', 'Kayaks', 36121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15262, 15262, 'Life Jackets, Preservers', 'Life-Jackets-Preservers', 36121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87091, 87091, 'Paddles', 'Paddles', 36121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36123, 36123, 'Other', 'Other', 36121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30105, 30105, 'Climbing', 'Climbing', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75205, 75205, 'Bags', 'Bags', 30105, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50814, 50814, 'Carabiners, Other Hardware', 'Carabiners-Other-Hardware', 30105, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75204, 75204, 'Climbing Holds', 'Climbing-Holds', 30105, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50815, 50815, 'Harnesses', 'Harnesses', 30105, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50816, 50816, 'Ropes, Cords & Slings', 'Ropes-Cords-and-Slings', 30105, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1299, 1299, 'Other Climbing Items', 'Other-Climbing-Items', 30105, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7294, 7294, 'Cycling', 'Cycling', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42308, 42308, 'BMX Bikes & Parts', 'BMX-Bikes-and-Parts', 7294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98082, 98082, 'Complete Bikes & Frames', 'Complete-Bikes-and-Frames', 42308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64644, 64644, 'Old School', 'Old-School', 42308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48840, 48840, 'Parts & Accessories', 'Parts-and-Accessories', 42308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48841, 48841, 'Brakes', 'Brakes', 48840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48843, 48843, 'Cranks, Sprockets & Chain Ring', 'Cranks-Sprockets-and-Chain-Ring', 48840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56187, 56187, 'Decals, Stickers', 'Decals-Stickers', 48840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56188, 56188, 'Forks', 'Forks', 48840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48842, 48842, 'Handlebars & Grips', 'Handlebars-and-Grips', 48840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56189, 56189, 'Headsets & Stems', 'Headsets-and-Stems', 48840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56186, 56186, 'Pads, Pad Sets', 'Pads-Pad-Sets', 48840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56190, 56190, 'Pedals', 'Pedals', 48840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106943, 106943, 'Pegs', 'Pegs', 48840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48844, 48844, 'Seats & Seat Posts', 'Seats-and-Seat-Posts', 48840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56191, 56191, 'Tubes & Tires', 'Tubes-and-Tires', 48840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48845, 48845, 'Wheelsets, Rims, Hubs', 'Wheelsets-Rims-Hubs', 48840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42310, 42310, 'Other', 'Other', 48840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42311, 42311, 'Comfort Bikes', 'Comfort-Bikes', 7294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106948, 106948, 'Complete Bikes & Frames', 'Complete-Bikes-and-Frames', 42311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106944, 106944, 'Cruisers & Lowriders', 'Cruisers-and-Lowriders', 106948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106945, 106945, 'Beach Cruisers', 'Beach-Cruisers', 106944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106946, 106946, 'Choppers', 'Choppers', 106944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106947, 106947, 'Lowriders', 'Lowriders', 106944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42312, 42312, 'Others', 'Others', 106944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42313, 42313, 'Hybrids', 'Hybrids', 106948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106949, 106949, 'Recumbent', 'Recumbent', 106948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56192, 56192, 'Tandem', 'Tandem', 106948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42314, 42314, 'Other', 'Other', 106948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106950, 106950, 'Parts & Accessories', 'Parts-and-Accessories', 42311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62130, 62130, 'DVD & Video', 'DVD-and-Video', 7294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22683, 22683, 'Gloves', 'Gloves', 7294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42324, 42324, 'Helmets and Protection', 'Helmets-and-Protection', 7294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58077, 58077, 'Adult Helmets', 'Adult-Helmets', 42324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58078, 58078, 'Bell', 'Bell', 58077, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58079, 58079, 'Giro', 'Giro', 58077, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42327, 42327, 'Other', 'Other', 58077, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42325, 42325, 'Full Face Helmets', 'Full-Face-Helmets', 42324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64645, 64645, 'Kids Helmets', 'Kids-Helmets', 42324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42326, 42326, 'Protective Gear, Pads', 'Protective-Gear-Pads', 42324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22684, 22684, 'Other', 'Other', 42324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64646, 64646, 'Kids Bikes, Seats & Trailers', 'Kids-Bikes-Seats-and-Trailers', 7294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64647, 64647, 'Bikes', 'Bikes', 64646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64648, 64648, 'Seats & Trailers', 'Seats-and-Trailers', 64646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42315, 42315, 'Other', 'Other', 64646, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22678, 22678, 'Mountain Bikes & Parts', 'Mountain-Bikes-and-Parts', 7294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98083, 98083, 'Complete Bikes & Frames', 'Complete-Bikes-and-Frames', 22678, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42316, 42316, 'Parts & Accessories', 'Parts-and-Accessories', 22678, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58082, 58082, 'Brakes - Disc', 'Brakes-Disc', 42316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58083, 58083, 'Brakes - V Brakes', 'Brakes-V-Brakes', 42316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27949, 27949, 'Brakes - Other', 'Brakes-Other', 42316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42328, 42328, 'Cassettes & Freewheels', 'Cassettes-and-Freewheels', 42316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56193, 56193, 'Cranksets & Bottom Brackets', 'Cranksets-and-Bottom-Brackets', 42316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42329, 42329, 'Derailleurs', 'Derailleurs', 42316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58084, 58084, 'Forks - Manitou', 'Forks-Manitou', 42316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58085, 58085, 'Forks - Marzocchi', 'Forks-Marzocchi', 42316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58086, 58086, 'Forks - RockShox', 'Forks-RockShox', 42316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36135, 36135, 'Forks - Other', 'Forks-Other', 42316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56194, 56194, 'Handlebars & Grips', 'Handlebars-and-Grips', 42316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36137, 36137, 'Pedals', 'Pedals', 42316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36143, 36143, 'Rims & Hubs', 'Rims-and-Hubs', 42316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106951, 106951, 'Seats & Seat Posts', 'Seats-and-Seat-Posts', 42316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42330, 42330, 'Shifters', 'Shifters', 42316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22694, 22694, 'Stems', 'Stems', 42316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27954, 27954, 'Tubes & Tires', 'Tubes-and-Tires', 42316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58087, 58087, 'Wheelsets - Mavic', 'Wheelsets-Mavic', 42316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58088, 58088, 'Wheelsets - Shimano', 'Wheelsets-Shimano', 42316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58089, 58089, 'Wheelsets - Other', 'Wheelsets-Other', 42316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42317, 42317, 'Other', 'Other', 42316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22680, 22680, 'Road Bikes & Parts', 'Road-Bikes-and-Parts', 7294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98084, 98084, 'Complete Bikes & Frames', 'Complete-Bikes-and-Frames', 22680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42318, 42318, 'Parts & Accessories', 'Parts-and-Accessories', 22680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42331, 42331, 'Brakes', 'Brakes', 42318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42332, 42332, 'Cassettes & Freewheels', 'Cassettes-and-Freewheels', 42318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36133, 36133, 'Chain Rings', 'Chain-Rings', 42318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56195, 56195, 'Cranksets & Bottom Brackets', 'Cranksets-and-Bottom-Brackets', 42318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58095, 58095, 'Derailleurs - Campagnolo', 'Derailleurs-Campagnolo', 42318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58094, 58094, 'Derailleurs - Shimano', 'Derailleurs-Shimano', 42318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27950, 27950, 'Derailleurs - Other', 'Derailleurs-Other', 42318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56196, 56196, 'Forks', 'Forks', 42318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27951, 27951, 'Handlebars', 'Handlebars', 42318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36138, 36138, 'Pedals', 'Pedals', 42318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36144, 36144, 'Rims & Hubs', 'Rims-and-Hubs', 42318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106952, 106952, 'Saddles, Seats & Seat Posts', 'Saddles-Seats-and-Seat-Posts', 42318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36140, 36140, 'Shifters', 'Shifters', 42318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42333, 42333, 'Stems', 'Stems', 42318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42334, 42334, 'Tubes & Tires', 'Tubes-and-Tires', 42318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56197, 56197, 'Vintage Parts', 'Vintage-Parts', 42318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58096, 58096, 'Wheelsets - Campagnolo', 'Wheelsets-Campagnolo', 42318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58097, 58097, 'Wheelsets - Mavic', 'Wheelsets-Mavic', 42318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58098, 58098, 'Wheelsets - Shimano', 'Wheelsets-Shimano', 42318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58099, 58099, 'Wheelsets - Other', 'Wheelsets-Other', 42318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42319, 42319, 'Other', 'Other', 42318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22688, 22688, 'Universal Parts & Accessories', 'Universal-Parts-and-Accessories', 7294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62131, 62131, 'Bike Bags', 'Bike-Bags', 22688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56198, 56198, 'Bike Racks & Panniers', 'Bike-Racks-and-Panniers', 22688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56199, 56199, 'Car Racks', 'Car-Racks', 22688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56200, 56200, 'Hitch', 'Hitch', 56199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56201, 56201, 'Rear Mount, Trunk', 'Rear-Mount-Trunk', 56199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56202, 56202, 'Roof', 'Roof', 56199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22692, 22692, 'Other', 'Other', 56199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42320, 42320, 'Chains', 'Chains', 22688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42335, 42335, 'Cables', 'Cables', 22688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30108, 30108, 'Computers', 'Computers', 22688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106953, 106953, 'Decals, Stickers', 'Decals-Stickers', 22688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111263, 111263, 'Fenders', 'Fenders', 22688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42336, 42336, 'Headsets', 'Headsets', 22688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27952, 27952, 'Hydration Packs', 'Hydration-Packs', 22688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22689, 22689, 'Lights', 'Lights', 22688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58100, 58100, 'Locks', 'Locks', 22688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111264, 111264, 'Mirrors', 'Mirrors', 22688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22691, 22691, 'Pumps', 'Pumps', 22688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58101, 58101, 'Seat Posts', 'Seat-Posts', 22688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64649, 64649, 'Seats', 'Seats', 22688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64650, 64650, 'Selle Italia', 'Selle-Italia', 64649, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64651, 64651, 'Selle San Marco', 'Selle-San-Marco', 64649, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64652, 64652, 'WTB', 'WTB', 64649, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22693, 22693, 'Other', 'Other', 64649, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27953, 27953, 'Tools & Stands', 'Tools-and-Stands', 22688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36141, 36141, 'Trainers & Rollers', 'Trainers-and-Rollers', 22688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62132, 62132, 'Water Bottles & Cages', 'Water-Bottles-and-Cages', 22688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7295, 7295, 'Other Parts & Accessories', 'Other-Parts-and-Accessories', 22688, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2904, 2904, 'Other', 'Other', 7294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79802, 79802, 'Disc Golf', 'Disc-Golf', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79803, 79803, 'Accessories', 'Accessories', 79802, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79804, 79804, 'Discs', 'Discs', 79802, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20851, 20851, 'Other', 'Other', 79802, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3153, 3153, 'Equestrian', 'Equestrian', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106954, 106954, 'Accessories', 'Accessories', 3153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106955, 106955, 'Decals', 'Decals', 106954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106956, 106956, 'Hooks', 'Hooks', 106954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106957, 106957, 'Keychains', 'Keychains', 106954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106958, 106958, 'Posters, Signs', 'Posters-Signs', 106954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106959, 106959, 'Other Items', 'Other-Items', 106954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16235, 16235, 'Care & Grooming', 'Care-and-Grooming', 3153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71097, 71097, 'Boots, Leg Wraps, Splints', 'Boots-Leg-Wraps-Splints', 16235, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71098, 71098, 'Boots', 'Boots', 71097, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71099, 71099, 'Wraps', 'Wraps', 71097, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16236, 16236, 'Other', 'Other', 71097, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111269, 111269, 'Buckets', 'Buckets', 16235, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98838, 98838, 'De-Wormers & Pest Control', 'De-Wormers-and-Pest-Control', 16235, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71100, 71100, 'Grooming Supplies', 'Grooming-Supplies', 16235, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71101, 71101, 'Brushes', 'Brushes', 71100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71102, 71102, 'Combs', 'Combs', 71100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106960, 106960, 'Kits', 'Kits', 71100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16237, 16237, 'Other', 'Other', 71100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47265, 47265, 'Hoods, Masks', 'Hoods-Masks', 16235, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106962, 106962, 'Horse Blankets, Sheets', 'Horse-Blankets-Sheets', 16235, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111270, 111270, 'Stable', 'Stable', 106962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111271, 111271, 'Turnout', 'Turnout', 106962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111272, 111272, 'Waterproof', 'Waterproof', 106962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16238, 16238, 'Other', 'Other', 106962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47266, 47266, 'Lead Ropes', 'Lead-Ropes', 16235, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106961, 106961, 'Salt Licks', 'Salt-Licks', 16235, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98839, 98839, 'Supplements', 'Supplements', 16235, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16239, 16239, 'Other Items', 'Other-Items', 16235, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64653, 64653, 'Driving, Horsedrawn', 'Driving-Horsedrawn', 3153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64654, 64654, 'Harness', 'Harness', 64653, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3154, 3154, 'Other', 'Other', 64653, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73934, 73934, 'Horse Trailers & Accessories', 'Horse-Trailers-and-Accessories', 3153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79755, 79755, 'Polo', 'Polo', 3153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114224, 114224, 'Riding-Australian', 'Riding-Australian', 3153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3159, 3159, 'Riding-English', 'Riding-English', 3153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3167, 3167, 'Accessories', 'Accessories', 3159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47270, 47270, 'Bits', 'Bits', 3159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47271, 47271, 'Curb Bits, Chains', 'Curb-Bits-Chains', 47270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47272, 47272, 'Snaffle, Bridoon', 'Snaffle-Bridoon', 47270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16244, 16244, 'Other Bits', 'Other-Bits', 47270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3169, 3169, 'Bridles, Cavesons', 'Bridles-Cavesons', 3159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95104, 95104, 'Gloves', 'Gloves', 3159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47273, 47273, 'Halters', 'Halters', 3159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47269, 47269, 'Helmets, Hats', 'Helmets-Hats', 3159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47274, 47274, 'Reins', 'Reins', 3159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16245, 16245, 'Saddle Blankets, Pads', 'Saddle-Blankets-Pads', 3159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47276, 47276, 'Saddle Parts & Accessories', 'Saddle-Parts-and-Accessories', 3159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47277, 47277, 'Girths', 'Girths', 47276, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47278, 47278, 'Martingales', 'Martingales', 47276, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111277, 111277, 'Stirrups', 'Stirrups', 47276, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111278, 111278, 'Irons', 'Irons', 111277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111279, 111279, 'Leathers', 'Leathers', 111277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47279, 47279, 'Other', 'Other', 111277, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47280, 47280, 'Other', 'Other', 47276, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47281, 47281, 'Saddles', 'Saddles', 3159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111280, 111280, 'All Purpose', 'All-Purpose', 47281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111281, 111281, 'Close Contact', 'Close-Contact', 47281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47282, 47282, 'Dressage', 'Dressage', 47281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47283, 47283, 'Jumping, Racing', 'Jumping-Racing', 47281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3170, 3170, 'Other', 'Other', 47281, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3155, 3155, 'Other Items', 'Other-Items', 3159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3161, 3161, 'Riding-Western', 'Riding-Western', 3153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3175, 3175, 'Accessories', 'Accessories', 3161, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47302, 47302, 'Bits', 'Bits', 3161, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111282, 111282, 'Show Bits', 'Show-Bits', 47302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47303, 47303, 'Snaffle Bits', 'Snaffle-Bits', 47302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16253, 16253, 'Curb Bits, Chains', 'Curb-Bits-Chains', 47302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47304, 47304, 'Bridles', 'Bridles', 3161, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47305, 47305, 'Show, Equitation', 'Show-Equitation', 47304, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3177, 3177, 'General Use', 'General-Use', 47304, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47306, 47306, 'Halters', 'Halters', 3161, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47307, 47307, 'Show, Equitation', 'Show-Equitation', 47306, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16254, 16254, 'General Use', 'General-Use', 47306, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47290, 47290, 'Headstalls', 'Headstalls', 3161, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16206, 16206, 'Reins', 'Reins', 3161, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47308, 47308, 'Saddle Blankets, Pads', 'Saddle-Blankets-Pads', 3161, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47309, 47309, 'Show', 'Show', 47308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16255, 16255, 'General Use', 'General-Use', 47308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47297, 47297, 'Saddle Parts & Accessories', 'Saddle-Parts-and-Accessories', 3161, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47298, 47298, 'Breast Collars', 'Breast-Collars', 47297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47299, 47299, 'Girths', 'Girths', 47297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47300, 47300, 'Saddle Bags', 'Saddle-Bags', 47297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47301, 47301, 'Other', 'Other', 47297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47291, 47291, 'Saddles', 'Saddles', 3161, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47292, 47292, 'Barrel Racing', 'Barrel-Racing', 47291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47293, 47293, 'Pleasure, Trail', 'Pleasure-Trail', 47291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47294, 47294, 'Roping', 'Roping', 47291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47295, 47295, 'Show', 'Show', 47291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3178, 3178, 'Other', 'Other', 47291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47288, 47288, 'Spurs', 'Spurs', 3161, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47296, 47296, 'Training & Instruction', 'Training-and-Instruction', 3161, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3157, 3157, 'Other Items', 'Other-Items', 3161, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114226, 114226, 'Rodeo', 'Rodeo', 3153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1048, 1048, 'Other Items', 'Other-Items', 3153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15273, 15273, 'Exercise & Fitness', 'Exercise-and-Fitness', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28059, 28059, 'Cardiovascular Equipment', 'Cardiovascular-Equipment', 15273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15275, 15275, 'Ellipticals', 'Ellipticals', 28059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58102, 58102, 'Exercise Bikes', 'Exercise-Bikes', 28059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58103, 58103, 'Recumbent', 'Recumbent', 58102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58104, 58104, 'Upright', 'Upright', 58102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15276, 15276, 'Other', 'Other', 58102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58105, 58105, 'Gliders', 'Gliders', 28059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28060, 28060, 'Rowers', 'Rowers', 28059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28061, 28061, 'Ski Machines', 'Ski-Machines', 28059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28062, 28062, 'Stair Machines & Steppers', 'Stair-Machines-and-Steppers', 28059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57275, 57275, 'Trampolines', 'Trampolines', 28059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15280, 15280, 'Treadmills', 'Treadmills', 28059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28063, 28063, 'Other Cardiovascular Equip', 'Other-Cardiovascular-Equip', 28059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44084, 44084, 'Conditioning & Low Impact', 'Conditioning-and-Low-Impact', 15273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44085, 44085, 'Inversion', 'Inversion', 44084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44086, 44086, 'Pilates', 'Pilates', 44084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44087, 44087, 'Yoga', 'Yoga', 44084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36156, 36156, 'Other', 'Other', 44084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44075, 44075, 'Exercise Monitors, Computers', 'Exercise-Monitors-Computers', 15273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44078, 44078, 'Body Mass Measurement', 'Body-Mass-Measurement', 44075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15277, 15277, 'Heart Rate Monitors', 'Heart-Rate-Monitors', 44075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44077, 44077, 'Pedometers', 'Pedometers', 44075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44076, 44076, 'Other', 'Other', 44075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28064, 28064, 'Fitness Accessories', 'Fitness-Accessories', 15273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15274, 15274, 'Abdominal Exercisers', 'Abdominal-Exercisers', 28064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44080, 44080, 'Blocks and Steps', 'Blocks-and-Steps', 28064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31390, 31390, 'Exercise Balls', 'Exercise-Balls', 28064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44079, 44079, 'Exercise Mats', 'Exercise-Mats', 28064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62133, 62133, 'Gym, Yoga Bags', 'Gym-Yoga-Bags', 28064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62134, 62134, 'Jump Ropes', 'Jump-Ropes', 28064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79759, 79759, 'Resistance Bands', 'Resistance-Bands', 28064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58106, 58106, 'Thigh Exercisers', 'Thigh-Exercisers', 28064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28065, 28065, 'Other Fitness Accessories', 'Other-Fitness-Accessories', 28064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28066, 28066, 'Strength Training', 'Strength-Training', 15273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44081, 44081, 'Bars & Attachments', 'Bars-and-Attachments', 28066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36155, 36155, 'Belts', 'Belts', 28066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15281, 15281, 'Benches', 'Benches', 28066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48847, 48847, 'Bowflex, Soloflex, CrossBar', 'Bowflex-Soloflex-CrossBar', 28066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36154, 36154, 'Gloves', 'Gloves', 28066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48848, 48848, 'Multi-Station Gyms', 'Multi-Station-Gyms', 28066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62135, 62135, 'Racks', 'Racks', 28066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73935, 73935, 'Total Gym', 'Total-Gym', 28066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58107, 58107, 'Total Trainer Gyms', 'Total-Trainer-Gyms', 28066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44083, 44083, 'Weights, Dumbbells', 'Weights-Dumbbells', 28066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28067, 28067, 'Other', 'Other', 28066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62136, 62136, 'Supplements and Diet', 'Supplements-and-Diet', 15273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62137, 62137, 'Workout Instructional', 'Workout-Instructional', 15273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62138, 62138, 'Books', 'Books', 62137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62139, 62139, 'CD', 'CD', 62137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62140, 62140, 'DVD', 'DVD', 62137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79760, 79760, 'VHS', 'VHS', 62137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62141, 62141, 'Other', 'Other', 62137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1521, 1521, 'Other', 'Other', 15273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14104, 14104, 'Fishing', 'Fishing', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52560, 52560, 'Decals', 'Decals', 14104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36145, 36145, 'Freshwater', 'Freshwater', 14104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31689, 31689, 'Baits & Lures', 'Baits-and-Lures', 36145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108155, 108155, 'Crankbaits', 'Crankbaits', 31689, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108156, 108156, 'Bagley', 'Bagley', 108155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108157, 108157, 'Bomber', 'Bomber', 108155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108158, 108158, 'Rapala', 'Rapala', 108155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108159, 108159, 'Rebel', 'Rebel', 108155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108160, 108160, 'Yo-Zuri', 'Yo-Zuri', 108155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7300, 7300, 'Other', 'Other', 108155, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31690, 31690, 'Jigs', 'Jigs', 31689, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31691, 31691, 'Soft Plastics', 'Soft-Plastics', 31689, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1493, 1493, 'Spinnerbaits', 'Spinnerbaits', 31689, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108161, 108161, 'Topwater', 'Topwater', 31689, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31692, 31692, 'Spoons', 'Spoons', 31689, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31693, 31693, 'Other Baits & Lures', 'Other-Baits-and-Lures', 31689, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62142, 62142, 'Fishing Line', 'Fishing-Line', 36145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31694, 31694, 'Reels', 'Reels', 36145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108153, 108153, 'Baitcasting', 'Baitcasting', 31694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36146, 36146, 'Casting', 'Casting', 31694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108154, 108154, 'Spincasting', 'Spincasting', 31694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36147, 36147, 'Spinning', 'Spinning', 31694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1494, 1494, 'Other Reels', 'Other-Reels', 31694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36148, 36148, 'Rods', 'Rods', 36145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36149, 36149, 'Casting', 'Casting', 36148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36150, 36150, 'Spinning', 'Spinning', 36148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1495, 1495, 'Other Rods', 'Other-Rods', 36148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87093, 87093, 'Rod & Reel Combos', 'Rod-and-Reel-Combos', 36145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87094, 87094, 'Casting', 'Casting', 87093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87095, 87095, 'Spinning', 'Spinning', 87093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33974, 33974, 'Other', 'Other', 87093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62143, 62143, 'Signs, Prints, Art', 'Signs-Prints-Art', 36145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62144, 62144, 'Videos, Books', 'Videos-Books', 36145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11727, 11727, 'Other Freshwater Items', 'Other-Freshwater-Items', 36145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36151, 36151, 'Downrigger, Outrigger Gear', 'Downrigger-Outrigger-Gear', 14104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29723, 29723, 'Fishfinders', 'Fishfinders', 14104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23810, 23810, 'Fly Fishing', 'Fly-Fishing', 14104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23811, 23811, 'Cases, Tubes', 'Cases-Tubes', 23810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23812, 23812, 'Flies', 'Flies', 23810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23813, 23813, 'Dry', 'Dry', 23812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23814, 23814, 'Wet', 'Wet', 23812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23815, 23815, 'Assortments', 'Assortments', 23812, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36160, 36160, 'Fly Boxes', 'Fly-Boxes', 23810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44912, 44912, 'Fly Tying Materials, Tools', 'Fly-Tying-Materials-Tools', 23810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87096, 87096, 'Body, Wing, Tail', 'Body-Wing-Tail', 44912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44913, 44913, 'Feathers', 'Feathers', 44912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44914, 44914, 'Hooks', 'Hooks', 44912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44915, 44915, 'Kits', 'Kits', 44912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87097, 87097, 'Threads, Floss, Wire', 'Threads-Floss-Wire', 44912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44916, 44916, 'Vises, Tying Tools', 'Vises-Tying-Tools', 44912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23816, 23816, 'Other', 'Other', 44912, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23817, 23817, 'Lines, Leaders, Tippets', 'Lines-Leaders-Tippets', 23810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23818, 23818, 'Reels', 'Reels', 23810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23819, 23819, 'Rods', 'Rods', 23810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33973, 33973, 'Rod & Reel Combos', 'Rod-and-Reel-Combos', 23810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62145, 62145, 'Signs, Prints, Art', 'Signs-Prints-Art', 23810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87098, 87098, 'Streamside Accessories', 'Streamside-Accessories', 23810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62146, 62146, 'Videos, Books', 'Videos-Books', 23810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7299, 7299, 'Other Fly Fishing Items', 'Other-Fly-Fishing-Items', 23810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36152, 36152, 'Ice Fishing', 'Ice-Fishing', 14104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62147, 62147, 'Rod Building & Repair', 'Rod-Building-and-Repair', 14104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62148, 62148, 'Equipment & Tools', 'Equipment-and-Tools', 62147, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62149, 62149, 'Guides, Tips, Ferrules', 'Guides-Tips-Ferrules', 62147, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62150, 62150, 'Reel Seats, Cork, Handles', 'Reel-Seats-Cork-Handles', 62147, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62151, 62151, 'Rod Blanks & Kits', 'Rod-Blanks-and-Kits', 62147, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62152, 62152, 'Thread, Epoxy, Coatings', 'Thread-Epoxy-Coatings', 62147, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62153, 62153, 'Other Rod Building', 'Other-Rod-Building', 62147, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23821, 23821, 'Saltwater', 'Saltwater', 14104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25564, 25564, 'Big Game Lures', 'Big-Game-Lures', 23821, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62154, 62154, 'Fishing Line', 'Fishing-Line', 23821, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36161, 36161, 'Reels', 'Reels', 23821, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36162, 36162, 'Big Game Reels', 'Big-Game-Reels', 36161, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36163, 36163, 'Conventional Reels', 'Conventional-Reels', 36161, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36164, 36164, 'Spinning Reels', 'Spinning-Reels', 36161, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11728, 11728, 'Other Saltwater Reels', 'Other-Saltwater-Reels', 36161, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36165, 36165, 'Rods', 'Rods', 23821, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36166, 36166, 'Big Game Rods', 'Big-Game-Rods', 36165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36167, 36167, 'Conventional Rods', 'Conventional-Rods', 36165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36168, 36168, 'Spinning Rods', 'Spinning-Rods', 36165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11729, 11729, 'Other Saltwater Rods', 'Other-Saltwater-Rods', 36165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33975, 33975, 'Rod & Reel Combos', 'Rod-and-Reel-Combos', 23821, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36153, 36153, 'Saltwater Lures', 'Saltwater-Lures', 23821, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62155, 62155, 'Videos, Books', 'Videos-Books', 23821, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23822, 23822, 'Other Items', 'Other-Items', 23821, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22696, 22696, 'Tackle Boxes', 'Tackle-Boxes', 14104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31704, 31704, 'Terminal Tackle', 'Terminal-Tackle', 14104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31705, 31705, 'Hooks, Sinkers', 'Hooks-Sinkers', 31704, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31706, 31706, 'Line', 'Line', 31704, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31707, 31707, 'Terminal Accessories', 'Terminal-Accessories', 31704, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31708, 31708, 'Other Items', 'Other-Items', 31704, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 384, 384, 'Other', 'Other', 14104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 792, 792, 'Vintage', 'Vintage', 14104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11141, 11141, 'Creels', 'Creels', 792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11142, 11142, 'Flies', 'Flies', 792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47230, 47230, 'Licenses', 'Licenses', 792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36169, 36169, 'Lures', 'Lures', 792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108162, 108162, 'Bagley', 'Bagley', 36169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108163, 108163, 'Bomber', 'Bomber', 36169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36170, 36170, 'Creek Chub', 'Creek-Chub', 36169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36171, 36171, 'Heddon', 'Heddon', 36169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36172, 36172, 'Pflueger', 'Pflueger', 36169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108164, 108164, 'Rapala', 'Rapala', 36169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108165, 108165, 'Rebel', 'Rebel', 36169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36173, 36173, 'Shakespeare', 'Shakespeare', 36169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36174, 36174, 'South Bend', 'South-Bend', 36169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 794, 794, 'Other', 'Other', 36169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36175, 36175, 'Reels', 'Reels', 792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36176, 36176, 'Casting Reels', 'Casting-Reels', 36175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36177, 36177, 'Fly Reels', 'Fly-Reels', 36175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36178, 36178, 'Spinning Reels', 'Spinning-Reels', 36175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11143, 11143, 'Other Reels', 'Other-Reels', 36175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11144, 11144, 'Rods', 'Rods', 792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 793, 793, 'Other Items', 'Other-Items', 792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21214, 21214, 'Football', 'Football', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21220, 21220, 'Balls', 'Balls', 21214, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21221, 21221, 'Protective Gear', 'Protective-Gear', 21214, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62156, 62156, 'Helmets', 'Helmets', 21221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62157, 62157, 'Colleges - NCAA', 'Colleges-NCAA', 62156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62158, 62158, 'Pro Teams', 'Pro-Teams', 62156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21222, 21222, 'Other', 'Other', 62156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21223, 21223, 'Pads', 'Pads', 21221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21224, 21224, 'Other Protective Gear', 'Other-Protective-Gear', 21221, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2024, 2024, 'Other Items', 'Other-Items', 21214, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64655, 64655, 'Go-Karts, Recreational', 'Go-Karts-Recreational', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64656, 64656, 'Complete Go-Karts & Frames', 'Complete-Go-Karts-and-Frames', 64655, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64657, 64657, 'Parts & Accessories', 'Parts-and-Accessories', 64655, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40152, 40152, 'Other', 'Other', 64655, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1513, 1513, 'Golf', 'Golf', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18923, 18923, 'Accessories', 'Accessories', 1513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18928, 18928, 'Ball Markers', 'Ball-Markers', 18923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108166, 108166, 'Divot Tools', 'Divot-Tools', 18923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36180, 36180, 'Headcovers', 'Headcovers', 18923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47310, 47310, 'Adams', 'Adams', 36180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36181, 36181, 'Callaway', 'Callaway', 36180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83010, 83010, 'Cleveland', 'Cleveland', 36180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47311, 47311, 'Colleges - NCAA', 'Colleges-NCAA', 36180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98091, 98091, 'Nike', 'Nike', 36180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83011, 83011, 'Ping', 'Ping', 36180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58108, 58108, 'Pro Teams', 'Pro-Teams', 36180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36183, 36183, 'TaylorMade', 'TaylorMade', 36180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36184, 36184, 'Titleist', 'Titleist', 36180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18930, 18930, 'Other', 'Other', 36180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98092, 98092, 'Posters, Prints, Signs', 'Posters-Prints-Signs', 18923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111289, 111289, 'Range Finders', 'Range-Finders', 18923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66814, 66814, 'Spikes', 'Spikes', 18923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18931, 18931, 'Tees', 'Tees', 18923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18932, 18932, 'Towels', 'Towels', 18923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18933, 18933, 'Umbrellas', 'Umbrellas', 18923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1514, 1514, 'Other', 'Other', 18923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30109, 30109, 'Bags', 'Bags', 1513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83016, 83016, 'Cart', 'Cart', 30109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83017, 83017, 'Ogio', 'Ogio', 83016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83018, 83018, 'TaylorMade', 'TaylorMade', 83016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30110, 30110, 'Other', 'Other', 83016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30111, 30111, 'Staff', 'Staff', 30109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62159, 62159, 'Stand', 'Stand', 30109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75376, 75376, 'Callaway', 'Callaway', 62159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71103, 71103, 'Izzo', 'Izzo', 62159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83019, 83019, 'Mizuno', 'Mizuno', 62159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62160, 62160, 'Nike', 'Nike', 62159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62161, 62161, 'Ogio', 'Ogio', 62159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75377, 75377, 'Ping', 'Ping', 62159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62162, 62162, 'TaylorMade', 'TaylorMade', 62159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83020, 83020, 'Titleist', 'Titleist', 62159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83021, 83021, 'Wilson', 'Wilson', 62159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14105, 14105, 'Other', 'Other', 62159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36187, 36187, 'Travel', 'Travel', 30109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18924, 18924, 'Balls', 'Balls', 1513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88443, 88443, 'New Balls', 'New-Balls', 18924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18934, 18934, 'Callaway', 'Callaway', 88443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 18935, 18935, 'Maxfli', 'Maxfli', 88443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18936, 18936, 'Nike', 'Nike', 88443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98093, 98093, 'Ping', 'Ping', 88443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98094, 98094, 'Pinnacle', 'Pinnacle', 88443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98095, 98095, 'Precept', 'Precept', 88443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18939, 18939, 'Slazenger', 'Slazenger', 88443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18940, 18940, 'Strata', 'Strata', 88443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36188, 36188, 'Titleist', 'Titleist', 88443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36189, 36189, 'DT', 'DT', 36188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50821, 50821, 'HVC', 'HVC', 36188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36190, 36190, 'NXT', 'NXT', 36188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36191, 36191, 'Pro V1', 'Pro-V1', 36188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108173, 108173, 'Pro V1x', 'Pro-V1x', 36188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18941, 18941, 'Other', 'Other', 36188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28073, 28073, 'Top Flite', 'Top-Flite', 88443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18942, 18942, 'Wilson', 'Wilson', 88443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1516, 1516, 'Other', 'Other', 88443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108167, 108167, 'Used Balls', 'Used-Balls', 18924, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108168, 108168, 'Callaway', 'Callaway', 108167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108169, 108169, 'Mixed Lots', 'Mixed-Lots', 108167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108170, 108170, 'Nike', 'Nike', 108167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108171, 108171, 'Precept', 'Precept', 108167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108172, 108172, 'Titleist', 'Titleist', 108167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88444, 88444, 'Other', 'Other', 108167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71104, 71104, 'Books, Videos', 'Books-Videos', 1513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71105, 71105, 'Books', 'Books', 71104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71106, 71106, 'Videos', 'Videos', 71104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71107, 71107, 'Other', 'Other', 71104, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47323, 47323, 'Clubmaking Products', 'Clubmaking-Products', 1513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47324, 47324, 'Grips', 'Grips', 47323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83023, 83023, 'Heads', 'Heads', 47323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83024, 83024, 'Drivers, Metalwoods', 'Drivers-Metalwoods', 83023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83025, 83025, 'Irons, Putters,Wedges', 'Irons-Putters-Wedges', 83023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47325, 47325, 'Other', 'Other', 83023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83026, 83026, 'Shafts', 'Shafts', 47323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83027, 83027, 'Aldila', 'Aldila', 83026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83028, 83028, 'Grafalloy', 'Grafalloy', 83026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83029, 83029, 'True Temper', 'True-Temper', 83026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47326, 47326, 'Other', 'Other', 83026, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36192, 36192, 'Other', 'Other', 47323, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115280, 115280, 'Clubs', 'Clubs', 1513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36185, 36185, 'Gloves', 'Gloves', 1513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64658, 64658, 'Men', 'Men', 36185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75368, 75368, 'Cabretta', 'Cabretta', 64658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66815, 66815, 'Etonic', 'Etonic', 64658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83012, 83012, 'Footjoy', 'Footjoy', 64658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64659, 64659, 'Nike', 'Nike', 64658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64660, 64660, 'Slazenger', 'Slazenger', 64658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83013, 83013, 'Tommy Armour', 'Tommy-Armour', 64658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18929, 18929, 'Other', 'Other', 64658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36186, 36186, 'Women', 'Women', 36185, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64661, 64661, 'Golf Carts, Cars', 'Golf-Carts-Cars', 1513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75206, 75206, 'Electric, Gas Cars', 'Electric-Gas-Cars', 64661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64662, 64662, 'Club Car', 'Club-Car', 75206, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64663, 64663, 'EZ-GO', 'EZ-GO', 75206, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64664, 64664, 'Yamaha', 'Yamaha', 75206, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40155, 40155, 'Other', 'Other', 75206, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75207, 75207, 'Pull, Push Carts', 'Pull-Push-Carts', 64661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75208, 75208, 'Other', 'Other', 64661, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28078, 28078, 'Schools, Lessons, Experiences', 'Schools-Lessons-Experiences', 1513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26334, 26334, 'Tee Times, Green Fees', 'Tee-Times-Green-Fees', 1513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26335, 26335, 'Arizona', 'Arizona', 26334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26336, 26336, 'California', 'California', 26334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26337, 26337, 'Florida', 'Florida', 26334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36231, 36231, 'Georgia', 'Georgia', 26334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47342, 47342, 'Illinois', 'Illinois', 26334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47343, 47343, 'Minnesota', 'Minnesota', 26334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50872, 50872, 'Texas', 'Texas', 26334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50873, 50873, 'Austin', 'Austin', 50872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50874, 50874, 'Houston', 'Houston', 50872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50875, 50875, 'San Antonio', 'San-Antonio', 50872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36232, 36232, 'Other', 'Other', 50872, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14108, 14108, 'Other Locations', 'Other-Locations', 26334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36233, 36233, 'Training Aids', 'Training-Aids', 1513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50876, 50876, 'Nets, Cages & Mats', 'Nets-Cages-and-Mats', 36233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36234, 36234, 'Putting Greens & Aids', 'Putting-Greens-and-Aids', 36233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83037, 83037, 'Swing Trainers', 'Swing-Trainers', 36233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83038, 83038, 'Inside Approach', 'Inside-Approach', 83037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83039, 83039, 'Medicus', 'Medicus', 83037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83040, 83040, 'Momentus', 'Momentus', 83037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36235, 36235, 'Other', 'Other', 83037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14109, 14109, 'Other Training Aids', 'Other-Training-Aids', 36233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 630, 630, 'Other', 'Other', 1513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83041, 83041, 'Vintage', 'Vintage', 1513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83042, 83042, 'Balls', 'Balls', 83041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83043, 83043, 'Clubs, Shafts', 'Clubs-Shafts', 83041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50877, 50877, 'Other', 'Other', 83041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79792, 79792, 'Gymnastics', 'Gymnastics', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79793, 79793, 'Accessories & Training Aids', 'Accessories-and-Training-Aids', 79792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79794, 79794, 'Leotards', 'Leotards', 79792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16257, 16257, 'Other', 'Other', 79792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7301, 7301, 'Hunting', 'Hunting', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52502, 52502, 'Accessories', 'Accessories', 7301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71108, 71108, 'Animal Traps', 'Animal-Traps', 52502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52503, 52503, 'Bags, Packs', 'Bags-Packs', 52502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7305, 7305, 'Blinds, Camouflage Material', 'Blinds-Camouflage-Material', 52502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52504, 52504, 'Feeders', 'Feeders', 52502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52505, 52505, 'Game Cameras', 'Game-Cameras', 52502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71109, 71109, 'Hunting Bags, Backpacks', 'Hunting-Bags-Backpacks', 52502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71110, 71110, 'Hunting Dog Supplies', 'Hunting-Dog-Supplies', 52502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52506, 52506, 'Scents, Scent Eliminators', 'Scents-Scent-Eliminators', 52502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52507, 52507, 'Seats', 'Seats', 52502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52508, 52508, 'Treestands', 'Treestands', 52502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52509, 52509, 'Other', 'Other', 52502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52490, 52490, 'Books, Videos', 'Books-Videos', 7301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7304, 7304, 'Books', 'Books', 52490, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52491, 52491, 'Videos', 'Videos', 52490, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52492, 52492, 'Other', 'Other', 52490, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36249, 36249, 'Decoys', 'Decoys', 7301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111290, 111290, 'Duck', 'Duck', 36249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36250, 36250, 'Current', 'Current', 111290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111291, 111291, 'Vintage', 'Vintage', 111290, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36251, 36251, 'Goose', 'Goose', 36249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66821, 66821, 'Turkey', 'Turkey', 36249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22697, 22697, 'Other', 'Other', 36249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36252, 36252, 'Game Calls', 'Game-Calls', 7301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66822, 66822, 'Deer', 'Deer', 36252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36253, 36253, 'Duck', 'Duck', 36252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36254, 36254, 'Goose', 'Goose', 36252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66823, 66823, 'Predator', 'Predator', 36252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36255, 36255, 'Turkey', 'Turkey', 36252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22698, 22698, 'Other', 'Other', 36252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73937, 73937, 'Gun Safety, Storage', 'Gun-Safety-Storage', 7301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52501, 52501, 'Cabinets, Racks, Safes', 'Cabinets-Racks-Safes', 73937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73938, 73938, 'Cases', 'Cases', 73937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73939, 73939, 'Pistol', 'Pistol', 73938, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22699, 22699, 'Rifle', 'Rifle', 73938, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73940, 73940, 'Shotgun', 'Shotgun', 73938, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73941, 73941, 'Gun Locks', 'Gun-Locks', 73937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73942, 73942, 'Hearing Protection', 'Hearing-Protection', 73937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71111, 71111, 'Shooting Glasses', 'Shooting-Glasses', 73937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73943, 73943, 'Gun Parts', 'Gun-Parts', 7301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73944, 73944, 'Pistol', 'Pistol', 73943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39425, 39425, 'Grips', 'Grips', 73944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73947, 73947, 'Small Parts', 'Small-Parts', 73944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73948, 73948, 'Other Parts', 'Other-Parts', 73944, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73949, 73949, 'Rifle', 'Rifle', 73943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73950, 73950, 'Bolts', 'Bolts', 73949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73951, 73951, 'Stocks', 'Stocks', 73949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73952, 73952, 'Small Parts', 'Small-Parts', 73949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73953, 73953, 'Other Parts', 'Other-Parts', 73949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73954, 73954, 'Shotgun', 'Shotgun', 73943, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73957, 73957, 'Stocks', 'Stocks', 73954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157036, 157036, 'Small Parts', 'Small-Parts', 73954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73958, 73958, 'Other Parts', 'Other-Parts', 73954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36256, 36256, 'Gun Accessories', 'Gun-Accessories', 7301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73959, 73959, 'Bipods & Monopods', 'Bipods-and-Monopods', 36256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106972, 106972, 'Cases, Boxes', 'Cases-Boxes', 36256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73960, 73960, 'Gun Benches, Rests, Vises', 'Gun-Benches-Rests-Vises', 36256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22700, 22700, 'Gun Cleaning Supplies', 'Gun-Cleaning-Supplies', 36256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73961, 73961, 'Gun Racks', 'Gun-Racks', 36256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73962, 73962, 'Gun Smithing Equipment', 'Gun-Smithing-Equipment', 36256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73963, 73963, 'Holsters, Belts', 'Holsters-Belts', 36256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73964, 73964, 'Belts, Accessories', 'Belts-Accessories', 73963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73965, 73965, 'Magazine Pouches', 'Magazine-Pouches', 73963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73966, 73966, 'Pistol, Revolver Holsters', 'Pistol-Revolver-Holsters', 73963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73967, 73967, 'Beretta', 'Beretta', 73966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73968, 73968, 'Colt', 'Colt', 73966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73969, 73969, 'H&K', 'HandK', 73966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73970, 73970, 'Ruger', 'Ruger', 73966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73971, 73971, 'S&W', 'SandW', 73966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73972, 73972, 'Sig-Sauer', 'Sig-Sauer', 73966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73973, 73973, 'Taurus', 'Taurus', 73966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73974, 73974, 'Walther', 'Walther', 73966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73975, 73975, 'Other', 'Other', 73966, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73976, 73976, 'Western, Cowboy Holsters', 'Western-Cowboy-Holsters', 73963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22701, 22701, 'Other', 'Other', 73963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106973, 106973, 'Manuals', 'Manuals', 36256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73977, 73977, 'Slings, Swivels', 'Slings-Swivels', 36256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73978, 73978, 'Targets', 'Targets', 36256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36258, 36258, 'Other Gun Accessories', 'Other-Gun-Accessories', 36256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14110, 14110, 'Hunting Trips, Leases', 'Hunting-Trips-Leases', 7301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42574, 42574, 'Knives', 'Knives', 7301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42575, 42575, 'Daggers', 'Daggers', 42574, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42576, 42576, 'Fixed Blade', 'Fixed-Blade', 42574, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42577, 42577, 'Folding Blade', 'Folding-Blade', 42574, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42578, 42578, 'Knife Sets', 'Knife-Sets', 42574, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66824, 66824, 'Multi-Tools', 'Multi-Tools', 42574, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66825, 66825, 'Saws / Axes', 'Saws-Axes', 42574, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66826, 66826, 'Sharpening Tools & Accessories', 'Sharpening-Tools-and-Accessories', 42574, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7306, 7306, 'Other', 'Other', 42574, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31823, 31823, 'Reloading Equipment', 'Reloading-Equipment', 7301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71114, 71114, 'Case Trimmers and Accessories', 'Case-Trimmers-and-Accessories', 31823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71115, 71115, 'Case Tumblers', 'Case-Tumblers', 31823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31825, 31825, 'Dies', 'Dies', 31823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71116, 71116, 'Holders & Boxes', 'Holders-and-Boxes', 31823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111293, 111293, 'Manuals, Instruction Materials', 'Manuals-Instruction-Materials', 31823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71117, 71117, 'Measuring Tools', 'Measuring-Tools', 31823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71118, 71118, 'Molds', 'Molds', 31823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71119, 71119, 'Powder Measures, Scales', 'Powder-Measures-Scales', 31823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71120, 71120, 'Presses & Accessories', 'Presses-and-Accessories', 31823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71122, 71122, 'Wads', 'Wads', 31823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7308, 7308, 'Other', 'Other', 31823, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31710, 31710, 'Scopes, Optics, Lasers', 'Scopes-Optics-Lasers', 7301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31711, 31711, 'Hunting Binoculars', 'Hunting-Binoculars', 31710, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106974, 106974, 'Lights, Lasers', 'Lights-Lasers', 31710, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40970, 40970, 'Night Vision Optics', 'Night-Vision-Optics', 31710, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66828, 66828, 'Pistol Scopes', 'Pistol-Scopes', 31710, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31712, 31712, 'Range Finders', 'Range-Finders', 31710, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66827, 66827, 'Red Dot & Laser Scopes', 'Red-Dot-and-Laser-Scopes', 31710, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31714, 31714, 'Rifle Scopes', 'Rifle-Scopes', 31710, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52510, 52510, 'Scope Mounts & Accessories', 'Scope-Mounts-and-Accessories', 31710, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52511, 52511, 'Bases, Mounts', 'Bases-Mounts', 52510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52512, 52512, 'Rings', 'Rings', 52510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52513, 52513, 'Other', 'Other', 52510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31715, 31715, 'Spotting Scopes', 'Spotting-Scopes', 31710, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71112, 71112, 'Tripods', 'Tripods', 31710, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7307, 7307, 'Other Optics', 'Other-Optics', 31710, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111292, 111292, 'Skeet, Trap Shooting', 'Skeet-Trap-Shooting', 7301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36271, 36271, 'Taxidermy, Mounts, Antlers', 'Taxidermy-Mounts-Antlers', 7301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71123, 71123, 'Birds', 'Birds', 36271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71124, 71124, 'Deer', 'Deer', 36271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71125, 71125, 'Antlers', 'Antlers', 71124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71126, 71126, 'Mounts', 'Mounts', 71124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36272, 36272, 'Other', 'Other', 71124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36273, 36273, 'Elk, Moose', 'Elk-Moose', 36271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71127, 71127, 'Fish', 'Fish', 36271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71128, 71128, 'Fox, Coyote', 'Fox-Coyote', 36271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71129, 71129, 'Small Animals', 'Small-Animals', 36271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71130, 71130, 'Taxidermy Supplies', 'Taxidermy-Supplies', 36271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22702, 22702, 'Other', 'Other', 36271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 383, 383, 'Other', 'Other', 7301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71131, 71131, 'Vintage', 'Vintage', 7301, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71132, 71132, 'Advertisements', 'Advertisements', 71131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71133, 71133, 'Ammo Boxes', 'Ammo-Boxes', 71131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73979, 73979, 'Black Powder', 'Black-Powder', 71131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71134, 71134, 'Books & Manuals', 'Books-and-Manuals', 71131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 71135, 71135, 'Catalogs', 'Catalogs', 71131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71136, 71136, 'Magazines', 'Magazines', 71131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71137, 71137, 'Pins & Patches', 'Pins-and-Patches', 71131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71138, 71138, 'Shell Boxes', 'Shell-Boxes', 71131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71139, 71139, 'Signs', 'Signs', 71131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71140, 71140, 'Tins', 'Tins', 71131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71141, 71141, 'Vintage Gun Parts', 'Vintage-Gun-Parts', 71131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71142, 71142, 'Vintage Licenses', 'Vintage-Licenses', 71131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71143, 71143, 'Vintage Traps', 'Vintage-Traps', 71131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7309, 7309, 'Other', 'Other', 71131, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40154, 40154, 'Ice, Roller Hockey', 'Ice-Roller-Hockey', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20852, 20852, 'Ice Hockey', 'Ice-Hockey', 40154, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58113, 58113, 'Bags', 'Bags', 20852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20853, 20853, 'Gloves', 'Gloves', 20852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79761, 79761, 'Goalie Equipment', 'Goalie-Equipment', 20852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79762, 79762, 'Face Masks', 'Face-Masks', 79761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79763, 79763, 'Gloves & Blockers', 'Gloves-and-Blockers', 79761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79764, 79764, 'Leg Pads', 'Leg-Pads', 79761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79765, 79765, 'Other', 'Other', 79761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79766, 79766, 'Helmets, Face Shields', 'Helmets-Face-Shields', 20852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79767, 79767, 'Face Shield, Cage', 'Face-Shield-Cage', 79766, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79768, 79768, 'Helmets', 'Helmets', 79766, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20854, 20854, 'Other', 'Other', 79766, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71144, 71144, 'Pads, Guards', 'Pads-Guards', 20852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71145, 71145, 'Elbow Pads', 'Elbow-Pads', 71144, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71146, 71146, 'Shin Guards', 'Shin-Guards', 71144, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71147, 71147, 'Shoulder Pads', 'Shoulder-Pads', 71144, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20856, 20856, 'Other', 'Other', 71144, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108178, 108178, 'Pucks', 'Pucks', 20852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26341, 26341, 'Skates', 'Skates', 20852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71148, 71148, 'Adult', 'Adult', 26341, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71149, 71149, 'Bauer', 'Bauer', 71148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71150, 71150, 'CCM', 'CCM', 71148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111294, 111294, 'Mission', 'Mission', 71148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20858, 20858, 'Other', 'Other', 71148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26342, 26342, 'Child, Youth', 'Child-Youth', 26341, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79773, 79773, 'Sticks, Shafts, Blades', 'Sticks-Shafts-Blades', 20852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79774, 79774, 'Blades', 'Blades', 79773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79775, 79775, 'Shafts', 'Shafts', 79773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111295, 111295, 'Sticks', 'Sticks', 79773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111296, 111296, 'Composites, One-Piece', 'Composites-One-Piece', 111295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111297, 111297, 'Wood Sticks', 'Wood-Sticks', 111295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79776, 79776, 'Other', 'Other', 111295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20859, 20859, 'Other', 'Other', 79773, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58114, 58114, 'Tape', 'Tape', 20852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2911, 2911, 'Other', 'Other', 20852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64667, 64667, 'Roller Hockey', 'Roller-Hockey', 40154, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64669, 64669, 'Skates', 'Skates', 64667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64670, 64670, 'Wheels & Bearings', 'Wheels-and-Bearings', 64667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20861, 20861, 'Other', 'Other', 64667, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21225, 21225, 'Ice Skating', 'Ice-Skating', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26343, 26343, 'Skates', 'Skates', 21225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26344, 26344, 'Child, Youth', 'Child-Youth', 26343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26345, 26345, 'Men', 'Men', 26343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21227, 21227, 'Women', 'Women', 26343, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4939, 4939, 'Other Items', 'Other-Items', 21225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36274, 36274, 'Indoor Games', 'Indoor-Games', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36275, 36275, 'Air Hockey', 'Air-Hockey', 36274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26328, 26328, 'Darts', 'Darts', 36274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26329, 26329, 'Boards', 'Boards', 26328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26330, 26330, 'Darts', 'Darts', 26328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26331, 26331, 'Soft Tips', 'Soft-Tips', 26330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26332, 26332, 'Steel Tips', 'Steel-Tips', 26330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26333, 26333, 'Flights', 'Flights', 26328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2907, 2907, 'Other', 'Other', 26328, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36276, 36276, 'Foosball Tables & Combos', 'Foosball-Tables-and-Combos', 36274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79777, 79777, 'Shuffleboard', 'Shuffleboard', 36274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36277, 36277, 'Table Tennis, Ping Pong', 'Table-Tennis-Ping-Pong', 36274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36278, 36278, 'Other Indoor Games', 'Other-Indoor-Games', 36274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16258, 16258, 'Inline, Roller Skating', 'Inline-Roller-Skating', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47344, 47344, 'In-line Skates', 'In-line-Skates', 16258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47345, 47345, 'Childrens', 'Childrens', 47344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71151, 71151, 'Mens', 'Mens', 47344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71152, 71152, 'Size 10 and under', 'Size-10-and-under', 71151, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71153, 71153, 'Size 11-12', 'Size-11-12', 71151, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47346, 47346, 'Other', 'Other', 71151, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16259, 16259, 'Womens', 'Womens', 47344, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16260, 16260, 'Protective Gear', 'Protective-Gear', 16258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71154, 71154, 'Roller Skates', 'Roller-Skates', 16258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71156, 71156, 'Childrens', 'Childrens', 71154, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71155, 71155, 'Mens', 'Mens', 71154, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16261, 16261, 'Womens', 'Womens', 71154, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22704, 22704, 'Skate Shoes', 'Skate-Shoes', 16258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1301, 1301, 'Other', 'Other', 16258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62163, 62163, 'Lacrosse', 'Lacrosse', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108179, 108179, 'Balls', 'Balls', 62163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62164, 62164, 'Protective Gear', 'Protective-Gear', 62163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88448, 88448, 'Sticks', 'Sticks', 62163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88449, 88449, 'Brine', 'Brine', 88448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88450, 88450, 'STX', 'STX', 88448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62165, 62165, 'Other Sticks', 'Other-Sticks', 88448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16043, 16043, 'Other', 'Other', 62163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36279, 36279, 'Martial Arts', 'Martial-Arts', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73980, 73980, 'Apparel', 'Apparel', 36279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73981, 73981, 'Belts, Sashes', 'Belts-Sashes', 73980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73982, 73982, 'Shorts', 'Shorts', 73980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73983, 73983, 'T-Shirts, Casual', 'T-Shirts-Casual', 73980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73984, 73984, 'Uniforms', 'Uniforms', 73980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73985, 73985, 'Aikido', 'Aikido', 73984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73986, 73986, 'Judo, Jiu-Jitsu, Grappling', 'Judo-Jiu-Jitsu-Grappling', 73984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36280, 36280, 'Karate', 'Karate', 73984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73987, 73987, 'Tae Kwon Do', 'Tae-Kwon-Do', 73984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73988, 73988, 'Other Uniforms', 'Other-Uniforms', 73984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73991, 73991, 'Books, Videos', 'Books-Videos', 36279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47348, 47348, 'Books, Manuals', 'Books-Manuals', 73991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79778, 79778, 'DVD, Videos', 'DVD-Videos', 73991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79779, 79779, 'DVD', 'DVD', 79778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79780, 79780, 'VHS', 'VHS', 79778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73992, 73992, 'Other', 'Other', 79778, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73989, 73989, 'Footwear', 'Footwear', 36279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73990, 73990, 'Patches', 'Patches', 36279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36282, 36282, 'Protective Gear', 'Protective-Gear', 36279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114227, 114227, 'Sticks & Swords', 'Sticks-and-Swords', 36279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114228, 114228, 'Kung Fu Swords', 'Kung-Fu-Swords', 114227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114229, 114229, 'Ninja Swords', 'Ninja-Swords', 114227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114230, 114230, 'Practice Swords', 'Practice-Swords', 114227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114231, 114231, 'Samurai Swords', 'Samurai-Swords', 114227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47347, 47347, 'Other', 'Other', 114227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36281, 36281, 'Training Equipment', 'Training-Equipment', 36279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16044, 16044, 'Other Martial Arts Items', 'Other-Martial-Arts-Items', 36279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16045, 16045, 'Paintball', 'Paintball', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36286, 36286, 'Air Systems & Accessories', 'Air-Systems-and-Accessories', 16045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16051, 16051, 'CO2 Tanks, Accessories', 'CO2-Tanks-Accessories', 36286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36287, 36287, 'N2 Tanks, Accessories', 'N2-Tanks-Accessories', 36286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83044, 83044, 'Remotes, Filling Stations', 'Remotes-Filling-Stations', 36286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64674, 64674, 'Other', 'Other', 36286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47231, 47231, 'Barrels', 'Barrels', 16045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140109, 140109, 'Angel', 'Angel', 47231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47232, 47232, 'Autococker', 'Autococker', 47231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140110, 140110, 'Automag', 'Automag', 47231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140111, 140111, 'Impulse', 'Impulse', 47231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140112, 140112, 'Indian Creek Designs', 'Indian-Creek-Designs', 47231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140113, 140113, 'Shocker', 'Shocker', 47231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47233, 47233, 'Spyder', 'Spyder', 47231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47234, 47234, 'Tippmann', 'Tippmann', 47231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16046, 16046, 'Other', 'Other', 47231, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64672, 64672, 'Gear Bags & Marker Cases', 'Gear-Bags-and-Marker-Cases', 16045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114232, 114232, 'Gloves', 'Gloves', 16045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16050, 16050, 'Goggles, Masks', 'Goggles-Masks', 16045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16047, 16047, 'Harnesses & Pods', 'Harnesses-and-Pods', 16045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47235, 47235, 'Marker Accessories', 'Marker-Accessories', 16045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47236, 47236, 'Bolts', 'Bolts', 47235, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47237, 47237, 'Drop Forwards', 'Drop-Forwards', 47235, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47238, 47238, 'Expansion Chambers', 'Expansion-Chambers', 47235, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47239, 47239, 'Grips', 'Grips', 47235, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71157, 71157, 'Loaders, Elbows', 'Loaders-Elbows', 47235, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87119, 87119, 'Regulators', 'Regulators', 47235, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47240, 47240, 'Sights', 'Sights', 47235, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87120, 87120, 'Smart Parts', 'Smart-Parts', 47235, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71158, 71158, 'Squeegee, Cleaning Supplies', 'Squeegee-Cleaning-Supplies', 47235, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47241, 47241, 'Triggers, Frames', 'Triggers-Frames', 47235, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36285, 36285, 'Other', 'Other', 47235, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47242, 47242, 'Marker Packages', 'Marker-Packages', 16045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58115, 58115, '32 Degrees', '32-Degrees', 47242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 87121, 87121, 'Bob Long', 'Bob-Long', 47242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140117, 140117, 'Brass Eagle', 'Brass-Eagle', 47242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140118, 140118, 'BT', 'BT', 47242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140119, 140119, 'Diablo', 'Diablo', 47242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71159, 71159, 'Dragun', 'Dragun', 47242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140114, 140114, 'Dye', 'Dye', 47242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140115, 140115, 'Indian Creek Designs', 'Indian-Creek-Designs', 47242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140116, 140116, 'JT', 'JT', 47242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47246, 47246, 'Kingman', 'Kingman', 47242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140120, 140120, 'PMI', 'PMI', 47242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140121, 140121, 'Smart Parts', 'Smart-Parts', 47242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47247, 47247, 'Tippmann', 'Tippmann', 47242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47243, 47243, 'WDP', 'WDP', 47242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47244, 47244, 'Worr Game Products', 'Worr-Game-Products', 47242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47248, 47248, 'Other', 'Other', 47242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47249, 47249, 'Markers', 'Markers', 16045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140122, 140122, '32 Degrees', '32-Degrees', 47249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140123, 140123, 'Bob Long', 'Bob-Long', 47249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140124, 140124, 'Brass Eagle', 'Brass-Eagle', 47249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140125, 140125, 'BT', 'BT', 47249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140126, 140126, 'Diablo', 'Diablo', 47249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108180, 108180, 'Dye', 'Dye', 47249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140127, 140127, 'Indian Creek Designs', 'Indian-Creek-Designs', 47249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58116, 58116, 'JT', 'JT', 47249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47253, 47253, 'Kingman', 'Kingman', 47249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140128, 140128, 'PMI', 'PMI', 47249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108181, 108181, 'Smart Parts', 'Smart-Parts', 47249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47254, 47254, 'Tippmann', 'Tippmann', 47249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47250, 47250, 'WDP', 'WDP', 47249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47251, 47251, 'Worr Game Products', 'Worr-Game-Products', 47249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16048, 16048, 'Other', 'Other', 47249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16049, 16049, 'Paintballs', 'Paintballs', 16045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10554, 10554, 'Other Items', 'Other-Items', 16045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62166, 62166, 'Racquetball & Squash', 'Racquetball-and-Squash', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62167, 62167, 'Protective Gear', 'Protective-Gear', 62166, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62168, 62168, 'Racquetball Racquets', 'Racquetball-Racquets', 62166, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62169, 62169, 'Squash Racquets', 'Squash-Racquets', 62166, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20860, 20860, 'Other', 'Other', 62166, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64685, 64685, 'Running', 'Running', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64691, 64691, 'Instructional', 'Instructional', 64685, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75230, 75230, 'Watches, Pedometers', 'Watches-Pedometers', 64685, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2913, 2913, 'Other', 'Other', 64685, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11330, 11330, 'Scooters', 'Scooters', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47349, 47349, 'Electric', 'Electric', 11330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64675, 64675, 'With Seat', 'With-Seat', 47349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64676, 64676, '250 Watt and Lower', '250-Watt-and-Lower', 64675, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64677, 64677, '300 Watt', '300-Watt', 64675, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75209, 75209, '350 Watt', '350-Watt', 64675, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64678, 64678, '450 Watt and Higher', '450-Watt-and-Higher', 64675, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47351, 47351, 'Without Seat', 'Without-Seat', 47349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75210, 75210, 'Parts, Accessories', 'Parts-Accessories', 47349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22703, 22703, 'Other', 'Other', 47349, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75211, 75211, 'Gas', 'Gas', 11330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47352, 47352, 'Gas Scooters', 'Gas-Scooters', 75211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11332, 11332, 'Parts, Accessories', 'Parts-Accessories', 75211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98837, 98837, 'Other', 'Other', 75211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11331, 11331, 'Kick Scooters', 'Kick-Scooters', 11330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11329, 11329, 'Other', 'Other', 11330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16052, 16052, 'Scuba, Snorkeling', 'Scuba-Snorkeling', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73993, 73993, 'Books, Videos & DVDs', 'Books-Videos-and-DVDs', 16052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114233, 114233, 'Booties & Gloves', 'Booties-and-Gloves', 16052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114234, 114234, 'Booties', 'Booties', 114233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114235, 114235, 'Gloves & Mittens', 'Gloves-and-Mittens', 114233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29574, 29574, 'Other Items', 'Other-Items', 114233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16053, 16053, 'Buoyancy Compensators', 'Buoyancy-Compensators', 16052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50882, 50882, 'Dive Computers', 'Dive-Computers', 16052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29575, 29575, 'Dive Lights', 'Dive-Lights', 16052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73994, 73994, 'Dry Suits', 'Dry-Suits', 16052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73995, 73995, 'Fins', 'Fins', 16052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73996, 73996, 'Small', 'Small', 73995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73997, 73997, 'Medium', 'Medium', 73995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16054, 16054, 'Large', 'Large', 73995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73998, 73998, 'X-Large', 'X-Large', 73995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73999, 73999, 'Flags', 'Flags', 16052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74000, 74000, 'Gauges', 'Gauges', 16052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29576, 29576, 'Gear Bags', 'Gear-Bags', 16052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74002, 74002, 'Hoods', 'Hoods', 16052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29577, 29577, 'Knives', 'Knives', 16052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71161, 71161, 'Masks', 'Masks', 16052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16056, 16056, 'Regulators', 'Regulators', 16052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114236, 114236, 'Sea Scooters', 'Sea-Scooters', 16052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71163, 71163, 'Snorkels', 'Snorkels', 16052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71162, 71162, 'Snorkel Packages', 'Snorkel-Packages', 16052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47353, 47353, 'Spear Guns', 'Spear-Guns', 16052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16057, 16057, 'Tanks', 'Tanks', 16052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74004, 74004, 'Weight Belts', 'Weight-Belts', 16052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47354, 47354, 'Wet Suits', 'Wet-Suits', 16052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47355, 47355, 'Childrens', 'Childrens', 47354, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114237, 114237, 'Mens', 'Mens', 47354, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114240, 114240, 'Small', 'Small', 114237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114238, 114238, 'Medium', 'Medium', 114237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114239, 114239, 'Large', 'Large', 114237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16058, 16058, 'X-Large', 'X-Large', 114237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114241, 114241, 'XXL+', 'XXL', 114237, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114242, 114242, 'Womens', 'Womens', 47354, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114243, 114243, 'Size 5-8 (S)', 'Size-5-8-S', 114242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47356, 47356, 'Size 9-12 (M)', 'Size-9-12-M', 114242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114244, 114244, 'Size 13+ (L)', 'Size-13-L', 114242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1300, 1300, 'Other', 'Other', 16052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74003, 74003, 'Vintage', 'Vintage', 16052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16262, 16262, 'Skateboarding', 'Skateboarding', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36624, 36624, 'Bearings', 'Bearings', 16262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79781, 79781, 'Complete Longboards', 'Complete-Longboards', 16262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114245, 114245, 'Complete Skateboards', 'Complete-Skateboards', 16262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114246, 114246, 'Birdhouse', 'Birdhouse', 114245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114247, 114247, 'Element', 'Element', 114245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16264, 16264, 'Other', 'Other', 114245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58123, 58123, 'Decks', 'Decks', 16262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58124, 58124, 'Blank Decks', 'Blank-Decks', 58123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106975, 106975, 'Element', 'Element', 58123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58125, 58125, 'Powell', 'Powell', 58123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58126, 58126, 'Yocaher', 'Yocaher', 58123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16263, 16263, 'Other', 'Other', 58123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58127, 58127, 'Posters', 'Posters', 16262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36317, 36317, 'Protective Gear', 'Protective-Gear', 16262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47357, 47357, 'Stickers & Decals', 'Stickers-and-Decals', 16262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36625, 36625, 'Trucks', 'Trucks', 16262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79782, 79782, 'DVD, Video', 'DVD-Video', 16262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79783, 79783, 'DVD', 'DVD', 79782, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79784, 79784, 'VHS', 'VHS', 79782, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58128, 58128, 'Other', 'Other', 79782, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23830, 23830, 'Wheels', 'Wheels', 16262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16265, 16265, 'Other', 'Other', 16262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114248, 114248, 'Vintage', 'Vintage', 16262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36259, 36259, 'Skiing & Snowboarding', 'Skiing-and-Snowboarding', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21228, 21228, 'Accessories', 'Accessories', 36259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21229, 21229, 'Bags, Backpacks', 'Bags-Backpacks', 21228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36260, 36260, 'Helmets', 'Helmets', 21228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83045, 83045, 'Hydration Packs', 'Hydration-Packs', 21228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21231, 21231, 'Racks & Carriers', 'Racks-and-Carriers', 21228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62170, 62170, 'Wax & Tuning Accessories', 'Wax-and-Tuning-Accessories', 21228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21232, 21232, 'Other Items', 'Other-Items', 21228, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36264, 36264, 'Cross Country Skiing', 'Cross-Country-Skiing', 36259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36265, 36265, 'Bindings', 'Bindings', 36264, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36266, 36266, 'Boots', 'Boots', 36264, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36267, 36267, 'Skis', 'Skis', 36264, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28083, 28083, 'Other Items', 'Other-Items', 36264, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16059, 16059, 'Downhill Skiing', 'Downhill-Skiing', 36259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21238, 21238, 'Bindings', 'Bindings', 16059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21239, 21239, 'Boots', 'Boots', 16059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21240, 21240, 'Kids, Juniors', 'Kids-Juniors', 21239, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16061, 16061, 'Men', 'Men', 21239, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21241, 21241, 'Women', 'Women', 21239, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58129, 58129, 'Poles', 'Poles', 16059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58362, 58362, 'Skis - Junior', 'Skis-Junior', 16059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21242, 21242, 'Skis - Men', 'Skis-Men', 16059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21243, 21243, 'Atomic', 'Atomic', 21242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26349, 26349, 'Dynastar', 'Dynastar', 21242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62181, 62181, 'Elan', 'Elan', 21242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62182, 62182, 'Fischer', 'Fischer', 21242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62183, 62183, 'Head', 'Head', 21242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21244, 21244, 'K2', 'K2', 21242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21245, 21245, 'Rossignol', 'Rossignol', 21242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21246, 21246, 'Salomon', 'Salomon', 21242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62184, 62184, 'Volant', 'Volant', 21242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26350, 26350, 'Volkl', 'Volkl', 21242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16062, 16062, 'Other', 'Other', 21242, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58363, 58363, 'Skis - Women', 'Skis-Women', 16059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1302, 1302, 'Other Items', 'Other-Items', 16059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62172, 62172, 'Gloves & Mittens', 'Gloves-and-Mittens', 36259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62173, 62173, 'Kids, Juniors', 'Kids-Juniors', 62172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21234, 21234, 'Men', 'Men', 62172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62174, 62174, 'Women', 'Women', 62172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95106, 95106, 'Goggles', 'Goggles', 36259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95108, 95108, 'Anon', 'Anon', 95106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95107, 95107, 'Bolle', 'Bolle', 95106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95109, 95109, 'Dragon', 'Dragon', 95106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95110, 95110, 'Oakley', 'Oakley', 95106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106976, 106976, 'Smith', 'Smith', 95106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21230, 21230, 'Other', 'Other', 95106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21247, 21247, 'Snowboarding', 'Snowboarding', 36259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21248, 21248, 'Bindings', 'Bindings', 21247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36292, 36292, 'Boots', 'Boots', 21247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36293, 36293, 'Kids, Juniors', 'Kids-Juniors', 36292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21249, 21249, 'Men', 'Men', 36292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36294, 36294, 'Women', 'Women', 36292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36296, 36296, 'Snowboards', 'Snowboards', 21247, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36297, 36297, 'With Bindings', 'With-Bindings', 36296, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21250, 21250, 'Without Bindings', 'Without-Bindings', 36296, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62214, 62214, 'Telemarking', 'Telemarking', 36259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62215, 62215, 'Boots', 'Boots', 62214, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62216, 62216, 'Skis', 'Skis', 62214, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36268, 36268, 'Other', 'Other', 62214, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1303, 1303, 'Other Skiing & Snowboarding', 'Other-Skiing-and-Snowboarding', 36259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23831, 23831, 'Snowmobiling', 'Snowmobiling', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58131, 58131, 'Gloves & Mittens', 'Gloves-and-Mittens', 23831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23833, 23833, 'Helmets', 'Helmets', 23831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26351, 26351, 'Manuals', 'Manuals', 23831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26352, 26352, 'Parts & Accessories', 'Parts-and-Accessories', 23831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26353, 26353, 'Arctic Cat', 'Arctic-Cat', 26352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58132, 58132, 'John Deere', 'John-Deere', 26352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26354, 26354, 'Polaris', 'Polaris', 26352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26355, 26355, 'Ski-Doo', 'Ski-Doo', 26352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26356, 26356, 'Yamaha', 'Yamaha', 26352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23834, 23834, 'Other', 'Other', 26352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4847, 4847, 'Other', 'Other', 23831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64679, 64679, 'Vintage', 'Vintage', 23831, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20862, 20862, 'Soccer', 'Soccer', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20863, 20863, 'Balls, Pumps', 'Balls-Pumps', 20862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20864, 20864, 'Gloves, Socks, Shin Guards', 'Gloves-Socks-Shin-Guards', 20862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2914, 2914, 'Other', 'Other', 20862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22709, 22709, 'Surfing, Wind Surfing', 'Surfing-Wind-Surfing', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71164, 71164, 'Accessories', 'Accessories', 22709, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71165, 71165, 'Board Bags', 'Board-Bags', 71164, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114254, 114254, 'Racks', 'Racks', 71164, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71166, 71166, 'Wax', 'Wax', 71164, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71167, 71167, 'Other', 'Other', 71164, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71168, 71168, 'Body Boards', 'Body-Boards', 22709, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22711, 22711, 'Decals, Patches, Stickers', 'Decals-Patches-Stickers', 22709, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114262, 114262, 'Kitesurfing', 'Kitesurfing', 22709, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114263, 114263, 'Boards', 'Boards', 114262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114264, 114264, 'Kites, Lines', 'Kites-Lines', 114262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58133, 58133, 'Other Items', 'Other-Items', 114262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58134, 58134, 'Magazines', 'Magazines', 22709, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58135, 58135, 'Posters & Prints', 'Posters-and-Prints', 22709, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114256, 114256, 'Rash Guards', 'Rash-Guards', 22709, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114249, 114249, 'Surfboards', 'Surfboards', 22709, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114250, 114250, 'Fins, Skegs', 'Fins-Skegs', 114249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114251, 114251, 'Funboards', 'Funboards', 114249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114252, 114252, 'Longboards', 'Longboards', 114249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114253, 114253, 'Shortboards', 'Shortboards', 114249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 22710, 22710, 'Other Items', 'Other-Items', 114249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114259, 114259, 'Wetsuits', 'Wetsuits', 22709, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114260, 114260, 'Childrens', 'Childrens', 114259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22712, 22712, 'Mens', 'Mens', 114259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114261, 114261, 'Womens', 'Womens', 114259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2920, 2920, 'Windsurfing', 'Windsurfing', 22709, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2916, 2916, 'Other Surfing Items', 'Other-Surfing-Items', 22709, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74050, 74050, 'Swimming', 'Swimming', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74051, 74051, 'Goggles', 'Goggles', 74050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79801, 79801, 'Inflatable Floats, Tubes', 'Inflatable-Floats-Tubes', 74050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36269, 36269, 'Other', 'Other', 74050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20868, 20868, 'Tennis', 'Tennis', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108182, 108182, 'Accessories', 'Accessories', 20868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 121147, 121147, 'Grips', 'Grips', 108182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108183, 108183, 'Racquet Covers', 'Racquet-Covers', 108182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108184, 108184, 'Strings', 'Strings', 108182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 108185, 108185, 'Other', 'Other', 108182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20869, 20869, 'Bags', 'Bags', 20868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20870, 20870, 'Balls', 'Balls', 20868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22713, 22713, 'Racquets', 'Racquets', 20868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75224, 75224, 'Babolat', 'Babolat', 22713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50890, 50890, 'Dunlop', 'Dunlop', 22713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83047, 83047, 'Head', 'Head', 22713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83048, 83048, 'Head Ti.', 'Head-Ti-', 83047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83049, 83049, 'Liquidmetal', 'Liquidmetal', 83047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22714, 22714, 'Other', 'Other', 83047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22715, 22715, 'Prince', 'Prince', 22713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98097, 98097, 'Spalding', 'Spalding', 22713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111299, 111299, 'Volkl', 'Volkl', 22713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62203, 62203, 'Vintage', 'Vintage', 22713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66829, 66829, 'Wilson', 'Wilson', 22713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66830, 66830, 'Hammer', 'Hammer', 66829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66831, 66831, 'Pro Staff', 'Pro-Staff', 66829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22716, 22716, 'Other', 'Other', 66829, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83050, 83050, 'Yonex', 'Yonex', 22713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20871, 20871, 'Other Racquets', 'Other-Racquets', 22713, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83051, 83051, 'Training Aids', 'Training-Aids', 20868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83053, 83053, 'Ball Machines, Hoppers', 'Ball-Machines-Hoppers', 83051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 75223, 75223, 'Books, Videos', 'Books-Videos', 83051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83052, 83052, 'Other', 'Other', 83051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2917, 2917, 'Other', 'Other', 20868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64680, 64680, 'Triathlon', 'Triathlon', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64681, 64681, 'Bike', 'Bike', 64680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64682, 64682, 'Run', 'Run', 64680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64683, 64683, 'Swim', 'Swim', 64680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2918, 2918, 'Other', 'Other', 64680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23806, 23806, 'Wakeboarding, Waterskiing', 'Wakeboarding-Waterskiing', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64684, 64684, 'Life Jackets, Vests', 'Life-Jackets-Vests', 23806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74048, 74048, 'Ropes & Handles', 'Ropes-and-Handles', 23806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71169, 71169, 'Tubing & Towables', 'Tubing-and-Towables', 23806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47361, 47361, 'Wakeboarding, Kneeboarding', 'Wakeboarding-Kneeboarding', 23806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114265, 114265, 'Bindings', 'Bindings', 47361, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114266, 114266, 'Liquid Force', 'Liquid-Force', 114265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114267, 114267, 'Hyperlite', 'Hyperlite', 114265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114268, 114268, 'OBrien', 'OBrien', 114265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47362, 47362, 'Other', 'Other', 114265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106977, 106977, 'Wakeboards', 'Wakeboards', 47361, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114269, 114269, 'CWB', 'CWB', 106977, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114270, 114270, 'Hydroslide', 'Hydroslide', 106977, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106978, 106978, 'Hyperlite', 'Hyperlite', 106977, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111300, 111300, 'Jetpilot', 'Jetpilot', 106977, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106979, 106979, 'Liquid Force', 'Liquid-Force', 106977, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111301, 111301, 'OBrien', 'OBrien', 106977, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47363, 47363, 'Other', 'Other', 106977, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23807, 23807, 'Other', 'Other', 47361, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71170, 71170, 'Water Skiing', 'Water-Skiing', 23806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71171, 71171, 'Bindings', 'Bindings', 71170, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71172, 71172, 'Water Skis', 'Water-Skis', 71170, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71173, 71173, 'Combo', 'Combo', 71172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71174, 71174, 'Slalom', 'Slalom', 71172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 71175, 71175, 'Other', 'Other', 71172, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23808, 23808, 'Other', 'Other', 71170, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15272, 15272, 'Other', 'Other', 23806, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40141, 40141, 'Other Sports', 'Other-Sports', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79786, 79786, 'Backyard Games', 'Backyard-Games', 40141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79787, 79787, 'Badminton', 'Badminton', 79786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79788, 79788, 'Bocce Ball', 'Bocce-Ball', 79786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79789, 79789, 'Croquet', 'Croquet', 79786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79790, 79790, 'Horseshoes', 'Horseshoes', 79786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79791, 79791, 'Other', 'Other', 79786, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111302, 111302, 'Cricket', 'Cricket', 40141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111304, 111304, 'Bats', 'Bats', 111302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2906, 2906, 'Other', 'Other', 111302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66832, 66832, 'Cheerleading', 'Cheerleading', 40141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47322, 47322, 'Fencing', 'Fencing', 40141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4388, 4388, 'Field Hockey', 'Field-Hockey', 40141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 114271, 114271, 'Paragliding', 'Paragliding', 40141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2912, 2912, 'Rugby', 'Rugby', 40141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58136, 58136, 'Snowshoeing', 'Snowshoeing', 40141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106980, 106980, 'Sky Diving', 'Sky-Diving', 40141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106981, 106981, 'Track & Field', 'Track-and-Field', 40141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2919, 2919, 'Volleyball', 'Volleyball', 40141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79795, 79795, 'Wrestling', 'Wrestling', 40141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79796, 79796, 'Apparel & Footwear', 'Apparel-and-Footwear', 79795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79797, 79797, 'Tights, Shorts & Singlets', 'Tights-Shorts-and-Singlets', 79796, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79798, 79798, 'T-Shirts', 'T-Shirts', 79796, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79799, 79799, 'Other', 'Other', 79796, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79800, 79800, 'Books & Videos', 'Books-and-Videos', 79795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36306, 36306, 'Other', 'Other', 79795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 310, 310, 'Other', 'Other', 40141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40146, 40146, 'Wholesale Lots', 'Wholesale-Lots', 382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107000, 107000, 'Cycling', 'Cycling', 40146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106982, 106982, 'Equestrian', 'Equestrian', 40146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40147, 40147, 'Fishing', 'Fishing', 40146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40148, 40148, 'Golf', 'Golf', 40146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42307, 42307, 'Hunting', 'Hunting', 40146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47258, 47258, 'Paintball', 'Paintball', 40146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26423, 26423, 'Other Wholesale Lots', 'Other-Wholesale-Lots', 40146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64482, 64482, 'Sports Mem, Cards & Fan Shop', 'Sports-Mem-Cards-and-Fan-Shop', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51, 51, 'Autographs-Original', 'Autographs-Original', 64482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27259, 27259, 'Baseball-MLB', 'Baseball-MLB', 51, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27260, 27260, 'Balls', 'Balls', 27259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27261, 27261, 'Bats', 'Bats', 27259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27295, 27295, 'Hats', 'Hats', 27259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27262, 27262, 'Helmets', 'Helmets', 27259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27263, 27263, 'Index Cards', 'Index-Cards', 27259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27264, 27264, 'Jerseys', 'Jerseys', 27259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73391, 73391, 'Lithographs, Posters & Prints', 'Lithographs-Posters-and-Prints', 27259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73392, 73392, 'Magazines', 'Magazines', 27259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27265, 27265, 'Photos', 'Photos', 27259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73393, 73393, 'Plates', 'Plates', 27259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101804, 101804, 'Plaques', 'Plaques', 27259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27266, 27266, 'Postcards', 'Postcards', 27259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73394, 73394, 'Programs', 'Programs', 27259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73395, 73395, 'Ticket Stubs', 'Ticket-Stubs', 27259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73396, 73396, 'Trading Cards', 'Trading-Cards', 27259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 53, 53, 'Other Autographed Items', 'Other-Autographed-Items', 27259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27267, 27267, 'Basketball-NBA', 'Basketball-NBA', 51, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27268, 27268, 'Balls', 'Balls', 27267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95054, 95054, 'Floor, Floorboard', 'Floor-Floorboard', 27267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95055, 95055, 'Index Cards', 'Index-Cards', 27267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27269, 27269, 'Jerseys', 'Jerseys', 27267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73397, 73397, 'Lithographs, Posters & Prints', 'Lithographs-Posters-and-Prints', 27267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73398, 73398, 'Magazines', 'Magazines', 27267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27270, 27270, 'Photos', 'Photos', 27267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73399, 73399, 'Trading Cards', 'Trading-Cards', 27267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2826, 2826, 'Other Autographed Items', 'Other-Autographed-Items', 27267, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2827, 2827, 'Basketball-WNBA', 'Basketball-WNBA', 51, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27271, 27271, 'Boxing', 'Boxing', 51, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101805, 101805, 'Index Cards', 'Index-Cards', 27271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27272, 27272, 'Gloves', 'Gloves', 27271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27273, 27273, 'Photos', 'Photos', 27271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2830, 2830, 'Other Autographed Items', 'Other-Autographed-Items', 27271, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37571, 37571, 'College-NCAA', 'College-NCAA', 51, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23796, 23796, 'Basketball', 'Basketball', 37571, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73400, 73400, 'Football', 'Football', 37571, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73401, 73401, 'Balls', 'Balls', 73400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73402, 73402, 'Helmets', 'Helmets', 73400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73403, 73403, 'Photos', 'Photos', 73400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23797, 23797, 'Other', 'Other', 73400, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37572, 37572, 'Other', 'Other', 37571, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60594, 60594, 'Display Cases', 'Display-Cases', 51, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27274, 27274, 'Football-NFL', 'Football-NFL', 51, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27275, 27275, 'Balls', 'Balls', 27274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101806, 101806, 'Hats', 'Hats', 27274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27276, 27276, 'Helmets', 'Helmets', 27274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95056, 95056, 'Index Cards', 'Index-Cards', 27274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27277, 27277, 'Jerseys', 'Jerseys', 27274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73404, 73404, 'Lithographs, Posters & Prints', 'Lithographs-Posters-and-Prints', 27274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73405, 73405, 'Magazines', 'Magazines', 27274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27278, 27278, 'Photos', 'Photos', 27274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101807, 101807, 'Plaques', 'Plaques', 27274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95057, 95057, 'Programs', 'Programs', 27274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101808, 101808, 'Ticket Stubs', 'Ticket-Stubs', 27274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73406, 73406, 'Trading Cards', 'Trading-Cards', 27274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2832, 2832, 'Other Autographed Items', 'Other-Autographed-Items', 27274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118968, 118968, 'Golf-LPGA', 'Golf-LPGA', 51, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27279, 27279, 'Golf-PGA', 'Golf-PGA', 51, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27280, 27280, 'Balls', 'Balls', 27279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27281, 27281, 'Flags', 'Flags', 27279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101809, 101809, 'Index Cards', 'Index-Cards', 27279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27282, 27282, 'Photos', 'Photos', 27279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73407, 73407, 'Trading Cards', 'Trading-Cards', 27279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1223, 1223, 'Other Autographed Items', 'Other-Autographed-Items', 27279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118969, 118969, 'Golf-Other', 'Golf-Other', 51, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27283, 27283, 'Hockey-NHL', 'Hockey-NHL', 51, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101810, 101810, 'Index Cards', 'Index-Cards', 27283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27284, 27284, 'Jerseys', 'Jerseys', 27283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73408, 73408, 'Magazines', 'Magazines', 27283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27285, 27285, 'Photos', 'Photos', 27283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27286, 27286, 'Pucks', 'Pucks', 27283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27287, 27287, 'Sticks', 'Sticks', 27283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73409, 73409, 'Trading Cards', 'Trading-Cards', 27283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2833, 2833, 'Other Autographed Items', 'Other-Autographed-Items', 27283, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56, 56, 'Hockey-Other', 'Hockey-Other', 51, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23798, 23798, 'Olympics', 'Olympics', 51, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2842, 2842, 'Summer', 'Summer', 23798, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1224, 1224, 'Winter', 'Winter', 23798, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2835, 2835, 'Racing-Formula 1', 'Racing-Formula-1', 51, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73410, 73410, 'Racing-NASCAR', 'Racing-NASCAR', 51, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101811, 101811, 'Hats', 'Hats', 73410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101812, 101812, 'Index Cards', 'Index-Cards', 73410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73411, 73411, 'Lithographs, Posters & Prints', 'Lithographs-Posters-and-Prints', 73410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73412, 73412, 'Photos', 'Photos', 73410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73413, 73413, 'Trading Cards', 'Trading-Cards', 73410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2837, 2837, 'Other', 'Other', 73410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2838, 2838, 'Racing-NHRA', 'Racing-NHRA', 51, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1225, 1225, 'Racing-Other', 'Racing-Other', 51, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2840, 2840, 'Rugby', 'Rugby', 51, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27288, 27288, 'Soccer', 'Soccer', 51, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73414, 73414, 'Balls', 'Balls', 27288, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27289, 27289, 'Jerseys, Shirts', 'Jerseys-Shirts', 27288, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27290, 27290, 'Photos', 'Photos', 27288, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2841, 2841, 'Other Autographed Items', 'Other-Autographed-Items', 27288, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1226, 1226, 'Tennis', 'Tennis', 51, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73415, 73415, 'Wrestling-WWE', 'Wrestling-WWE', 51, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73416, 73416, 'Photos', 'Photos', 73415, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73417, 73417, 'Trading Cards', 'Trading-Cards', 73415, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2845, 2845, 'Other', 'Other', 73415, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52, 52, 'Other', 'Other', 51, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50115, 50115, 'Autographs-Reprints', 'Autographs-Reprints', 64482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 212, 212, 'Cards', 'Cards', 64482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46157, 46157, 'Baseball-Minors', 'Baseball-Minors', 212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133031, 133031, 'Graded', 'Graded', 46157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133032, 133032, 'BGS/BCCG', 'BGS-BCCG', 133031, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133033, 133033, 'PSA', 'PSA', 133031, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46158, 46158, 'Other Graders', 'Other-Graders', 133031, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133034, 133034, 'Non-Graded', 'Non-Graded', 46157, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133035, 133035, 'Pre-1980', 'Pre-1980', 133034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133036, 133036, '1980-89', '1980-89', 133034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133037, 133037, '1990-99', '1990-99', 133034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133038, 133038, '1990', '1990', 133037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133039, 133039, '1991', '1991', 133037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133040, 133040, '1992', '1992', 133037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133041, 133041, '1993', '1993', 133037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133042, 133042, '1994', '1994', 133037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133043, 133043, '1995', '1995', 133037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133044, 133044, '1996', '1996', 133037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133045, 133045, '1997', '1997', 133037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133046, 133046, '1998', '1998', 133037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133047, 133047, '1999', '1999', 133037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133048, 133048, '2000-Now', '2000-Now', 133034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133049, 133049, '2000', '2000', 133048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133050, 133050, '2001', '2001', 133048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133051, 133051, '2002', '2002', 133048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133052, 133052, '2003', '2003', 133048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133053, 133053, '2004', '2004', 133048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133054, 133054, '2005', '2005', 133048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1222, 1222, '2006', '2006', 133048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149899, 149899, '2007 & Later', '2007-and-Later', 133048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 634, 634, 'Baseball-MLB', 'Baseball-MLB', 212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26357, 26357, 'Boxes, Cases', 'Boxes-Cases', 634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26358, 26358, 'Pre-1980', 'Pre-1980', 26357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70378, 70378, '1980-89', '1980-89', 26357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70379, 70379, '1980-1984', '1980-1984', 70378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70380, 70380, '1985', '1985', 70378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133055, 133055, '1986', '1986', 70378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133056, 133056, '1987', '1987', 70378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133057, 133057, '1988', '1988', 70378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133058, 133058, '1989', '1989', 70378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60443, 60443, '1990-99', '1990-99', 26357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60444, 60444, '1990', '1990', 60443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60445, 60445, '1991', '1991', 60443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60446, 60446, '1992', '1992', 60443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60447, 60447, '1993', '1993', 60443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60448, 60448, '1994', '1994', 60443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60449, 60449, '1995', '1995', 60443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60450, 60450, '1996', '1996', 60443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60451, 60451, '1997', '1997', 60443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60452, 60452, '1998', '1998', 60443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60453, 60453, '1999', '1999', 60443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55853, 55853, '2000-Now', '2000-Now', 26357, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55854, 55854, '2000', '2000', 55853, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55855, 55855, '2001', '2001', 55853, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55856, 55856, '2002', '2002', 55853, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56109, 56109, '2003', '2003', 55853, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55857, 55857, '2004', '2004', 55853, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98009, 98009, '2005', '2005', 55853, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133059, 133059, '2006', '2006', 55853, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149900, 149900, '2007 & Later', '2007-and-Later', 55853, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44820, 44820, 'Lots', 'Lots', 634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44821, 44821, 'Pre-1950', 'Pre-1950', 44820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70381, 70381, '1950-1959', '1950-1959', 44820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70382, 70382, '1960-1969', '1960-1969', 44820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70383, 70383, '1960-1964', '1960-1964', 70382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70384, 70384, '1965-1969', '1965-1969', 70382, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70385, 70385, '1970-1979', '1970-1979', 44820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70386, 70386, '1970-1974', '1970-1974', 70385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70387, 70387, '1975-1979', '1975-1979', 70385, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60454, 60454, '1980-89', '1980-89', 44820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60455, 60455, '1980', '1980', 60454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60456, 60456, '1981', '1981', 60454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60457, 60457, '1982', '1982', 60454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60458, 60458, '1983', '1983', 60454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60459, 60459, '1984', '1984', 60454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60460, 60460, '1985', '1985', 60454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60461, 60461, '1986', '1986', 60454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60462, 60462, '1987', '1987', 60454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60463, 60463, '1988', '1988', 60454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60464, 60464, '1989', '1989', 60454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60465, 60465, '1990-99', '1990-99', 44820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60466, 60466, '1990', '1990', 60465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60467, 60467, '1991', '1991', 60465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60468, 60468, '1992', '1992', 60465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60469, 60469, '1993', '1993', 60465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60470, 60470, '1994', '1994', 60465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60471, 60471, '1995', '1995', 60465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60472, 60472, '1996', '1996', 60465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60473, 60473, '1997', '1997', 60465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60474, 60474, '1998', '1998', 60465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60475, 60475, '1999', '1999', 60465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55858, 55858, '2000-Now', '2000-Now', 44820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55859, 55859, '2000', '2000', 55858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55860, 55860, '2001', '2001', 55858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55861, 55861, '2002', '2002', 55858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56110, 56110, '2003', '2003', 55858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55862, 55862, '2004', '2004', 55858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133060, 133060, '2005', '2005', 55858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44824, 44824, '2006', '2006', 55858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149901, 149901, '2007 & Later', '2007-and-Later', 55858, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 636, 636, 'Other-Mixed', 'Other-Mixed', 44820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44826, 44826, 'Packs', 'Packs', 634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44827, 44827, 'Pre-1980', 'Pre-1980', 44826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70388, 70388, '1980-89', '1980-89', 44826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70389, 70389, '1980-1984', '1980-1984', 70388, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70390, 70390, '1985-1989', '1985-1989', 70388, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44828, 44828, 'Other', 'Other', 70388, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70391, 70391, '1990-99', '1990-99', 44826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70392, 70392, '1990-1994', '1990-1994', 70391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70393, 70393, '1995-1999', '1995-1999', 70391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44829, 44829, 'Other', 'Other', 70391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55863, 55863, '2000-Now', '2000-Now', 44826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55864, 55864, '2000', '2000', 55863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55865, 55865, '2001', '2001', 55863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55866, 55866, '2002', '2002', 55863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56111, 56111, '2003', '2003', 55863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55867, 55867, '2004', '2004', 55863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98011, 98011, '2005', '2005', 55863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44830, 44830, '2006', '2006', 55863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149902, 149902, '2007 & Later', '2007-and-Later', 55863, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 637, 637, 'Other', 'Other', 44826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73433, 73433, 'Rookies (Pre-1950)', 'Rookies-Pre-1950', 634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73434, 73434, 'Rookies (1950-1959)', 'Rookies-1950-1959', 634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73435, 73435, '1950-1954', '1950-1954', 73434, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73436, 73436, '1955-1959', '1955-1959', 73434, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73437, 73437, 'Rookies (1960-1969)', 'Rookies-1960-1969', 634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86831, 86831, 'Graded', 'Graded', 73437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86832, 86832, 'Non-Graded', 'Non-Graded', 73437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73438, 73438, '1960-1964', '1960-1964', 86832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73439, 73439, '1965-1969', '1965-1969', 86832, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73440, 73440, 'Rookies (1970-1979)', 'Rookies-1970-1979', 634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86833, 86833, 'Graded', 'Graded', 73440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86834, 86834, 'Non-Graded', 'Non-Graded', 73440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73441, 73441, '1970-1974', '1970-1974', 86834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73442, 73442, '1975-1979', '1975-1979', 86834, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28084, 28084, 'Rookies (1980-89)', 'Rookies-1980-89', 634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55868, 55868, 'Graded', 'Graded', 28084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55870, 55870, 'BGS/BCCG', 'BGS-BCCG', 55868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106175, 106175, 'GAI', 'GAI', 55868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55869, 55869, 'PSA', 'PSA', 55868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133061, 133061, 'SGC', 'SGC', 55868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28085, 28085, 'Other Graders', 'Other-Graders', 55868, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70397, 70397, 'Non-Graded', 'Non-Graded', 28084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70398, 70398, '1980', '1980', 70397, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70399, 70399, '1981', '1981', 70397, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70400, 70400, '1982', '1982', 70397, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70401, 70401, '1983', '1983', 70397, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70402, 70402, '1984', '1984', 70397, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70403, 70403, '1985', '1985', 70397, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70404, 70404, '1986', '1986', 70397, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70405, 70405, '1987', '1987', 70397, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70406, 70406, '1988', '1988', 70397, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 70407, 70407, '1989', '1989', 70397, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28087, 28087, 'Rookies (1990-99)', 'Rookies-1990-99', 634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55871, 55871, 'Graded', 'Graded', 28087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55872, 55872, 'BGS/BCCG', 'BGS-BCCG', 55871, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 106176, 106176, 'GAI', 'GAI', 55871, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55873, 55873, 'PSA', 'PSA', 55871, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28088, 28088, 'Other Graders', 'Other-Graders', 55871, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55874, 55874, 'Non-Graded', 'Non-Graded', 28087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56112, 56112, '1990', '1990', 55874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55875, 55875, '1991', '1991', 55874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55876, 55876, '1992', '1992', 55874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55877, 55877, '1993', '1993', 55874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55878, 55878, '1994', '1994', 55874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55879, 55879, '1995', '1995', 55874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55880, 55880, '1996', '1996', 55874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55881, 55881, '1997', '1997', 55874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55882, 55882, '1998', '1998', 55874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55883, 55883, '1999', '1999', 55874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23838, 23838, 'Rookies (2000-Now)', 'Rookies-2000-Now', 634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55884, 55884, 'Graded', 'Graded', 23838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55885, 55885, 'BGS/BCCG', 'BGS-BCCG', 55884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106177, 106177, 'GAI', 'GAI', 55884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55886, 55886, 'PSA', 'PSA', 55884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16267, 16267, 'Other Graders', 'Other-Graders', 55884, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55887, 55887, 'Non-Graded', 'Non-Graded', 23838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55888, 55888, '2000', '2000', 55887, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55889, 55889, '2001', '2001', 55887, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56113, 56113, '2002', '2002', 55887, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44834, 44834, '2003', '2003', 55887, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55890, 55890, '2004', '2004', 55887, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98012, 98012, '2005', '2005', 55887, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 638, 638, '2006', '2006', 55887, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149903, 149903, '2007 & Later', '2007-and-Later', 55887, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26361, 26361, 'Sets', 'Sets', 634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26362, 26362, 'Pre-1950', 'Pre-1950', 26361, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26363, 26363, '1950-59', '1950-59', 26361, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26364, 26364, '1960-69', '1960-69', 26361, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86835, 86835, '1970-79', '1970-79', 26361, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86836, 86836, '1970-1974', '1970-1974', 86835, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26365, 26365, '1975-1979', '1975-1979', 86835, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55891, 55891, '1980-89', '1980-89', 26361, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55892, 55892, '1980', '1980', 55891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55893, 55893, '1981', '1981', 55891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55894, 55894, '1982', '1982', 55891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55895, 55895, '1983', '1983', 55891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55896, 55896, '1984', '1984', 55891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55897, 55897, '1985', '1985', 55891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55898, 55898, '1986', '1986', 55891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55899, 55899, '1987', '1987', 55891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55900, 55900, '1988', '1988', 55891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56114, 56114, '1989', '1989', 55891, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55901, 55901, '1990-99', '1990-99', 26361, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56115, 56115, '1990', '1990', 55901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55902, 55902, '1991', '1991', 55901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55903, 55903, '1992', '1992', 55901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55904, 55904, '1993', '1993', 55901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55905, 55905, '1994', '1994', 55901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55906, 55906, '1995', '1995', 55901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55907, 55907, '1996', '1996', 55901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55908, 55908, '1997', '1997', 55901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55909, 55909, '1998', '1998', 55901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55910, 55910, '1999', '1999', 55901, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55911, 55911, '2000-Now', '2000-Now', 26361, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55912, 55912, '2000', '2000', 55911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55913, 55913, '2001', '2001', 55911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55914, 55914, '2002', '2002', 55911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56116, 56116, '2003', '2003', 55911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55915, 55915, '2004', '2004', 55911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98013, 98013, '2005', '2005', 55911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 639, 639, '2006', '2006', 55911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149904, 149904, '2007 & Later', '2007-and-Later', 55911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31717, 31717, 'Singles (Pre-1930)', 'Singles-Pre-1930', 634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57992, 57992, 'Graded', 'Graded', 31717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106178, 106178, 'GAI', 'GAI', 57992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31718, 31718, 'PSA', 'PSA', 57992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57993, 57993, 'SGC', 'SGC', 57992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86837, 86837, 'Other Graders', 'Other-Graders', 57992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86838, 86838, 'Non-Graded', 'Non-Graded', 31717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86839, 86839, 'Pre-1900', 'Pre-1900', 86838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86840, 86840, '1900-1909', '1900-1909', 86838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86841, 86841, '1910-1919', '1910-1919', 86838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31719, 31719, '1920-1929', '1920-1929', 86838, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31720, 31720, 'Singles (1930-39)', 'Singles-1930-39', 634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86842, 86842, 'Graded', 'Graded', 31720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106179, 106179, 'GAI', 'GAI', 86842, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86843, 86843, 'PSA', 'PSA', 86842, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86844, 86844, 'SGC', 'SGC', 86842, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31721, 31721, 'Other', 'Other', 86842, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86845, 86845, 'Non-Graded', 'Non-Graded', 31720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86846, 86846, '1930-1931', '1930-1931', 86845, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86847, 86847, '1932-1933', '1932-1933', 86845, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86848, 86848, '1934-1935', '1934-1935', 86845, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86849, 86849, '1936-1937', '1936-1937', 86845, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31722, 31722, '1938-1939', '1938-1939', 86845, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16268, 16268, 'Singles (1940-49)', 'Singles-1940-49', 634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133062, 133062, 'Graded', 'Graded', 16268, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133063, 133063, 'GAI', 'GAI', 133062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133064, 133064, 'PSA', 'PSA', 133062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133065, 133065, 'SGC', 'SGC', 133062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16269, 16269, 'Other Graders', 'Other-Graders', 133062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86850, 86850, 'Non-Graded', 'Non-Graded', 16268, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86851, 86851, '1940-1941', '1940-1941', 86850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86852, 86852, '1942-1943', '1942-1943', 86850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86853, 86853, '1944-1945', '1944-1945', 86850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86854, 86854, '1946-1947', '1946-1947', 86850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 641, 641, '1948-1949', '1948-1949', 86850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16270, 16270, 'Singles (1950-59)', 'Singles-1950-59', 634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55916, 55916, 'Graded', 'Graded', 16270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55918, 55918, 'GAI', 'GAI', 55916, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55917, 55917, 'PSA', 'PSA', 55916, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55919, 55919, 'SCD', 'SCD', 55916, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57994, 57994, 'SGC', 'SGC', 55916, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16271, 16271, 'Other Graders', 'Other-Graders', 55916, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60476, 60476, 'Non-Graded', 'Non-Graded', 16270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60478, 60478, '1950', '1950', 60476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60479, 60479, '1951', '1951', 60476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60480, 60480, '1952', '1952', 60476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60481, 60481, '1953', '1953', 60476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60482, 60482, '1954', '1954', 60476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60483, 60483, '1955', '1955', 60476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60484, 60484, '1956', '1956', 60476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60485, 60485, '1957', '1957', 60476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60486, 60486, '1958', '1958', 60476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60477, 60477, '1959', '1959', 60476, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16272, 16272, 'Singles (1960-69)', 'Singles-1960-69', 634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55920, 55920, 'Graded', 'Graded', 16272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55921, 55921, 'GAI', 'GAI', 55920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55922, 55922, 'PSA', 'PSA', 55920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57995, 57995, 'SGC', 'SGC', 55920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16273, 16273, 'Other Graders', 'Other-Graders', 55920, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60487, 60487, 'Non-Graded', 'Non-Graded', 16272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60488, 60488, '1960', '1960', 60487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60489, 60489, '1961', '1961', 60487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60490, 60490, '1962', '1962', 60487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60491, 60491, '1963', '1963', 60487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60492, 60492, '1964', '1964', 60487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60493, 60493, '1965', '1965', 60487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60494, 60494, '1966', '1966', 60487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60495, 60495, '1967', '1967', 60487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60496, 60496, '1968', '1968', 60487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60497, 60497, '1969', '1969', 60487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16274, 16274, 'Singles (1970-79)', 'Singles-1970-79', 634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55923, 55923, 'Graded', 'Graded', 16274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55924, 55924, 'BGS/BCCG', 'BGS-BCCG', 55923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106180, 106180, 'GAI', 'GAI', 55923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55925, 55925, 'PSA', 'PSA', 55923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57996, 57996, 'SGC', 'SGC', 55923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16275, 16275, 'Other Graders', 'Other-Graders', 55923, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60498, 60498, 'Non-Graded', 'Non-Graded', 16274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60499, 60499, '1970', '1970', 60498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60500, 60500, '1971', '1971', 60498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60501, 60501, '1972', '1972', 60498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60502, 60502, '1973', '1973', 60498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60503, 60503, '1974', '1974', 60498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60504, 60504, '1975', '1975', 60498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60505, 60505, '1976', '1976', 60498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60506, 60506, '1977', '1977', 60498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60507, 60507, '1978', '1978', 60498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60508, 60508, '1979', '1979', 60498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16276, 16276, 'Singles (1980-89)', 'Singles-1980-89', 634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55926, 55926, 'Graded', 'Graded', 16276, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55927, 55927, 'BGS/BCCG', 'BGS-BCCG', 55926, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106181, 106181, 'GAI', 'GAI', 55926, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55928, 55928, 'PSA', 'PSA', 55926, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57997, 57997, 'SGC', 'SGC', 55926, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16277, 16277, 'Other Graders', 'Other-Graders', 55926, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60509, 60509, 'Non-Graded', 'Non-Graded', 16276, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60510, 60510, '1980', '1980', 60509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60511, 60511, '1981', '1981', 60509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60512, 60512, '1982', '1982', 60509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60513, 60513, '1983', '1983', 60509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60514, 60514, '1984', '1984', 60509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60515, 60515, '1985', '1985', 60509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60516, 60516, '1986', '1986', 60509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60517, 60517, '1987', '1987', 60509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60518, 60518, '1988', '1988', 60509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60519, 60519, '1989', '1989', 60509, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16278, 16278, 'Singles (1990-99)', 'Singles-1990-99', 634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55929, 55929, 'Graded', 'Graded', 16278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55930, 55930, 'BGS/BCCG', 'BGS-BCCG', 55929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106182, 106182, 'GAI', 'GAI', 55929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55931, 55931, 'PSA', 'PSA', 55929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57998, 57998, 'SGC', 'SGC', 55929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16279, 16279, 'Other Graders', 'Other-Graders', 55929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55932, 55932, 'Non-Graded', 'Non-Graded', 16278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55933, 55933, '1990', '1990', 55932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55934, 55934, '1991', '1991', 55932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55935, 55935, '1992', '1992', 55932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55936, 55936, '1993', '1993', 55932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55937, 55937, '1994', '1994', 55932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55938, 55938, '1995', '1995', 55932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55939, 55939, '1996', '1996', 55932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55940, 55940, '1997', '1997', 55932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55941, 55941, '1998', '1998', 55932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56117, 56117, '1999', '1999', 55932, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55942, 55942, 'Inserts', 'Inserts', 16278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56118, 56118, '1990', '1990', 55942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78151, 78151, '1991', '1991', 55942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73443, 73443, '1992', '1992', 55942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60520, 60520, '1993', '1993', 55942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60521, 60521, '1994', '1994', 55942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60522, 60522, '1995', '1995', 55942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60523, 60523, '1996', '1996', 55942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55943, 55943, '1997', '1997', 55942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55944, 55944, '1998', '1998', 55942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55945, 55945, '1999', '1999', 55942, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20874, 20874, 'Singles (2000-Now)', 'Singles-2000-Now', 634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55946, 55946, 'Graded', 'Graded', 20874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55947, 55947, 'BGS/BCCG', 'BGS-BCCG', 55946, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86855, 86855, 'GAI', 'GAI', 55946, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55948, 55948, 'PSA', 'PSA', 55946, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20875, 20875, 'Other Graders', 'Other-Graders', 55946, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55949, 55949, 'Non-Graded', 'Non-Graded', 20874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55950, 55950, '2000', '2000', 55949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55951, 55951, '2001', '2001', 55949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56119, 56119, '2002', '2002', 55949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44840, 44840, '2003', '2003', 55949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55952, 55952, '2004', '2004', 55949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98014, 98014, '2005', '2005', 55949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20876, 20876, '2006', '2006', 55949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149905, 149905, '2007 & Later', '2007-and-Later', 55949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55953, 55953, 'Inserts', 'Inserts', 20874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55954, 55954, '2000', '2000', 55953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55955, 55955, '2001', '2001', 55953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56120, 56120, '2002', '2002', 55953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44841, 44841, '2003', '2003', 55953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55956, 55956, '2004', '2004', 55953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98015, 98015, '2005', '2005', 55953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44837, 44837, '2006', '2006', 55953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149906, 149906, '2007 & Later', '2007-and-Later', 55953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 213, 213, 'Other', 'Other', 634, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78152, 78152, 'Baseball-Negro Leagues', 'Baseball-Negro-Leagues', 212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 644, 644, 'Basketball-NBA', 'Basketball-NBA', 212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26368, 26368, 'Boxes, Cases', 'Boxes-Cases', 644, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26369, 26369, 'Pre-1990', 'Pre-1990', 26368, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26370, 26370, '1990-99', '1990-99', 26368, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55957, 55957, '2000-Now', '2000-Now', 26368, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55958, 55958, '2000-01', '2000-01', 55957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55959, 55959, '2001-02', '2001-02', 55957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56121, 56121, '2002-03', '2002-03', 55957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44842, 44842, '2003-04', '2003-04', 55957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98016, 98016, '2004-05', '2004-05', 55957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 645, 645, '2005-06', '2005-06', 55957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149914, 149914, '2006-07 & Later', '2006-07-and-Later', 55957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44843, 44843, 'Lots', 'Lots', 644, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44844, 44844, 'Pre-1980', 'Pre-1980', 44843, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44845, 44845, '1980-89', '1980-89', 44843, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44846, 44846, '1990-99', '1990-99', 44843, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55960, 55960, '2000-Now', '2000-Now', 44843, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55961, 55961, '2000-01', '2000-01', 55960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55962, 55962, '2001-02', '2001-02', 55960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56122, 56122, '2002-03', '2002-03', 55960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55963, 55963, '2003-04', '2003-04', 55960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98017, 98017, '2004-05', '2004-05', 55960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44847, 44847, '2005-06', '2005-06', 55960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149915, 149915, '2006-07 & Later', '2006-07-and-Later', 55960, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 646, 646, 'Other-Mixed', 'Other-Mixed', 44843, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55964, 55964, 'Packs', 'Packs', 644, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55965, 55965, 'Pre-1980', 'Pre-1980', 55964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55966, 55966, '1980-1989', '1980-1989', 55964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55967, 55967, '1990-1999', '1990-1999', 55964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56123, 56123, '2000-Now', '2000-Now', 55964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23839, 23839, 'Rookies (Pre-1980)', 'Rookies-Pre-1980', 644, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23841, 23841, 'Graded', 'Graded', 23839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23842, 23842, 'Non-Graded', 'Non-Graded', 23839, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28090, 28090, 'Rookies (1980-89)', 'Rookies-1980-89', 644, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 57999, 57999, 'Graded', 'Graded', 28090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58000, 58000, 'BGS', 'BGS', 57999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58001, 58001, 'PSA', 'PSA', 57999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28092, 28092, 'Other', 'Other', 57999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28094, 28094, 'Non-Graded', 'Non-Graded', 28090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28096, 28096, 'Rookies (1990-99)', 'Rookies-1990-99', 644, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55968, 55968, 'Graded', 'Graded', 28096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55969, 55969, 'BGS/BCCG', 'BGS-BCCG', 55968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55970, 55970, 'PSA', 'PSA', 55968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28098, 28098, 'Other Graders', 'Other-Graders', 55968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60524, 60524, 'Non-Graded', 'Non-Graded', 28096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60525, 60525, 'Pre-1993', 'Pre-1993', 60524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60526, 60526, '1993-94', '1993-94', 60524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60527, 60527, '1994-95', '1994-95', 60524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60528, 60528, '1995-96', '1995-96', 60524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60529, 60529, '1996-97', '1996-97', 60524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60530, 60530, '1997-98', '1997-98', 60524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60531, 60531, '1998-99', '1998-99', 60524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60532, 60532, '1999-00', '1999-00', 60524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23840, 23840, 'Rookies (2000-Now)', 'Rookies-2000-Now', 644, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55971, 55971, 'Graded', 'Graded', 23840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55972, 55972, 'BGS/BCCG', 'BGS-BCCG', 55971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55973, 55973, 'PSA', 'PSA', 55971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16281, 16281, 'Other Graders', 'Other-Graders', 55971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55974, 55974, 'Non-Graded', 'Non-Graded', 23840, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55975, 55975, '2000-01', '2000-01', 55974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55976, 55976, '2001-02', '2001-02', 55974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56124, 56124, '2002-03', '2002-03', 55974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56125, 56125, '2003-04', '2003-04', 55974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98018, 98018, '2004-05', '2004-05', 55974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 648, 648, '2005-06', '2005-06', 55974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149916, 149916, '2006-07 & Later', '2006-07-and-Later', 55974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44852, 44852, 'Sets', 'Sets', 644, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44853, 44853, 'Pre-1980', 'Pre-1980', 44852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44854, 44854, '1980-89', '1980-89', 44852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44855, 44855, '1990-99', '1990-99', 44852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44856, 44856, '2000-Now', '2000-Now', 44852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16282, 16282, 'Singles (Pre-1970)', 'Singles-Pre-1970', 644, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16283, 16283, 'Graded', 'Graded', 16282, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4237, 4237, 'Non-Graded', 'Non-Graded', 16282, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16284, 16284, 'Singles (1970-79)', 'Singles-1970-79', 644, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16285, 16285, 'Graded', 'Graded', 16284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4236, 4236, 'Non-Graded', 'Non-Graded', 16284, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16286, 16286, 'Singles (1980-89)', 'Singles-1980-89', 644, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133066, 133066, 'Graded', 'Graded', 16286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133067, 133067, 'BGS', 'BGS', 133066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133068, 133068, 'GAI', 'GAI', 133066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133069, 133069, 'PSA', 'PSA', 133066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16287, 16287, 'Other Graders', 'Other-Graders', 133066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4238, 4238, 'Non-Graded', 'Non-Graded', 16286, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16288, 16288, 'Singles (1990-99)', 'Singles-1990-99', 644, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58002, 58002, 'Graded', 'Graded', 16288, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58003, 58003, 'BGS', 'BGS', 58002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58004, 58004, 'PSA', 'PSA', 58002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16289, 16289, 'Other Graders', 'Other-Graders', 58002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4235, 4235, 'Non-Graded', 'Non-Graded', 16288, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78153, 78153, 'Inserts', 'Inserts', 16288, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78154, 78154, '1990-1991', '1990-1991', 78153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78155, 78155, '1991-1992', '1991-1992', 78153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78156, 78156, '1992-1993', '1992-1993', 78153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78157, 78157, '1993-1994', '1993-1994', 78153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78158, 78158, '1994-1995', '1994-1995', 78153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78159, 78159, '1995-1996', '1995-1996', 78153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78160, 78160, '1996-1997', '1996-1997', 78153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78161, 78161, '1997-1998', '1997-1998', 78153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44857, 44857, '1998-1999', '1998-1999', 78153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78162, 78162, '1999-2000', '1999-2000', 78153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20877, 20877, 'Singles (2000-Now)', 'Singles-2000-Now', 644, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20878, 20878, 'Graded', 'Graded', 20877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55977, 55977, 'Non-Graded', 'Non-Graded', 20877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55978, 55978, '2000-01', '2000-01', 55977, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55979, 55979, '2001-02', '2001-02', 55977, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56126, 56126, '2002-03', '2002-03', 55977, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44861, 44861, '2003-04', '2003-04', 55977, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98019, 98019, '2004-05', '2004-05', 55977, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20879, 20879, '2005-06', '2005-06', 55977, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149917, 149917, '2006-07 & Later', '2006-07-and-Later', 55977, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55980, 55980, 'Inserts', 'Inserts', 20877, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55981, 55981, '2000-01', '2000-01', 55980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55982, 55982, '2001-02', '2001-02', 55980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55983, 55983, '2002-03', '2002-03', 55980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44862, 44862, '2003-04', '2003-04', 55980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98020, 98020, '2004-05', '2004-05', 55980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44858, 44858, '2005-06', '2005-06', 55980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149918, 149918, '2006-07 & Later', '2006-07-and-Later', 55980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 214, 214, 'Other', 'Other', 644, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133070, 133070, 'Basketball-WNBA', 'Basketball-WNBA', 212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2934, 2934, 'Graded', 'Graded', 133070, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133071, 133071, 'Non-Graded', 'Non-Graded', 133070, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55984, 55984, 'Boxing', 'Boxing', 212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55985, 55985, 'Graded', 'Graded', 55984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37795, 37795, 'Non-Graded', 'Non-Graded', 55984, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133072, 133072, 'College Trading Cards', 'College-Trading-Cards', 212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133073, 133073, 'College Basketball Cards', 'College-Basketball-Cards', 133072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133074, 133074, 'College Football Cards', 'College-Football-Cards', 133072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133075, 133075, 'Other College Cards', 'Other-College-Cards', 133072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25558, 25558, 'etopps', 'etopps', 212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11235, 11235, 'etopps Baseball', 'etopps-Baseball', 25558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25561, 25561, 'etopps Basketball', 'etopps-Basketball', 25558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25563, 25563, 'etopps Classics', 'etopps-Classics', 25558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25559, 25559, 'etopps Football', 'etopps-Football', 25558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25562, 25562, 'etopps Hockey', 'etopps-Hockey', 25558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43370, 43370, 'etopps NASCAR', 'etopps-NASCAR', 25558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74700, 74700, 'etopps UK Football', 'etopps-UK-Football', 25558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150100, 150100, 'etopps Wrestling', 'etopps-Wrestling', 25558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2937, 2937, 'Football-CFL (Canadian)', 'Football-CFL-Canadian', 212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2938, 2938, 'Boxes, Cases', 'Boxes-Cases', 2937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2939, 2939, 'Lots', 'Lots', 2937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2940, 2940, 'Packs', 'Packs', 2937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2941, 2941, 'Rookies', 'Rookies', 2937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2942, 2942, 'Sets', 'Sets', 2937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2943, 2943, 'Singles', 'Singles', 2937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2936, 2936, 'Other', 'Other', 2937, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 651, 651, 'Football-NFL', 'Football-NFL', 212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26371, 26371, 'Boxes, Cases', 'Boxes-Cases', 651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26372, 26372, 'Pre-1990', 'Pre-1990', 26371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60533, 60533, '1990-99', '1990-99', 26371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60534, 60534, '1990', '1990', 60533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60535, 60535, '1991', '1991', 60533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60536, 60536, '1992', '1992', 60533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60537, 60537, '1993', '1993', 60533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60538, 60538, '1994', '1994', 60533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60539, 60539, '1995', '1995', 60533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60540, 60540, '1996', '1996', 60533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60541, 60541, '1997', '1997', 60533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60542, 60542, '1998', '1998', 60533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60543, 60543, '1999', '1999', 60533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55986, 55986, '2000-Now', '2000-Now', 26371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55987, 55987, '2000', '2000', 55986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55988, 55988, '2001', '2001', 55986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56127, 56127, '2002', '2002', 55986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44863, 44863, '2003', '2003', 55986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55989, 55989, '2004', '2004', 55986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111054, 111054, '2005', '2005', 55986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 652, 652, '2006', '2006', 55986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149907, 149907, '2007 & Later', '2007-and-Later', 55986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44864, 44864, 'Lots', 'Lots', 651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44865, 44865, 'Pre-1980', 'Pre-1980', 44864, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44866, 44866, '1980-89', '1980-89', 44864, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44867, 44867, '1990-99', '1990-99', 44864, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55990, 55990, '2000-Now', '2000-Now', 44864, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55991, 55991, '2000', '2000', 55990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55992, 55992, '2001', '2001', 55990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56128, 56128, '2002', '2002', 55990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44869, 44869, '2003', '2003', 55990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55993, 55993, '2004', '2004', 55990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111055, 111055, '2005', '2005', 55990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44868, 44868, '2006', '2006', 55990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149908, 149908, '2007 & Later', '2007-and-Later', 55990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 653, 653, 'Other-Mixed', 'Other-Mixed', 44864, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55994, 55994, 'Packs', 'Packs', 651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55995, 55995, 'Pre-1980', 'Pre-1980', 55994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55996, 55996, '1980-89', '1980-89', 55994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55997, 55997, '1990-99', '1990-99', 55994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 654, 654, '2000-Now', '2000-Now', 55994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23843, 23843, 'Rookies (Pre-1980)', 'Rookies-Pre-1980', 651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23845, 23845, 'Graded', 'Graded', 23843, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23846, 23846, 'Non-Graded', 'Non-Graded', 23843, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28091, 28091, 'Rookies (1980-89)', 'Rookies-1980-89', 651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55998, 55998, 'Graded', 'Graded', 28091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55999, 55999, 'BGS', 'BGS', 55998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56000, 56000, 'PSA', 'PSA', 55998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28093, 28093, 'Other Graders', 'Other-Graders', 55998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28095, 28095, 'Non-Graded', 'Non-Graded', 28091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28097, 28097, 'Rookies (1990-99)', 'Rookies-1990-99', 651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56001, 56001, 'Graded', 'Graded', 28097, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56002, 56002, 'BGS', 'BGS', 56001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56003, 56003, 'PSA', 'PSA', 56001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28099, 28099, 'Other Graders', 'Other-Graders', 56001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56004, 56004, 'Non-Graded', 'Non-Graded', 28097, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56005, 56005, '1990', '1990', 56004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56006, 56006, '1991', '1991', 56004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56007, 56007, '1992', '1992', 56004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56008, 56008, '1993', '1993', 56004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56009, 56009, '1994', '1994', 56004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56010, 56010, '1995', '1995', 56004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56011, 56011, '1996', '1996', 56004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56012, 56012, '1997', '1997', 56004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56013, 56013, '1998', '1998', 56004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56129, 56129, '1999', '1999', 56004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23844, 23844, 'Rookies (2000-Now)', 'Rookies-2000-Now', 651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56014, 56014, 'Graded', 'Graded', 23844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56015, 56015, 'BGS', 'BGS', 56014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56016, 56016, 'PSA', 'PSA', 56014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16291, 16291, 'Other Graders', 'Other-Graders', 56014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56017, 56017, 'Non-Graded', 'Non-Graded', 23844, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56018, 56018, '2000', '2000', 56017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56019, 56019, '2001', '2001', 56017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56130, 56130, '2002', '2002', 56017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44872, 44872, '2003', '2003', 56017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56020, 56020, '2004', '2004', 56017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111056, 111056, '2005', '2005', 56017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 655, 655, '2006', '2006', 56017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149909, 149909, '2007 & Later', '2007-and-Later', 56017, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44873, 44873, 'Sets', 'Sets', 651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44874, 44874, 'Pre-1980', 'Pre-1980', 44873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44875, 44875, '1980-89', '1980-89', 44873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44876, 44876, '1990-99', '1990-99', 44873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44877, 44877, '2000-Now', '2000-Now', 44873, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16292, 16292, 'Singles (Pre-1950)', 'Singles-Pre-1950', 651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16293, 16293, 'Graded', 'Graded', 16292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2944, 2944, 'Non-Graded', 'Non-Graded', 16292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16294, 16294, 'Singles (1950-59)', 'Singles-1950-59', 651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86856, 86856, 'Graded', 'Graded', 16294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86857, 86857, 'PSA', 'PSA', 86856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86858, 86858, 'SGC', 'SGC', 86856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16295, 16295, 'Other', 'Other', 86856, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60544, 60544, 'Non-Graded', 'Non-Graded', 16294, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60545, 60545, '1950', '1950', 60544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60546, 60546, '1951', '1951', 60544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60547, 60547, '1952', '1952', 60544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60548, 60548, '1953', '1953', 60544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60549, 60549, '1954', '1954', 60544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60550, 60550, '1955', '1955', 60544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60551, 60551, '1956', '1956', 60544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60552, 60552, '1957', '1957', 60544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60553, 60553, '1958', '1958', 60544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60554, 60554, '1959', '1959', 60544, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16296, 16296, 'Singles (1960-69)', 'Singles-1960-69', 651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86859, 86859, 'Graded', 'Graded', 16296, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86860, 86860, 'PSA', 'PSA', 86859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86861, 86861, 'SGC', 'SGC', 86859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16297, 16297, 'Other', 'Other', 86859, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60555, 60555, 'Non-Graded', 'Non-Graded', 16296, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60556, 60556, '1960', '1960', 60555, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60557, 60557, '1961', '1961', 60555, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60558, 60558, '1962', '1962', 60555, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60559, 60559, '1963', '1963', 60555, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60560, 60560, '1964', '1964', 60555, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60561, 60561, '1965', '1965', 60555, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60562, 60562, '1966', '1966', 60555, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60563, 60563, '1967', '1967', 60555, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60564, 60564, '1968', '1968', 60555, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60565, 60565, '1969', '1969', 60555, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16298, 16298, 'Singles (1970-79)', 'Singles-1970-79', 651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86862, 86862, 'Graded', 'Graded', 16298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86863, 86863, 'PSA', 'PSA', 86862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86864, 86864, 'SGC', 'SGC', 86862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16299, 16299, 'Other', 'Other', 86862, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60566, 60566, 'Non-Graded', 'Non-Graded', 16298, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60567, 60567, '1970', '1970', 60566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60568, 60568, '1971', '1971', 60566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60569, 60569, '1972', '1972', 60566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60570, 60570, '1973', '1973', 60566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60571, 60571, '1974', '1974', 60566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60572, 60572, '1975', '1975', 60566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60573, 60573, '1976', '1976', 60566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60574, 60574, '1977', '1977', 60566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60575, 60575, '1978', '1978', 60566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60576, 60576, '1979', '1979', 60566, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16300, 16300, 'Singles (1980-89)', 'Singles-1980-89', 651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86865, 86865, 'Graded', 'Graded', 16300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86866, 86866, 'BGS/BCCG', 'BGS-BCCG', 86865, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86867, 86867, 'PSA', 'PSA', 86865, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16301, 16301, 'Other', 'Other', 86865, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60577, 60577, 'Non-Graded', 'Non-Graded', 16300, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60578, 60578, '1980', '1980', 60577, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60579, 60579, '1981', '1981', 60577, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60580, 60580, '1982', '1982', 60577, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60581, 60581, '1983', '1983', 60577, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60582, 60582, '1984', '1984', 60577, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60583, 60583, '1985', '1985', 60577, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60584, 60584, '1986', '1986', 60577, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60585, 60585, '1987', '1987', 60577, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60586, 60586, '1988', '1988', 60577, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60587, 60587, '1989', '1989', 60577, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16302, 16302, 'Singles (1990-99)', 'Singles-1990-99', 651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56021, 56021, 'Graded', 'Graded', 16302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56022, 56022, 'BGS', 'BGS', 56021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56023, 56023, 'PSA', 'PSA', 56021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16303, 16303, 'Other Graders', 'Other-Graders', 56021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56024, 56024, 'Non-Graded', 'Non-Graded', 16302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56025, 56025, '1990', '1990', 56024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56026, 56026, '1991', '1991', 56024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56027, 56027, '1992', '1992', 56024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56028, 56028, '1993', '1993', 56024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56029, 56029, '1994', '1994', 56024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56030, 56030, '1995', '1995', 56024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56031, 56031, '1996', '1996', 56024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56032, 56032, '1997', '1997', 56024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56033, 56033, '1998', '1998', 56024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56131, 56131, '1999', '1999', 56024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56034, 56034, 'Inserts', 'Inserts', 16302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56035, 56035, '1990', '1990', 56034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133076, 133076, '1991', '1991', 56034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133077, 133077, '1992', '1992', 56034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133078, 133078, '1993', '1993', 56034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133079, 133079, '1994', '1994', 56034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78163, 78163, '1995', '1995', 56034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78164, 78164, '1996', '1996', 56034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56036, 56036, '1997', '1997', 56034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56037, 56037, '1998', '1998', 56034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56038, 56038, '1999', '1999', 56034, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20880, 20880, 'Singles (2000-Now)', 'Singles-2000-Now', 651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56039, 56039, 'Graded', 'Graded', 20880, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56040, 56040, 'BGS', 'BGS', 56039, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56041, 56041, 'PSA', 'PSA', 56039, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20881, 20881, 'Other Graders', 'Other-Graders', 56039, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56042, 56042, 'Non-Graded', 'Non-Graded', 20880, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56043, 56043, '2000', '2000', 56042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56044, 56044, '2001', '2001', 56042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56132, 56132, '2002', '2002', 56042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44881, 44881, '2003', '2003', 56042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56045, 56045, '2004', '2004', 56042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111057, 111057, '2005', '2005', 56042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20882, 20882, '2006', '2006', 56042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149910, 149910, '2007 & Later', '2007-and-Later', 56042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56046, 56046, 'Inserts', 'Inserts', 20880, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56047, 56047, '2000', '2000', 56046, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 56048, 56048, '2001', '2001', 56046, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56133, 56133, '2002', '2002', 56046, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44882, 44882, '2003', '2003', 56046, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56049, 56049, '2004', '2004', 56046, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111058, 111058, '2005', '2005', 56046, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44878, 44878, '2006', '2006', 56046, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149911, 149911, '2007 & Later', '2007-and-Later', 56046, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 215, 215, 'Other', 'Other', 651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118970, 118970, 'Golf-LPGA', 'Golf-LPGA', 212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118971, 118971, 'Graded', 'Graded', 118970, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118972, 118972, 'Non-Graded', 'Non-Graded', 118970, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16304, 16304, 'Golf-PGA', 'Golf-PGA', 212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56050, 56050, 'Graded', 'Graded', 16304, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56051, 56051, 'BGS', 'BGS', 56050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56052, 56052, 'PSA', 'PSA', 56050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16305, 16305, 'Other Graders', 'Other-Graders', 56050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133080, 133080, 'Non-Graded', 'Non-Graded', 16304, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133081, 133081, 'Pre-1980', 'Pre-1980', 133080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133082, 133082, '1980-1989', '1980-1989', 133080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133083, 133083, '1990-1999', '1990-1999', 133080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133084, 133084, '2000-Now', '2000-Now', 133080, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133085, 133085, '2000', '2000', 133084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4240, 4240, '2001', '2001', 133084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133086, 133086, '2002', '2002', 133084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133087, 133087, '2003', '2003', 133084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133088, 133088, '2004', '2004', 133084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133089, 133089, '2005', '2005', 133084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133090, 133090, '2006', '2006', 133084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149912, 149912, '2007 & Later', '2007-and-Later', 133084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118973, 118973, 'Golf-Other', 'Golf-Other', 212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133091, 133091, 'Hockey-Minors', 'Hockey-Minors', 212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133092, 133092, 'Pre-1980', 'Pre-1980', 133091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133093, 133093, '1980-1989', '1980-1989', 133091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4241, 4241, '1990-1999', '1990-1999', 133091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133094, 133094, '2000-Now', '2000-Now', 133091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 658, 658, 'Hockey-NHL', 'Hockey-NHL', 212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44883, 44883, 'Boxes, Cases', 'Boxes-Cases', 658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44884, 44884, 'Pre-2000', 'Pre-2000', 44883, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44885, 44885, '2000-Now', '2000-Now', 44883, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 659, 659, 'Other', 'Other', 44883, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44886, 44886, 'Lots', 'Lots', 658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44887, 44887, 'Pre-1980', 'Pre-1980', 44886, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44888, 44888, '1980-89', '1980-89', 44886, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44889, 44889, '1990-99', '1990-99', 44886, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56053, 56053, '2000-Now', '2000-Now', 44886, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56054, 56054, '2000-01', '2000-01', 56053, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56055, 56055, '2001-02', '2001-02', 56053, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56134, 56134, '2002-03', '2002-03', 56053, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44891, 44891, '2003-04', '2003-04', 56053, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133095, 133095, '2004-05', '2004-05', 56053, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44890, 44890, '2005-06', '2005-06', 56053, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149919, 149919, '2006-07 & Later', '2006-07-and-Later', 56053, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 660, 660, 'Other-Mixed', 'Other-Mixed', 44886, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56056, 56056, 'Packs', 'Packs', 658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56057, 56057, 'Pre-1980', 'Pre-1980', 56056, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56058, 56058, '1980-1989', '1980-1989', 56056, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56059, 56059, '1990-1999', '1990-1999', 56056, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 661, 661, '2000-Now', '2000-Now', 56056, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23847, 23847, 'Rookies (Pre-1980)', 'Rookies-Pre-1980', 658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23848, 23848, 'Graded', 'Graded', 23847, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23849, 23849, 'Non-Graded', 'Non-Graded', 23847, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23850, 23850, 'Rookies (1980-89)', 'Rookies-1980-89', 658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16307, 16307, 'Graded', 'Graded', 23850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 662, 662, 'Non-Graded', 'Non-Graded', 23850, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37796, 37796, 'Rookies (1990-99)', 'Rookies-1990-99', 658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56060, 56060, 'Graded', 'Graded', 37796, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56061, 56061, 'BGS', 'BGS', 56060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56062, 56062, 'PSA', 'PSA', 56060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37797, 37797, 'Other Graders', 'Other-Graders', 56060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133096, 133096, 'Non-Graded', 'Non-Graded', 37796, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37798, 37798, '1990-91', '1990-91', 133096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133097, 133097, '1991-92', '1991-92', 133096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133098, 133098, '1992-93', '1992-93', 133096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133099, 133099, '1993-94', '1993-94', 133096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133100, 133100, '1994-95', '1994-95', 133096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133101, 133101, '1995-96', '1995-96', 133096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133102, 133102, '1996-97', '1996-97', 133096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133103, 133103, '1997-98', '1997-98', 133096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133104, 133104, '1998-99', '1998-99', 133096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133105, 133105, '1999-2000', '1999-2000', 133096, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37799, 37799, 'Rookies (2000-Now)', 'Rookies-2000-Now', 658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56063, 56063, 'Graded', 'Graded', 37799, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56064, 56064, 'BGS', 'BGS', 56063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56065, 56065, 'PSA', 'PSA', 56063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37800, 37800, 'Other Graders', 'Other-Graders', 56063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56066, 56066, 'Non-Graded', 'Non-Graded', 37799, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56067, 56067, '2000-01', '2000-01', 56066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56068, 56068, '2001-02', '2001-02', 56066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56135, 56135, '2002-03', '2002-03', 56066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44894, 44894, '2003-04', '2003-04', 56066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124132, 124132, '2004-05', '2004-05', 56066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124133, 124133, '2005-06', '2005-06', 56066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149920, 149920, '2006-07 & Later', '2006-07-and-Later', 56066, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44895, 44895, 'Sets', 'Sets', 658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44896, 44896, 'Pre-1980', 'Pre-1980', 44895, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44897, 44897, '1980-89', '1980-89', 44895, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44898, 44898, '1990-99', '1990-99', 44895, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44899, 44899, '2000-Now', '2000-Now', 44895, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16308, 16308, 'Singles (Pre-1960)', 'Singles-Pre-1960', 658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16309, 16309, 'Graded', 'Graded', 16308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2950, 2950, 'Non-Graded', 'Non-Graded', 16308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16311, 16311, 'Singles (1960-69)', 'Singles-1960-69', 658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16310, 16310, 'Graded', 'Graded', 16311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2951, 2951, 'Non-Graded', 'Non-Graded', 16311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16312, 16312, 'Singles (1970-79)', 'Singles-1970-79', 658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16313, 16313, 'Graded', 'Graded', 16312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2952, 2952, 'Non-Graded', 'Non-Graded', 16312, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16315, 16315, 'Singles (1980-89)', 'Singles-1980-89', 658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16314, 16314, 'Graded', 'Graded', 16315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2953, 2953, 'Non-Graded', 'Non-Graded', 16315, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16316, 16316, 'Singles (1990-99)', 'Singles-1990-99', 658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133106, 133106, 'Graded', 'Graded', 16316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133107, 133107, 'BGS', 'BGS', 133106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133108, 133108, 'PSA', 'PSA', 133106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16317, 16317, 'Other Graders', 'Other-Graders', 133106, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133109, 133109, 'Non-Graded', 'Non-Graded', 16316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133110, 133110, '1990-91', '1990-91', 133109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133111, 133111, '1991-92', '1991-92', 133109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133112, 133112, '1992-93', '1992-93', 133109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133113, 133113, '1993-94', '1993-94', 133109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133114, 133114, '1994-95', '1994-95', 133109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133115, 133115, '1995-96', '1995-96', 133109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133116, 133116, '1996-97', '1996-97', 133109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133117, 133117, '1997-98', '1997-98', 133109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133118, 133118, '1998-99', '1998-99', 133109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2954, 2954, '1999-2000', '1999-2000', 133109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133119, 133119, 'Inserts', 'Inserts', 16316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133127, 133127, '1990-91', '1990-91', 133119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133128, 133128, '1991-92', '1991-92', 133119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133120, 133120, '1992-93', '1992-93', 133119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133121, 133121, '1993-94', '1993-94', 133119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133122, 133122, '1994-95', '1994-95', 133119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133123, 133123, '1995-96', '1995-96', 133119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133124, 133124, '1996-97', '1996-97', 133119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133125, 133125, '1997-98', '1997-98', 133119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133126, 133126, '1998-99', '1998-99', 133119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78165, 78165, '1999-2000', '1999-2000', 133119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20883, 20883, 'Singles (2000-Now)', 'Singles-2000-Now', 658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20884, 20884, 'Graded', 'Graded', 20883, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56069, 56069, 'Non-Graded', 'Non-Graded', 20883, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56070, 56070, '2000-01', '2000-01', 56069, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56071, 56071, '2001-02', '2001-02', 56069, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56136, 56136, '2002-03', '2002-03', 56069, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44903, 44903, '2003-04', '2003-04', 56069, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133129, 133129, '2004-05', '2004-05', 56069, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20885, 20885, '2005-06', '2005-06', 56069, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149921, 149921, '2006-07 & Later', '2006-07-and-Later', 56069, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56072, 56072, 'Inserts', 'Inserts', 20883, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78166, 78166, '2000-01', '2000-01', 56072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56073, 56073, '2001-02', '2001-02', 56072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56074, 56074, '2002-03', '2002-03', 56072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44904, 44904, '2003-04', '2003-04', 56072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133130, 133130, '2004-05', '2004-05', 56072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44900, 44900, '2005-06', '2005-06', 56072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149922, 149922, '2006-07 & Later', '2006-07-and-Later', 56072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 216, 216, 'Other', 'Other', 658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2956, 2956, 'Olympics', 'Olympics', 212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2957, 2957, 'Boxes, Cases', 'Boxes-Cases', 2956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2958, 2958, 'Lots', 'Lots', 2956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2959, 2959, 'Packs', 'Packs', 2956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2960, 2960, 'Sets', 'Sets', 2956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2961, 2961, 'Singles', 'Singles', 2956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2955, 2955, 'Other', 'Other', 2956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133131, 133131, 'Racing-Indy Racing', 'Racing-Indy-Racing', 212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2962, 2962, 'Racing-NASCAR', 'Racing-NASCAR', 212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2963, 2963, 'Boxes, Cases', 'Boxes-Cases', 2962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44905, 44905, 'Inserts', 'Inserts', 2962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2964, 2964, 'Lots', 'Lots', 2962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2965, 2965, 'Packs', 'Packs', 2962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4246, 4246, 'Rookies', 'Rookies', 2962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2966, 2966, 'Sets', 'Sets', 2962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26374, 26374, 'Singles', 'Singles', 2962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26375, 26375, 'Pre-1980', 'Pre-1980', 26374, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26376, 26376, '1980-89', '1980-89', 26374, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26377, 26377, '1990-99', '1990-99', 26374, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56075, 56075, '2000-Now', '2000-Now', 26374, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56076, 56076, '2000', '2000', 56075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56077, 56077, '2001', '2001', 56075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56079, 56079, '2002', '2002', 56075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44906, 44906, '2003', '2003', 56075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56078, 56078, '2004', '2004', 56075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98021, 98021, '2005', '2005', 56075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2967, 2967, '2006', '2006', 56075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149913, 149913, '2007 & Later', '2007-and-Later', 56075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 666, 666, 'Other', 'Other', 2962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4244, 4244, 'Racing-Other', 'Racing-Other', 212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2971, 2971, 'Soccer', 'Soccer', 212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4297, 4297, 'British (England)', 'British-England', 2971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4298, 4298, 'European', 'European', 2971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134223, 134223, 'US', 'US', 2971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134224, 134224, 'US Mens Soccer', 'US-Mens-Soccer', 134223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2972, 2972, 'Boxes, Cases', 'Boxes-Cases', 134224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78167, 78167, 'Inserts', 'Inserts', 134224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2973, 2973, 'Lots', 'Lots', 134224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2974, 2974, 'Packs', 'Packs', 134224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4247, 4247, 'Rookies', 'Rookies', 134224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2975, 2975, 'Sets', 'Sets', 134224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2976, 2976, 'Singles', 'Singles', 134224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2970, 2970, 'Other', 'Other', 134224, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134226, 134226, 'US Womens Soccer', 'US-Womens-Soccer', 134223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 134225, 134225, 'World Cup Soccer', 'World-Cup-Soccer', 2971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43371, 43371, 'Tennis', 'Tennis', 212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2978, 2978, 'Wrestling-WWE', 'Wrestling-WWE', 212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26378, 26378, 'Storage, Display Supplies', 'Storage-Display-Supplies', 212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 217, 217, 'Other', 'Other', 212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24409, 24409, 'Fan Apparel & Souvenirs', 'Fan-Apparel-and-Souvenirs', 64482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24441, 24441, 'Baseball-Minors', 'Baseball-Minors', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24410, 24410, 'Baseball-MLB', 'Baseball-MLB', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25533, 25533, 'Anaheim Angels', 'Anaheim-Angels', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25534, 25534, 'Caps, Hats', 'Caps-Hats', 25533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25535, 25535, 'Jackets', 'Jackets', 25533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25536, 25536, 'Jerseys', 'Jerseys', 25533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98654, 98654, 'License Plates', 'License-Plates', 25533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37579, 37579, 'Photos, Prints', 'Photos-Prints', 25533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37580, 37580, 'Pins, Buttons', 'Pins-Buttons', 25533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43351, 43351, 'Publications', 'Publications', 25533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25537, 25537, 'Shirts', 'Shirts', 25533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25538, 25538, 'Other Items', 'Other-Items', 25533, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24411, 24411, 'Arizona Diamondbacks', 'Arizona-Diamondbacks', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37581, 37581, 'Bobbleheads', 'Bobbleheads', 24411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24644, 24644, 'Caps, Hats', 'Caps-Hats', 24411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24765, 24765, 'Jackets', 'Jackets', 24411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24886, 24886, 'Jerseys', 'Jerseys', 24411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83054, 83054, 'Photos, Prints', 'Photos-Prints', 24411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25007, 25007, 'Shirts', 'Shirts', 24411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25127, 25127, 'Other Items', 'Other-Items', 24411, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24412, 24412, 'Atlanta Braves', 'Atlanta-Braves', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43352, 43352, 'Bobbleheads', 'Bobbleheads', 24412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24645, 24645, 'Caps, Hats', 'Caps-Hats', 24412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24766, 24766, 'Jackets', 'Jackets', 24412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24887, 24887, 'Jerseys', 'Jerseys', 24412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37582, 37582, 'Photos, Prints', 'Photos-Prints', 24412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37583, 37583, 'Pins, Buttons', 'Pins-Buttons', 24412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25008, 25008, 'Shirts', 'Shirts', 24412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25128, 25128, 'Other Items', 'Other-Items', 24412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24413, 24413, 'Baltimore Orioles', 'Baltimore-Orioles', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83055, 83055, 'Bobbleheads', 'Bobbleheads', 24413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24646, 24646, 'Caps, Hats', 'Caps-Hats', 24413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24767, 24767, 'Jackets', 'Jackets', 24413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24888, 24888, 'Jerseys', 'Jerseys', 24413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37584, 37584, 'Photos, Prints', 'Photos-Prints', 24413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37585, 37585, 'Pins, Buttons', 'Pins-Buttons', 24413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46126, 46126, 'Publications', 'Publications', 24413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25009, 25009, 'Shirts', 'Shirts', 24413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25129, 25129, 'Other Items', 'Other-Items', 24413, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24414, 24414, 'Boston Red Sox', 'Boston-Red-Sox', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118269, 118269, 'Banners & Flags', 'Banners-and-Flags', 24414, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98655, 98655, 'Bats', 'Bats', 24414, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37586, 37586, 'Bobbleheads', 'Bobbleheads', 24414, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24647, 24647, 'Caps, Hats', 'Caps-Hats', 24414, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24768, 24768, 'Jackets', 'Jackets', 24414, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24889, 24889, 'Jerseys', 'Jerseys', 24414, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118270, 118270, 'Jewelry & Watches', 'Jewelry-and-Watches', 24414, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98656, 98656, 'Keychains', 'Keychains', 24414, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98657, 98657, 'License Plates', 'License-Plates', 24414, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98658, 98658, 'Pennants', 'Pennants', 24414, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37587, 37587, 'Photos, Prints', 'Photos-Prints', 24414, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37588, 37588, 'Pins, Buttons', 'Pins-Buttons', 24414, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98659, 98659, 'Plaques', 'Plaques', 24414, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98660, 98660, 'Posters', 'Posters', 24414, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43353, 43353, 'Publications', 'Publications', 24414, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25010, 25010, 'Shirts', 'Shirts', 24414, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98661, 98661, 'Signs', 'Signs', 24414, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83056, 83056, 'Stickers, Decals', 'Stickers-Decals', 24414, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25130, 25130, 'Other Items', 'Other-Items', 24414, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24415, 24415, 'Chicago Cubs', 'Chicago-Cubs', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118271, 118271, 'Banners & Flag', 'Banners-and-Flag', 24415, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37589, 37589, 'Bobbleheads', 'Bobbleheads', 24415, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24648, 24648, 'Caps, Hats', 'Caps-Hats', 24415, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24769, 24769, 'Jackets', 'Jackets', 24415, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24890, 24890, 'Jerseys', 'Jerseys', 24415, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118272, 118272, 'Jewelry & Watches', 'Jewelry-and-Watches', 24415, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98662, 98662, 'Keychains', 'Keychains', 24415, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83057, 83057, 'Pennants', 'Pennants', 24415, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37590, 37590, 'Photos, Prints', 'Photos-Prints', 24415, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37591, 37591, 'Pins, Buttons', 'Pins-Buttons', 24415, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83058, 83058, 'Posters', 'Posters', 24415, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43354, 43354, 'Publications', 'Publications', 24415, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25011, 25011, 'Shirts', 'Shirts', 24415, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83059, 83059, 'Signs', 'Signs', 24415, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83060, 83060, 'Tickets', 'Tickets', 24415, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25131, 25131, 'Other Items', 'Other-Items', 24415, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24416, 24416, 'Chicago White Sox', 'Chicago-White-Sox', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24649, 24649, 'Caps, Hats', 'Caps-Hats', 24416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24770, 24770, 'Jackets', 'Jackets', 24416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24891, 24891, 'Jerseys', 'Jerseys', 24416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37592, 37592, 'Photos, Prints', 'Photos-Prints', 24416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25012, 25012, 'Shirts', 'Shirts', 24416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25132, 25132, 'Other Items', 'Other-Items', 24416, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24417, 24417, 'Cincinnati Reds', 'Cincinnati-Reds', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37593, 37593, 'Bobbleheads', 'Bobbleheads', 24417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24650, 24650, 'Caps, Hats', 'Caps-Hats', 24417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24771, 24771, 'Jackets', 'Jackets', 24417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24892, 24892, 'Jerseys', 'Jerseys', 24417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37594, 37594, 'Photos, Prints', 'Photos-Prints', 24417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 37595, 37595, 'Pins, Buttons', 'Pins-Buttons', 24417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43355, 43355, 'Publications', 'Publications', 24417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25013, 25013, 'Shirts', 'Shirts', 24417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25133, 25133, 'Other Items', 'Other-Items', 24417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24418, 24418, 'Cleveland Indians', 'Cleveland-Indians', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24651, 24651, 'Caps, Hats', 'Caps-Hats', 24418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24772, 24772, 'Jackets', 'Jackets', 24418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24893, 24893, 'Jerseys', 'Jerseys', 24418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37596, 37596, 'Photos, Prints', 'Photos-Prints', 24418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25014, 25014, 'Shirts', 'Shirts', 24418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25134, 25134, 'Other Items', 'Other-Items', 24418, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24419, 24419, 'Colorado Rockies', 'Colorado-Rockies', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24652, 24652, 'Caps, Hats', 'Caps-Hats', 24419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24773, 24773, 'Jackets', 'Jackets', 24419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24894, 24894, 'Jerseys', 'Jerseys', 24419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25015, 25015, 'Shirts', 'Shirts', 24419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25135, 25135, 'Other Items', 'Other-Items', 24419, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24420, 24420, 'Detroit Tigers', 'Detroit-Tigers', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24653, 24653, 'Caps, Hats', 'Caps-Hats', 24420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24774, 24774, 'Jackets', 'Jackets', 24420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24895, 24895, 'Jerseys', 'Jerseys', 24420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37597, 37597, 'Photos, Prints', 'Photos-Prints', 24420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25016, 25016, 'Shirts', 'Shirts', 24420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25136, 25136, 'Other Items', 'Other-Items', 24420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24421, 24421, 'Florida Marlins', 'Florida-Marlins', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24654, 24654, 'Caps, Hats', 'Caps-Hats', 24421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24775, 24775, 'Jackets', 'Jackets', 24421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24896, 24896, 'Jerseys', 'Jerseys', 24421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58005, 58005, 'Plaques', 'Plaques', 24421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58006, 58006, 'Pins, Buttons', 'Pins-Buttons', 24421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25017, 25017, 'Shirts', 'Shirts', 24421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25137, 25137, 'Other Items', 'Other-Items', 24421, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24422, 24422, 'Houston Astros', 'Houston-Astros', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83061, 83061, 'Bobbleheads', 'Bobbleheads', 24422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24655, 24655, 'Caps, Hats', 'Caps-Hats', 24422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24776, 24776, 'Jackets', 'Jackets', 24422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24897, 24897, 'Jerseys', 'Jerseys', 24422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37598, 37598, 'Photos, Prints', 'Photos-Prints', 24422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25018, 25018, 'Shirts', 'Shirts', 24422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25138, 25138, 'Other Items', 'Other-Items', 24422, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24423, 24423, 'Kansas City Royals', 'Kansas-City-Royals', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24656, 24656, 'Caps, Hats', 'Caps-Hats', 24423, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24777, 24777, 'Jackets', 'Jackets', 24423, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24898, 24898, 'Jerseys', 'Jerseys', 24423, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25019, 25019, 'Shirts', 'Shirts', 24423, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25139, 25139, 'Other Items', 'Other-Items', 24423, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24424, 24424, 'Los Angeles Dodgers', 'Los-Angeles-Dodgers', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118273, 118273, 'Banners & Flags', 'Banners-and-Flags', 24424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37599, 37599, 'Bobbleheads', 'Bobbleheads', 24424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24657, 24657, 'Caps, Hats', 'Caps-Hats', 24424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24778, 24778, 'Jackets', 'Jackets', 24424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24899, 24899, 'Jerseys', 'Jerseys', 24424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37600, 37600, 'Photos, Prints', 'Photos-Prints', 24424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37601, 37601, 'Pins, Buttons', 'Pins-Buttons', 24424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37602, 37602, 'Publications', 'Publications', 24424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25020, 25020, 'Shirts', 'Shirts', 24424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25140, 25140, 'Other Items', 'Other-Items', 24424, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24425, 24425, 'Milwaukee Brewers', 'Milwaukee-Brewers', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83062, 83062, 'Bobbleheads', 'Bobbleheads', 24425, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24658, 24658, 'Caps, Hats', 'Caps-Hats', 24425, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24779, 24779, 'Jackets', 'Jackets', 24425, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24900, 24900, 'Jerseys', 'Jerseys', 24425, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25021, 25021, 'Shirts', 'Shirts', 24425, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25141, 25141, 'Other Items', 'Other-Items', 24425, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24426, 24426, 'Minnesota Twins', 'Minnesota-Twins', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44813, 44813, 'Bobbleheads', 'Bobbleheads', 24426, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24659, 24659, 'Caps, Hats', 'Caps-Hats', 24426, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24780, 24780, 'Jackets', 'Jackets', 24426, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24901, 24901, 'Jerseys', 'Jerseys', 24426, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37603, 37603, 'Photos, Prints', 'Photos-Prints', 24426, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25022, 25022, 'Shirts', 'Shirts', 24426, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25142, 25142, 'Other Items', 'Other-Items', 24426, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24427, 24427, 'Montreal Expos', 'Montreal-Expos', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44814, 44814, 'Bobbleheads', 'Bobbleheads', 24427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24660, 24660, 'Caps, Hats', 'Caps-Hats', 24427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24781, 24781, 'Jackets', 'Jackets', 24427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24902, 24902, 'Jerseys', 'Jerseys', 24427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25023, 25023, 'Shirts', 'Shirts', 24427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25143, 25143, 'Other Items', 'Other-Items', 24427, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24428, 24428, 'New York Mets', 'New-York-Mets', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37604, 37604, 'Bobbleheads', 'Bobbleheads', 24428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24661, 24661, 'Caps, Hats', 'Caps-Hats', 24428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24782, 24782, 'Jackets', 'Jackets', 24428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24903, 24903, 'Jerseys', 'Jerseys', 24428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118274, 118274, 'Jewelry & Watches', 'Jewelry-and-Watches', 24428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37605, 37605, 'Photos, Prints', 'Photos-Prints', 24428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37606, 37606, 'Pins, Buttons', 'Pins-Buttons', 24428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58007, 58007, 'Plaques', 'Plaques', 24428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83063, 83063, 'Posters', 'Posters', 24428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43356, 43356, 'Publications', 'Publications', 24428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25024, 25024, 'Shirts', 'Shirts', 24428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25144, 25144, 'Other Items', 'Other-Items', 24428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24429, 24429, 'New York Yankees', 'New-York-Yankees', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118275, 118275, 'Banners & Flags', 'Banners-and-Flags', 24429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58008, 58008, 'Bats', 'Bats', 24429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37607, 37607, 'Bobbleheads', 'Bobbleheads', 24429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24662, 24662, 'Caps, Hats', 'Caps-Hats', 24429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24783, 24783, 'Jackets', 'Jackets', 24429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24904, 24904, 'Jerseys', 'Jerseys', 24429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118276, 118276, 'Jewelry & Watches', 'Jewelry-and-Watches', 24429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83064, 83064, 'Keychains', 'Keychains', 24429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58009, 58009, 'License Plates', 'License-Plates', 24429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43357, 43357, 'Pennants', 'Pennants', 24429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37608, 37608, 'Photos, Prints', 'Photos-Prints', 24429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37609, 37609, 'Pins, Buttons', 'Pins-Buttons', 24429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58010, 58010, 'Plaques', 'Plaques', 24429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83065, 83065, 'Posters', 'Posters', 24429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37610, 37610, 'Publications', 'Publications', 24429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25025, 25025, 'Shirts', 'Shirts', 24429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83066, 83066, 'Signs', 'Signs', 24429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83067, 83067, 'Stickers, Decals', 'Stickers-Decals', 24429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83068, 83068, 'Tickets', 'Tickets', 24429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25145, 25145, 'Other Items', 'Other-Items', 24429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24430, 24430, 'Oakland Athletics', 'Oakland-Athletics', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44815, 44815, 'Bobbleheads', 'Bobbleheads', 24430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24663, 24663, 'Caps, Hats', 'Caps-Hats', 24430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24784, 24784, 'Jackets', 'Jackets', 24430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24905, 24905, 'Jerseys', 'Jerseys', 24430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37611, 37611, 'Photos, Prints', 'Photos-Prints', 24430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37612, 37612, 'Pins, Buttons', 'Pins-Buttons', 24430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25026, 25026, 'Shirts', 'Shirts', 24430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25146, 25146, 'Other Items', 'Other-Items', 24430, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24431, 24431, 'Philadelphia Phillies', 'Philadelphia-Phillies', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37613, 37613, 'Bobbleheads', 'Bobbleheads', 24431, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24664, 24664, 'Caps, Hats', 'Caps-Hats', 24431, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24785, 24785, 'Jackets', 'Jackets', 24431, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24906, 24906, 'Jerseys', 'Jerseys', 24431, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37614, 37614, 'Photos, Prints', 'Photos-Prints', 24431, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25027, 25027, 'Shirts', 'Shirts', 24431, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25147, 25147, 'Other Items', 'Other-Items', 24431, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24432, 24432, 'Pittsburgh Pirates', 'Pittsburgh-Pirates', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37615, 37615, 'Bobbleheads', 'Bobbleheads', 24432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24665, 24665, 'Caps, Hats', 'Caps-Hats', 24432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24786, 24786, 'Jackets', 'Jackets', 24432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24907, 24907, 'Jerseys', 'Jerseys', 24432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37616, 37616, 'Photos', 'Photos', 24432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37617, 37617, 'Pins, Buttons', 'Pins-Buttons', 24432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25028, 25028, 'Shirts', 'Shirts', 24432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25148, 25148, 'Other Items', 'Other-Items', 24432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24433, 24433, 'San Diego Padres', 'San-Diego-Padres', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24666, 24666, 'Caps, Hats', 'Caps-Hats', 24433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24787, 24787, 'Jackets', 'Jackets', 24433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24908, 24908, 'Jerseys', 'Jerseys', 24433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83069, 83069, 'Photos, Prints', 'Photos-Prints', 24433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25029, 25029, 'Shirts', 'Shirts', 24433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25149, 25149, 'Other Items', 'Other-Items', 24433, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24434, 24434, 'San Francisco Giants', 'San-Francisco-Giants', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37618, 37618, 'Bobbleheads', 'Bobbleheads', 24434, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24667, 24667, 'Caps, Hats', 'Caps-Hats', 24434, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24788, 24788, 'Jackets', 'Jackets', 24434, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24909, 24909, 'Jerseys', 'Jerseys', 24434, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37619, 37619, 'Photos, Prints', 'Photos-Prints', 24434, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37620, 37620, 'Pins, Buttons', 'Pins-Buttons', 24434, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25030, 25030, 'Shirts', 'Shirts', 24434, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25150, 25150, 'Other Items', 'Other-Items', 24434, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24435, 24435, 'Seattle Mariners', 'Seattle-Mariners', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37621, 37621, 'Bobbleheads', 'Bobbleheads', 24435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24668, 24668, 'Caps, Hats', 'Caps-Hats', 24435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24789, 24789, 'Jackets', 'Jackets', 24435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24910, 24910, 'Jerseys', 'Jerseys', 24435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37622, 37622, 'Photos, Prints', 'Photos-Prints', 24435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37623, 37623, 'Pins, Buttons', 'Pins-Buttons', 24435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25031, 25031, 'Shirts', 'Shirts', 24435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25151, 25151, 'Other Items', 'Other-Items', 24435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24436, 24436, 'St. Louis Cardinals', 'St-Louis-Cardinals', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118277, 118277, 'Banners & Flags', 'Banners-and-Flags', 24436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37624, 37624, 'Bobbleheads', 'Bobbleheads', 24436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24669, 24669, 'Caps, Hats', 'Caps-Hats', 24436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24790, 24790, 'Jackets', 'Jackets', 24436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24911, 24911, 'Jerseys', 'Jerseys', 24436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118278, 118278, 'Jewelry & Watches', 'Jewelry-and-Watches', 24436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118279, 118279, 'Pennants', 'Pennants', 24436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37625, 37625, 'Photos, Prints', 'Photos-Prints', 24436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58011, 58011, 'Pins, Buttons', 'Pins-Buttons', 24436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46127, 46127, 'Publications', 'Publications', 24436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25032, 25032, 'Shirts', 'Shirts', 24436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25152, 25152, 'Other Items', 'Other-Items', 24436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24437, 24437, 'Tampa Bay Devil Rays', 'Tampa-Bay-Devil-Rays', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24670, 24670, 'Caps, Hats', 'Caps-Hats', 24437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24791, 24791, 'Jackets', 'Jackets', 24437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24912, 24912, 'Jerseys', 'Jerseys', 24437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25033, 25033, 'Shirts', 'Shirts', 24437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25153, 25153, 'Other Items', 'Other-Items', 24437, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24438, 24438, 'Texas Rangers', 'Texas-Rangers', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46128, 46128, 'Bobbleheads', 'Bobbleheads', 24438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24671, 24671, 'Caps, Hats', 'Caps-Hats', 24438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24792, 24792, 'Jackets', 'Jackets', 24438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24913, 24913, 'Jerseys', 'Jerseys', 24438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83070, 83070, 'Photos, Prints', 'Photos-Prints', 24438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25034, 25034, 'Shirts', 'Shirts', 24438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25154, 25154, 'Other Items', 'Other-Items', 24438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24439, 24439, 'Toronto Blue Jays', 'Toronto-Blue-Jays', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24672, 24672, 'Caps, Hats', 'Caps-Hats', 24439, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24793, 24793, 'Jackets', 'Jackets', 24439, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24914, 24914, 'Jerseys', 'Jerseys', 24439, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25035, 25035, 'Shirts', 'Shirts', 24439, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25155, 25155, 'Other Items', 'Other-Items', 24439, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98663, 98663, 'Washington Nationals', 'Washington-Nationals', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44816, 44816, 'All Star Game', 'All-Star-Game', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43358, 43358, 'Playoffs', 'Playoffs', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43359, 43359, 'World Series', 'World-Series', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24440, 24440, 'Defunct Teams', 'Defunct-Teams', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44817, 44817, 'Other MLB Items', 'Other-MLB-Items', 24410, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78129, 78129, 'Baseball-Negro Leagues', 'Baseball-Negro-Leagues', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 204, 204, 'Baseball-Other', 'Baseball-Other', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24442, 24442, 'Basketball-NBA', 'Basketball-NBA', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83071, 83071, 'Atlanta Hawks', 'Atlanta-Hawks', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83072, 83072, 'Jerseys', 'Jerseys', 83071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25156, 25156, 'Other', 'Other', 83071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24444, 24444, 'Boston Celtics', 'Boston-Celtics', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24674, 24674, 'Caps, Hats', 'Caps-Hats', 24444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24795, 24795, 'Jackets', 'Jackets', 24444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24916, 24916, 'Jerseys', 'Jerseys', 24444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37648, 37648, 'Photos, Prints', 'Photos-Prints', 24444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25037, 25037, 'Shirts', 'Shirts', 24444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25157, 25157, 'Other Items', 'Other-Items', 24444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98664, 98664, 'Charlotte Bobcats', 'Charlotte-Bobcats', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24445, 24445, 'Charlotte Hornets', 'Charlotte-Hornets', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24675, 24675, 'Caps, Hats', 'Caps-Hats', 24445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24796, 24796, 'Jackets', 'Jackets', 24445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24917, 24917, 'Jerseys', 'Jerseys', 24445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25038, 25038, 'Shirts', 'Shirts', 24445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25158, 25158, 'Other Items', 'Other-Items', 24445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24446, 24446, 'Chicago Bulls', 'Chicago-Bulls', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24676, 24676, 'Caps, Hats', 'Caps-Hats', 24446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24797, 24797, 'Jackets', 'Jackets', 24446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24918, 24918, 'Jerseys', 'Jerseys', 24446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37649, 37649, 'Photos, Prints', 'Photos-Prints', 24446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83073, 83073, 'Posters', 'Posters', 24446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25039, 25039, 'Shirts', 'Shirts', 24446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25159, 25159, 'Other Items', 'Other-Items', 24446, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60588, 60588, 'Cleveland Cavaliers', 'Cleveland-Cavaliers', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83074, 83074, 'Bobbleheads', 'Bobbleheads', 60588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60589, 60589, 'Jerseys', 'Jerseys', 60588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60590, 60590, 'Photos, Prints', 'Photos-Prints', 60588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25160, 25160, 'Other Items', 'Other-Items', 60588, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83075, 83075, 'Dallas Mavericks', 'Dallas-Mavericks', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83076, 83076, 'Jerseys', 'Jerseys', 83075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25161, 25161, 'Other', 'Other', 83075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83077, 83077, 'Denver Nuggets', 'Denver-Nuggets', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83078, 83078, 'Jerseys', 'Jerseys', 83077, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25162, 25162, 'Other', 'Other', 83077, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24450, 24450, 'Detroit Pistons', 'Detroit-Pistons', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83079, 83079, 'Bobbleheads', 'Bobbleheads', 24450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24680, 24680, 'Caps, Hats', 'Caps-Hats', 24450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24801, 24801, 'Jackets', 'Jackets', 24450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24922, 24922, 'Jerseys', 'Jerseys', 24450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83080, 83080, 'Photos, Prints', 'Photos-Prints', 24450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83081, 83081, 'Shirts', 'Shirts', 24450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25163, 25163, 'Other Items', 'Other-Items', 24450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83082, 83082, 'Golden State Warriors', 'Golden-State-Warriors', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83083, 83083, 'Jerseys', 'Jerseys', 83082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25164, 25164, 'Other', 'Other', 83082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24452, 24452, 'Houston Rockets', 'Houston-Rockets', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37650, 37650, 'Bobbleheads', 'Bobbleheads', 24452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24682, 24682, 'Caps, Hats', 'Caps-Hats', 24452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24803, 24803, 'Jackets', 'Jackets', 24452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24924, 24924, 'Jerseys', 'Jerseys', 24452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25045, 25045, 'Shirts', 'Shirts', 24452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25165, 25165, 'Other Items', 'Other-Items', 24452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83084, 83084, 'Indiana Pacers', 'Indiana-Pacers', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83085, 83085, 'Jerseys', 'Jerseys', 83084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25166, 25166, 'Other', 'Other', 83084, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83086, 83086, 'Los Angeles Clippers', 'Los-Angeles-Clippers', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83087, 83087, 'Jerseys', 'Jerseys', 83086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25167, 25167, 'Other', 'Other', 83086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24455, 24455, 'Los Angeles Lakers', 'Los-Angeles-Lakers', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37651, 37651, 'Bobbleheads', 'Bobbleheads', 24455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24685, 24685, 'Caps, Hats', 'Caps-Hats', 24455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24806, 24806, 'Jackets', 'Jackets', 24455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24927, 24927, 'Jerseys', 'Jerseys', 24455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37652, 37652, 'Photos, Prints', 'Photos-Prints', 24455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83088, 83088, 'Posters', 'Posters', 24455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25048, 25048, 'Shirts', 'Shirts', 24455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25168, 25168, 'Other Items', 'Other-Items', 24455, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25169, 25169, 'Memphis Grizzlies', 'Memphis-Grizzlies', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83089, 83089, 'Miami Heat', 'Miami-Heat', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83090, 83090, 'Jerseys', 'Jerseys', 83089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25170, 25170, 'Other', 'Other', 83089, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83091, 83091, 'Milwaukee Bucks', 'Milwaukee-Bucks', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83092, 83092, 'Jerseys', 'Jerseys', 83091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25171, 25171, 'Other', 'Other', 83091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83093, 83093, 'Minnesota Timberwolves', 'Minnesota-Timberwolves', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83094, 83094, 'Jerseys', 'Jerseys', 83093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25172, 25172, 'Other', 'Other', 83093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24460, 24460, 'New Jersey Nets', 'New-Jersey-Nets', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24690, 24690, 'Caps, Hats', 'Caps-Hats', 24460, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24932, 24932, 'Jerseys', 'Jerseys', 24460, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25173, 25173, 'Other Items', 'Other-Items', 24460, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37653, 37653, 'New Orleans Hornets', 'New-Orleans-Hornets', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24461, 24461, 'New York Knicks', 'New-York-Knicks', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24691, 24691, 'Caps, Hats', 'Caps-Hats', 24461, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24933, 24933, 'Jerseys', 'Jerseys', 24461, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25174, 25174, 'Other Items', 'Other-Items', 24461, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83095, 83095, 'Orlando Magic', 'Orlando-Magic', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83096, 83096, 'Jerseys', 'Jerseys', 83095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25175, 25175, 'Other', 'Other', 83095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24463, 24463, 'Philadelphia 76ers', 'Philadelphia-76ers', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37654, 37654, 'Bobbleheads', 'Bobbleheads', 24463, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24693, 24693, 'Caps, Hats', 'Caps-Hats', 24463, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24814, 24814, 'Jackets', 'Jackets', 24463, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24935, 24935, 'Jerseys', 'Jerseys', 24463, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37655, 37655, 'Photos, Prints', 'Photos-Prints', 24463, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25056, 25056, 'Shirts', 'Shirts', 24463, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25176, 25176, 'Other Items', 'Other-Items', 24463, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24464, 24464, 'Phoenix Suns', 'Phoenix-Suns', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24694, 24694, 'Caps, Hats', 'Caps-Hats', 24464, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24936, 24936, 'Jerseys', 'Jerseys', 24464, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25057, 25057, 'Shirts', 'Shirts', 24464, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25177, 25177, 'Other Items', 'Other-Items', 24464, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83097, 83097, 'Portland Trailblazers', 'Portland-Trailblazers', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83098, 83098, 'Jerseys', 'Jerseys', 83097, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25178, 25178, 'Other', 'Other', 83097, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43360, 43360, 'Sacramento Kings', 'Sacramento-Kings', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43361, 43361, 'Bobbleheads', 'Bobbleheads', 43360, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43362, 43362, 'Jerseys', 'Jerseys', 43360, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25179, 25179, 'Other Items', 'Other-Items', 43360, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83099, 83099, 'San Antonio Spurs', 'San-Antonio-Spurs', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83100, 83100, 'Jerseys', 'Jerseys', 83099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25180, 25180, 'Other', 'Other', 83099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24468, 24468, 'Seattle Supersonics', 'Seattle-Supersonics', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24698, 24698, 'Caps, Hats', 'Caps-Hats', 24468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24940, 24940, 'Jerseys', 'Jerseys', 24468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25181, 25181, 'Other Items', 'Other-Items', 24468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83101, 83101, 'Toronto Raptors', 'Toronto-Raptors', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83102, 83102, 'Jerseys', 'Jerseys', 83101, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25182, 25182, 'Other', 'Other', 83101, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83103, 83103, 'Utah Jazz', 'Utah-Jazz', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83104, 83104, 'Jerseys', 'Jerseys', 83103, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25183, 25183, 'Other', 'Other', 83103, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25184, 25184, 'Vancouver Grizzlies', 'Vancouver-Grizzlies', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46129, 46129, 'Washington Wizards', 'Washington-Wizards', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46130, 46130, 'Jerseys', 'Jerseys', 46129, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46131, 46131, 'Photos, Prints', 'Photos-Prints', 46129, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25185, 25185, 'Other Items', 'Other-Items', 46129, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24473, 24473, 'Defunct Teams', 'Defunct-Teams', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46132, 46132, 'NBA Championship Items', 'NBA-Championship-Items', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44818, 44818, 'Other NBA Items', 'Other-NBA-Items', 24442, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2851, 2851, 'Basketball-WNBA', 'Basketball-WNBA', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 205, 205, 'Basketball-Other', 'Basketball-Other', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31633, 31633, 'Boxing', 'Boxing', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31634, 31634, 'Photos, Prints', 'Photos-Prints', 31633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37656, 37656, 'Posters', 'Posters', 31633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31635, 31635, 'Publications', 'Publications', 31633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1227, 1227, 'Other Boxing Items', 'Other-Boxing-Items', 31633, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24541, 24541, 'College-NCAA', 'College-NCAA', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24542, 24542, 'Air Force', 'Air-Force', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83105, 83105, 'Alabama', 'Alabama', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83106, 83106, 'Jerseys', 'Jerseys', 83105, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24543, 24543, 'Other', 'Other', 83105, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83107, 83107, 'Arizona', 'Arizona', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83108, 83108, 'Jerseys', 'Jerseys', 83107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24544, 24544, 'Other', 'Other', 83107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24545, 24545, 'Arizona State', 'Arizona-State', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24546, 24546, 'Arkansas', 'Arkansas', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24547, 24547, 'Army', 'Army', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83109, 83109, 'Auburn', 'Auburn', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83110, 83110, 'Jerseys', 'Jerseys', 83109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24548, 24548, 'Other', 'Other', 83109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24549, 24549, 'Baylor', 'Baylor', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24550, 24550, 'Boston College', 'Boston-College', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24551, 24551, 'Brigham Young', 'Brigham-Young', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24552, 24552, 'California', 'California', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24553, 24553, 'Cincinnati', 'Cincinnati', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24555, 24555, 'Clemson', 'Clemson', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24556, 24556, 'Colorado', 'Colorado', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24557, 24557, 'Colorado State', 'Colorado-State', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24558, 24558, 'Connecticut', 'Connecticut', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83111, 83111, 'Duke', 'Duke', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83112, 83112, 'Caps, Hats', 'Caps-Hats', 83111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94956, 94956, 'Jerseys', 'Jerseys', 83111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24560, 24560, 'Other', 'Other', 83111, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24561, 24561, 'East Carolina', 'East-Carolina', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 83113, 83113, 'Florida', 'Florida', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83114, 83114, 'Caps, Hats', 'Caps-Hats', 83113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83115, 83115, 'Jerseys', 'Jerseys', 83113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83116, 83116, 'Shirts', 'Shirts', 83113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24562, 24562, 'Other', 'Other', 83113, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83117, 83117, 'Florida State', 'Florida-State', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83118, 83118, 'Caps, Hats', 'Caps-Hats', 83117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83119, 83119, 'Jerseys', 'Jerseys', 83117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83120, 83120, 'Shirts', 'Shirts', 83117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24563, 24563, 'Other', 'Other', 83117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24564, 24564, 'Fresno State', 'Fresno-State', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24565, 24565, 'Georgetown', 'Georgetown', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83121, 83121, 'Georgia', 'Georgia', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83122, 83122, 'Caps, Hats', 'Caps-Hats', 83121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83123, 83123, 'Jerseys', 'Jerseys', 83121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24566, 24566, 'Other', 'Other', 83121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24567, 24567, 'Georgia Tech', 'Georgia-Tech', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24571, 24571, 'Illinois', 'Illinois', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24572, 24572, 'Indiana', 'Indiana', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83124, 83124, 'Iowa', 'Iowa', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83125, 83125, 'Pins, Buttons', 'Pins-Buttons', 83124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24573, 24573, 'Other', 'Other', 83124, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24574, 24574, 'Iowa State', 'Iowa-State', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24575, 24575, 'Kansas', 'Kansas', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24576, 24576, 'Kansas State', 'Kansas-State', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83126, 83126, 'Kentucky', 'Kentucky', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83127, 83127, 'Caps, Hats', 'Caps-Hats', 83126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94957, 94957, 'Jerseys', 'Jerseys', 83126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24577, 24577, 'Other', 'Other', 83126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83128, 83128, 'LSU', 'LSU', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94958, 94958, 'Banners, Flags', 'Banners-Flags', 83128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83129, 83129, 'Shirts', 'Shirts', 83128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24578, 24578, 'Other', 'Other', 83128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24579, 24579, 'Louisville', 'Louisville', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24581, 24581, 'Maryland', 'Maryland', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83130, 83130, 'Miami-Florida', 'Miami-Florida', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83131, 83131, 'Caps, Hats', 'Caps-Hats', 83130, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83132, 83132, 'Jerseys', 'Jerseys', 83130, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24584, 24584, 'Other', 'Other', 83130, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83133, 83133, 'Michigan', 'Michigan', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94959, 94959, 'Banners, Flags', 'Banners-Flags', 83133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83134, 83134, 'Caps, Hats', 'Caps-Hats', 83133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83135, 83135, 'Jerseys', 'Jerseys', 83133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83136, 83136, 'Shirts', 'Shirts', 83133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24586, 24586, 'Other', 'Other', 83133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24587, 24587, 'Michigan State', 'Michigan-State', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24588, 24588, 'Minnesota', 'Minnesota', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24589, 24589, 'Mississippi', 'Mississippi', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24590, 24590, 'Mississippi State', 'Mississippi-State', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24591, 24591, 'Missouri', 'Missouri', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24592, 24592, 'Navy', 'Navy', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83137, 83137, 'Nebraska', 'Nebraska', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83138, 83138, 'Caps, Hats', 'Caps-Hats', 83137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94960, 94960, 'Jerseys', 'Jerseys', 83137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24593, 24593, 'Other', 'Other', 83137, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83139, 83139, 'North Carolina', 'North-Carolina', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83140, 83140, 'Caps, Hats', 'Caps-Hats', 83139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83141, 83141, 'Jerseys', 'Jerseys', 83139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24596, 24596, 'Other', 'Other', 83139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24597, 24597, 'North Carolina State', 'North-Carolina-State', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24598, 24598, 'Northwestern', 'Northwestern', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83142, 83142, 'Notre Dame', 'Notre-Dame', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83143, 83143, 'Caps, Hats', 'Caps-Hats', 83142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83144, 83144, 'Jerseys', 'Jerseys', 83142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83145, 83145, 'Shirts', 'Shirts', 83142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24599, 24599, 'Other', 'Other', 83142, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83146, 83146, 'Ohio State', 'Ohio-State', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94961, 94961, 'Banners, Flags', 'Banners-Flags', 83146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83147, 83147, 'Caps, Hats', 'Caps-Hats', 83146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83148, 83148, 'Jerseys', 'Jerseys', 83146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83149, 83149, 'Shirts', 'Shirts', 83146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24600, 24600, 'Other', 'Other', 83146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83150, 83150, 'Oklahoma', 'Oklahoma', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83151, 83151, 'Caps, Hats', 'Caps-Hats', 83150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83152, 83152, 'Jerseys', 'Jerseys', 83150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24601, 24601, 'Other', 'Other', 83150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24602, 24602, 'Oklahoma State', 'Oklahoma-State', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24603, 24603, 'Oregon', 'Oregon', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24604, 24604, 'Oregon State', 'Oregon-State', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83153, 83153, 'Penn State', 'Penn-State', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83154, 83154, 'Jerseys', 'Jerseys', 83153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83155, 83155, 'Shirts', 'Shirts', 83153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24605, 24605, 'Other', 'Other', 83153, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24606, 24606, 'Pittsburgh', 'Pittsburgh', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24607, 24607, 'Purdue', 'Purdue', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24614, 24614, 'South Carolina', 'South-Carolina', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24617, 24617, 'Stanford', 'Stanford', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24618, 24618, 'Syracuse', 'Syracuse', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24623, 24623, 'TCU', 'TCU', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83156, 83156, 'Tennessee', 'Tennessee', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83157, 83157, 'Caps, Hats', 'Caps-Hats', 83156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83158, 83158, 'Jerseys', 'Jerseys', 83156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83159, 83159, 'Shirts', 'Shirts', 83156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24620, 24620, 'Other', 'Other', 83156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83160, 83160, 'Texas', 'Texas', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94962, 94962, 'Banners, Flags', 'Banners-Flags', 83160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83161, 83161, 'Caps, Hats', 'Caps-Hats', 83160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83162, 83162, 'Jerseys', 'Jerseys', 83160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24621, 24621, 'Other', 'Other', 83160, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24622, 24622, 'Texas A&M', 'Texas-AandM', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24624, 24624, 'Texas Tech', 'Texas-Tech', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24625, 24625, 'Tulane', 'Tulane', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83163, 83163, 'UCLA', 'UCLA', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83164, 83164, 'Jerseys', 'Jerseys', 83163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24628, 24628, 'Other', 'Other', 83163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24629, 24629, 'UNLV', 'UNLV', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24630, 24630, 'USC', 'USC', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24633, 24633, 'Vanderbilt', 'Vanderbilt', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24635, 24635, 'Virginia', 'Virginia', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24636, 24636, 'Virginia Tech', 'Virginia-Tech', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24637, 24637, 'Wake Forest', 'Wake-Forest', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24638, 24638, 'Washington', 'Washington', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24639, 24639, 'Washington State', 'Washington-State', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24640, 24640, 'West Virginia', 'West-Virginia', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24641, 24641, 'Wisconsin', 'Wisconsin', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37787, 37787, 'Bowl Game Items', 'Bowl-Game-Items', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25550, 25550, 'Other Schools', 'Other-Schools', 24541, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2855, 2855, 'Cycling', 'Cycling', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2859, 2859, 'Fishing', 'Fishing', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2861, 2861, 'Football-CFL', 'Football-CFL', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24475, 24475, 'Football-NFL', 'Football-NFL', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58012, 58012, 'Arizona Cardinals', 'Arizona-Cardinals', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58013, 58013, 'Caps, Hats', 'Caps-Hats', 58012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58014, 58014, 'Jerseys', 'Jerseys', 58012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118280, 118280, 'Jewelry & Watches', 'Jewelry-and-Watches', 58012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94963, 94963, 'Keychains', 'Keychains', 58012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25186, 25186, 'Other Items', 'Other-Items', 58012, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24477, 24477, 'Atlanta Falcons', 'Atlanta-Falcons', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94964, 94964, 'Banners & Flags', 'Banners-and-Flags', 24477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37657, 37657, 'Bobbleheads', 'Bobbleheads', 24477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24704, 24704, 'Caps, Hats', 'Caps-Hats', 24477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37658, 37658, 'Helmets', 'Helmets', 24477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24946, 24946, 'Jerseys', 'Jerseys', 24477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118281, 118281, 'Jewelry & Watches', 'Jewelry-and-Watches', 24477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94965, 94965, 'Keychains', 'Keychains', 24477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37659, 37659, 'Photos, Prints', 'Photos-Prints', 24477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25187, 25187, 'Other Items', 'Other-Items', 24477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24479, 24479, 'Baltimore Ravens', 'Baltimore-Ravens', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24706, 24706, 'Caps, Hats', 'Caps-Hats', 24479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37660, 37660, 'Helmets', 'Helmets', 24479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24948, 24948, 'Jerseys', 'Jerseys', 24479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118282, 118282, 'Jewelry & Watches', 'Jewelry-and-Watches', 24479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94966, 94966, 'Keychains', 'Keychains', 24479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25069, 25069, 'Shirts', 'Shirts', 24479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25189, 25189, 'Other Items', 'Other-Items', 24479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24480, 24480, 'Buffalo Bills', 'Buffalo-Bills', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118283, 118283, 'Banners & Flags', 'Banners-and-Flags', 24480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37661, 37661, 'Bobbleheads', 'Bobbleheads', 24480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24707, 24707, 'Caps, Hats', 'Caps-Hats', 24480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37662, 37662, 'Helmets', 'Helmets', 24480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24828, 24828, 'Jackets', 'Jackets', 24480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24949, 24949, 'Jerseys', 'Jerseys', 24480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118284, 118284, 'Jewelry & Watches', 'Jewelry-and-Watches', 24480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94967, 94967, 'Keychains', 'Keychains', 24480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37663, 37663, 'Photos, Prints', 'Photos-Prints', 24480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37664, 37664, 'Pins, Buttons', 'Pins-Buttons', 24480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25070, 25070, 'Shirts', 'Shirts', 24480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25190, 25190, 'Other Items', 'Other-Items', 24480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24481, 24481, 'Carolina Panthers', 'Carolina-Panthers', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24708, 24708, 'Caps, Hats', 'Caps-Hats', 24481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37665, 37665, 'Helmets', 'Helmets', 24481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24829, 24829, 'Jackets', 'Jackets', 24481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24950, 24950, 'Jerseys', 'Jerseys', 24481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94968, 94968, 'Keychains, Jewelry & Watches', 'Keychains-Jewelry-and-Watches', 24481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25071, 25071, 'Shirts', 'Shirts', 24481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25191, 25191, 'Other Items', 'Other-Items', 24481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24482, 24482, 'Chicago Bears', 'Chicago-Bears', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94969, 94969, 'Banners & Flags', 'Banners-and-Flags', 24482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37666, 37666, 'Bobbleheads', 'Bobbleheads', 24482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24709, 24709, 'Caps, Hats', 'Caps-Hats', 24482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94970, 94970, 'Car Accessories', 'Car-Accessories', 24482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37667, 37667, 'Helmets', 'Helmets', 24482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24830, 24830, 'Jackets', 'Jackets', 24482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24951, 24951, 'Jerseys', 'Jerseys', 24482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118285, 118285, 'Jewelry & Watches', 'Jewelry-and-Watches', 24482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94971, 94971, 'Keychains', 'Keychains', 24482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116120, 116120, 'Pennants', 'Pennants', 24482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37668, 37668, 'Photos, Prints', 'Photos-Prints', 24482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37669, 37669, 'Pins, Buttons', 'Pins-Buttons', 24482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83165, 83165, 'Posters', 'Posters', 24482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25072, 25072, 'Shirts', 'Shirts', 24482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94972, 94972, 'Signs', 'Signs', 24482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25192, 25192, 'Other Items', 'Other-Items', 24482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24483, 24483, 'Cincinnati Bengals', 'Cincinnati-Bengals', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24710, 24710, 'Caps, Hats', 'Caps-Hats', 24483, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37670, 37670, 'Helmets', 'Helmets', 24483, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24831, 24831, 'Jackets', 'Jackets', 24483, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24952, 24952, 'Jerseys', 'Jerseys', 24483, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118286, 118286, 'Jewelry & Watches', 'Jewelry-and-Watches', 24483, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94973, 94973, 'Keychains', 'Keychains', 24483, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37671, 37671, 'Pins, Buttons', 'Pins-Buttons', 24483, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25073, 25073, 'Shirts', 'Shirts', 24483, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25193, 25193, 'Other Items', 'Other-Items', 24483, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24484, 24484, 'Cleveland Browns', 'Cleveland-Browns', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94974, 94974, 'Banners & Flags', 'Banners-and-Flags', 24484, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37672, 37672, 'Bobbleheads', 'Bobbleheads', 24484, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24711, 24711, 'Caps, Hats', 'Caps-Hats', 24484, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94975, 94975, 'Car Accessories', 'Car-Accessories', 24484, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94976, 94976, 'Cups, Mugs & Glasses', 'Cups-Mugs-and-Glasses', 24484, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37673, 37673, 'Helmets', 'Helmets', 24484, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24832, 24832, 'Jackets', 'Jackets', 24484, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24953, 24953, 'Jerseys', 'Jerseys', 24484, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118287, 118287, 'Jewelry & Watches', 'Jewelry-and-Watches', 24484, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94977, 94977, 'Keychains', 'Keychains', 24484, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37674, 37674, 'Photos, Prints', 'Photos-Prints', 24484, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37675, 37675, 'Pins, Buttons', 'Pins-Buttons', 24484, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25074, 25074, 'Shirts', 'Shirts', 24484, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25194, 25194, 'Other Items', 'Other-Items', 24484, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24485, 24485, 'Dallas Cowboys', 'Dallas-Cowboys', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94978, 94978, 'Banners & Flags', 'Banners-and-Flags', 24485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37676, 37676, 'Bobbleheads', 'Bobbleheads', 24485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24712, 24712, 'Caps, Hats', 'Caps-Hats', 24485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37677, 37677, 'Helmets', 'Helmets', 24485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24833, 24833, 'Jackets', 'Jackets', 24485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24954, 24954, 'Jerseys', 'Jerseys', 24485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118288, 118288, 'Jewelry & Watches', 'Jewelry-and-Watches', 24485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94979, 94979, 'Keychains', 'Keychains', 24485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116121, 116121, 'Pennants', 'Pennants', 24485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37678, 37678, 'Photos, Prints', 'Photos-Prints', 24485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37679, 37679, 'Pins, Buttons', 'Pins-Buttons', 24485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83166, 83166, 'Posters', 'Posters', 24485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25075, 25075, 'Shirts', 'Shirts', 24485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94980, 94980, 'Signs', 'Signs', 24485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25195, 25195, 'Other Items', 'Other-Items', 24485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24486, 24486, 'Denver Broncos', 'Denver-Broncos', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94981, 94981, 'Banners & Flags', 'Banners-and-Flags', 24486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37680, 37680, 'Bobbleheads', 'Bobbleheads', 24486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24713, 24713, 'Caps, Hats', 'Caps-Hats', 24486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94982, 94982, 'Car Accessories', 'Car-Accessories', 24486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94983, 94983, 'Cups, Mugs & Glasses', 'Cups-Mugs-and-Glasses', 24486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37681, 37681, 'Helmets', 'Helmets', 24486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24834, 24834, 'Jackets', 'Jackets', 24486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24955, 24955, 'Jerseys', 'Jerseys', 24486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118289, 118289, 'Jewelry & Watches', 'Jewelry-and-Watches', 24486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94984, 94984, 'Keychains', 'Keychains', 24486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118290, 118290, 'Pennants', 'Pennants', 24486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37682, 37682, 'Photos, Prints', 'Photos-Prints', 24486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37683, 37683, 'Pins, Buttons', 'Pins-Buttons', 24486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25076, 25076, 'Shirts', 'Shirts', 24486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94985, 94985, 'Signs', 'Signs', 24486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25196, 25196, 'Other Items', 'Other-Items', 24486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24487, 24487, 'Detroit Lions', 'Detroit-Lions', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94986, 94986, 'Banners & Flags', 'Banners-and-Flags', 24487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83167, 83167, 'Bobbleheads', 'Bobbleheads', 24487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24714, 24714, 'Caps, Hats', 'Caps-Hats', 24487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94987, 94987, 'Car Accessories', 'Car-Accessories', 24487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94988, 94988, 'Cups, Mugs & Glasses', 'Cups-Mugs-and-Glasses', 24487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37684, 37684, 'Helmets', 'Helmets', 24487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24835, 24835, 'Jackets', 'Jackets', 24487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24956, 24956, 'Jerseys', 'Jerseys', 24487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118291, 118291, 'Jewelry & Watches', 'Jewelry-and-Watches', 24487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94989, 94989, 'Keychains', 'Keychains', 24487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37685, 37685, 'Photos, Prints', 'Photos-Prints', 24487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25077, 25077, 'Shirts', 'Shirts', 24487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94990, 94990, 'Signs', 'Signs', 24487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25197, 25197, 'Other Items', 'Other-Items', 24487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24488, 24488, 'Green Bay Packers', 'Green-Bay-Packers', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118292, 118292, 'Banners & Flags', 'Banners-and-Flags', 24488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37686, 37686, 'Bobbleheads', 'Bobbleheads', 24488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24715, 24715, 'Caps, Hats', 'Caps-Hats', 24488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37687, 37687, 'Helmets', 'Helmets', 24488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24836, 24836, 'Jackets', 'Jackets', 24488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24957, 24957, 'Jerseys', 'Jerseys', 24488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118293, 118293, 'Jewelry & Watches', 'Jewelry-and-Watches', 24488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94991, 94991, 'Keychains', 'Keychains', 24488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116122, 116122, 'Pennants', 'Pennants', 24488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37688, 37688, 'Photos, Prints', 'Photos-Prints', 24488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37689, 37689, 'Pins, Buttons', 'Pins-Buttons', 24488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83168, 83168, 'Posters', 'Posters', 24488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25078, 25078, 'Shirts', 'Shirts', 24488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25198, 25198, 'Other Items', 'Other-Items', 24488, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24489, 24489, 'Houston Texans', 'Houston-Texans', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37690, 37690, 'Bobbleheads', 'Bobbleheads', 24489, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24716, 24716, 'Caps, Hats', 'Caps-Hats', 24489, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37691, 37691, 'Helmets', 'Helmets', 24489, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24837, 24837, 'Jackets', 'Jackets', 24489, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24958, 24958, 'Jerseys', 'Jerseys', 24489, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118294, 118294, 'Jewelry & Watches', 'Jewelry-and-Watches', 24489, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94992, 94992, 'Keychains', 'Keychains', 24489, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25079, 25079, 'Shirts', 'Shirts', 24489, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25199, 25199, 'Other Items', 'Other-Items', 24489, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24490, 24490, 'Indianapolis Colts', 'Indianapolis-Colts', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37692, 37692, 'Bobbleheads', 'Bobbleheads', 24490, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24717, 24717, 'Caps, Hats', 'Caps-Hats', 24490, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37693, 37693, 'Helmets', 'Helmets', 24490, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24838, 24838, 'Jackets', 'Jackets', 24490, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24959, 24959, 'Jerseys', 'Jerseys', 24490, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118295, 118295, 'Jewelry & Watches', 'Jewelry-and-Watches', 24490, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94993, 94993, 'Keychains', 'Keychains', 24490, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37694, 37694, 'Photos, Prints', 'Photos-Prints', 24490, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37695, 37695, 'Pins, Buttons', 'Pins-Buttons', 24490, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25080, 25080, 'Shirts', 'Shirts', 24490, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94994, 94994, 'Signs', 'Signs', 24490, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25200, 25200, 'Other Items', 'Other-Items', 24490, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24491, 24491, 'Jacksonville Jaguars', 'Jacksonville-Jaguars', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24718, 24718, 'Caps, Hats', 'Caps-Hats', 24491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37696, 37696, 'Helmets', 'Helmets', 24491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24839, 24839, 'Jackets', 'Jackets', 24491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24960, 24960, 'Jerseys', 'Jerseys', 24491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118296, 118296, 'Jewelry & Watches', 'Jewelry-and-Watches', 24491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94995, 94995, 'Keychains', 'Keychains', 24491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25081, 25081, 'Shirts', 'Shirts', 24491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25201, 25201, 'Other Items', 'Other-Items', 24491, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24492, 24492, 'Kansas City Chiefs', 'Kansas-City-Chiefs', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24719, 24719, 'Caps, Hats', 'Caps-Hats', 24492, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94996, 94996, 'Car Accessories', 'Car-Accessories', 24492, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37697, 37697, 'Helmets', 'Helmets', 24492, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24840, 24840, 'Jackets', 'Jackets', 24492, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24961, 24961, 'Jerseys', 'Jerseys', 24492, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118297, 118297, 'Jewelry & Watches', 'Jewelry-and-Watches', 24492, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94997, 94997, 'Keychains', 'Keychains', 24492, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83169, 83169, 'Photos, Prints', 'Photos-Prints', 24492, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37698, 37698, 'Pins, Buttons', 'Pins-Buttons', 24492, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25082, 25082, 'Shirts', 'Shirts', 24492, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94998, 94998, 'Signs', 'Signs', 24492, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25202, 25202, 'Other Items', 'Other-Items', 24492, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24493, 24493, 'Miami Dolphins', 'Miami-Dolphins', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94999, 94999, 'Banners & Flags', 'Banners-and-Flags', 24493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37699, 37699, 'Bobbleheads', 'Bobbleheads', 24493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24720, 24720, 'Caps, Hats', 'Caps-Hats', 24493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95000, 95000, 'Car Accessories', 'Car-Accessories', 24493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37700, 37700, 'Helmets', 'Helmets', 24493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24841, 24841, 'Jackets', 'Jackets', 24493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24962, 24962, 'Jerseys', 'Jerseys', 24493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118298, 118298, 'Jewelry & Watches', 'Jewelry-and-Watches', 24493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95001, 95001, 'Keychains', 'Keychains', 24493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37701, 37701, 'Photos, Prints', 'Photos-Prints', 24493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37702, 37702, 'Pins, Buttons', 'Pins-Buttons', 24493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25083, 25083, 'Shirts', 'Shirts', 24493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95002, 95002, 'Signs', 'Signs', 24493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25203, 25203, 'Other Items', 'Other-Items', 24493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24494, 24494, 'Minnesota Vikings', 'Minnesota-Vikings', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37703, 37703, 'Bobbleheads', 'Bobbleheads', 24494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24721, 24721, 'Caps, Hats', 'Caps-Hats', 24494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95003, 95003, 'Car Accessories', 'Car-Accessories', 24494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37704, 37704, 'Helmets', 'Helmets', 24494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24842, 24842, 'Jackets', 'Jackets', 24494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24963, 24963, 'Jerseys', 'Jerseys', 24494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118299, 118299, 'Jewelry & Watches', 'Jewelry-and-Watches', 24494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95004, 95004, 'Keychains', 'Keychains', 24494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37705, 37705, 'Photos, Prints', 'Photos-Prints', 24494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37706, 37706, 'Pins, Buttons', 'Pins-Buttons', 24494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25084, 25084, 'Shirts', 'Shirts', 24494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95005, 95005, 'Signs', 'Signs', 24494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25204, 25204, 'Other Items', 'Other-Items', 24494, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24495, 24495, 'New England Patriots', 'New-England-Patriots', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83170, 83170, 'Banners & Flags', 'Banners-and-Flags', 24495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58015, 58015, 'Bobbleheads', 'Bobbleheads', 24495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24722, 24722, 'Caps, Hats', 'Caps-Hats', 24495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95006, 95006, 'Car Accessories', 'Car-Accessories', 24495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95007, 95007, 'Cups, Mugs & Glasses', 'Cups-Mugs-and-Glasses', 24495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83171, 83171, 'Helmets', 'Helmets', 24495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24843, 24843, 'Jackets', 'Jackets', 24495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24964, 24964, 'Jerseys', 'Jerseys', 24495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118300, 118300, 'Jewelry & Watches', 'Jewelry-and-Watches', 24495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95008, 95008, 'Keychains', 'Keychains', 24495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116123, 116123, 'Pennants', 'Pennants', 24495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83172, 83172, 'Photos, Prints', 'Photos-Prints', 24495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83173, 83173, 'Pins, Buttons', 'Pins-Buttons', 24495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83174, 83174, 'Posters', 'Posters', 24495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25085, 25085, 'Shirts', 'Shirts', 24495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83175, 83175, 'Signs', 'Signs', 24495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25205, 25205, 'Other Items', 'Other-Items', 24495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24496, 24496, 'New Orleans Saints', 'New-Orleans-Saints', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24723, 24723, 'Caps, Hats', 'Caps-Hats', 24496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37707, 37707, 'Helmets', 'Helmets', 24496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24844, 24844, 'Jackets', 'Jackets', 24496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24965, 24965, 'Jerseys', 'Jerseys', 24496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118301, 118301, 'Jewelry & Watches', 'Jewelry-and-Watches', 24496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95009, 95009, 'Keychains', 'Keychains', 24496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37708, 37708, 'Photos, Prints', 'Photos-Prints', 24496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25086, 25086, 'Shirts', 'Shirts', 24496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25206, 25206, 'Other Items', 'Other-Items', 24496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24497, 24497, 'New York Giants', 'New-York-Giants', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95010, 95010, 'Banners & Flags', 'Banners-and-Flags', 24497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37709, 37709, 'Bobbleheads', 'Bobbleheads', 24497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24724, 24724, 'Caps, Hats', 'Caps-Hats', 24497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95011, 95011, 'Car Accessories', 'Car-Accessories', 24497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37710, 37710, 'Helmets', 'Helmets', 24497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24845, 24845, 'Jackets', 'Jackets', 24497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24966, 24966, 'Jerseys', 'Jerseys', 24497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118302, 118302, 'Jewelry & Watches', 'Jewelry-and-Watches', 24497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95012, 95012, 'Keychains', 'Keychains', 24497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37711, 37711, 'Photos, Prints', 'Photos-Prints', 24497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37712, 37712, 'Pins, Buttons', 'Pins-Buttons', 24497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25087, 25087, 'Shirts', 'Shirts', 24497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95013, 95013, 'Signs', 'Signs', 24497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25207, 25207, 'Other Items', 'Other-Items', 24497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24498, 24498, 'New York Jets', 'New-York-Jets', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24725, 24725, 'Caps, Hats', 'Caps-Hats', 24498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95014, 95014, 'Car Accessories', 'Car-Accessories', 24498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37713, 37713, 'Helmets', 'Helmets', 24498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24846, 24846, 'Jackets', 'Jackets', 24498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24967, 24967, 'Jerseys', 'Jerseys', 24498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118303, 118303, 'Jewelry & Watches', 'Jewelry-and-Watches', 24498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95015, 95015, 'Keychains', 'Keychains', 24498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37714, 37714, 'Photos, Prints', 'Photos-Prints', 24498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37715, 37715, 'Pins, Buttons', 'Pins-Buttons', 24498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25088, 25088, 'Shirts', 'Shirts', 24498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95016, 95016, 'Signs', 'Signs', 24498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25208, 25208, 'Other Items', 'Other-Items', 24498, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24499, 24499, 'Oakland Raiders', 'Oakland-Raiders', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95017, 95017, 'Banners & Flags', 'Banners-and-Flags', 24499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37716, 37716, 'Bobbleheads', 'Bobbleheads', 24499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24726, 24726, 'Caps, Hats', 'Caps-Hats', 24499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95018, 95018, 'Car Accessories', 'Car-Accessories', 24499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95019, 95019, 'Cups, Mugs & Glasses', 'Cups-Mugs-and-Glasses', 24499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37717, 37717, 'Helmets', 'Helmets', 24499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24847, 24847, 'Jackets', 'Jackets', 24499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24968, 24968, 'Jerseys', 'Jerseys', 24499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118304, 118304, 'Jewelry & Watches', 'Jewelry-and-Watches', 24499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 95020, 95020, 'Keychains', 'Keychains', 24499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116124, 116124, 'Pennants', 'Pennants', 24499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37718, 37718, 'Photos, Prints', 'Photos-Prints', 24499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37719, 37719, 'Pins, Buttons', 'Pins-Buttons', 24499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95021, 95021, 'Posters', 'Posters', 24499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25089, 25089, 'Shirts', 'Shirts', 24499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95022, 95022, 'Signs', 'Signs', 24499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83176, 83176, 'Stickers, Decals', 'Stickers-Decals', 24499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25209, 25209, 'Other Items', 'Other-Items', 24499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24500, 24500, 'Philadelphia Eagles', 'Philadelphia-Eagles', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95023, 95023, 'Banners & Flags', 'Banners-and-Flags', 24500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37720, 37720, 'Bobbleheads', 'Bobbleheads', 24500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24727, 24727, 'Caps, Hats', 'Caps-Hats', 24500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95024, 95024, 'Car Accessories', 'Car-Accessories', 24500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95025, 95025, 'Cups, Mugs & Glasses', 'Cups-Mugs-and-Glasses', 24500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37721, 37721, 'Helmets', 'Helmets', 24500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24848, 24848, 'Jackets', 'Jackets', 24500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24969, 24969, 'Jerseys', 'Jerseys', 24500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118305, 118305, 'Jewelry & Watches', 'Jewelry-and-Watches', 24500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95026, 95026, 'Keychains', 'Keychains', 24500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37722, 37722, 'Photos, Prints', 'Photos-Prints', 24500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37723, 37723, 'Pins, Buttons', 'Pins-Buttons', 24500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25090, 25090, 'Shirts', 'Shirts', 24500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25210, 25210, 'Other Items', 'Other-Items', 24500, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24501, 24501, 'Pittsburgh Steelers', 'Pittsburgh-Steelers', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95027, 95027, 'Banners & Flags', 'Banners-and-Flags', 24501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37724, 37724, 'Bobbleheads', 'Bobbleheads', 24501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24728, 24728, 'Caps, Hats', 'Caps-Hats', 24501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95028, 95028, 'Car Accessories', 'Car-Accessories', 24501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37725, 37725, 'Helmets', 'Helmets', 24501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24849, 24849, 'Jackets', 'Jackets', 24501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24970, 24970, 'Jerseys', 'Jerseys', 24501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118306, 118306, 'Jewelry & Watches', 'Jewelry-and-Watches', 24501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95029, 95029, 'Keychains', 'Keychains', 24501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83177, 83177, 'Lithographs', 'Lithographs', 24501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116125, 116125, 'Pennants', 'Pennants', 24501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37726, 37726, 'Photos, Prints', 'Photos-Prints', 24501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37727, 37727, 'Pins, Buttons', 'Pins-Buttons', 24501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95030, 95030, 'Posters', 'Posters', 24501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25091, 25091, 'Shirts', 'Shirts', 24501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95031, 95031, 'Signs', 'Signs', 24501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25211, 25211, 'Other Items', 'Other-Items', 24501, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24502, 24502, 'San Diego Chargers', 'San-Diego-Chargers', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24729, 24729, 'Caps, Hats', 'Caps-Hats', 24502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37728, 37728, 'Helmets', 'Helmets', 24502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24850, 24850, 'Jackets', 'Jackets', 24502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24971, 24971, 'Jerseys', 'Jerseys', 24502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118307, 118307, 'Jewelry & Watches', 'Jewelry-and-Watches', 24502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95032, 95032, 'Keychains', 'Keychains', 24502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25092, 25092, 'Shirts', 'Shirts', 24502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25212, 25212, 'Other Items', 'Other-Items', 24502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24503, 24503, 'San Francisco 49ers', 'San-Francisco-49ers', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37729, 37729, 'Bobbleheads', 'Bobbleheads', 24503, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24730, 24730, 'Caps, Hats', 'Caps-Hats', 24503, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95033, 95033, 'Car Accessories', 'Car-Accessories', 24503, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95034, 95034, 'Cups, Mugs & Glasses', 'Cups-Mugs-and-Glasses', 24503, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37730, 37730, 'Helmets', 'Helmets', 24503, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24851, 24851, 'Jackets', 'Jackets', 24503, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24972, 24972, 'Jerseys', 'Jerseys', 24503, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118308, 118308, 'Jewelry & Watches', 'Jewelry-and-Watches', 24503, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95035, 95035, 'Keychains', 'Keychains', 24503, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37731, 37731, 'Photos, Prints', 'Photos-Prints', 24503, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37732, 37732, 'Pins, Buttons', 'Pins-Buttons', 24503, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25093, 25093, 'Shirts', 'Shirts', 24503, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83178, 83178, 'Signs', 'Signs', 24503, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25213, 25213, 'Other Items', 'Other-Items', 24503, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24504, 24504, 'Seattle Seahawks', 'Seattle-Seahawks', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24731, 24731, 'Caps, Hats', 'Caps-Hats', 24504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37733, 37733, 'Helmets', 'Helmets', 24504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24852, 24852, 'Jackets', 'Jackets', 24504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24973, 24973, 'Jerseys', 'Jerseys', 24504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118309, 118309, 'Jewelry & Watches', 'Jewelry-and-Watches', 24504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95036, 95036, 'Keychains', 'Keychains', 24504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25094, 25094, 'Shirts', 'Shirts', 24504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25214, 25214, 'Other Items', 'Other-Items', 24504, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24505, 24505, 'St. Louis Rams', 'St-Louis-Rams', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37734, 37734, 'Bobbleheads', 'Bobbleheads', 24505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24732, 24732, 'Caps, Hats', 'Caps-Hats', 24505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37735, 37735, 'Helmets', 'Helmets', 24505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24853, 24853, 'Jackets', 'Jackets', 24505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24974, 24974, 'Jerseys', 'Jerseys', 24505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118310, 118310, 'Jewelry & Watches', 'Jewelry-and-Watches', 24505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95037, 95037, 'Keychains', 'Keychains', 24505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37736, 37736, 'Photos, Prints', 'Photos-Prints', 24505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37737, 37737, 'Pins, Buttons', 'Pins-Buttons', 24505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25095, 25095, 'Shirts', 'Shirts', 24505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25215, 25215, 'Other Items', 'Other-Items', 24505, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24506, 24506, 'Tampa Bay Buccaneers', 'Tampa-Bay-Buccaneers', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95038, 95038, 'Banners & Flags', 'Banners-and-Flags', 24506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37738, 37738, 'Bobbleheads', 'Bobbleheads', 24506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24733, 24733, 'Caps, Hats', 'Caps-Hats', 24506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95039, 95039, 'Car Accessories', 'Car-Accessories', 24506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37739, 37739, 'Helmets', 'Helmets', 24506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24854, 24854, 'Jackets', 'Jackets', 24506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24975, 24975, 'Jerseys', 'Jerseys', 24506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118311, 118311, 'Jewelry & Watches', 'Jewelry-and-Watches', 24506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95040, 95040, 'Keychains', 'Keychains', 24506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37740, 37740, 'Photos, Prints', 'Photos-Prints', 24506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37741, 37741, 'Pins, Buttons', 'Pins-Buttons', 24506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25096, 25096, 'Shirts', 'Shirts', 24506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25216, 25216, 'Other Items', 'Other-Items', 24506, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24507, 24507, 'Tennessee Titans', 'Tennessee-Titans', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58016, 58016, 'Bobbleheads', 'Bobbleheads', 24507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24734, 24734, 'Caps, Hats', 'Caps-Hats', 24507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37742, 37742, 'Helmets', 'Helmets', 24507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24855, 24855, 'Jackets', 'Jackets', 24507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24976, 24976, 'Jerseys', 'Jerseys', 24507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118312, 118312, 'Jewelry & Watches', 'Jewelry-and-Watches', 24507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95041, 95041, 'Keychains', 'Keychains', 24507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37743, 37743, 'Pins, Buttons', 'Pins-Buttons', 24507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25097, 25097, 'Shirts', 'Shirts', 24507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25217, 25217, 'Other Items', 'Other-Items', 24507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24508, 24508, 'Washington Redskins', 'Washington-Redskins', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118313, 118313, 'Banners & Flags', 'Banners-and-Flags', 24508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24735, 24735, 'Caps, Hats', 'Caps-Hats', 24508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95042, 95042, 'Car Accessories', 'Car-Accessories', 24508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37744, 37744, 'Helmets', 'Helmets', 24508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24856, 24856, 'Jackets', 'Jackets', 24508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24977, 24977, 'Jerseys', 'Jerseys', 24508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118314, 118314, 'Jewelry & Watches', 'Jewelry-and-Watches', 24508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95043, 95043, 'Keychains', 'Keychains', 24508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 118315, 118315, 'Pennants', 'Pennants', 24508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37745, 37745, 'Photos, Prints', 'Photos-Prints', 24508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37746, 37746, 'Pins, Buttons', 'Pins-Buttons', 24508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25098, 25098, 'Shirts', 'Shirts', 24508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25218, 25218, 'Other Items', 'Other-Items', 24508, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24509, 24509, 'Defunct Teams', 'Defunct-Teams', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37747, 37747, 'Super Bowl', 'Super-Bowl', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37748, 37748, 'Caps, Hats', 'Caps-Hats', 37747, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37749, 37749, 'Photos, Prints', 'Photos-Prints', 37747, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37750, 37750, 'Pins, Buttons', 'Pins-Buttons', 37747, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37751, 37751, 'Publications', 'Publications', 37747, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38324, 38324, 'Shirts', 'Shirts', 37747, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37752, 37752, 'Other Items', 'Other-Items', 37747, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 206, 206, 'Other NFL Items', 'Other-NFL-Items', 24475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 83179, 83179, 'Football-XFL', 'Football-XFL', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37753, 37753, 'Football-Other', 'Football-Other', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31647, 31647, 'Golf-PGA', 'Golf-PGA', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25547, 25547, 'Caps, Hats', 'Caps-Hats', 31647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37754, 37754, 'Flags', 'Flags', 31647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31648, 31648, 'Photos, Prints', 'Photos-Prints', 31647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31649, 31649, 'Pins, Buttons', 'Pins-Buttons', 31647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31650, 31650, 'Publications', 'Publications', 31647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25548, 25548, 'Shirts', 'Shirts', 31647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38327, 38327, 'Souvenir Balls', 'Souvenir-Balls', 31647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38328, 38328, 'Souvenir Clubs', 'Souvenir-Clubs', 31647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 428, 428, 'Other PGA Items', 'Other-PGA-Items', 31647, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37755, 37755, 'Golf-Other', 'Golf-Other', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2870, 2870, 'Hockey-Minors', 'Hockey-Minors', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24510, 24510, 'Hockey-NHL', 'Hockey-NHL', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24511, 24511, 'Anaheim Mighty Ducks', 'Anaheim-Mighty-Ducks', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24736, 24736, 'Caps, Hats', 'Caps-Hats', 24511, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24857, 24857, 'Jackets', 'Jackets', 24511, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24978, 24978, 'Jerseys', 'Jerseys', 24511, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25099, 25099, 'Shirts', 'Shirts', 24511, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25219, 25219, 'Other Items', 'Other-Items', 24511, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25220, 25220, 'Atlanta Thrashers', 'Atlanta-Thrashers', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24513, 24513, 'Boston Bruins', 'Boston-Bruins', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24738, 24738, 'Caps, Hats', 'Caps-Hats', 24513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24859, 24859, 'Jackets', 'Jackets', 24513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24980, 24980, 'Jerseys', 'Jerseys', 24513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37759, 37759, 'Photos, Prints', 'Photos-Prints', 24513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37760, 37760, 'Pucks', 'Pucks', 24513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25101, 25101, 'Shirts', 'Shirts', 24513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25221, 25221, 'Other Items', 'Other-Items', 24513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24514, 24514, 'Buffalo Sabres', 'Buffalo-Sabres', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24739, 24739, 'Caps, Hats', 'Caps-Hats', 24514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24860, 24860, 'Jackets', 'Jackets', 24514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24981, 24981, 'Jerseys', 'Jerseys', 24514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37761, 37761, 'Pucks', 'Pucks', 24514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25102, 25102, 'Shirts', 'Shirts', 24514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25222, 25222, 'Other Items', 'Other-Items', 24514, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24515, 24515, 'Calgary Flames', 'Calgary-Flames', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24982, 24982, 'Jerseys', 'Jerseys', 24515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37762, 37762, 'Pucks', 'Pucks', 24515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25223, 25223, 'Other Items', 'Other-Items', 24515, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25224, 25224, 'Carolina Hurricanes', 'Carolina-Hurricanes', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24517, 24517, 'Chicago Blackhawks', 'Chicago-Blackhawks', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24742, 24742, 'Caps, Hats', 'Caps-Hats', 24517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24863, 24863, 'Jackets', 'Jackets', 24517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24984, 24984, 'Jerseys', 'Jerseys', 24517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37763, 37763, 'Pucks', 'Pucks', 24517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25105, 25105, 'Shirts', 'Shirts', 24517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25225, 25225, 'Other Items', 'Other-Items', 24517, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24518, 24518, 'Colorado Avalanche', 'Colorado-Avalanche', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24743, 24743, 'Caps, Hats', 'Caps-Hats', 24518, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24864, 24864, 'Jackets', 'Jackets', 24518, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24985, 24985, 'Jerseys', 'Jerseys', 24518, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37764, 37764, 'Pucks', 'Pucks', 24518, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25106, 25106, 'Shirts', 'Shirts', 24518, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25226, 25226, 'Other Items', 'Other-Items', 24518, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25227, 25227, 'Columbus Blue Jackets', 'Columbus-Blue-Jackets', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24520, 24520, 'Dallas Stars', 'Dallas-Stars', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24987, 24987, 'Jerseys', 'Jerseys', 24520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37765, 37765, 'Pucks', 'Pucks', 24520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25228, 25228, 'Other Items', 'Other-Items', 24520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24521, 24521, 'Detroit Red Wings', 'Detroit-Red-Wings', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37766, 37766, 'Bobbleheads', 'Bobbleheads', 24521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24746, 24746, 'Caps, Hats', 'Caps-Hats', 24521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24867, 24867, 'Jackets', 'Jackets', 24521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24988, 24988, 'Jerseys', 'Jerseys', 24521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37767, 37767, 'Photos, Prints', 'Photos-Prints', 24521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37768, 37768, 'Pucks', 'Pucks', 24521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25108, 25108, 'Shirts', 'Shirts', 24521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25229, 25229, 'Other Items', 'Other-Items', 24521, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24522, 24522, 'Edmonton Oilers', 'Edmonton-Oilers', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24989, 24989, 'Jerseys', 'Jerseys', 24522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37769, 37769, 'Pucks', 'Pucks', 24522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25230, 25230, 'Other Items', 'Other-Items', 24522, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25231, 25231, 'Florida Panthers', 'Florida-Panthers', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24524, 24524, 'Los Angeles Kings', 'Los-Angeles-Kings', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24991, 24991, 'Jerseys', 'Jerseys', 24524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37770, 37770, 'Pucks', 'Pucks', 24524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25232, 25232, 'Other Items', 'Other-Items', 24524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24525, 24525, 'Minnesota Wild', 'Minnesota-Wild', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24992, 24992, 'Jerseys', 'Jerseys', 24525, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37771, 37771, 'Pucks', 'Pucks', 24525, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25112, 25112, 'Shirts', 'Shirts', 24525, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25233, 25233, 'Other Items', 'Other-Items', 24525, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24526, 24526, 'Montreal Canadiens', 'Montreal-Canadiens', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24993, 24993, 'Jerseys', 'Jerseys', 24526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37772, 37772, 'Photos, Prints', 'Photos-Prints', 24526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37773, 37773, 'Pucks', 'Pucks', 24526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25234, 25234, 'Other Items', 'Other-Items', 24526, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25235, 25235, 'Nashville Predators', 'Nashville-Predators', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24528, 24528, 'New Jersey Devils', 'New-Jersey-Devils', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24753, 24753, 'Caps, Hats', 'Caps-Hats', 24528, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24874, 24874, 'Jackets', 'Jackets', 24528, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24995, 24995, 'Jerseys', 'Jerseys', 24528, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37774, 37774, 'Pucks', 'Pucks', 24528, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25115, 25115, 'Shirts', 'Shirts', 24528, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25236, 25236, 'Other Items', 'Other-Items', 24528, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24529, 24529, 'New York Islanders', 'New-York-Islanders', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37775, 37775, 'Bobbleheads', 'Bobbleheads', 24529, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24754, 24754, 'Caps, Hats', 'Caps-Hats', 24529, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24875, 24875, 'Jackets', 'Jackets', 24529, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24996, 24996, 'Jerseys', 'Jerseys', 24529, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37776, 37776, 'Pucks', 'Pucks', 24529, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25116, 25116, 'Shirts', 'Shirts', 24529, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25237, 25237, 'Other Items', 'Other-Items', 24529, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24530, 24530, 'New York Rangers', 'New-York-Rangers', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24755, 24755, 'Caps, Hats', 'Caps-Hats', 24530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24876, 24876, 'Jackets', 'Jackets', 24530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24997, 24997, 'Jerseys', 'Jerseys', 24530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37777, 37777, 'Photos, Prints', 'Photos-Prints', 24530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37778, 37778, 'Pucks', 'Pucks', 24530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25117, 25117, 'Shirts', 'Shirts', 24530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25238, 25238, 'Other Items', 'Other-Items', 24530, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25239, 25239, 'Ottawa Senators', 'Ottawa-Senators', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24532, 24532, 'Philadelphia Flyers', 'Philadelphia-Flyers', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24757, 24757, 'Caps, Hats', 'Caps-Hats', 24532, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24878, 24878, 'Jackets', 'Jackets', 24532, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24999, 24999, 'Jerseys', 'Jerseys', 24532, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37779, 37779, 'Photos, Prints', 'Photos-Prints', 24532, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37780, 37780, 'Pucks', 'Pucks', 24532, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25119, 25119, 'Shirts', 'Shirts', 24532, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25240, 25240, 'Other Items', 'Other-Items', 24532, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25241, 25241, 'Phoenix Coyotes', 'Phoenix-Coyotes', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24534, 24534, 'Pittsburgh Penguins', 'Pittsburgh-Penguins', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24759, 24759, 'Caps, Hats', 'Caps-Hats', 24534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25001, 25001, 'Jerseys', 'Jerseys', 24534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37781, 37781, 'Pucks', 'Pucks', 24534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25121, 25121, 'Shirts', 'Shirts', 24534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25242, 25242, 'Other Items', 'Other-Items', 24534, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24535, 24535, 'San Jose Sharks', 'San-Jose-Sharks', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24760, 24760, 'Caps, Hats', 'Caps-Hats', 24535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25002, 25002, 'Jerseys', 'Jerseys', 24535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37782, 37782, 'Pucks', 'Pucks', 24535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25243, 25243, 'Other Items', 'Other-Items', 24535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25539, 25539, 'St. Louis Blues', 'St-Louis-Blues', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25542, 25542, 'Jerseys', 'Jerseys', 25539, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37783, 37783, 'Pucks', 'Pucks', 25539, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25544, 25544, 'Other Items', 'Other-Items', 25539, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25244, 25244, 'Tampa Bay Lightning', 'Tampa-Bay-Lightning', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24537, 24537, 'Toronto Maple Leafs', 'Toronto-Maple-Leafs', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24762, 24762, 'Caps, Hats', 'Caps-Hats', 24537, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24883, 24883, 'Jackets', 'Jackets', 24537, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25004, 25004, 'Jerseys', 'Jerseys', 24537, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37784, 37784, 'Pucks', 'Pucks', 24537, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25245, 25245, 'Other Items', 'Other-Items', 24537, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24538, 24538, 'Vancouver Canucks', 'Vancouver-Canucks', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25005, 25005, 'Jerseys', 'Jerseys', 24538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37785, 37785, 'Pucks', 'Pucks', 24538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25246, 25246, 'Other Items', 'Other-Items', 24538, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24539, 24539, 'Washington Capitals', 'Washington-Capitals', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25006, 25006, 'Jerseys', 'Jerseys', 24539, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37786, 37786, 'Pucks', 'Pucks', 24539, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25247, 25247, 'Other Items', 'Other-Items', 24539, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 24540, 24540, 'Defunct Teams', 'Defunct-Teams', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2871, 2871, 'Other NHL Items', 'Other-NHL-Items', 24510, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37756, 37756, 'Hockey-Team Canada', 'Hockey-Team-Canada', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37757, 37757, 'Jerseys', 'Jerseys', 37756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37758, 37758, 'Pucks', 'Pucks', 37756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2868, 2868, 'Other Items', 'Other-Items', 37756, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 780, 780, 'Hockey-Other', 'Hockey-Other', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31663, 31663, 'Horse Racing', 'Horse-Racing', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31664, 31664, 'Bobbleheads', 'Bobbleheads', 31663, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43363, 43363, 'Cards', 'Cards', 31663, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31665, 31665, 'Glassware', 'Glassware', 31663, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31666, 31666, 'Photos, Prints', 'Photos-Prints', 31663, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31667, 31667, 'Pins, Buttons', 'Pins-Buttons', 31663, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31668, 31668, 'Publications', 'Publications', 31663, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 429, 429, 'Other Horse Racing Items', 'Other-Horse-Racing-Items', 31663, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2873, 2873, 'Hunting', 'Hunting', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27291, 27291, 'Olympics', 'Olympics', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78130, 78130, 'Coins & Medals', 'Coins-and-Medals', 27291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78131, 78131, 'Flags', 'Flags', 27291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78132, 78132, 'Hats', 'Hats', 27291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78133, 78133, 'Mascots', 'Mascots', 27291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4396, 4396, 'Pins-Individual', 'Pins-Individual', 27291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78145, 78145, 'Pins-Sets & Collections', 'Pins-Sets-and-Collections', 27291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78146, 78146, 'Programs & Schedules', 'Programs-and-Schedules', 27291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78147, 78147, 'Shirts & Jerseys', 'Shirts-and-Jerseys', 27291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78148, 78148, 'Ticket Stubs', 'Ticket-Stubs', 27291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78149, 78149, 'Torches', 'Torches', 27291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37788, 37788, 'Other Olympic Items', 'Other-Olympic-Items', 27291, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4846, 4846, 'Racing-CART', 'Racing-CART', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2876, 2876, 'Racing-Formula 1', 'Racing-Formula-1', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1228, 1228, 'Racing-Indy', 'Racing-Indy', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25481, 25481, 'Racing-NASCAR', 'Racing-NASCAR', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155307, 155307, 'A.J. Allmendinger', 'A-J-Allmendinger', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25483, 25483, 'Bill Elliott', 'Bill-Elliott', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25484, 25484, 'Bobby Hamilton', 'Bobby-Hamilton', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25485, 25485, 'Bobby Labonte', 'Bobby-Labonte', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155308, 155308, 'Brian Vickers', 'Brian-Vickers', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25486, 25486, 'Brett Bodine', 'Brett-Bodine', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155309, 155309, 'Carl Edwards', 'Carl-Edwards', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25488, 25488, 'Casey Atwood', 'Casey-Atwood', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155310, 155310, 'Casey Mears', 'Casey-Mears', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155311, 155311, 'Clint Bowyer', 'Clint-Bowyer', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46133, 46133, 'Dale Earnhardt', 'Dale-Earnhardt', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95044, 95044, 'Banners, Flags', 'Banners-Flags', 46133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46134, 46134, 'Caps, Hats', 'Caps-Hats', 46133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46135, 46135, 'Jackets', 'Jackets', 46133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46136, 46136, 'Photos, Prints', 'Photos-Prints', 46133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46137, 46137, 'Posters', 'Posters', 46133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46138, 46138, 'Shirts', 'Shirts', 46133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25490, 25490, 'Other Items', 'Other-Items', 46133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46139, 46139, 'Dale Earnhardt Jr.', 'Dale-Earnhardt-Jr-', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95045, 95045, 'Banners, Flags', 'Banners-Flags', 46139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46140, 46140, 'Caps, Hats', 'Caps-Hats', 46139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46141, 46141, 'Jackets', 'Jackets', 46139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46142, 46142, 'Photos, Prints', 'Photos-Prints', 46139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46143, 46143, 'Posters', 'Posters', 46139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46144, 46144, 'Shirts', 'Shirts', 46139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25491, 25491, 'Other Items', 'Other-Items', 46139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25492, 25492, 'Dale Jarrett', 'Dale-Jarrett', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25493, 25493, 'Darrell Waltrip', 'Darrell-Waltrip', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37789, 37789, 'Dave Blaney', 'Dave-Blaney', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155312, 155312, 'David Gilliland', 'David-Gilliland', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155313, 155313, 'David Ragan', 'David-Ragan', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155314, 155314, 'David Reutimann', 'David-Reutimann', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155315, 155315, 'David Stremme', 'David-Stremme', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150030, 150030, 'Denny Hamlin', 'Denny-Hamlin', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25494, 25494, 'Elliott Sadler', 'Elliott-Sadler', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25496, 25496, 'Geoff Bodine', 'Geoff-Bodine', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43364, 43364, 'Greg Biffle', 'Greg-Biffle', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43365, 43365, 'Jamie McMurray', 'Jamie-McMurray', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25500, 25500, 'Jeff Burton', 'Jeff-Burton', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46145, 46145, 'Jeff Gordon', 'Jeff-Gordon', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95046, 95046, 'Banners, Flags', 'Banners-Flags', 46145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46146, 46146, 'Caps, Hats', 'Caps-Hats', 46145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46147, 46147, 'Jackets', 'Jackets', 46145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46148, 46148, 'Photos, Prints', 'Photos-Prints', 46145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46149, 46149, 'Shirts', 'Shirts', 46145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25501, 25501, 'Other Items', 'Other-Items', 46145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25502, 25502, 'Jeff Green', 'Jeff-Green', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25503, 25503, 'Jeremy Mayfield', 'Jeremy-Mayfield', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25504, 25504, 'Jerry Nadeau', 'Jerry-Nadeau', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155316, 155316, 'JJ Yeley', 'JJ-Yeley', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25505, 25505, 'Jimmie Johnson', 'Jimmie-Johnson', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25506, 25506, 'Jimmy Spencer', 'Jimmy-Spencer', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25507, 25507, 'Joe Nemechek', 'Joe-Nemechek', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25508, 25508, 'John Andretti', 'John-Andretti', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25509, 25509, 'Johnny Benson', 'Johnny-Benson', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155317, 155317, 'Johnny Sauter', 'Johnny-Sauter', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155318, 155318, 'Juan Pablo Montoya', 'Juan-Pablo-Montoya', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149923, 149923, 'Kasey Kahne', 'Kasey-Kahne', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25510, 25510, 'Ken Schrader', 'Ken-Schrader', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43366, 43366, 'Kenny Wallace', 'Kenny-Wallace', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25511, 25511, 'Kerry Earnhardt', 'Kerry-Earnhardt', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25512, 25512, 'Kevin Harvick', 'Kevin-Harvick', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25513, 25513, 'Kurt Busch', 'Kurt-Busch', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155319, 155319, 'Kyle Busch', 'Kyle-Busch', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25514, 25514, 'Kyle Petty', 'Kyle-Petty', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25516, 25516, 'Mark Martin', 'Mark-Martin', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155320, 155320, 'Martin Truex Jr.', 'Martin-Truex-Jr-', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25517, 25517, 'Matt Kenseth', 'Matt-Kenseth', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37790, 37790, 'Michael Waltrip', 'Michael-Waltrip', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25518, 25518, 'Mike Skinner', 'Mike-Skinner', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155321, 155321, 'Paul Menard', 'Paul-Menard', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155322, 155322, 'Reed Sorenson', 'Reed-Sorenson', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25521, 25521, 'Richard Petty', 'Richard-Petty', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25522, 25522, 'Ricky Craven', 'Ricky-Craven', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25523, 25523, 'Ricky Rudd', 'Ricky-Rudd', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37791, 37791, 'Robby Gordon', 'Robby-Gordon', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25524, 25524, 'Rusty Wallace', 'Rusty-Wallace', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25525, 25525, 'Ryan Newman', 'Ryan-Newman', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155323, 155323, 'Scott Riggs', 'Scott-Riggs', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25527, 25527, 'Sterling Marlin', 'Sterling-Marlin', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25528, 25528, 'Steve Park', 'Steve-Park', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25529, 25529, 'Terry Labonte', 'Terry-Labonte', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25530, 25530, 'Todd Bodine', 'Todd-Bodine', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155324, 155324, 'Tony Raines', 'Tony-Raines', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95047, 95047, 'Tony Stewart', 'Tony-Stewart', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95048, 95048, 'Banners, Flags', 'Banners-Flags', 95047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95049, 95049, 'Caps, Hats', 'Caps-Hats', 95047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95050, 95050, 'Jackets', 'Jackets', 95047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95051, 95051, 'Photos, Prints', 'Photos-Prints', 95047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95052, 95052, 'Shirts', 'Shirts', 95047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25531, 25531, 'Other Items', 'Other-Items', 95047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25532, 25532, 'Ward Burton', 'Ward-Burton', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46150, 46150, 'Other Drivers', 'Other-Drivers', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46151, 46151, 'Caps, Hats', 'Caps-Hats', 46150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46152, 46152, 'Jackets', 'Jackets', 46150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46153, 46153, 'Photos', 'Photos', 46150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46154, 46154, 'Posters', 'Posters', 46150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46155, 46155, 'Shirts', 'Shirts', 46150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 25551, 25551, 'Other Items', 'Other-Items', 46150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46156, 46156, 'Other NASCAR Items', 'Other-NASCAR-Items', 25481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2878, 2878, 'Racing-NHRA', 'Racing-NHRA', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2875, 2875, 'Racing-Other', 'Racing-Other', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2886, 2886, 'Soccer-British', 'Soccer-British', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2887, 2887, 'Soccer-European', 'Soccer-European', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2888, 2888, 'Soccer-MLS', 'Soccer-MLS', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2891, 2891, 'Soccer-World Cup', 'Soccer-World-Cup', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2885, 2885, 'Soccer-Other', 'Soccer-Other', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 430, 430, 'Tennis', 'Tennis', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31677, 31677, 'Wrestling-Professional', 'Wrestling-Professional', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31678, 31678, 'Belts', 'Belts', 31677, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31679, 31679, 'Photos', 'Photos', 31677, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43367, 43367, 'Publications', 'Publications', 31677, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43368, 43368, 'Shirts', 'Shirts', 31677, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43369, 43369, 'Videos', 'Videos', 31677, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2902, 2902, 'Other Pro Wrestling Items', 'Other-Pro-Wrestling-Items', 31677, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10553, 10553, 'Wrestling-Other', 'Wrestling-Other', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50134, 50134, 'Wholesale Lots', 'Wholesale-Lots', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37792, 37792, 'Other Sports', 'Other-Sports', 24409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2846, 2846, 'Australian Football', 'Australian-Football', 37792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2852, 2852, 'Billiards, Snooker', 'Billiards-Snooker', 37792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11234, 11234, 'Bowling', 'Bowling', 37792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2853, 2853, 'Cricket', 'Cricket', 37792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2854, 2854, 'Curling', 'Curling', 37792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2856, 2856, 'Darts', 'Darts', 37792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2857, 2857, 'Diving', 'Diving', 37792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2858, 2858, 'Equestrian', 'Equestrian', 37792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2867, 2867, 'Gymnastics', 'Gymnastics', 37792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 465, 465, 'Ice Skating', 'Ice-Skating', 37792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2879, 2879, 'Rodeo', 'Rodeo', 37792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31676, 31676, 'Rugby', 'Rugby', 37792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2880, 2880, 'League', 'League', 31676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2881, 2881, 'Union', 'Union', 31676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2882, 2882, 'Running', 'Running', 37792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2883, 2883, 'Sailing & Boating', 'Sailing-and-Boating', 37792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2884, 2884, 'Skiing', 'Skiing', 37792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2893, 2893, 'Snowboarding', 'Snowboarding', 37792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2894, 2894, 'Softball', 'Softball', 37792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2895, 2895, 'Swimming', 'Swimming', 37792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2897, 2897, 'Track & Field', 'Track-and-Field', 37792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2898, 2898, 'Volleyball', 'Volleyball', 37792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37793, 37793, 'Other', 'Other', 37792, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50116, 50116, 'Game Used Memorabilia', 'Game-Used-Memorabilia', 64482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60595, 60595, 'Baseball-MLB', 'Baseball-MLB', 50116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73418, 73418, 'Baseballs', 'Baseballs', 60595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60596, 60596, 'Bats', 'Bats', 60595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73419, 73419, 'Batting Gloves', 'Batting-Gloves', 60595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60597, 60597, 'Jerseys', 'Jerseys', 60595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50117, 50117, 'Other', 'Other', 60595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50135, 50135, 'Basketball-NBA', 'Basketball-NBA', 50116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50118, 50118, 'College-NCAA', 'College-NCAA', 50116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86826, 86826, 'Football-NFL', 'Football-NFL', 50116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86827, 86827, 'Footballs', 'Footballs', 86826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86828, 86828, 'Helmet', 'Helmet', 86826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86829, 86829, 'Jerseys', 'Jerseys', 86826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50119, 50119, 'Other', 'Other', 86826, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73420, 73420, 'Hockey-NHL', 'Hockey-NHL', 50116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73421, 73421, 'Jerseys', 'Jerseys', 73420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73422, 73422, 'Pucks', 'Pucks', 73420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73423, 73423, 'Sticks', 'Sticks', 73420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50120, 50120, 'Other', 'Other', 73420, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50121, 50121, 'Racing-Auto', 'Racing-Auto', 50116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50122, 50122, 'Other', 'Other', 50116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60591, 60591, 'Manufacturer Authenticated', 'Manufacturer-Authenticated', 64482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60592, 60592, 'Baseball-MLB', 'Baseball-MLB', 60591, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95053, 95053, 'Basketball-NBA', 'Basketball-NBA', 60591, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60593, 60593, 'Football-NFL', 'Football-NFL', 60591, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46125, 46125, 'Other', 'Other', 60591, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50123, 50123, 'Vintage Sports Memorabilia', 'Vintage-Sports-Memorabilia', 64482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50124, 50124, 'Baseballs', 'Baseballs', 50123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50125, 50125, 'Bats', 'Bats', 50123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73424, 73424, 'Bobble Heads', 'Bobble-Heads', 50123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64483, 64483, 'Cereal Boxes', 'Cereal-Boxes', 50123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78150, 78150, 'Coins', 'Coins', 50123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60598, 60598, 'Cups, Mugs', 'Cups-Mugs', 50123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50126, 50126, 'Gloves-Baseball', 'Gloves-Baseball', 50123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50127, 50127, 'Golf Clubs', 'Golf-Clubs', 50123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73425, 73425, 'Key Chains', 'Key-Chains', 50123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73426, 73426, 'Lithographs', 'Lithographs', 50123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111052, 111052, 'Paperstock, Cutouts', 'Paperstock-Cutouts', 50123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111053, 111053, 'Graded', 'Graded', 111052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86830, 86830, 'Ungraded', 'Ungraded', 111052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64484, 64484, 'Patches', 'Patches', 50123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50128, 50128, 'Pennants, Flags', 'Pennants-Flags', 50123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50129, 50129, 'Photos', 'Photos', 50123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50130, 50130, 'Pins', 'Pins', 50123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64485, 64485, 'Plaques', 'Plaques', 50123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64486, 64486, 'Plates', 'Plates', 50123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73427, 73427, 'Posters', 'Posters', 50123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73428, 73428, 'Prints', 'Prints', 50123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64487, 64487, 'Publications', 'Publications', 50123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64488, 64488, 'Magazines', 'Magazines', 64487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73429, 73429, 'Media Guides', 'Media-Guides', 64487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64489, 64489, 'Programs', 'Programs', 64487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64490, 64490, 'Baseball - MLB', 'Baseball-MLB', 64489, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64492, 64492, 'College - NCAA', 'College-NCAA', 64489, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64494, 64494, 'Football - NFL', 'Football-NFL', 64489, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64493, 64493, 'Racing', 'Racing', 64489, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50131, 50131, 'Other', 'Other', 64489, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73431, 73431, 'Schedules', 'Schedules', 64487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64491, 64491, 'Yearbooks', 'Yearbooks', 64487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73430, 73430, 'Other', 'Other', 64487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64495, 64495, 'Schedules', 'Schedules', 50123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64496, 64496, 'Signs', 'Signs', 50123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 64497, 64497, 'Shirts', 'Shirts', 50123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 73432, 73432, 'Stickers', 'Stickers', 50123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50132, 50132, 'Ticket Stubs', 'Ticket-Stubs', 50123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50133, 50133, 'Other', 'Other', 50123, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56080, 56080, 'Wholesale Lots', 'Wholesale-Lots', 64482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 260, 260, 'Stamps', 'Stamps', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 261, 261, 'United States', 'United-States', 260, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 676, 676, '19th Century: Unused', '19th-Century-Unused', 261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 675, 675, '19th Century: Used', '19th-Century-Used', 261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3461, 3461, '1901-40: Unused', '1901-40-Unused', 261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 679, 679, '1941-Now: Unused', '1941-Now-Unused', 261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 678, 678, '1901-Now: Used', '1901-Now-Used', 261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47141, 47141, 'Back of Book', 'Back-of-Book', 261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 680, 680, 'Air Mail', 'Air-Mail', 47141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3462, 3462, 'Booklets', 'Booklets', 47141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 685, 685, 'Duck Stamps', 'Duck-Stamps', 47141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 691, 691, 'Postal Cards & Stationery', 'Postal-Cards-and-Stationery', 47141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139771, 139771, 'Proofs & Essays', 'Proofs-and-Essays', 47141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 690, 690, 'Revenues', 'Revenues', 47141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 681, 681, 'Other', 'Other', 47141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3463, 3463, 'Confederate States', 'Confederate-States', 261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47147, 47147, 'Covers', 'Covers', 261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139772, 139772, 'Event Covers', 'Event-Covers', 47147, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139773, 139773, 'First Flight', 'First-Flight', 139772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139774, 139774, 'Naval', 'Naval', 139772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139775, 139775, 'Space', 'Space', 139772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 684, 684, 'Other', 'Other', 139772, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139776, 139776, 'FDCs (pre-1951)', 'FDCs-pre-1951', 47147, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3464, 3464, 'Pre-1930', 'Pre-1930', 139776, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139777, 139777, '1931-40', '1931-40', 139776, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139778, 139778, '1941-50', '1941-50', 139776, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139779, 139779, 'FDCs (1951-Now)', 'FDCs-1951-Now', 47147, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139780, 139780, '1951-60', '1951-60', 139779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139781, 139781, '1961-70', '1961-70', 139779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139782, 139782, '1971-80', '1971-80', 139779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139783, 139783, '1981-90', '1981-90', 139779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139784, 139784, '1991-2000', '1991-2000', 139779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 687, 687, '2001-Now', '2001-Now', 139779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 689, 689, 'Postal History', 'Postal-History', 47147, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47148, 47148, 'Other', 'Other', 47147, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 686, 686, 'Errors, Freaks, Oddities', 'Errors-Freaks-Oddities', 261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 682, 682, 'Plate Blocks/Multiples', 'Plate-Blocks-Multiples', 261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50252, 50252, 'Plate Number Coils', 'Plate-Number-Coils', 261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 688, 688, 'Possessions', 'Possessions', 261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47149, 47149, 'Postage', 'Postage', 261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 265, 265, 'Sheets', 'Sheets', 261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 683, 683, 'Collections, Lots', 'Collections-Lots', 261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 262, 262, 'Other', 'Other', 261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3468, 3468, 'Australia', 'Australia', 260, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3469, 3469, 'Australian States', 'Australian-States', 3468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3470, 3470, 'Booklets', 'Booklets', 3468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3472, 3472, 'Covers', 'Covers', 3468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3473, 3473, 'FDCs', 'FDCs', 3468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3474, 3474, 'Flight Covers', 'Flight-Covers', 3468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 23851, 23851, 'Kangaroos', 'Kangaroos', 3468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3475, 3475, 'Plate Blocks/Multiples', 'Plate-Blocks-Multiples', 3468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3476, 3476, 'Sheets', 'Sheets', 3468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3471, 3471, 'Collections, Lots', 'Collections-Lots', 3468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3467, 3467, 'Other', 'Other', 3468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3478, 3478, 'Canada', 'Canada', 260, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47150, 47150, 'Back of Book', 'Back-of-Book', 3478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3479, 3479, 'Blocks/Multiples', 'Blocks-Multiples', 3478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47229, 47229, 'Booklets', 'Booklets', 3478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3482, 3482, 'Covers', 'Covers', 3478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47151, 47151, 'FDCs', 'FDCs', 3478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3480, 3480, 'Mint', 'Mint', 3478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3485, 3485, 'Provinces', 'Provinces', 3478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3481, 3481, 'Used', 'Used', 3478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3486, 3486, 'Collections, Lots', 'Collections-Lots', 3478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3477, 3477, 'Other', 'Other', 3478, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 263, 263, 'Br. Comm. Other', 'Br-Comm-Other', 260, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3499, 3499, 'UK (Great Britain)', 'UK-Great-Britain', 260, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3504, 3504, 'Booklets', 'Booklets', 3499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3513, 3513, 'Commemorative', 'Commemorative', 3499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3502, 3502, 'Covers', 'Covers', 3499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3510, 3510, 'Edward VII', 'Edward-VII', 3499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3507, 3507, 'Edward VIII', 'Edward-VIII', 3499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3506, 3506, 'Elizabeth II', 'Elizabeth-II', 3499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3501, 3501, 'FDCs', 'FDCs', 3499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3509, 3509, 'George V', 'George-V', 3499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3508, 3508, 'George VI', 'George-VI', 3499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3505, 3505, 'Plate Blocks/Multiples', 'Plate-Blocks-Multiples', 3499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3500, 3500, 'Sheets', 'Sheets', 3499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3511, 3511, 'Victoria', 'Victoria', 3499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3503, 3503, 'Collections, Lots', 'Collections-Lots', 3499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3498, 3498, 'Other', 'Other', 3499, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 692, 692, 'Africa', 'Africa', 260, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47174, 47174, 'Asia', 'Asia', 260, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3487, 3487, 'China', 'China', 47174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3492, 3492, 'Japan', 'Japan', 47174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47175, 47175, 'Korea', 'Korea', 47174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47176, 47176, 'Thailand', 'Thailand', 47174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47177, 47177, 'Collections, Lots', 'Collections-Lots', 47174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 693, 693, 'Other', 'Other', 47174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4742, 4742, 'Europe', 'Europe', 260, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47159, 47159, 'Albania', 'Albania', 4742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47160, 47160, 'Austria', 'Austria', 4742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4744, 4744, 'Belgium & Colonies', 'Belgium-and-Colonies', 4742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47161, 47161, 'Bulgaria', 'Bulgaria', 4742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47162, 47162, 'Czechoslovakia, Czech Republic', 'Czechoslovakia-Czech-Republic', 4742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3497, 3497, 'Denmark & Faroe Islands', 'Denmark-and-Faroe-Islands', 4742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47170, 47170, 'Finland', 'Finland', 4742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3488, 3488, 'France & Colonies', 'France-and-Colonies', 4742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3489, 3489, 'Germany & Area', 'Germany-and-Area', 4742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47163, 47163, 'Greece', 'Greece', 4742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47164, 47164, 'Greenland', 'Greenland', 4742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4748, 4748, 'Hungary', 'Hungary', 4742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47172, 47172, 'Iceland', 'Iceland', 4742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3490, 3490, 'Ireland', 'Ireland', 4742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4745, 4745, 'Italy & Area', 'Italy-and-Area', 4742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139785, 139785, 'Liechtenstein', 'Liechtenstein', 4742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47165, 47165, 'Luxembourg', 'Luxembourg', 4742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47166, 47166, 'Netherlands & Colonies', 'Netherlands-and-Colonies', 4742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47167, 47167, 'Norway', 'Norway', 4742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47168, 47168, 'Poland', 'Poland', 4742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4746, 4746, 'Portugal & Colonies', 'Portugal-and-Colonies', 4742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47169, 47169, 'Romania', 'Romania', 4742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3495, 3495, 'Russia & Area', 'Russia-and-Area', 4742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3493, 3493, 'Spain & Colonies', 'Spain-and-Colonies', 4742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47171, 47171, 'Sweden', 'Sweden', 4742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4749, 4749, 'Switzerland', 'Switzerland', 4742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 699, 699, 'Other', 'Other', 4742, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4747, 4747, 'Latin America', 'Latin-America', 260, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3496, 3496, 'Caribbean', 'Caribbean', 4747, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 694, 694, 'Central America', 'Central-America', 4747, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3494, 3494, 'Mexico', 'Mexico', 4747, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 695, 695, 'South America', 'South-America', 4747, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47173, 47173, 'Collections, Lots', 'Collections-Lots', 4747, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4743, 4743, 'Other', 'Other', 4747, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3491, 3491, 'Middle East', 'Middle-East', 260, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 704, 704, 'Publications & Supplies', 'Publications-and-Supplies', 260, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4750, 4750, 'Memorabilia', 'Memorabilia', 704, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 701, 701, 'Publications', 'Publications', 704, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 702, 702, 'Supplies', 'Supplies', 704, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 705, 705, 'Other', 'Other', 704, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4752, 4752, 'Topical & Specialty', 'Topical-and-Specialty', 260, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4753, 4753, 'Animation, Cartoons', 'Animation-Cartoons', 4752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139786, 139786, 'Art, Fine Art', 'Art-Fine-Art', 4752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4756, 4756, 'Building, Architecture', 'Building-Architecture', 4752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139794, 139794, 'Christmas & Other Holidays', 'Christmas-and-Other-Holidays', 4752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3459, 3459, 'Cinderellas', 'Cinderellas', 4752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139792, 139792, 'Fakes & Reproductions', 'Fakes-and-Reproductions', 4752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4754, 4754, 'Famous People', 'Famous-People', 4752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139793, 139793, 'Flags & National Emblems', 'Flags-and-National-Emblems', 4752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4755, 4755, 'Flora, Fauna, Nature', 'Flora-Fauna-Nature', 4752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139787, 139787, 'Ships, Boats', 'Ships-Boats', 4752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139788, 139788, 'Sports', 'Sports', 4752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139789, 139789, 'Football', 'Football', 139788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139790, 139790, 'Soccer', 'Soccer', 139788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139791, 139791, 'Other', 'Other', 139788, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4757, 4757, 'Space', 'Space', 4752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139795, 139795, 'Trains, Railroads', 'Trains-Railroads', 4752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 139796, 139796, 'War', 'War', 4752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 698, 698, 'World Errors, Freaks, Oddities', 'World-Errors-Freaks-Oddities', 4752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 703, 703, 'Other', 'Other', 4752, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 352, 352, 'Worldwide', 'Worldwide', 260, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 700, 700, 'First Day Covers', 'First-Day-Covers', 352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 697, 697, 'Philatelic Covers', 'Philatelic-Covers', 352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3514, 3514, 'Postal History', 'Postal-History', 352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4751, 4751, 'Postal Stationery', 'Postal-Stationery', 352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3515, 3515, 'United Nations', 'United-Nations', 352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 696, 696, 'Collections, Lots', 'Collections-Lots', 352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 264, 264, 'Other', 'Other', 352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1305, 1305, 'Tickets', 'Tickets', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16122, 16122, 'Event Tickets', 'Event-Tickets', 1305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16071, 16071, 'Experiences', 'Experiences', 1305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1306, 1306, 'Other Items', 'Other-Items', 1305, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 220, 220, 'Toys & Hobbies', 'Toys-and-Hobbies', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 246, 246, 'Action Figures', 'Action-Figures', 220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2465, 2465, 'A-Team', 'A-Team', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7110, 7110, 'Action Man', 'Action-Man', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36552, 36552, 'Austin Powers', 'Austin-Powers', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 746, 746, 'Babylon 5', 'Babylon-5', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48964, 48964, 'Batman', 'Batman', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145886, 145886, 'Contemporary (1980-Now)', 'Contemporary-1980-Now', 48964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145887, 145887, 'Batgirl', 'Batgirl', 145886, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145888, 145888, 'Batman', 'Batman', 145886, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145889, 145889, 'Batmobile', 'Batmobile', 145886, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145890, 145890, 'Catwoman', 'Catwoman', 145886, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145891, 145891, 'Joker', 'Joker', 145886, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145892, 145892, 'Mixed Lot', 'Mixed-Lot', 145886, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145893, 145893, 'Penguin', 'Penguin', 145886, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145894, 145894, 'Robin', 'Robin', 145886, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2480, 2480, 'Other', 'Other', 145886, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48965, 48965, 'Vintage (Pre-1980)', 'Vintage-Pre-1980', 48964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48966, 48966, 'Mixed Lots', 'Mixed-Lots', 48964, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36553, 36553, 'Bearbrick', 'Bearbrick', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31391, 31391, 'Big Jim', 'Big-Jim', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38261, 38261, 'Bruce Lee', 'Bruce-Lee', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36554, 36554, 'Buffy the Vampire Slayer', 'Buffy-the-Vampire-Slayer', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36555, 36555, 'Captain Action', 'Captain-Action', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36556, 36556, 'Captain America', 'Captain-America', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48967, 48967, 'Daredevil', 'Daredevil', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36557, 36557, 'Dark Alliance', 'Dark-Alliance', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145916, 145916, 'Dragon', 'Dragon', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145917, 145917, 'American Military', 'American-Military', 145916, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145918, 145918, 'British Military', 'British-Military', 145916, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145919, 145919, 'German Military', 'German-Military', 145916, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145920, 145920, 'Russian Military', 'Russian-Military', 145916, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 27294, 27294, 'Other', 'Other', 145916, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48968, 48968, 'Evangelion', 'Evangelion', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16472, 16472, 'Fantastic Four', 'Fantastic-Four', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16462, 16462, 'Final Fantasy', 'Final-Fantasy', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16463, 16463, 'Ghostbusters', 'Ghostbusters', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1167, 1167, 'GI Joe', 'GI-Joe', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84609, 84609, '3 3/4-inch', '3-3-4-inch', 1167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2467, 2467, '1980-2002', '1980-2002', 84609, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155325, 155325, '2002-Now', '2002-Now', 84609, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84611, 84611, '3 3/4-inch Accessories', '3-3-4-inch-Accessories', 1167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2468, 2468, '1980-2002', '1980-2002', 84611, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155326, 155326, '2002-Now', '2002-Now', 84611, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155327, 155327, '8-inch', '8-inch', 1167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155328, 155328, 'Pre-1980', 'Pre-1980', 155327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155329, 155329, '1980-Now', '1980-Now', 155327, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155330, 155330, '8-inch Accessories', '8-inch-Accessories', 1167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155331, 155331, 'Pre-1980', 'Pre-1980', 155330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155332, 155332, '1980-Now', '1980-Now', 155330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14337, 14337, '12-inch', '12-inch', 1167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14335, 14335, 'Pre-1980', 'Pre-1980', 14337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1168, 1168, '1980-Now', '1980-Now', 14337, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14338, 14338, '12-inch Accessories', '12-inch-Accessories', 1167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14336, 14336, 'Pre-1980', 'Pre-1980', 14338, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2469, 2469, '1980-Now', '1980-Now', 14338, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48969, 48969, 'Mixed Lots', 'Mixed-Lots', 1167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 349, 349, 'Other', 'Other', 1167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36558, 36558, 'Green Goblin', 'Green-Goblin', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36559, 36559, 'Green Lantern', 'Green-Lantern', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16464, 16464, 'Gundam', 'Gundam', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52514, 52514, 'Halo', 'Halo', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58137, 58137, 'Hawkgirl', 'Hawkgirl', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48970, 48970, 'HellRaiser', 'HellRaiser', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36560, 36560, 'Homies', 'Homies', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16473, 16473, 'Incredible Hulk', 'Incredible-Hulk', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155333, 155333, 'Indiana Jones', 'Indiana-Jones', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48971, 48971, 'Iron Man', 'Iron-Man', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36561, 36561, 'James Bond', 'James-Bond', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16465, 16465, 'Jurassic Park', 'Jurassic-Park', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60153, 60153, 'Justice League of America', 'Justice-League-of-America', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16466, 16466, 'Kiss', 'Kiss', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48972, 48972, 'Kubrick', 'Kubrick', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36563, 36563, 'Living Dead Dolls', 'Living-Dead-Dolls', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44050, 44050, 'Lord of the Rings', 'Lord-of-the-Rings', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44051, 44051, 'Aragorn', 'Aragorn', 44050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60154, 60154, 'Arwen', 'Arwen', 44050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60155, 60155, 'Eowyn', 'Eowyn', 44050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44052, 44052, 'Frodo', 'Frodo', 44050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44053, 44053, 'Gandalf', 'Gandalf', 44050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60156, 60156, 'Gimli', 'Gimli', 44050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44054, 44054, 'Gollum', 'Gollum', 44050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44055, 44055, 'Legolas', 'Legolas', 44050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60157, 60157, 'Ringwraith', 'Ringwraith', 44050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52337, 52337, 'Mixed Lots', 'Mixed-Lots', 44050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20913, 20913, 'Other', 'Other', 44050, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16467, 16467, 'Macross', 'Macross', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147879, 147879, 'Marvel Legends', 'Marvel-Legends', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147880, 147880, 'Series 1', 'Series-1', 147879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147881, 147881, 'Series 2', 'Series-2', 147879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147882, 147882, 'Series 3', 'Series-3', 147879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147883, 147883, 'Series 4', 'Series-4', 147879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147884, 147884, 'Series 5', 'Series-5', 147879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147885, 147885, 'Series 6', 'Series-6', 147879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147886, 147886, 'Series 7', 'Series-7', 147879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147887, 147887, 'Series 8', 'Series-8', 147879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147888, 147888, 'Series 9 (Galactus Series)', 'Series-9-Galactus-Series', 147879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147889, 147889, 'Series 10 (Sentinel Series)', 'Series-10-Sentinel-Series', 147879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147890, 147890, 'Series 11 (Legendary Riders)', 'Series-11-Legendary-Riders', 147879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147891, 147891, 'Series 12 (Apocalypse Series)', 'Series-12-Apocalypse-Series', 147879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147892, 147892, 'Series 13 (Onslaught Series)', 'Series-13-Onslaught-Series', 147879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147893, 147893, 'Series 14 (Mojo Series)', 'Series-14-Mojo-Series', 147879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147894, 147894, 'Series 15 (Modok Series)', 'Series-15-Modok-Series', 147879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147895, 147895, 'Giant Man Series', 'Giant-Man-Series', 147879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152907, 152907, 'Sets', 'Sets', 147879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152908, 152908, 'Other', 'Other', 147879, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2466, 2466, 'Marx', 'Marx', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16468, 16468, 'M.A.S.K.', 'M-A-S-K-', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18988, 18988, 'Masters of the Universe', 'Masters-of-the-Universe', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45448, 45448, 'He-Man', 'He-Man', 18988, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45449, 45449, 'Contemporary (1990-Now)', 'Contemporary-1990-Now', 45448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18989, 18989, 'Vintage (Pre-1990)', 'Vintage-Pre-1990', 45448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18990, 18990, 'She-Ra', 'She-Ra', 18988, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48974, 48974, 'Mixed Lots', 'Mixed-Lots', 18988, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2470, 2470, 'Other', 'Other', 18988, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58138, 58138, 'Matrix', 'Matrix', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36564, 36564, 'Max Steel', 'Max-Steel', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1169, 1169, 'Mego', 'Mego', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152909, 152909, 'Micromen', 'Micromen', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2471, 2471, 'Micronauts', 'Micronauts', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152910, 152910, 'Minimates', 'Minimates', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36565, 36565, 'Movie Maniacs', 'Movie-Maniacs', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142335, 142335, 'Pirates of the Caribbean', 'Pirates-of-the-Caribbean', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16469, 16469, 'Planet of the Apes', 'Planet-of-the-Apes', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145895, 145895, 'Power Rangers', 'Power-Rangers', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145896, 145896, 'Dino Thunder', 'Dino-Thunder', 145895, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145897, 145897, 'Lightspeed', 'Lightspeed', 145895, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145898, 145898, 'Lost Galaxy', 'Lost-Galaxy', 145895, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145899, 145899, 'Morphin', 'Morphin', 145895, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145900, 145900, 'Mystic Force', 'Mystic-Force', 145895, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145901, 145901, 'Ninja Storm', 'Ninja-Storm', 145895, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155334, 155334, 'Operation Overdrive', 'Operation-Overdrive', 145895, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145902, 145902, 'Space', 'Space', 145895, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145903, 145903, 'SPD', 'SPD', 145895, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145904, 145904, 'Time Force', 'Time-Force', 145895, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145905, 145905, 'Wild Force', 'Wild-Force', 145895, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145906, 145906, 'Zeo', 'Zeo', 145895, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 749, 749, 'Other', 'Other', 145895, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97778, 97778, 'Qee', 'Qee', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36566, 36566, 'Resident Evil', 'Resident-Evil', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36567, 36567, 'Reservoir Dogs', 'Reservoir-Dogs', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36568, 36568, 'Robotech', 'Robotech', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48975, 48975, 'Saint Seiya', 'Saint-Seiya', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36569, 36569, 'Shrek', 'Shrek', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43840, 43840, 'Six Million Dollar Man', 'Six-Million-Dollar-Man', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36570, 36570, 'Small Soldiers', 'Small-Soldiers', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145907, 145907, 'Spawn', 'Spawn', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145908, 145908, 'Series 1-4', 'Series-1-4', 145907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145909, 145909, 'Series 5-8', 'Series-5-8', 145907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145910, 145910, 'Series 9-12', 'Series-9-12', 145907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145911, 145911, 'Series 13-20', 'Series-13-20', 145907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145912, 145912, 'Series 21-25', 'Series-21-25', 145907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145913, 145913, 'Series 26-27', 'Series-26-27', 145907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145914, 145914, 'Series 28-29', 'Series-28-29', 145907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2472, 2472, 'Other', 'Other', 145907, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2481, 2481, 'Spider-Man', 'Spider-Man', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 754, 754, 'Sports', 'Sports', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48976, 48976, 'McFarlane Sports', 'McFarlane-Sports', 754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150146, 150146, 'MLB Baseball', 'MLB-Baseball', 48976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150147, 150147, 'Series 1', 'Series-1', 150146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150148, 150148, 'Series 2', 'Series-2', 150146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150149, 150149, 'Series 3', 'Series-3', 150146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150150, 150150, 'Series 4', 'Series-4', 150146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150151, 150151, 'Series 5', 'Series-5', 150146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150152, 150152, 'Series 6', 'Series-6', 150146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150153, 150153, 'Series 7', 'Series-7', 150146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150154, 150154, 'Series 8', 'Series-8', 150146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150155, 150155, 'Series 9', 'Series-9', 150146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150156, 150156, 'Series 10', 'Series-10', 150146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150157, 150157, 'Series 11', 'Series-11', 150146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150158, 150158, 'Series 12', 'Series-12', 150146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150159, 150159, 'Series 13', 'Series-13', 150146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150160, 150160, 'Series 14', 'Series-14', 150146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150161, 150161, 'Series 15', 'Series-15', 150146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150162, 150162, 'Series 16', 'Series-16', 150146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150163, 150163, 'Series 17', 'Series-17', 150146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150164, 150164, 'Series 18', 'Series-18', 150146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150165, 150165, 'Series 19', 'Series-19', 150146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150166, 150166, 'Cooperstown Collection', 'Cooperstown-Collection', 150146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155335, 155335, 'Other', 'Other', 150146, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60158, 60158, 'NBA Basketball', 'NBA-Basketball', 48976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60159, 60159, 'NFL Football', 'NFL-Football', 48976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60160, 60160, 'Series 1', 'Series-1', 60159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60161, 60161, 'Series 2', 'Series-2', 60159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60162, 60162, 'Series 3', 'Series-3', 60159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60163, 60163, 'Series 4', 'Series-4', 60159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60164, 60164, 'Series 5', 'Series-5', 60159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60165, 60165, 'Series 6', 'Series-6', 60159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60166, 60166, 'Series 7', 'Series-7', 60159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150167, 150167, 'Series 8', 'Series-8', 60159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150168, 150168, 'Series 9', 'Series-9', 60159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150169, 150169, 'Series 10', 'Series-10', 60159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150170, 150170, 'Series 11', 'Series-11', 60159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150171, 150171, 'Series 12', 'Series-12', 60159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150172, 150172, 'Series 13', 'Series-13', 60159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150173, 150173, 'Series 14', 'Series-14', 60159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150174, 150174, 'NFL Legends', 'NFL-Legends', 60159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155336, 155336, 'Other', 'Other', 60159, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150175, 150175, 'NHL Hockey', 'NHL-Hockey', 48976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150176, 150176, 'Series 1', 'Series-1', 150175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150177, 150177, 'Series 2', 'Series-2', 150175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150178, 150178, 'Series 3', 'Series-3', 150175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150179, 150179, 'Series 4', 'Series-4', 150175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150180, 150180, 'Series 5', 'Series-5', 150175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150181, 150181, 'Series 6', 'Series-6', 150175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150182, 150182, 'Series 7', 'Series-7', 150175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150183, 150183, 'Series 8', 'Series-8', 150175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150184, 150184, 'Series 9', 'Series-9', 150175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150185, 150185, 'Series 10', 'Series-10', 150175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150186, 150186, 'Series 11', 'Series-11', 150175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150187, 150187, 'Series 12', 'Series-12', 150175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150188, 150188, 'Series 13', 'Series-13', 150175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150189, 150189, 'Series 14', 'Series-14', 150175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150190, 150190, 'Series 15', 'Series-15', 150175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150191, 150191, 'NHL Legends', 'NHL-Legends', 150175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155337, 155337, 'Other', 'Other', 150175, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48980, 48980, 'Mixed Lots', 'Mixed-Lots', 48976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36571, 36571, 'Other', 'Other', 48976, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2486, 2486, 'Starting Lineup', 'Starting-Lineup', 754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2487, 2487, 'Baseball', 'Baseball', 2486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2488, 2488, 'Basketball', 'Basketball', 2486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2489, 2489, 'Football', 'Football', 2486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2490, 2490, 'Hockey', 'Hockey', 2486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2491, 2491, 'Olympic', 'Olympic', 2486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48981, 48981, 'Mixed Lots', 'Mixed-Lots', 2486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 755, 755, 'Other', 'Other', 2486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16470, 16470, 'Other Brands', 'Other-Brands', 754, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16471, 16471, 'Basketball', 'Basketball', 16470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36572, 36572, 'Wrestling', 'Wrestling', 16470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36573, 36573, 'Hulk Hogan', 'Hulk-Hogan', 36572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36574, 36574, 'Jeff Hardy', 'Jeff-Hardy', 36572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36575, 36575, 'Stone Cold Steve Austin', 'Stone-Cold-Steve-Austin', 36572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36576, 36576, 'The Rock', 'The-Rock', 36572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36577, 36577, 'Undertaker', 'Undertaker', 36572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1170, 1170, 'Other Wrestling', 'Other-Wrestling', 36572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 350, 350, 'Other', 'Other', 16470, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38262, 38262, 'Star Trek', 'Star-Trek', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38263, 38263, 'Star Trek (Original)', 'Star-Trek-Original', 38262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38264, 38264, 'Next Generation', 'Next-Generation', 38262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48982, 48982, 'Mixed Lots', 'Mixed-Lots', 38262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 750, 750, 'Other', 'Other', 38262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2477, 2477, 'Star Wars', 'Star-Wars', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152947, 152947, '30th Anniversary Collection', '30th-Anniversary-Collection', 2477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48983, 48983, 'Prequels (1999-Now)', 'Prequels-1999-Now', 2477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50259, 50259, 'The Phantom Menace', 'The-Phantom-Menace', 48983, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50260, 50260, 'Figures', 'Figures', 50259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50261, 50261, 'Vehicles, Accessories', 'Vehicles-Accessories', 50259, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50262, 50262, 'Attack of the Clones', 'Attack-of-the-Clones', 48983, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50263, 50263, 'Figures', 'Figures', 50262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48984, 48984, 'Vehicles, Accessories', 'Vehicles-Accessories', 50262, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101608, 101608, 'Revenge of the Sith', 'Revenge-of-the-Sith', 48983, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101609, 101609, 'Figures', 'Figures', 101608, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101610, 101610, 'Vehicles, Accessories', 'Vehicles-Accessories', 101608, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50264, 50264, 'Mixed Lots', 'Mixed-Lots', 48983, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2476, 2476, 'Other', 'Other', 48983, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48996, 48996, 'NeoClassic (1990-2000)', 'NeoClassic-1990-2000', 2477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50265, 50265, 'Power of the Force 1995', 'Power-of-the-Force-1995', 48996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50266, 50266, 'Figures', 'Figures', 50265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50267, 50267, 'Vehicles, Accessories', 'Vehicles-Accessories', 50265, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50268, 50268, 'Power of the Jedi', 'Power-of-the-Jedi', 48996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50269, 50269, 'Figures', 'Figures', 50268, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48997, 48997, 'Vehicles, Accessories', 'Vehicles-Accessories', 50268, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50282, 50282, 'Mixed Lots', 'Mixed-Lots', 48996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2474, 2474, 'Other', 'Other', 48996, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48995, 48995, 'Vintage (1977-89)', 'Vintage-1977-89', 2477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50270, 50270, 'Star Wars: A New Hope', 'Star-Wars-A-New-Hope', 48995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50271, 50271, 'Figures', 'Figures', 50270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50272, 50272, 'Vehicles, Accessories', 'Vehicles-Accessories', 50270, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50273, 50273, 'Empire Strikes Back', 'Empire-Strikes-Back', 48995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50274, 50274, 'Figures', 'Figures', 50273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50275, 50275, 'Vehicles, Accessories', 'Vehicles-Accessories', 50273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50276, 50276, 'Return of the Jedi', 'Return-of-the-Jedi', 48995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50277, 50277, 'Figures', 'Figures', 50276, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49008, 49008, 'Vehicles, Accessories', 'Vehicles-Accessories', 50276, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52334, 52334, 'Power of the Force 1985', 'Power-of-the-Force-1985', 48995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52335, 52335, 'Figures', 'Figures', 52334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52336, 52336, 'Vehicles, Accessories', 'Vehicles-Accessories', 52334, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50278, 50278, 'Droids and Ewoks Cartoon', 'Droids-and-Ewoks-Cartoon', 48995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50279, 50279, 'Figures', 'Figures', 50278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50280, 50280, 'Vehicles, Accessories', 'Vehicles-Accessories', 50278, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50281, 50281, 'Mixed Lots', 'Mixed-Lots', 48995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2475, 2475, 'Other', 'Other', 48995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49013, 49013, 'Mixed Lots', 'Mixed-Lots', 2477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 751, 751, 'Other', 'Other', 2477, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145915, 145915, 'Stargate', 'Stargate', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152911, 152911, 'Stikfas', 'Stikfas', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2482, 2482, 'Superman', 'Superman', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 110035, 110035, 'Teen Titans', 'Teen-Titans', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45450, 45450, 'Teenage Mutant Ninja Turtles', 'Teenage-Mutant-Ninja-Turtles', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16474, 16474, 'Contemporary (1990-Now)', 'Contemporary-1990-Now', 45450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45451, 45451, 'Vintage (Pre-1990)', 'Vintage-Pre-1990', 45450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49014, 49014, 'Mixed Lots', 'Mixed-Lots', 45450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50283, 50283, 'Terminator', 'Terminator', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16475, 16475, 'Thunderbirds', 'Thunderbirds', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 16476, 16476, 'Thundercats', 'Thundercats', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16477, 16477, 'Tomb Raider', 'Tomb-Raider', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36578, 36578, 'Tortured Souls', 'Tortured-Souls', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2479, 2479, 'Transformers', 'Transformers', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155343, 155343, '2007 Movie', '2007-Movie', 2479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31392, 31392, 'Armada', 'Armada', 2479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2484, 2484, 'Beast Machines', 'Beast-Machines', 2479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2485, 2485, 'Beast Wars', 'Beast-Wars', 2479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150193, 150193, 'Cybertron', 'Cybertron', 2479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150194, 150194, 'Energon', 'Energon', 2479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4696, 4696, 'Generation 1', 'Generation-1', 2479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4697, 4697, 'Generation 2', 'Generation-2', 2479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4694, 4694, 'Japanese', 'Japanese', 2479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4695, 4695, 'Machine Wars', 'Machine-Wars', 2479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49015, 49015, 'Robots in Disguise (R.I.D.)', 'Robots-in-Disguise-R-I-D-', 2479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49016, 49016, 'Mixed Lots', 'Mixed-Lots', 2479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 753, 753, 'Other', 'Other', 2479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50284, 50284, 'Ultraman', 'Ultraman', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2492, 2492, 'Voltron', 'Voltron', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36579, 36579, 'Where the Wild Things Are', 'Where-the-Wild-Things-Are', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36580, 36580, 'Wonder Woman', 'Wonder-Woman', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36581, 36581, 'X-Files', 'X-Files', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36582, 36582, 'X-Men', 'X-Men', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36583, 36583, 'Storm', 'Storm', 36582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36584, 36584, 'Wolverine', 'Wolverine', 36582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49017, 49017, 'Mixed Lots', 'Mixed-Lots', 36582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2483, 2483, 'Other X-Men', 'Other-X-Men', 36582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2493, 2493, 'Xena', 'Xena', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58139, 58139, 'Yu-Gi-Oh', 'Yu-Gi-Oh', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36585, 36585, 'Zoids', 'Zoids', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49018, 49018, 'Mixed Lots', 'Mixed-Lots', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 348, 348, 'Other', 'Other', 246, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49019, 49019, 'Beanbag Plush, Beanie Babies', 'Beanbag-Plush-Beanie-Babies', 220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1609, 1609, 'Accessories', 'Accessories', 49019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1610, 1610, 'Boxes, Displays', 'Boxes-Displays', 1609, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1611, 1611, 'Clothes, Costumes', 'Clothes-Costumes', 1609, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1612, 1612, 'Tag Protectors', 'Tag-Protectors', 1609, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 437, 437, 'Other', 'Other', 1609, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1613, 1613, 'Bammers, Bamm Beanos', 'Bammers-Bamm-Beanos', 49019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1614, 1614, 'Baseball', 'Baseball', 1613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1615, 1615, 'Football', 'Football', 1613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1522, 1522, 'Other', 'Other', 1613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49021, 49021, 'Celebrity Bears', 'Celebrity-Bears', 49019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19201, 19201, 'Disney', 'Disney', 49019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1618, 1618, 'Mickey & Minnie', 'Mickey-and-Minnie', 19201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1619, 1619, 'Pooh & Friends', 'Pooh-and-Friends', 19201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 439, 439, 'Other', 'Other', 19201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1620, 1620, 'Grateful Dead', 'Grateful-Dead', 49019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1621, 1621, 'Meanies', 'Meanies', 49019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19203, 19203, 'Ty', 'Ty', 49019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19204, 19204, 'Attic', 'Attic', 19203, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95268, 95268, 'Bunnies, Rabbits', 'Bunnies-Rabbits', 19204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95269, 95269, 'Bears', 'Bears', 19204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1627, 1627, 'Other', 'Other', 19204, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95270, 95270, 'Baby Ty', 'Baby-Ty', 19203, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19205, 19205, 'Beanie Babies', 'Beanie-Babies', 19203, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1623, 1623, 'Current', 'Current', 19205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1624, 1624, 'Bears', 'Bears', 1623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49022, 49022, 'Cats', 'Cats', 1623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49023, 49023, 'Country Exclusives', 'Country-Exclusives', 1623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49024, 49024, 'Dogs', 'Dogs', 1623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49025, 49025, 'Farm Animals', 'Farm-Animals', 1623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49027, 49027, 'Safari Animals', 'Safari-Animals', 1623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49028, 49028, 'Sealife', 'Sealife', 1623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1625, 1625, 'Seasonal, Holiday', 'Seasonal-Holiday', 1623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49026, 49026, 'Mixed Lots', 'Mixed-Lots', 1623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 438, 438, 'Other', 'Other', 1623, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1638, 1638, 'Retired', 'Retired', 19205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1639, 1639, 'Bears', 'Bears', 1638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49029, 49029, 'Birds', 'Birds', 1638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49030, 49030, 'Bunnies', 'Bunnies', 1638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49031, 49031, 'Cats', 'Cats', 1638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49032, 49032, 'Country Exclusives', 'Country-Exclusives', 1638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49033, 49033, 'Dogs', 'Dogs', 1638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63655, 63655, 'Dragons', 'Dragons', 1638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49034, 49034, 'Farm Animals', 'Farm-Animals', 1638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145921, 145921, 'Forest Animals', 'Forest-Animals', 1638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145922, 145922, 'Insects, Spiders', 'Insects-Spiders', 1638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145923, 145923, 'Marsupials', 'Marsupials', 1638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49035, 49035, 'Monkeys', 'Monkeys', 1638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145924, 145924, 'Reptiles, Dinosaurs', 'Reptiles-Dinosaurs', 1638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49036, 49036, 'Safari Animals', 'Safari-Animals', 1638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49037, 49037, 'Sealife', 'Sealife', 1638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1640, 1640, 'Seasonal, Holiday', 'Seasonal-Holiday', 1638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49038, 49038, 'Mixed Lots', 'Mixed-Lots', 1638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 440, 440, 'Other', 'Other', 1638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16479, 16479, 'Beanie Boppers', 'Beanie-Boppers', 19203, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19206, 19206, 'Beanie Buddies', 'Beanie-Buddies', 19203, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1628, 1628, 'Current', 'Current', 19206, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19207, 19207, 'Retired', 'Retired', 19206, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7111, 7111, 'Beanie Kids', 'Beanie-Kids', 19203, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1608, 1608, 'Classic, Plush', 'Classic-Plush', 19203, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1634, 1634, 'Current', 'Current', 1608, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1636, 1636, 'Retired', 'Retired', 1608, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95273, 95273, 'Custom Decorated', 'Custom-Decorated', 19203, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95274, 95274, 'Jingle Beanies', 'Jingle-Beanies', 19203, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1633, 1633, 'Pillow Pals', 'Pillow-Pals', 19203, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95271, 95271, 'Pluffies', 'Pluffies', 19203, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95272, 95272, 'Punkies', 'Punkies', 19203, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1637, 1637, 'Sports Commemorative', 'Sports-Commemorative', 19203, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1641, 1641, 'Teenie Beanies', 'Teenie-Beanies', 19203, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1642, 1642, 'Bears', 'Bears', 1641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 441, 441, 'Other', 'Other', 1641, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1653, 1653, 'Trading Cards', 'Trading-Cards', 19203, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1644, 1644, 'Cases', 'Cases', 1653, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1645, 1645, 'Boxes', 'Boxes', 1653, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1646, 1646, 'Packs', 'Packs', 1653, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1647, 1647, 'Singles, Sets', 'Singles-Sets', 1653, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1496, 1496, 'Other', 'Other', 1653, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1037, 1037, 'Other', 'Other', 19203, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49020, 49020, 'Other', 'Other', 49019, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18991, 18991, 'Building Toys', 'Building-Toys', 220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18992, 18992, 'Blocks', 'Blocks', 18991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18993, 18993, 'Erector Sets', 'Erector-Sets', 18991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19324, 19324, 'Modern (1970-Now)', 'Modern-1970-Now', 18993, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4318, 4318, 'Meccano', 'Meccano', 19324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18996, 18996, 'Other', 'Other', 19324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18995, 18995, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 18993, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18997, 18997, 'Gilbert', 'Gilbert', 18995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 724, 724, 'Other', 'Other', 18995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21254, 21254, 'KNEX', 'KNEX', 18991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18998, 18998, 'LEGO', 'LEGO', 18991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19012, 19012, 'Bionicle', 'Bionicle', 18998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18999, 18999, 'Bulk Bricks, Lots', 'Bulk-Bricks-Lots', 18998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19000, 19000, 'Bricks', 'Bricks', 18999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19001, 19001, 'Figures', 'Figures', 18999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19002, 19002, 'Parts & Pieces', 'Parts-and-Pieces', 18999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19003, 19003, 'Other, Mixed', 'Other-Mixed', 18999, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19004, 19004, 'Duplo, Primo, Baby', 'Duplo-Primo-Baby', 18998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19005, 19005, 'Robotics, Mindstorm', 'Robotics-Mindstorm', 18998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19006, 19006, 'Sets', 'Sets', 18998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19007, 19007, 'Castle', 'Castle', 19006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19008, 19008, 'Space, Mars', 'Space-Mars', 19006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145925, 145925, 'Star Wars', 'Star-Wars', 19006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145926, 145926, 'Buildings, Cities', 'Buildings-Cities', 145925, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145927, 145927, 'Land Vehicles', 'Land-Vehicles', 145925, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145928, 145928, 'Minifigs', 'Minifigs', 145925, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145929, 145929, 'Spacecraft', 'Spacecraft', 145925, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19009, 19009, 'Other', 'Other', 145925, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19010, 19010, 'Trains', 'Trains', 19006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19011, 19011, 'Other', 'Other', 19006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156604, 156604, 'Technic', 'Technic', 18998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1186, 1186, 'Other LEGO', 'Other-LEGO', 18998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19013, 19013, 'Lincoln Logs', 'Lincoln-Logs', 18991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52338, 52338, 'Mega Bloks', 'Mega-Bloks', 18991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52339, 52339, 'Rokenbok', 'Rokenbok', 18991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19014, 19014, 'Tinker Toys', 'Tinker-Toys', 18991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19015, 19015, 'Other Building Toys', 'Other-Building-Toys', 18991, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19016, 19016, 'Classic Toys', 'Classic-Toys', 220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19018, 19018, 'Colorforms', 'Colorforms', 19016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19019, 19019, 'Etch A Sketch, Spirograph', 'Etch-A-Sketch-Spirograph', 19016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152912, 152912, 'Lite Brite', 'Lite-Brite', 19016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11739, 11739, 'Magic, Magician Supplies', 'Magic-Magician-Supplies', 19016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 771, 771, 'Marbles', 'Marbles', 19016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2571, 2571, 'Modern (1970-Now)', 'Modern-1970-Now', 771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 236, 236, 'Hand Made', 'Hand-Made', 2571, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2570, 2570, 'Machine Made', 'Machine-Made', 2571, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2572, 2572, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 771, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 772, 772, 'Hand Made', 'Hand-Made', 2572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2573, 2573, 'Machine Made', 'Machine-Made', 2572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19024, 19024, 'Rocking Horses', 'Rocking-Horses', 19016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19026, 19026, 'Slinky', 'Slinky', 19016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2664, 2664, 'Yo-Yos', 'Yo-Yos', 19016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2663, 2663, 'Modern (1970-Now)', 'Modern-1970-Now', 2664, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2665, 2665, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 2664, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19027, 19027, 'Other', 'Other', 19016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 222, 222, 'Diecast, Toy Vehicles', 'Diecast-Toy-Vehicles', 220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19028, 19028, 'Aircraft', 'Aircraft', 222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45347, 45347, 'Contemporary (1990-Now)', 'Contemporary-1990-Now', 19028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36487, 36487, 'Modern (1970-1989)', 'Modern-1970-1989', 19028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36488, 36488, 'Armour', 'Armour', 36487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36489, 36489, 'Corgi', 'Corgi', 36487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36490, 36490, 'Dragon Wings', 'Dragon-Wings', 36487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36491, 36491, 'Ertl', 'Ertl', 36487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36492, 36492, 'Herpa', 'Herpa', 36487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36493, 36493, 'Matchbox', 'Matchbox', 36487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36494, 36494, 'Schabak', 'Schabak', 36487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19029, 19029, 'Other', 'Other', 36487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2650, 2650, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 19028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19030, 19030, 'Bikes, Motorcycles', 'Bikes-Motorcycles', 222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45348, 45348, 'Contemporary (1990-Now)', 'Contemporary-1990-Now', 19030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36495, 36495, 'Modern (1970-1989)', 'Modern-1970-1989', 19030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36496, 36496, 'Hot Wheels', 'Hot-Wheels', 36495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36497, 36497, 'Maisto', 'Maisto', 36495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36498, 36498, 'Motor Max', 'Motor-Max', 36495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36499, 36499, 'New Ray', 'New-Ray', 36495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19031, 19031, 'Other', 'Other', 36495, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 742, 742, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 19030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19032, 19032, 'Boats, Ships', 'Boats-Ships', 222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19033, 19033, 'Modern (1970-Now)', 'Modern-1970-Now', 19032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19034, 19034, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 19032, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19035, 19035, 'Cars, Trucks-Cast Iron', 'Cars-Trucks-Cast-Iron', 222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19036, 19036, 'Cars, Trucks-Diecast', 'Cars-Trucks-Diecast', 222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43841, 43841, 'Anson', 'Anson', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45349, 45349, 'Auto Art', 'Auto-Art', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2495, 2495, 'Bburago', 'Bburago', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2494, 2494, 'Brooklin', 'Brooklin', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43842, 43842, 'Brumm', 'Brumm', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7311, 7311, 'Code 3', 'Code-3', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16480, 16480, 'Corgi', 'Corgi', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47186, 47186, 'Contemporary (1990-Now)', 'Contemporary-1990-Now', 16480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 757, 757, 'Modern (1970-1989)', 'Modern-1970-1989', 16480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16481, 16481, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 16480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 782, 782, 'Danbury Mint', 'Danbury-Mint', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1038, 1038, 'Dinky', 'Dinky', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2496, 2496, 'Ertl', 'Ertl', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47187, 47187, 'Cars', 'Cars', 2496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47188, 47188, 'American Muscle', 'American-Muscle', 47187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47189, 47189, 'Entertainment Series', 'Entertainment-Series', 47187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47190, 47190, 'Other', 'Other', 47187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36501, 36501, 'Delivery & Service Vehicles', 'Delivery-and-Service-Vehicles', 2496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43843, 43843, 'Farm Vehicles', 'Farm-Vehicles', 2496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2497, 2497, 'Modern (1970-Now)', 'Modern-1970-Now', 43843, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43844, 43844, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 43843, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36502, 36502, 'Trucks, ATVs', 'Trucks-ATVs', 2496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43845, 43845, 'Vehicle Banks', 'Vehicle-Banks', 2496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2498, 2498, 'Modern (1970-Now)', 'Modern-1970-Now', 43845, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43846, 43846, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 43845, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156605, 156605, 'Mixed Lots', 'Mixed-Lots', 2496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 758, 758, 'Other', 'Other', 2496, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7313, 7313, 'Exoto', 'Exoto', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43847, 43847, 'First Gear', 'First-Gear', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2499, 2499, 'Modern (1970-Now)', 'Modern-1970-Now', 43847, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43848, 43848, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 43847, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43849, 43849, 'Franklin Mint', 'Franklin-Mint', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 759, 759, 'Modern (1970-Now)', 'Modern-1970-Now', 43849, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43850, 43850, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 43849, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45350, 45350, 'Gearbox', 'Gearbox', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1171, 1171, 'Hot Wheels', 'Hot-Wheels', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2500, 2500, 'Accessories', 'Accessories', 1171, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45351, 45351, 'Contemporary (1990-Now)', 'Contemporary-1990-Now', 1171, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16482, 16482, 'First Editions', 'First-Editions', 45351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45353, 45353, 'Monster Jams', 'Monster-Jams', 45351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45354, 45354, 'Racing', 'Racing', 45351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12522, 12522, 'Treasure Hunt', 'Treasure-Hunt', 45351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47191, 47191, 'Mixed Lots', 'Mixed-Lots', 45351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45352, 45352, 'Other', 'Other', 45351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19037, 19037, 'Modern (1980-1989)', 'Modern-1980-1989', 1171, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36503, 36503, 'Blue Card', 'Blue-Card', 19037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2501, 2501, 'Custom', 'Custom', 19037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45355, 45355, 'First Editions', 'First-Editions', 19037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36504, 36504, 'Monster Jams', 'Monster-Jams', 19037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2502, 2502, 'Promotional', 'Promotional', 19037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36506, 36506, 'Racing', 'Racing', 19037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45356, 45356, 'Treasure Hunt', 'Treasure-Hunt', 19037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47192, 47192, 'Mixed Lots', 'Mixed-Lots', 19037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 224, 224, 'Other', 'Other', 19037, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22718, 22718, 'Vintage (Pre-1980)', 'Vintage-Pre-1980', 1171, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1172, 1172, 'Red Line', 'Red-Line', 22718, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47193, 47193, 'Mixed Lots', 'Mixed-Lots', 22718, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2503, 2503, 'Other Vintage Hot Wheels', 'Other-Vintage-Hot-Wheels', 22718, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2504, 2504, 'Hubley', 'Hubley', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47194, 47194, 'Jada', 'Jada', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19038, 19038, 'Johnny Lightning', 'Johnny-Lightning', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19039, 19039, 'Dragsters', 'Dragsters', 19038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19040, 19040, 'Frightning Lightnings', 'Frightning-Lightnings', 19038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19041, 19041, 'Hot Rods', 'Hot-Rods', 19038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19042, 19042, 'Mopar', 'Mopar', 19038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19043, 19043, 'Muscle Cars USA', 'Muscle-Cars-USA', 19038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19044, 19044, 'Speed Racer', 'Speed-Racer', 19038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19045, 19045, 'White Lightning', 'White-Lightning', 19038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156606, 156606, 'Mixed Lots', 'Mixed-Lots', 19038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 760, 760, 'Other', 'Other', 19038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45357, 45357, 'Kyosho', 'Kyosho', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7314, 7314, 'Lane', 'Lane', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43851, 43851, 'Liberty Classics', 'Liberty-Classics', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1173, 1173, 'Lledo', 'Lledo', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43852, 43852, 'Maisto', 'Maisto', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2509, 2509, 'Modern (1970-Now)', 'Modern-1970-Now', 43852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43853, 43853, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 43852, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2505, 2505, 'Majorette', 'Majorette', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1174, 1174, 'Matchbox', 'Matchbox', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7315, 7315, 'Accessories', 'Accessories', 1174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36507, 36507, 'Modern (1970-Now)', 'Modern-1970-Now', 1174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36508, 36508, 'Across America Series', 'Across-America-Series', 36507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36509, 36509, 'Coca-Cola', 'Coca-Cola', 36507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36510, 36510, 'Convoy', 'Convoy', 36507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36511, 36511, 'Superfast', 'Superfast', 36507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47195, 47195, 'Mixed Lots', 'Mixed-Lots', 36507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 761, 761, 'Other', 'Other', 36507, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19046, 19046, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 1174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2506, 2506, 'King Size', 'King-Size', 19046, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1175, 1175, 'Lesney', 'Lesney', 19046, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2507, 2507, 'Models of Yesteryear', 'Models-of-Yesteryear', 19046, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156607, 156607, 'Mixed Lots', 'Mixed-Lots', 19046, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2508, 2508, 'Other', 'Other', 19046, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16483, 16483, 'Micro Machines', 'Micro-Machines', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14736, 14736, 'Minichamps', 'Minichamps', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50285, 50285, 'Motormax', 'Motormax', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45358, 45358, 'Muscle Machines', 'Muscle-Machines', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 762, 762, 'NASCAR', 'NASCAR', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19047, 19047, 'Action/ Motorsports Authentic', 'Action-Motorsports-Authentic', 762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19048, 19048, 'Bill Elliott', 'Bill-Elliott', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36513, 36513, 'Bobby Hamilton', 'Bobby-Hamilton', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19049, 19049, 'Bobby Labonte', 'Bobby-Labonte', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19050, 19050, 'Casey Atwood', 'Casey-Atwood', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19051, 19051, 'Dale Earnhardt', 'Dale-Earnhardt', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19052, 19052, 'Dale Earnhardt Jr.', 'Dale-Earnhardt-Jr-', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19053, 19053, 'Dale Jarrett', 'Dale-Jarrett', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20886, 20886, 'Darrell Waltrip', 'Darrell-Waltrip', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20887, 20887, 'Ernie Irvan', 'Ernie-Irvan', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19054, 19054, 'Jeff Burton', 'Jeff-Burton', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19055, 19055, 'Jeff Gordon', 'Jeff-Gordon', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36514, 36514, 'Jeff Green', 'Jeff-Green', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20888, 20888, 'Jeremy Mayfield', 'Jeremy-Mayfield', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36515, 36515, 'Jerry Nadeau', 'Jerry-Nadeau', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36516, 36516, 'Jimmie Johnson', 'Jimmie-Johnson', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20889, 20889, 'Jimmy Spencer', 'Jimmy-Spencer', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36517, 36517, 'Johnny Benson', 'Johnny-Benson', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20890, 20890, 'Ken Schrader', 'Ken-Schrader', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36518, 36518, 'Kenny Wallace', 'Kenny-Wallace', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20891, 20891, 'Kevin Harvick', 'Kevin-Harvick', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36519, 36519, 'Kyle Petty', 'Kyle-Petty', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20892, 20892, 'Mark Martin', 'Mark-Martin', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36520, 36520, 'Matt Kenseth', 'Matt-Kenseth', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20893, 20893, 'Michael Waltrip', 'Michael-Waltrip', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20894, 20894, 'Mike Skinner', 'Mike-Skinner', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19056, 19056, 'Richard Petty', 'Richard-Petty', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20895, 20895, 'Ricky Rudd', 'Ricky-Rudd', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36521, 36521, 'Robby Gordon', 'Robby-Gordon', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19057, 19057, 'Rusty Wallace', 'Rusty-Wallace', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36522, 36522, 'Ryan Newman', 'Ryan-Newman', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20896, 20896, 'Sterling Marlin', 'Sterling-Marlin', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20897, 20897, 'Steve Park', 'Steve-Park', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19058, 19058, 'Terry Labonte', 'Terry-Labonte', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19059, 19059, 'Tony Stewart', 'Tony-Stewart', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47196, 47196, 'Mixed Lots', 'Mixed-Lots', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 763, 763, 'Other', 'Other', 19047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2511, 2511, 'Promotional', 'Promotional', 762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47197, 47197, 'Racing Champions', 'Racing-Champions', 762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47198, 47198, 'Dale Earnhardt', 'Dale-Earnhardt', 47197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47199, 47199, 'Ernie Irvan', 'Ernie-Irvan', 47197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47200, 47200, 'Jerry Nadeau', 'Jerry-Nadeau', 47197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47201, 47201, 'Jimmie Johnson', 'Jimmie-Johnson', 47197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47202, 47202, 'Johnny Benson', 'Johnny-Benson', 47197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47203, 47203, 'Ken Schrader', 'Ken-Schrader', 47197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47204, 47204, 'Terry Labonte', 'Terry-Labonte', 47197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47205, 47205, 'Ward Burton', 'Ward-Burton', 47197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47206, 47206, 'Mixed Lots', 'Mixed-Lots', 47197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 764, 764, 'Other', 'Other', 47197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156609, 156609, 'Revell', 'Revell', 762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156610, 156610, 'Bobby Labonte', 'Bobby-Labonte', 156609, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156611, 156611, 'Bobby Hamilton', 'Bobby-Hamilton', 156609, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156612, 156612, 'Dale Earnhardt', 'Dale-Earnhardt', 156609, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156613, 156613, 'Dale Earnhardt Jr.', 'Dale-Earnhardt-Jr-', 156609, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156614, 156614, 'Dale Jarrett', 'Dale-Jarrett', 156609, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156615, 156615, 'Ernie Irvan', 'Ernie-Irvan', 156609, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156616, 156616, 'Jeff Gordon', 'Jeff-Gordon', 156609, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156617, 156617, 'Rusty Wallace', 'Rusty-Wallace', 156609, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156618, 156618, 'Terry Labonte', 'Terry-Labonte', 156609, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156619, 156619, 'Other', 'Other', 156609, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47207, 47207, 'Team Caliber', 'Team-Caliber', 762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47208, 47208, 'Jeff Burton', 'Jeff-Burton', 47207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47209, 47209, 'Jimmie Johnson', 'Jimmie-Johnson', 47207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47210, 47210, 'Ryan Newman', 'Ryan-Newman', 47207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47211, 47211, 'Terry LaBonte', 'Terry-LaBonte', 47207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16484, 16484, 'Other', 'Other', 47207, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47212, 47212, 'Winners Circle', 'Winners-Circle', 762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47213, 47213, 'Dale Earnhardt', 'Dale-Earnhardt', 47212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47214, 47214, 'Dale Earnhardt Jr.', 'Dale-Earnhardt-Jr-', 47212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47215, 47215, 'Tony Stewart', 'Tony-Stewart', 47212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 765, 765, 'Other', 'Other', 47212, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156608, 156608, 'Mixed Lots', 'Mixed-Lots', 762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 225, 225, 'Other', 'Other', 762, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 766, 766, 'NHRA', 'NHRA', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47216, 47216, 'Norscot', 'Norscot', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2512, 2512, 'Open Wheel', 'Open-Wheel', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7316, 7316, 'Revell', 'Revell', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156620, 156620, 'Rio', 'Rio', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2513, 2513, 'Road Champs', 'Road-Champs', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47217, 47217, 'Schuco', 'Schuco', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2514, 2514, 'Showcase Model', 'Showcase-Model', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45359, 45359, 'Siku', 'Siku', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2515, 2515, 'Solido', 'Solido', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43854, 43854, 'SunStar', 'SunStar', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50286, 50286, 'Tomica', 'Tomica', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2516, 2516, 'TootsieToy', 'TootsieToy', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47218, 47218, 'Vitesse', 'Vitesse', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45360, 45360, 'Welly', 'Welly', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2517, 2517, 'Winross', 'Winross', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 223, 223, 'Other', 'Other', 19036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19060, 19060, 'Cars, Trucks-Plastic', 'Cars-Trucks-Plastic', 222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19061, 19061, 'Modern (1970-Now)', 'Modern-1970-Now', 19060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4943, 4943, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 19060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19062, 19062, 'Cars, Trucks-Pressed Steel', 'Cars-Trucks-Pressed-Steel', 222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47219, 47219, 'Modern (1970-Now)', 'Modern-1970-Now', 19062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47220, 47220, 'Nylint', 'Nylint', 47219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47221, 47221, 'Tonka', 'Tonka', 47219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19063, 19063, 'Other', 'Other', 47219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2651, 2651, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 19062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2652, 2652, 'Buddy L', 'Buddy-L', 2651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2654, 2654, 'Marx', 'Marx', 2651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2655, 2655, 'Nylint', 'Nylint', 2651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2656, 2656, 'Structo', 'Structo', 2651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47222, 47222, 'Tonka', 'Tonka', 2651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47223, 47223, 'Jeep', 'Jeep', 47222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47224, 47224, 'Truck', 'Truck', 47222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2657, 2657, 'Other', 'Other', 47222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2659, 2659, 'Wyandotte', 'Wyandotte', 2651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 743, 743, 'Other', 'Other', 2651, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19065, 19065, 'Cars, Trucks-Other Materials', 'Cars-Trucks-Other-Materials', 222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19066, 19066, 'Modern (1970-Now)', 'Modern-1970-Now', 19065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 745, 745, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 19065, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156621, 156621, 'Construction Equip., Vehicles', 'Construction-Equip-Vehicles', 222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152934, 152934, 'Modern (1970-Now)', 'Modern-1970-Now', 156621, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 740, 740, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 156621, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156622, 156622, 'Farm Vehicles', 'Farm-Vehicles', 222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156623, 156623, 'Modern (1970-Now)', 'Modern-1970-Now', 156622, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 741, 741, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 156622, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 739, 739, 'Other Vehicles Pre-1970', 'Other-Vehicles-Pre-1970', 222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1042, 1042, 'Other Vehicles 1970-Now', 'Other-Vehicles-1970-Now', 222, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11731, 11731, 'Educational', 'Educational', 220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145930, 145930, 'Alphabet', 'Alphabet', 11731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145931, 145931, 'Blocks, Tiles, Mats', 'Blocks-Tiles-Mats', 145930, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145932, 145932, 'Electronic Toys', 'Electronic-Toys', 145930, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 145933, 145933, 'Magnets', 'Magnets', 145930, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145934, 145934, 'Puzzles', 'Puzzles', 145930, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11732, 11732, 'Other', 'Other', 145930, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11733, 11733, 'Geography, History', 'Geography-History', 11731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11734, 11734, 'Mathematics', 'Mathematics', 11731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11735, 11735, 'Music, Art', 'Music-Art', 11731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44005, 44005, 'Numbers', 'Numbers', 11731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145936, 145936, 'Reading, Writing', 'Reading-Writing', 11731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145937, 145937, 'Infant & Toddler', 'Infant-and-Toddler', 145936, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145938, 145938, 'Preschool & Kindergarten', 'Preschool-and-Kindergarten', 145936, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145939, 145939, 'Grade School', 'Grade-School', 145936, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145940, 145940, 'Middle & High School', 'Middle-and-High-School', 145936, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11736, 11736, 'Other', 'Other', 145936, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31743, 31743, 'Science, Nature', 'Science-Nature', 11731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31744, 31744, 'Animals, Insects, Nature', 'Animals-Insects-Nature', 31743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31745, 31745, 'Astronomy, Telescopes', 'Astronomy-Telescopes', 31743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2568, 2568, 'Chemistry, Microscopes', 'Chemistry-Microscopes', 31743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11737, 11737, 'Other Items', 'Other-Items', 31743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145935, 145935, 'Time', 'Time', 11731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2518, 2518, 'Other', 'Other', 11731, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19071, 19071, 'Electronic, Battery, Wind-Up', 'Electronic-Battery-Wind-Up', 220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19072, 19072, 'Battery Operated', 'Battery-Operated', 19071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 719, 719, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 19072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1185, 1185, 'Modern (1970-89)', 'Modern-1970-89', 19072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145941, 145941, 'Contemporary (1990-Now)', 'Contemporary-1990-Now', 19072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145942, 145942, 'Animals', 'Animals', 145941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145943, 145943, 'Radios, Musical Toys', 'Radios-Musical-Toys', 145941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145944, 145944, 'Ride On Toys', 'Ride-On-Toys', 145941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145945, 145945, 'Talking Toys', 'Talking-Toys', 145941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145946, 145946, 'Toy Vehicles', 'Toy-Vehicles', 145941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38287, 38287, 'Other', 'Other', 145941, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1082, 1082, 'Electronic, Interactive', 'Electronic-Interactive', 19071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119393, 119393, 'Fly Pentop Computer', 'Fly-Pentop-Computer', 1082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1083, 1083, 'Furby', 'Furby', 1082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38288, 38288, 'FurReal Friends', 'FurReal-Friends', 1082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119394, 119394, 'iDog, iCat, iFish', 'iDog-iCat-iFish', 1082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52341, 52341, 'Micropets', 'Micropets', 1082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52342, 52342, 'Neopets', 'Neopets', 1082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119396, 119396, 'Pixel Chix', 'Pixel-Chix', 1082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10032, 10032, 'Poo-Chi', 'Poo-Chi', 1082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1084, 1084, 'Tamagotchi', 'Tamagotchi', 1082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101611, 101611, 'Video Now', 'Video-Now', 1082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101612, 101612, 'Accessories', 'Accessories', 101611, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101613, 101613, 'Players', 'Players', 101611, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101614, 101614, 'Black and White', 'Black-and-White', 101613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101615, 101615, 'Color', 'Color', 101613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101616, 101616, 'Junior', 'Junior', 101613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101617, 101617, 'PVDs', 'PVDs', 101611, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52343, 52343, 'Other', 'Other', 101611, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119397, 119397, 'Vsmile Pocket', 'Vsmile-Pocket', 1082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119398, 119398, 'iZ by Zizzle', 'iZ-by-Zizzle', 1082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 232, 232, 'Other', 'Other', 1082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19073, 19073, 'Friction', 'Friction', 19071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19074, 19074, 'Modern (1970-Now)', 'Modern-1970-Now', 19073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 737, 737, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 19073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19075, 19075, 'Wind-Up, Walking Toys', 'Wind-Up-Walking-Toys', 19071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1041, 1041, 'Modern (1970-Now)', 'Modern-1970-Now', 19075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19076, 19076, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 19075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 731, 731, 'Ramp Walkers', 'Ramp-Walkers', 19076, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 229, 229, 'Wind-up', 'Wind-up', 19076, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19077, 19077, 'Fast Food, Cereal Premiums', 'Fast-Food-Cereal-Premiums', 220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19078, 19078, 'Cereal & Other Premiums', 'Cereal-and-Other-Premiums', 19077, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19079, 19079, 'Modern (1970-Now)', 'Modern-1970-Now', 19078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19080, 19080, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 19078, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 767, 767, 'Fast Food', 'Fast-Food', 19077, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 769, 769, 'Burger King', 'Burger-King', 767, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16485, 16485, 'Jack in the Box', 'Jack-in-the-Box', 767, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2519, 2519, 'McDonalds', 'McDonalds', 767, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44006, 44006, 'Character, Brand', 'Character-Brand', 2519, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44007, 44007, 'Barbie', 'Barbie', 44006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44008, 44008, 'Disney', 'Disney', 44006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44010, 44010, 'Mixed Lots', 'Mixed-Lots', 44006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2520, 2520, 'Other', 'Other', 44006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2521, 2521, 'Complete Sets', 'Complete-Sets', 2519, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 768, 768, 'Other', 'Other', 2519, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 770, 770, 'Wendys', 'Wendys', 767, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 231, 231, 'Other Fast Food', 'Other-Fast-Food', 767, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1196, 1196, 'Other', 'Other', 19077, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 233, 233, 'Games', 'Games', 220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2550, 2550, 'Board, Traditional Games', 'Board-Traditional-Games', 233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2551, 2551, 'Backgammon', 'Backgammon', 2550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19081, 19081, 'Bingo', 'Bingo', 2550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19082, 19082, 'Card Games', 'Card-Games', 2550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19083, 19083, 'Bridge', 'Bridge', 19082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19084, 19084, 'Cribbage', 'Cribbage', 19082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146005, 146005, 'Poker', 'Poker', 19082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146006, 146006, 'Card Covers', 'Card-Covers', 146005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146007, 146007, 'Cases', 'Cases', 146005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146008, 146008, 'Chips', 'Chips', 146005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146009, 146009, 'Fashion Accessories', 'Fashion-Accessories', 146005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146010, 146010, 'Instructional Materials', 'Instructional-Materials', 146005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146011, 146011, 'Playing Cards', 'Playing-Cards', 146005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146012, 146012, 'Sets, Lots', 'Sets-Lots', 146005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19085, 19085, 'Other', 'Other', 146005, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19086, 19086, 'Rummy', 'Rummy', 19082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146003, 146003, 'Uno', 'Uno', 19082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146004, 146004, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 19082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2552, 2552, 'Other', 'Other', 19082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2553, 2553, 'Checkers', 'Checkers', 2550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19087, 19087, 'Chess', 'Chess', 2550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146013, 146013, 'Modern (1970-Now)', 'Modern-1970-Now', 19087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146014, 146014, 'Bone', 'Bone', 146013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146015, 146015, 'Glass', 'Glass', 146013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146016, 146016, 'Marble, Stone', 'Marble-Stone', 146013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146017, 146017, 'Wood', 'Wood', 146013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2554, 2554, 'Other', 'Other', 146013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19088, 19088, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 19087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19089, 19089, 'Chinese Checkers', 'Chinese-Checkers', 2550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19090, 19090, 'Clue', 'Clue', 2550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146001, 146001, 'Cranium', 'Cranium', 2550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2555, 2555, 'Dominoes', 'Dominoes', 2550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113528, 113528, 'Go', 'Go', 2550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19091, 19091, 'Mah Jong', 'Mah-Jong', 2550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2556, 2556, 'Modern (1970-Now)', 'Modern-1970-Now', 19091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19092, 19092, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 19091, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19093, 19093, 'Monopoly', 'Monopoly', 2550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146018, 146018, 'Modern (1970-Now)', 'Modern-1970-Now', 19093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146019, 146019, 'Movie Themes', 'Movie-Themes', 146018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146020, 146020, 'Sports Themes', 'Sports-Themes', 146018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146021, 146021, 'TV Themes', 'TV-Themes', 146018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146022, 146022, 'US Cities, State Themes', 'US-Cities-State-Themes', 146018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19094, 19094, 'Other', 'Other', 146018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19095, 19095, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 19093, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63658, 63658, 'Pogs', 'Pogs', 2550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19096, 19096, 'Risk', 'Risk', 2550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19097, 19097, 'Scrabble', 'Scrabble', 2550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146002, 146002, 'Scene It', 'Scene-It', 2550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19098, 19098, 'Trivial Pursuit', 'Trivial-Pursuit', 2550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2539, 2539, 'Yahtzee, Dice Games', 'Yahtzee-Dice-Games', 2550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1176, 1176, 'Other Board Games', 'Other-Board-Games', 2550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19099, 19099, 'Modern (1970-Now)', 'Modern-1970-Now', 1176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2530, 2530, 'Family', 'Family', 19099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2531, 2531, 'Fantasy', 'Fantasy', 19099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2532, 2532, 'Financial', 'Financial', 19099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1177, 1177, 'Horror, Monster', 'Horror-Monster', 19099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1178, 1178, 'Movie, TV', 'Movie-TV', 19099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1179, 1179, 'Space', 'Space', 19099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1180, 1180, 'Sports', 'Sports', 19099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2558, 2558, 'War', 'War', 19099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 235, 235, 'Other', 'Other', 19099, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19100, 19100, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 1176, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2533, 2533, 'Family', 'Family', 19100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19102, 19102, 'Financial', 'Financial', 19100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19104, 19104, 'Movie, TV', 'Movie-TV', 19100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19106, 19106, 'Sports', 'Sports', 19100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1184, 1184, 'Other', 'Other', 19100, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2549, 2549, 'Other Traditional Games', 'Other-Traditional-Games', 2550, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2540, 2540, 'Electronic', 'Electronic', 233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155338, 155338, 'Casino', 'Casino', 2540, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155339, 155339, 'Chess', 'Chess', 2540, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152946, 152946, 'Leapster', 'Leapster', 2540, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38266, 38266, 'Mattel', 'Mattel', 2540, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38267, 38267, 'Pixter', 'Pixter', 2540, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155340, 155340, 'Sports', 'Sports', 2540, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155341, 155341, 'Sudoku', 'Sudoku', 2540, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155342, 155342, 'Vintage (Pre-1990)', 'Vintage-Pre-1990', 2540, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1182, 1182, 'Other', 'Other', 2540, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7317, 7317, 'Game Pieces, Parts', 'Game-Pieces-Parts', 233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84613, 84613, 'Mighty Beanz', 'Mighty-Beanz', 233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84614, 84614, 'Series 1', 'Series-1', 84613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84615, 84615, 'Series 2', 'Series-2', 84613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84616, 84616, 'Series 3', 'Series-3', 84613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84617, 84617, 'Series 4', 'Series-4', 84613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 55415, 55415, 'Other', 'Other', 84613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16486, 16486, 'Miniatures, War Games', 'Miniatures-War-Games', 233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113527, 113527, 'Babylon 5', 'Babylon-5', 16486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16487, 16487, 'Battletech', 'Battletech', 16486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63656, 63656, 'Clan War', 'Clan-War', 16486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45361, 45361, 'Confrontation', 'Confrontation', 16486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113523, 113523, 'Flames of War', 'Flames-of-War', 16486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44001, 44001, 'HeroClix', 'HeroClix', 16486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60173, 60173, 'DC', 'DC', 44001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60174, 60174, 'Cosmic Justice', 'Cosmic-Justice', 60173, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60175, 60175, 'HyperTime', 'HyperTime', 60173, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44003, 44003, 'Other', 'Other', 60173, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60167, 60167, 'Indy', 'Indy', 44001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60168, 60168, 'Marvel', 'Marvel', 44001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60169, 60169, 'Clobberin Time', 'Clobberin-Time', 60168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60170, 60170, 'Critical Mass', 'Critical-Mass', 60168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60171, 60171, 'Infinity Challenge', 'Infinity-Challenge', 60168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60172, 60172, 'Xplosion', 'Xplosion', 60168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44002, 44002, 'Other', 'Other', 60168, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44004, 44004, 'Mixed Lots', 'Mixed-Lots', 44001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44011, 44011, 'Lord of the Rings', 'Lord-of-the-Rings', 16486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16488, 16488, 'Mage Knight', 'Mage-Knight', 16486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44012, 44012, 'MechWarrior', 'MechWarrior', 16486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113524, 113524, 'Pirates of the Revolution', 'Pirates-of-the-Revolution', 16486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16489, 16489, 'Ral Partha', 'Ral-Partha', 16486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113526, 113526, 'Reaper', 'Reaper', 16486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44013, 44013, 'Void', 'Void', 16486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31398, 31398, 'Warhammer', 'Warhammer', 16486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44408, 44408, '40K', '40K', 31398, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44118, 44118, 'Chaos Space Marines', 'Chaos-Space-Marines', 44408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45362, 45362, 'Daemonhunters', 'Daemonhunters', 44408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44119, 44119, 'Dark Eldar', 'Dark-Eldar', 44408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44117, 44117, 'Eldar', 'Eldar', 44408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 68406, 68406, 'Imperial Guard', 'Imperial-Guard', 44408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44121, 44121, 'Necrons', 'Necrons', 44408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44122, 44122, 'Orks', 'Orks', 44408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44123, 44123, 'Tau', 'Tau', 44408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44124, 44124, 'Space Marines', 'Space-Marines', 44408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152940, 152940, 'Terrain, Scenery', 'Terrain-Scenery', 44408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44125, 44125, 'Tyranid', 'Tyranid', 44408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 123868, 123868, 'Witch Hunters', 'Witch-Hunters', 44408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31399, 31399, 'Other', 'Other', 44408, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44409, 44409, 'Fantasy', 'Fantasy', 31398, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152945, 152945, 'Beasts of Chaos', 'Beasts-of-Chaos', 44409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 65254, 65254, 'Bretonnia', 'Bretonnia', 44409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44127, 44127, 'Chaos', 'Chaos', 44409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45363, 45363, 'Dark Elves', 'Dark-Elves', 44409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44128, 44128, 'Dwarfs', 'Dwarfs', 44409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44129, 44129, 'Empire', 'Empire', 44409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45364, 45364, 'High Elves', 'High-Elves', 44409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152944, 152944, 'Hordes of Chaos', 'Hordes-of-Chaos', 44409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45365, 45365, 'Lizardmen', 'Lizardmen', 44409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152943, 152943, 'Ogre Kingdoms', 'Ogre-Kingdoms', 44409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45366, 45366, 'Orcs & Goblins', 'Orcs-and-Goblins', 44409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44130, 44130, 'Skaven', 'Skaven', 44409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152942, 152942, 'Terrain, Scenery', 'Terrain-Scenery', 44409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 45367, 45367, 'Tomb Kings', 'Tomb-Kings', 44409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152941, 152941, 'Vampire Counts', 'Vampire-Counts', 44409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 109241, 109241, 'Wood Elves', 'Wood-Elves', 44409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31400, 31400, 'Other', 'Other', 44409, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7389, 7389, 'Other', 'Other', 31398, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113525, 113525, 'Warmachine', 'Warmachine', 16486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16490, 16490, 'Warzone', 'Warzone', 16486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2537, 2537, 'Other Miniatures, War Games', 'Other-Miniatures-War-Games', 16486, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2543, 2543, 'Role Playing', 'Role-Playing', 233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2544, 2544, 'Accessories', 'Accessories', 2543, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44108, 44108, 'Fantasy', 'Fantasy', 2543, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44109, 44109, 'Dungeons & Dragons', 'Dungeons-and-Dragons', 44108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44112, 44112, 'Accessories', 'Accessories', 44109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44113, 44113, 'Boxes, Packs', 'Boxes-Packs', 44109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44114, 44114, 'Full Sets', 'Full-Sets', 44109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44115, 44115, 'Individual Cards', 'Individual-Cards', 44109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2545, 2545, 'Other', 'Other', 44109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44111, 44111, 'Other', 'Other', 44108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2546, 2546, 'Horror', 'Horror', 2543, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2547, 2547, 'Science Fiction', 'Science-Fiction', 2543, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2548, 2548, 'Super Hero', 'Super-Hero', 2543, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1183, 1183, 'Other', 'Other', 2543, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 234, 234, 'Other Games', 'Other-Games', 233, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 479, 479, 'Model RR, Trains', 'Model-RR-Trains', 220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152913, 152913, 'Live Steam', 'Live-Steam', 479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19116, 19116, 'Z Scale', 'Z-Scale', 479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19117, 19117, 'Marklin', 'Marklin', 19116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7276, 7276, 'Other Manufacturers', 'Other-Manufacturers', 19116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19118, 19118, 'Track, Accessories, Scenery', 'Track-Accessories-Scenery', 19116, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19119, 19119, 'N Scale', 'N-Scale', 479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19120, 19120, 'Arnold', 'Arnold', 19119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152914, 152914, 'Athearn', 'Athearn', 19119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19121, 19121, 'Atlas', 'Atlas', 19119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19122, 19122, 'Bachmann', 'Bachmann', 19119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78177, 78177, 'Brass Imports', 'Brass-Imports', 19119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19123, 19123, 'Con-Cor', 'Con-Cor', 19119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38268, 38268, 'Graham Farish', 'Graham-Farish', 19119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97779, 97779, 'Intermountain', 'Intermountain', 19119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152915, 152915, 'Kadee/ Model Power', 'Kadee-Model-Power', 19119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19124, 19124, 'Kato', 'Kato', 19119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19125, 19125, 'Life-Like', 'Life-Like', 19119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19126, 19126, 'Micro-Trains Line (MTL)', 'Micro-Trains-Line-MTL', 19119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38269, 38269, 'Minitrix', 'Minitrix', 19119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152916, 152916, 'Red Caboose', 'Red-Caboose', 19119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152917, 152917, 'Walthers', 'Walthers', 19119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 486, 486, 'Other Manufacturers', 'Other-Manufacturers', 19119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 69811, 69811, 'Buildings', 'Buildings', 19119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19127, 19127, 'Track, Accessories, Scenery', 'Track-Accessories-Scenery', 19119, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19128, 19128, 'HO Scale', 'HO-Scale', 479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38270, 38270, 'Accurail', 'Accurail', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19129, 19129, 'AHM/Rivarossi', 'AHM-Rivarossi', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19130, 19130, 'Athearn', 'Athearn', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19131, 19131, 'Atlas', 'Atlas', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19132, 19132, 'Bachmann', 'Bachmann', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97780, 97780, 'Bowser', 'Bowser', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38271, 38271, 'Branchline', 'Branchline', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78178, 78178, 'Brass Imports', 'Brass-Imports', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152918, 152918, 'Broadway Limited', 'Broadway-Limited', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38272, 38272, 'Concor', 'Concor', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38273, 38273, 'Fleischmann', 'Fleischmann', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1556, 1556, 'Hornby', 'Hornby', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38274, 38274, 'IHC', 'IHC', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 97781, 97781, 'Intermountain', 'Intermountain', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19133, 19133, 'Kadee/ Model Power', 'Kadee-Model-Power', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19134, 19134, 'Kato', 'Kato', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19135, 19135, 'Life-Like', 'Life-Like', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38275, 38275, 'Lima', 'Lima', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19136, 19136, 'Lionel', 'Lionel', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19137, 19137, 'Mantua', 'Mantua', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1557, 1557, 'Marklin', 'Marklin', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1558, 1558, 'Marx', 'Marx', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38276, 38276, 'Merten', 'Merten', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152919, 152919, 'Precision Craft', 'Precision-Craft', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152920, 152920, 'Rapido', 'Rapido', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152921, 152921, 'Red Caboose', 'Red-Caboose', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19138, 19138, 'Roco', 'Roco', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19139, 19139, 'Roundhouse', 'Roundhouse', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38277, 38277, 'Stewart', 'Stewart', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19140, 19140, 'Tyco', 'Tyco', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38278, 38278, 'Varney', 'Varney', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19141, 19141, 'Walthers', 'Walthers', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 484, 484, 'Other Manufacturers', 'Other-Manufacturers', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11645, 11645, 'Buildings, Track, Access.', 'Buildings-Track-Access-', 19128, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117369, 117369, 'Buildings, Structures', 'Buildings-Structures', 11645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117370, 117370, 'Craftsman Building Kits', 'Craftsman-Building-Kits', 117369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117371, 117371, 'Plastic, Resin Kits', 'Plastic-Resin-Kits', 117369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11646, 11646, 'Other', 'Other', 117369, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11647, 11647, 'Figures, People', 'Figures-People', 11645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11648, 11648, 'Scenery, Trees', 'Scenery-Trees', 11645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19142, 19142, 'Track', 'Track', 11645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11644, 11644, 'Other', 'Other', 11645, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152922, 152922, 'OO Scale', 'OO-Scale', 479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152923, 152923, 'Airfix Railway', 'Airfix-Railway', 152922, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152924, 152924, 'Bachmann', 'Bachmann', 152922, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152925, 152925, 'Hornby', 'Hornby', 152922, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4978, 4978, 'Other Manufacturers', 'Other-Manufacturers', 152922, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19143, 19143, 'S Scale', 'S-Scale', 479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 480, 480, 'American Flyer', 'American-Flyer', 19143, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16509, 16509, 'Other Manufacturers', 'Other-Manufacturers', 19143, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19144, 19144, 'Track, Accessories, Scenery', 'Track-Accessories-Scenery', 19143, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19145, 19145, 'O Scale', 'O-Scale', 479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19146, 19146, 'American Flyer', 'American-Flyer', 19145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38279, 38279, 'Atlas', 'Atlas', 19145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78179, 78179, 'Brass Imports', 'Brass-Imports', 19145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 28139, 28139, 'K-Line', 'K-Line', 19145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4144, 4144, 'Lionel', 'Lionel', 19145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4145, 4145, '1901-42', '1901-42', 4144, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4146, 4146, '1945-69', '1945-69', 4144, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4147, 4147, '1970-86', '1970-86', 4144, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4148, 4148, '1987-Now', '1987-Now', 4144, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 481, 481, 'Other', 'Other', 4144, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19147, 19147, 'Marx', 'Marx', 19145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4730, 4730, 'MTH', 'MTH', 19145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19148, 19148, 'Weaver', 'Weaver', 19145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38280, 38280, 'Williams', 'Williams', 19145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 485, 485, 'Other Manufacturers', 'Other-Manufacturers', 19145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19149, 19149, 'Track, Accessories, Scenery', 'Track-Accessories-Scenery', 19145, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19150, 19150, 'Standard Scale', 'Standard-Scale', 479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19151, 19151, 'G Scale', 'G-Scale', 479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19152, 19152, 'Bachmann', 'Bachmann', 19151, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78180, 78180, 'Brass Imports', 'Brass-Imports', 19151, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19153, 19153, 'Aristo-Craft', 'Aristo-Craft', 19151, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19154, 19154, 'L.G.B', 'L-G-B', 19151, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19155, 19155, 'Lionel', 'Lionel', 19151, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19156, 19156, 'USA Trains', 'USA-Trains', 19151, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4149, 4149, 'Other Manufacturers', 'Other-Manufacturers', 19151, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19157, 19157, 'Track, Accessories, Scenery', 'Track-Accessories-Scenery', 19151, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 131, 131, 'Mixed Lots, Magazines', 'Mixed-Lots-Magazines', 479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 487, 487, 'Other Scales', 'Other-Scales', 479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1188, 1188, 'Models, Kits', 'Models-Kits', 220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63659, 63659, 'Air', 'Air', 1188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63660, 63660, 'Airfix', 'Airfix', 63659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142336, 142336, 'Aurora', 'Aurora', 63659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63661, 63661, 'Hasegawa', 'Hasegawa', 63659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142337, 142337, 'Hawk', 'Hawk', 63659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142338, 142338, 'Monogram', 'Monogram', 63659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63662, 63662, 'Revell', 'Revell', 63659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142339, 142339, 'Testors', 'Testors', 63659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152926, 152926, 'Decals', 'Decals', 63659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1189, 1189, 'Other', 'Other', 63659, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49210, 49210, 'Anime', 'Anime', 1188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2580, 2580, 'Automotive', 'Automotive', 1188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145953, 145953, 'Classic', 'Classic', 2580, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145954, 145954, 'Chevrolet', 'Chevrolet', 145953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145955, 145955, 'Dodge', 'Dodge', 145953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145956, 145956, 'Ford', 'Ford', 145953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145957, 145957, 'Pontiac', 'Pontiac', 145953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2581, 2581, 'Other', 'Other', 145953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145958, 145958, 'Hot Rod', 'Hot-Rod', 2580, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145959, 145959, 'Chevrolet', 'Chevrolet', 145958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145960, 145960, 'Dodge', 'Dodge', 145958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145961, 145961, 'Ford', 'Ford', 145958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2582, 2582, 'Other', 'Other', 145958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145962, 145962, 'NASCAR', 'NASCAR', 2580, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145963, 145963, 'Decals', 'Decals', 145962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145964, 145964, 'Kits', 'Kits', 145962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16510, 16510, 'Other', 'Other', 145962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145971, 145971, 'Sports', 'Sports', 2580, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145972, 145972, '1/12 Scale', '1-12-Scale', 145971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145973, 145973, '1/20 Scale', '1-20-Scale', 145971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145974, 145974, '1/24 Scale', '1-24-Scale', 145971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145975, 145975, '1/25 Scale', '1-25-Scale', 145971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145976, 145976, '1/43 Scale', '1-43-Scale', 145971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2583, 2583, 'Other', 'Other', 145971, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2584, 2584, 'Truck', 'Truck', 2580, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145965, 145965, 'Vintage', 'Vintage', 2580, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145966, 145966, 'Ford', 'Ford', 145965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145967, 145967, 'Dodge', 'Dodge', 145965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145968, 145968, 'Chevrolet', 'Chevrolet', 145965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145969, 145969, 'Pontiac', 'Pontiac', 145965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145970, 145970, 'Plymouth', 'Plymouth', 145965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2585, 2585, 'Other', 'Other', 145965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152927, 152927, 'Decals', 'Decals', 2580, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1190, 1190, 'Other', 'Other', 2580, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152928, 152928, 'Boats, Ships', 'Boats-Ships', 1188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152929, 152929, 'Metal', 'Metal', 152928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152932, 152932, 'Plastic', 'Plastic', 152928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152930, 152930, 'Wooden', 'Wooden', 152928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152931, 152931, 'Accessories', 'Accessories', 152928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4248, 4248, 'Other', 'Other', 152928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4249, 4249, 'Character Figures', 'Character-Figures', 1188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2586, 2586, 'Military', 'Military', 1188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50295, 50295, 'Air', 'Air', 2586, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50296, 50296, 'Accessories', 'Accessories', 50295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50297, 50297, 'Airfix', 'Airfix', 50295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142340, 142340, 'Aurora', 'Aurora', 50295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50298, 50298, 'Hasegawa', 'Hasegawa', 50295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63663, 63663, 'Heller', 'Heller', 50295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50299, 50299, 'Italeri', 'Italeri', 50295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50300, 50300, 'Matchbox', 'Matchbox', 50295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142341, 142341, 'Monogram', 'Monogram', 50295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 50301, 50301, 'Revell', 'Revell', 50295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50302, 50302, 'Tamiya', 'Tamiya', 50295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50303, 50303, 'Testors', 'Testors', 50295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50304, 50304, 'Mixed Lots', 'Mixed-Lots', 50295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2587, 2587, 'Other', 'Other', 50295, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2588, 2588, 'Armor', 'Armor', 2586, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2589, 2589, 'Land', 'Land', 2586, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2590, 2590, 'Sea', 'Sea', 2586, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16511, 16511, 'Soldiers, Figures', 'Soldiers-Figures', 2586, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152933, 152933, 'Decals', 'Decals', 2586, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1191, 1191, 'Other', 'Other', 2586, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1192, 1192, 'Monster', 'Monster', 1188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2591, 2591, 'Motorcycle', 'Motorcycle', 1188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2592, 2592, 'Promo', 'Promo', 1188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2567, 2567, 'Rocketry', 'Rocketry', 1188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16512, 16512, 'Science Fiction', 'Science-Fiction', 1188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16513, 16513, 'Gundam', 'Gundam', 16512, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16514, 16514, 'Macross', 'Macross', 16512, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49211, 49211, 'Star Trek', 'Star-Trek', 16512, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49212, 49212, 'Star Wars', 'Star-Wars', 16512, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1193, 1193, 'Other Science Fiction', 'Other-Science-Fiction', 16512, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1194, 1194, 'Space', 'Space', 1188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2593, 2593, 'Super Hero', 'Super-Hero', 1188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2594, 2594, 'Tools, Supplies, Engines', 'Tools-Supplies-Engines', 1188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2595, 2595, 'Wooden', 'Wooden', 1188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 774, 774, 'Other', 'Other', 1188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11743, 11743, 'Outdoor Toys, Structures', 'Outdoor-Toys-Structures', 220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19017, 19017, 'Balls, Frisbees, Boomerangs', 'Balls-Frisbees-Boomerangs', 11743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145977, 145977, 'Bubble Toys', 'Bubble-Toys', 11743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145978, 145978, 'Games', 'Games', 11743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145979, 145979, 'Inflatable Bouncers', 'Inflatable-Bouncers', 11743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2569, 2569, 'Kites', 'Kites', 11743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146000, 146000, 'Parachutes', 'Parachutes', 11743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19021, 19021, 'Pedal Cars', 'Pedal-Cars', 11743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19022, 19022, 'Modern (1970-Now)', 'Modern-1970-Now', 19021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 726, 726, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 19021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19023, 19023, 'Ride-Ons, Tricycles', 'Ride-Ons-Tricycles', 11743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145980, 145980, 'Modern (1970-Now)', 'Modern-1970-Now', 19023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145981, 145981, 'Cars', 'Cars', 145980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145982, 145982, 'Motorcycles', 'Motorcycles', 145980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145983, 145983, 'Scooters', 'Scooters', 145980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145984, 145984, 'Tricycles', 'Tricycles', 145980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145985, 145985, 'Wagons', 'Wagons', 145980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11746, 11746, 'Other', 'Other', 145980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 732, 732, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 19023, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145986, 145986, 'Sand, Water Toys', 'Sand-Water-Toys', 11743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145987, 145987, 'Balloons, Balls', 'Balloons-Balls', 145986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145988, 145988, 'Floats, Rafts', 'Floats-Rafts', 145986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145989, 145989, 'Pools', 'Pools', 145986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145990, 145990, 'Sand Boxes, Toys', 'Sand-Boxes-Toys', 145986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145991, 145991, 'Squirt Toys', 'Squirt-Toys', 145986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145992, 145992, 'Water Slides', 'Water-Slides', 145986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145993, 145993, 'Water Toys', 'Water-Toys', 145986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11745, 11745, 'Other', 'Other', 145986, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16515, 16515, 'Swings, Slides, Gyms', 'Swings-Slides-Gyms', 11743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145994, 145994, 'Tents, Tunnels, Playhut', 'Tents-Tunnels-Playhut', 11743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145995, 145995, 'Permanent Playhouses', 'Permanent-Playhouses', 145994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145996, 145996, 'Pit Balls', 'Pit-Balls', 145994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145997, 145997, 'Play Tents', 'Play-Tents', 145994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145998, 145998, 'Tunnels', 'Tunnels', 145994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11744, 11744, 'Other', 'Other', 145994, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145999, 145999, 'Trampolines', 'Trampolines', 11743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11742, 11742, 'Other', 'Other', 11743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19169, 19169, 'Pretend Play, Preschool', 'Pretend-Play-Preschool', 220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2646, 2646, 'Brio', 'Brio', 19169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16517, 16517, 'Brio Compatible', 'Brio-Compatible', 19169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19170, 19170, 'Dinosaurs', 'Dinosaurs', 19169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19171, 19171, 'Dishes, Tea Sets', 'Dishes-Tea-Sets', 19169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145947, 145947, 'Dress-Up, Costumes', 'Dress-Up-Costumes', 19169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145948, 145948, 'Animals', 'Animals', 145947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145949, 145949, 'Ballet Dancers', 'Ballet-Dancers', 145947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145950, 145950, 'Fairies', 'Fairies', 145947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145951, 145951, 'Princesses', 'Princesses', 145947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 145952, 145952, 'Superheros', 'Superheros', 145947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19172, 19172, 'Other', 'Other', 145947, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2524, 2524, 'Fisher Price', 'Fisher-Price', 19169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19173, 19173, 'Modern (1963-Now)', 'Modern-1963-Now', 2524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2525, 2525, 'Accessories', 'Accessories', 19173, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2526, 2526, 'Chunky People', 'Chunky-People', 19173, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20898, 20898, 'Dollhouses', 'Dollhouses', 19173, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50305, 50305, 'Imaginext', 'Imaginext', 19173, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2527, 2527, 'Little People', 'Little-People', 19173, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50306, 50306, 'Musical Toys', 'Musical-Toys', 19173, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2528, 2528, 'Pull Toys', 'Pull-Toys', 19173, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50307, 50307, 'Rescue Heroes', 'Rescue-Heroes', 19173, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 374, 374, 'Other', 'Other', 19173, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19174, 19174, 'Vintage (Pre-1963)', 'Vintage-Pre-1963', 2524, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19175, 19175, 'Dolls', 'Dolls', 19174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19176, 19176, 'Little People', 'Little-People', 19174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19177, 19177, 'Pull Toys', 'Pull-Toys', 19174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2529, 2529, 'Other', 'Other', 19174, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19178, 19178, 'Little Tikes', 'Little-Tikes', 19169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2574, 2574, 'Child Size', 'Child-Size', 19178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19179, 19179, 'Dollhouse Size', 'Dollhouse-Size', 19178, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150925, 150925, 'Littlest Pet Shop', 'Littlest-Pet-Shop', 19169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11740, 11740, 'Play-Doh, Modeling Clay', 'Play-Doh-Modeling-Clay', 19169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2575, 2575, 'Playmobil', 'Playmobil', 19169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2576, 2576, 'Playskool', 'Playskool', 19169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19180, 19180, 'Puppets', 'Puppets', 19169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11741, 11741, 'Modern (1970-Now)', 'Modern-1970-Now', 19180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 729, 729, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 19180, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52344, 52344, 'Step 2', 'Step-2', 19169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1197, 1197, 'Wooden, Handcrafted Toys', 'Wooden-Handcrafted-Toys', 19169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19181, 19181, 'Other', 'Other', 19169, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2613, 2613, 'Puzzles', 'Puzzles', 220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19182, 19182, 'Modern (1970-Now)', 'Modern-1970-Now', 2613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146078, 146078, 'Brain Teasers', 'Brain-Teasers', 19182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19183, 19183, 'Jigsaw', 'Jigsaw', 19182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146070, 146070, 'Under 25 Pieces', 'Under-25-Pieces', 19183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146071, 146071, '26 - 99 Pieces', '26-99-Pieces', 19183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146072, 146072, '100 - 249 Pieces', '100-249-Pieces', 19183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146073, 146073, '250 - 499 Pieces', '250-499-Pieces', 19183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146074, 146074, '500 Pieces', '500-Pieces', 19183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146075, 146075, '501 - 749 Pieces', '501-749-Pieces', 19183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19184, 19184, '750 - 999 Pieces', '750-999-Pieces', 19183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146059, 146059, '1000 Pieces', '1000-Pieces', 19183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146060, 146060, 'American Scenery', 'American-Scenery', 146059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146061, 146061, 'Animals', 'Animals', 146059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146062, 146062, 'Art Work', 'Art-Work', 146059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146063, 146063, 'European Scenery', 'European-Scenery', 146059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146064, 146064, 'Landscapes, Seascapes', 'Landscapes-Seascapes', 146059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146065, 146065, 'Movie, TV Themes', 'Movie-TV-Themes', 146059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146066, 146066, 'People', 'People', 146059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146067, 146067, 'Vehicles', 'Vehicles', 146059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19185, 19185, 'Other', 'Other', 146059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146068, 146068, '1001 - 1500 Pieces', '1001-1500-Pieces', 19183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146069, 146069, 'Over 1500 Pieces', 'Over-1500-Pieces', 19183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19186, 19186, 'Three-Dimensional', 'Three-Dimensional', 19183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146076, 146076, 'Peg', 'Peg', 19182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19187, 19187, 'Rubiks', 'Rubiks', 19182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146077, 146077, 'Sudoku', 'Sudoku', 19182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2615, 2615, 'Other', 'Other', 19182, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19188, 19188, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 2613, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19189, 19189, 'Jigsaw', 'Jigsaw', 19188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19190, 19190, 'Under 1000 Pieces', 'Under-1000-Pieces', 19189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19191, 19191, '1000 Pieces or More', '1000-Pieces-or-More', 19189, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 730, 730, 'Other', 'Other', 19188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2562, 2562, 'Radio Control', 'Radio-Control', 220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116070, 116070, 'Radio Control Parts & Access.', 'Radio-Control-Parts-and-Access-', 2562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116071, 116071, 'Aircraft', 'Aircraft', 116070, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34055, 34055, 'Engines', 'Engines', 116071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34056, 34056, 'Parts & Accessories', 'Parts-and-Accessories', 116071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116072, 116072, 'Cars', 'Cars', 116070, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34060, 34060, 'Engines', 'Engines', 116072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34061, 34061, 'Electric Motors', 'Electric-Motors', 34060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34062, 34062, 'Gas Engines', 'Gas-Engines', 34060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34063, 34063, 'Parts & Accessories', 'Parts-and-Accessories', 116072, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116074, 116074, 'Boats', 'Boats', 116070, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116075, 116075, 'Engines', 'Engines', 116074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34058, 34058, 'Parts & Accessories', 'Parts-and-Accessories', 116074, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116077, 116077, 'Tanks', 'Tanks', 116070, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116078, 116078, 'Engines', 'Engines', 116077, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116079, 116079, 'Parts & Accessories', 'Parts-and-Accessories', 116077, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116073, 116073, 'Trucks', 'Trucks', 116070, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116076, 116076, 'Engines', 'Engines', 116073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44028, 44028, 'Parts & Accessories', 'Parts-and-Accessories', 116073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117015, 117015, 'Radio Control Vehicles', 'Radio-Control-Vehicles', 2562, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19163, 19163, 'Air', 'Air', 117015, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34053, 34053, 'Aircraft', 'Aircraft', 19163, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2563, 2563, 'Battery Operated R/C', 'Battery-Operated-R-C', 34053, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19164, 19164, 'Gas Powered R/C', 'Gas-Powered-R-C', 34053, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34054, 34054, 'Control Line, Freeflight', 'Control-Line-Freeflight', 34053, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19165, 19165, 'Boats', 'Boats', 117015, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34057, 34057, 'Boats, Watercraft', 'Boats-Watercraft', 19165, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19166, 19166, 'Gas Powered', 'Gas-Powered', 34057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2564, 2564, 'Battery Operated', 'Battery-Operated', 34057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19167, 19167, 'Cars', 'Cars', 117015, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44017, 44017, 'Associated', 'Associated', 19167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49218, 49218, 'Futaba', 'Futaba', 19167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44015, 44015, 'HPI', 'HPI', 19167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49213, 49213, 'Kyosho', 'Kyosho', 19167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44021, 44021, 'Mini Z', 'Mini-Z', 19167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49214, 49214, 'Mugen', 'Mugen', 19167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49215, 49215, 'OFNA Racing', 'OFNA-Racing', 19167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49216, 49216, 'Pro-line', 'Pro-line', 19167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44022, 44022, 'Tamiya', 'Tamiya', 19167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49217, 49217, 'Team Losi', 'Team-Losi', 19167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44016, 44016, 'Traxxas', 'Traxxas', 19167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44024, 44024, 'Zip Zaps', 'Zip-Zaps', 19167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44025, 44025, 'Non-Branded, Micro Cars', 'Non-Branded-Micro-Cars', 19167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19168, 19168, 'Other', 'Other', 19167, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44026, 44026, 'Tanks', 'Tanks', 117015, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44029, 44029, 'Trucks', 'Trucks', 117015, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1200, 1200, 'Other', 'Other', 117015, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19192, 19192, 'Robots, Monsters, Space Toys', 'Robots-Monsters-Space-Toys', 220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19193, 19193, 'Monsters', 'Monsters', 19192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19194, 19194, 'Dracula', 'Dracula', 19193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19195, 19195, 'Frankenstein', 'Frankenstein', 19193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 747, 747, 'Godzilla', 'Godzilla', 19193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19196, 19196, 'Other', 'Other', 19193, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19197, 19197, 'Robots', 'Robots', 19192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101628, 101628, 'Modern (1970-Now)', 'Modern-1970-Now', 19197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119399, 119399, 'i-Cybie Robotic Dog', 'i-Cybie-Robotic-Dog', 101628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119400, 119400, 'Robopet', 'Robopet', 101628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119401, 119401, 'Roboraptor', 'Roboraptor', 101628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101629, 101629, 'Robosapien', 'Robosapien', 101628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101630, 101630, 'Sony Aibo', 'Sony-Aibo', 101628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19198, 19198, 'Other', 'Other', 101628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19199, 19199, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 19197, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2649, 2649, 'Tin', 'Tin', 19199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2662, 2662, 'Other', 'Other', 19199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19200, 19200, 'Space Toys', 'Space-Toys', 19192, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1187, 1187, 'Modern (1970-Now)', 'Modern-1970-Now', 19200, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 733, 733, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 19200, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2616, 2616, 'Slot Cars', 'Slot-Cars', 220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4779, 4779, 'Modern (1970-Now)', 'Modern-1970-Now', 2616, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7318, 7318, 'Accessories', 'Accessories', 4779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2619, 2619, 'HO', 'HO', 4779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2617, 2617, '45292', '25842', 4779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4781, 4781, '11689', '25750', 4779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152936, 152936, '15707', '25781', 4779, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4780, 4780, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 2616, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7319, 7319, 'Accessories', 'Accessories', 4780, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2618, 2618, 'HO', 'HO', 4780, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2620, 2620, '45292', '25842', 4780, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4782, 4782, '11689', '25750', 4780, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152935, 152935, '15707', '25781', 4780, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 776, 776, 'Other', 'Other', 2616, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 436, 436, 'Stuffed Animals', 'Stuffed-Animals', 220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2596, 2596, 'Applause', 'Applause', 436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1616, 1616, 'Coca Cola', 'Coca-Cola', 436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63654, 63654, 'Dakin', 'Dakin', 436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2597, 2597, 'Disney', 'Disney', 436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95266, 95266, 'FAO Schwarz', 'FAO-Schwarz', 436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95267, 95267, 'Fisher Price', 'Fisher-Price', 436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2598, 2598, 'Gund', 'Gund', 436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95265, 95265, 'Hansa', 'Hansa', 436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16478, 16478, 'Limited Treasures', 'Limited-Treasures', 436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74985, 74985, 'Neopets', 'Neopets', 436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1622, 1622, 'Planet Plush', 'Planet-Plush', 436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63653, 63653, 'Pound Puppies', 'Pound-Puppies', 436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2599, 2599, 'Puffkins', 'Puffkins', 436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16516, 16516, 'Russ', 'Russ', 436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 153012, 153012, 'Russ Shining Stars', 'Russ-Shining-Stars', 436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2601, 2601, 'Steiff', 'Steiff', 436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2602, 2602, 'Modern (1970-Now)', 'Modern-1970-Now', 2601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2603, 2603, 'Vintage (1946-69)', 'Vintage-1946-69', 2601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19202, 19202, 'Antique (Pre-1946)', 'Antique-Pre-1946', 2601, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 781, 781, 'Warner Bros.', 'Warner-Bros-', 436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150106, 150106, 'Webkinz', 'Webkinz', 436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 230, 230, 'Other', 'Other', 436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2631, 2631, 'Toy Soldiers', 'Toy-Soldiers', 220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2638, 2638, 'Modern (1970-Now)', 'Modern-1970-Now', 2631, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2639, 2639, 'Composition', 'Composition', 2638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2634, 2634, 'Lead', 'Lead', 2638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2635, 2635, 'Plastic', 'Plastic', 2638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2636, 2636, 'Tin', 'Tin', 2638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2005, 2005, 'Other', 'Other', 2638, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2637, 2637, 'Vintage (Pre-1970)', 'Vintage-Pre-1970', 2631, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2640, 2640, 'Composition', 'Composition', 2637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19208, 19208, 'Lead', 'Lead', 2637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19209, 19209, 'Barclay', 'Barclay', 19208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19210, 19210, 'Britains', 'Britains', 19208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152937, 152937, 'Non-Military', 'Non-Military', 19208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2641, 2641, 'Other', 'Other', 19208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19211, 19211, 'Plastic', 'Plastic', 2637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19212, 19212, 'Britains', 'Britains', 19211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19213, 19213, 'Marx', 'Marx', 19211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19214, 19214, 'Timpo', 'Timpo', 19211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2642, 2642, 'Other', 'Other', 19211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2643, 2643, 'Tin', 'Tin', 2637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 734, 734, 'Other', 'Other', 2637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2536, 2536, 'Trading Card Games', 'Trading-Card-Games', 220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44040, 44040, 'Dragonball Z', 'Dragonball-Z', 2536, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44041, 44041, 'Boxes', 'Boxes', 44040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44042, 44042, 'Packs', 'Packs', 44040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44043, 44043, 'Singles', 'Singles', 44040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7121, 7121, 'Other', 'Other', 44040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 78176, 78176, 'Duel Masters', 'Duel-Masters', 2536, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38289, 38289, 'Game of Thrones', 'Game-of-Thrones', 2536, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38290, 38290, 'Highlander', 'Highlander', 2536, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33051, 33051, 'Legend of the Five Rings', 'Legend-of-the-Five-Rings', 2536, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50287, 50287, 'Lord of the Rings', 'Lord-of-the-Rings', 2536, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50288, 50288, 'Booster Decks', 'Booster-Decks', 50287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50289, 50289, 'Foil Cards', 'Foil-Cards', 50287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50290, 50290, 'Individual Cards, Singles', 'Individual-Cards-Singles', 50287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50291, 50291, 'Promotional', 'Promotional', 50287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50292, 50292, 'Starter Decks', 'Starter-Decks', 50287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50293, 50293, 'Mixed Lots', 'Mixed-Lots', 50287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33052, 33052, 'Other', 'Other', 50287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38291, 38291, 'Magi-Nation', 'Magi-Nation', 2536, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19107, 19107, 'Magic the Gathering', 'Magic-the-Gathering', 2536, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19108, 19108, 'Accessories', 'Accessories', 19107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19109, 19109, 'Boxes, Packs', 'Boxes-Packs', 19107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19110, 19110, 'Boxes', 'Boxes', 19109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19111, 19111, 'Packs', 'Packs', 19109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19112, 19112, 'Repacks', 'Repacks', 19109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19114, 19114, 'Complete Sets', 'Complete-Sets', 19107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49181, 49181, 'Foil Cards', 'Foil-Cards', 19107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49182, 49182, 'Legions', 'Legions', 49181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49183, 49183, 'Onslaught', 'Onslaught', 49181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49184, 49184, 'Scourge', 'Scourge', 49181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49185, 49185, 'Other', 'Other', 49181, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38292, 38292, 'Individual Cards', 'Individual-Cards', 19107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49186, 49186, '4th Edition', '4th-Edition', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142342, 142342, '5th Edition', '5th-Edition', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142343, 142343, '6th Edition', '6th-Edition', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49187, 49187, '7th Edition', '7th-Edition', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60176, 60176, '8th Edition', '8th-Edition', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142344, 142344, '9th Edition', '9th-Edition', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38293, 38293, 'Alliances', 'Alliances', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49188, 49188, 'Alpha', 'Alpha', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38294, 38294, 'Antiquities', 'Antiquities', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38296, 38296, 'Apocalypse', 'Apocalypse', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38295, 38295, 'Arabian Nights', 'Arabian-Nights', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49189, 49189, 'Beta', 'Beta', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101618, 101618, 'Betrayers of Kamigawa', 'Betrayers-of-Kamigawa', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101619, 101619, 'Champions of Kamigawa', 'Champions-of-Kamigawa', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101620, 101620, 'Chronicles', 'Chronicles', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142345, 142345, 'Coldsnap', 'Coldsnap', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101621, 101621, 'Darksteel', 'Darksteel', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142346, 142346, 'Dissension', 'Dissension', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38297, 38297, 'Exodus', 'Exodus', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38298, 38298, 'Fallen Empires', 'Fallen-Empires', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101622, 101622, 'Fifth Dawn', 'Fifth-Dawn', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142347, 142347, 'Guildpact', 'Guildpact', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101623, 101623, 'Homelands', 'Homelands', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38299, 38299, 'Ice Age', 'Ice-Age', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38300, 38300, 'Invasion', 'Invasion', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38301, 38301, 'Judgment', 'Judgment', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38302, 38302, 'Legends', 'Legends', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38303, 38303, 'Legions', 'Legions', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101624, 101624, 'Mercadian Masques', 'Mercadian-Masques', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38304, 38304, 'Mirage', 'Mirage', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 60177, 60177, 'Mirrodin', 'Mirrodin', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38305, 38305, 'Nemesis', 'Nemesis', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38306, 38306, 'Odyssey', 'Odyssey', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38307, 38307, 'Onslaught', 'Onslaught', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38308, 38308, 'Planeshift', 'Planeshift', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101625, 101625, 'Portal', 'Portal', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49190, 49190, 'Prophecy', 'Prophecy', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142348, 142348, 'Ravnica', 'Ravnica', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49192, 49192, 'Revised', 'Revised', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49191, 49191, 'Scourge', 'Scourge', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38309, 38309, 'Stronghold', 'Stronghold', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38310, 38310, 'Tempest', 'Tempest', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49193, 49193, 'The Dark', 'The-Dark', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38311, 38311, 'Torment', 'Torment', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101626, 101626, 'Unglued', 'Unglued', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101627, 101627, 'Unhinged', 'Unhinged', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49194, 49194, 'Unlimited', 'Unlimited', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38312, 38312, 'Urzas Destiny', 'Urzas-Destiny', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38313, 38313, 'Urzas Legacy', 'Urzas-Legacy', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38314, 38314, 'Urzas Saga', 'Urzas-Saga', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38315, 38315, 'Visions', 'Visions', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38316, 38316, 'Weatherlight', 'Weatherlight', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19115, 19115, 'Other', 'Other', 38292, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49195, 49195, 'Magic Online', 'Magic-Online', 19107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49196, 49196, 'Playable, Tournament Decks', 'Playable-Tournament-Decks', 19107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19113, 19113, 'Mixed Lots', 'Mixed-Lots', 19107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 218, 218, 'Other', 'Other', 19107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150960, 150960, 'Naruto', 'Naruto', 2536, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58140, 58140, 'Neopets', 'Neopets', 2536, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38317, 38317, 'Raw Deal', 'Raw-Deal', 2536, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33053, 33053, 'Star Trek', 'Star-Trek', 2536, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84618, 84618, 'Star Wars', 'Star-Wars', 2536, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84619, 84619, 'Decipher', 'Decipher', 84618, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84620, 84620, 'Wizards', 'Wizards', 84618, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33054, 33054, 'Other', 'Other', 84618, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33055, 33055, 'Vampire, The Eternal Struggle', 'Vampire-The-Eternal-Struggle', 2536, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33056, 33056, 'Warlord: Saga of the Storm', 'Warlord-Saga-of-the-Storm', 2536, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150192, 150192, 'World of Warcraft', 'World-of-Warcraft', 2536, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31393, 31393, 'Yu-Gi-Oh', 'Yu-Gi-Oh', 2536, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49197, 49197, 'Accessories', 'Accessories', 31393, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49198, 49198, 'Boxes', 'Boxes', 31393, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49199, 49199, 'Blue Eyes', 'Blue-Eyes', 49198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49200, 49200, 'Joey', 'Joey', 49198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49201, 49201, 'Legacy of Darkness', 'Legacy-of-Darkness', 49198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49202, 49202, 'Pegasus', 'Pegasus', 49198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50294, 50294, 'Pharaonic Guardian', 'Pharaonic-Guardian', 49198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31394, 31394, 'Other', 'Other', 49198, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49203, 49203, 'Full Sets', 'Full-Sets', 31393, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38318, 38318, 'Individual Cards', 'Individual-Cards', 31393, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 38319, 38319, 'Blue Eyes', 'Blue-Eyes', 38318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49204, 49204, 'Joey', 'Joey', 38318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63657, 63657, 'Kaiba', 'Kaiba', 38318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49205, 49205, 'Labyrinth of Nightmare', 'Labyrinth-of-Nightmare', 38318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49206, 49206, 'Legacy of Darkness', 'Legacy-of-Darkness', 38318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38320, 38320, 'Magic Ruler', 'Magic-Ruler', 38318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38321, 38321, 'Metal Raiders', 'Metal-Raiders', 38318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49207, 49207, 'Pegasus', 'Pegasus', 38318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38322, 38322, 'Pharaohs Servant', 'Pharaohs-Servant', 38318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50479, 50479, 'Pharaonic Guardian', 'Pharaonic-Guardian', 38318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31395, 31395, 'Other', 'Other', 38318, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31396, 31396, 'Packs', 'Packs', 31393, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49208, 49208, 'Promotional', 'Promotional', 31393, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49209, 49209, 'Mixed Lots', 'Mixed-Lots', 31393, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31397, 31397, 'Other', 'Other', 31393, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 58141, 58141, 'Yu Yu Hakusho', 'Yu-Yu-Hakusho', 2536, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2535, 2535, 'Other', 'Other', 2536, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2624, 2624, 'TV, Movie, Character Toys', 'TV-Movie-Character-Toys', 220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20899, 20899, 'Alf', 'Alf', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20900, 20900, 'Arthur', 'Arthur', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2625, 2625, 'Barney', 'Barney', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146023, 146023, 'Batman', 'Batman', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20901, 20901, 'Bear in the Big Blue House', 'Bear-in-the-Big-Blue-House', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152906, 152906, 'Ben 10', 'Ben-10', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38323, 38323, 'BeyBlade', 'BeyBlade', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95253, 95253, 'Big Comfy Couch', 'Big-Comfy-Couch', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2626, 2626, 'Blues Clues', 'Blues-Clues', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146024, 146024, 'Bob the Builder', 'Bob-the-Builder', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146025, 146025, 'Clothing & Accessories', 'Clothing-and-Accessories', 146024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146026, 146026, 'Figures', 'Figures', 146024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146027, 146027, 'Home Decor', 'Home-Decor', 146024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146028, 146028, 'Toys & Games', 'Toys-and-Games', 146024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20902, 20902, 'Other', 'Other', 146024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20903, 20903, 'Caillou', 'Caillou', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20904, 20904, 'California Raisins', 'California-Raisins', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20905, 20905, 'Clifford the Big Red Dog', 'Clifford-the-Big-Red-Dog', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19215, 19215, 'Curious George', 'Curious-George', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7112, 7112, 'Digimon', 'Digimon', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7114, 7114, 'Action Figures', 'Action-Figures', 7112, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7116, 7116, 'Trading Cards', 'Trading-Cards', 7112, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7113, 7113, 'Other', 'Other', 7112, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19216, 19216, 'Disney', 'Disney', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50308, 50308, '101 Dalmatians', '101-Dalmatians', 19216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44033, 44033, 'Beauty & the Beast', 'Beauty-and-the-Beast', 19216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50309, 50309, 'Bugs Life', 'Bugs-Life', 19216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142316, 142316, 'Cars', 'Cars', 19216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142317, 142317, 'Chick Hicks', 'Chick-Hicks', 142316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142318, 142318, 'Doc Hudson', 'Doc-Hudson', 142316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142319, 142319, 'Flo', 'Flo', 142316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142320, 142320, 'Guido', 'Guido', 142316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142321, 142321, 'The King', 'The-King', 142316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142322, 142322, 'Lightning McQueen', 'Lightning-McQueen', 142316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142323, 142323, 'Luigi', 'Luigi', 142316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142324, 142324, 'Mack', 'Mack', 142316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142325, 142325, 'Mater', 'Mater', 142316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142326, 142326, 'Ramone', 'Ramone', 142316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142327, 142327, 'Red', 'Red', 142316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142328, 142328, 'Sally', 'Sally', 142316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142329, 142329, 'Sarge', 'Sarge', 142316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142330, 142330, 'Sheriff', 'Sheriff', 142316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142331, 142331, 'Tractor', 'Tractor', 142316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142332, 142332, 'Sets', 'Sets', 142316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142333, 142333, 'Other', 'Other', 142316, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146029, 146029, 'Chicken Little', 'Chicken-Little', 19216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44034, 44034, 'Cinderella', 'Cinderella', 19216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146030, 146030, 'Disney Princesses', 'Disney-Princesses', 19216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19217, 19217, 'Donald Duck', 'Donald-Duck', 19216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50310, 50310, 'Finding Nemo', 'Finding-Nemo', 19216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19218, 19218, 'Goofy', 'Goofy', 19216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95254, 95254, 'Incredibles', 'Incredibles', 19216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50311, 50311, 'Kim Possible', 'Kim-Possible', 19216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44035, 44035, 'Lilo & Stitch', 'Lilo-and-Stitch', 19216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44036, 44036, 'Little Mermaid', 'Little-Mermaid', 19216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44037, 44037, 'Lion King', 'Lion-King', 19216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50312, 50312, 'Lizzie McGuire', 'Lizzie-McGuire', 19216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146031, 146031, 'Mickey', 'Mickey', 19216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146032, 146032, 'Clothing & Accessories', 'Clothing-and-Accessories', 146031, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146033, 146033, 'Figures', 'Figures', 146031, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146034, 146034, 'Home Decor', 'Home-Decor', 146031, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146035, 146035, 'Toys & Games', 'Toys-and-Games', 146031, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19219, 19219, 'Other', 'Other', 146031, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19220, 19220, 'Minnie', 'Minnie', 19216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44038, 44038, 'Monsters Inc.', 'Monsters-Inc-', 19216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146036, 146036, 'Nightmare Before Christmas', 'Nightmare-Before-Christmas', 19216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146037, 146037, 'Clothing & Accessories', 'Clothing-and-Accessories', 146036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146038, 146038, 'Figures', 'Figures', 146036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146039, 146039, 'Home Decor', 'Home-Decor', 146036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146040, 146040, 'Plush Dolls', 'Plush-Dolls', 146036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36586, 36586, 'Other', 'Other', 146036, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 142334, 142334, 'Pirates of the Caribbean', 'Pirates-of-the-Caribbean', 19216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19221, 19221, 'Pluto', 'Pluto', 19216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95255, 95255, 'Shark Tale', 'Shark-Tale', 19216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19222, 19222, 'Snow White', 'Snow-White', 19216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146041, 146041, 'Tinker Bell, Peter Pan', 'Tinker-Bell-Peter-Pan', 19216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146042, 146042, 'Toy Story', 'Toy-Story', 19216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146043, 146043, 'Clothing & Accessories', 'Clothing-and-Accessories', 146042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146044, 146044, 'Dolls', 'Dolls', 146042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146045, 146045, 'Figures', 'Figures', 146042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146046, 146046, 'Home Decor', 'Home-Decor', 146042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19223, 19223, 'Other', 'Other', 146042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19224, 19224, 'Other', 'Other', 19216, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146047, 146047, 'Dora the Explorer', 'Dora-the-Explorer', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146048, 146048, 'Backpacks', 'Backpacks', 146047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146049, 146049, 'Clothing & Accessories', 'Clothing-and-Accessories', 146047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146050, 146050, 'Dolls, Puppets', 'Dolls-Puppets', 146047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146051, 146051, 'Figures', 'Figures', 146047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146052, 146052, 'Home Decor', 'Home-Decor', 146047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146053, 146053, 'Lunch Bags & Boxes', 'Lunch-Bags-and-Boxes', 146047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146054, 146054, 'Stickers', 'Stickers', 146047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146055, 146055, 'Toys & Games', 'Toys-and-Games', 146047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44039, 44039, 'Other', 'Other', 146047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95256, 95256, 'Dr. Seuss', 'Dr-Seuss', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95257, 95257, 'Cat in the Hat', 'Cat-in-the-Hat', 95256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95258, 95258, 'Grinch Who Stole Christmas', 'Grinch-Who-Stole-Christmas', 95256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20906, 20906, 'Other', 'Other', 95256, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20907, 20907, 'Dragon Tales', 'Dragon-Tales', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7117, 7117, 'DragonBall Z', 'DragonBall-Z', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7119, 7119, 'Action Figures', 'Action-Figures', 7117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7120, 7120, 'Movies', 'Movies', 7117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7118, 7118, 'Other', 'Other', 7117, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20908, 20908, 'Dukes of Hazzard', 'Dukes-of-Hazzard', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95259, 95259, 'ET Extra Terrestrial', 'ET-Extra-Terrestrial', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146056, 146056, 'Family Guy', 'Family-Guy', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63651, 63651, 'Fairly Odd Parents', 'Fairly-Odd-Parents', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19225, 19225, 'Flintstones', 'Flintstones', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20909, 20909, 'Futurama', 'Futurama', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1195, 1195, 'Garfield', 'Garfield', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20910, 20910, 'Gumby', 'Gumby', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50313, 50313, 'Hamtaro', 'Hamtaro', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22722, 22722, 'Harry Potter', 'Harry-Potter', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146057, 146057, 'Clothing & Accessories', 'Clothing-and-Accessories', 22722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22723, 22723, 'Figures', 'Figures', 22722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22724, 22724, 'Games', 'Games', 22722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146058, 146058, 'Home Decor', 'Home-Decor', 22722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22725, 22725, 'Playsets', 'Playsets', 22722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22726, 22726, 'Plush, Bean Bags', 'Plush-Bean-Bags', 22722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22727, 22727, 'Trading Cards', 'Trading-Cards', 22722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11077, 11077, 'Other Harry Potter Toys', 'Other-Harry-Potter-Toys', 22722, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44044, 44044, 'Hello Kitty', 'Hello-Kitty', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44045, 44045, 'Bags, Purses', 'Bags-Purses', 44044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44046, 44046, 'Figures', 'Figures', 44044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44047, 44047, 'Phone Accessories', 'Phone-Accessories', 44044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50314, 50314, 'Plush', 'Plush', 44044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50315, 50315, 'Stationery, Notebooks', 'Stationery-Notebooks', 44044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50316, 50316, 'Mixed Lots', 'Mixed-Lots', 44044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5204, 5204, 'Other', 'Other', 44044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20911, 20911, 'Howdy Doody', 'Howdy-Doody', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63652, 63652, 'Invader Zim', 'Invader-Zim', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44049, 44049, 'Jay Jay the Jet Plane', 'Jay-Jay-the-Jet-Plane', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95260, 95260, 'Jimmy Neutron', 'Jimmy-Neutron', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20912, 20912, 'Lamb Chop, Shari Lewis', 'Lamb-Chop-Shari-Lewis', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95261, 95261, 'Land Before Time', 'Land-Before-Time', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20914, 20914, 'Lost in Space', 'Lost-in-Space', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44056, 44056, 'Maisy', 'Maisy', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20915, 20915, 'Munsters', 'Munsters', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19226, 19226, 'Muppets, Sesame Street', 'Muppets-Sesame-Street', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 153010, 153010, 'Abby Cadabby', 'Abby-Cadabby', 19226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44057, 44057, 'Bert', 'Bert', 19226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19227, 19227, 'Big Bird', 'Big-Bird', 19226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19228, 19228, 'Cookie Monster', 'Cookie-Monster', 19226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147874, 147874, 'Elmo', 'Elmo', 19226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147875, 147875, 'Backpacks, Bags', 'Backpacks-Bags', 147874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147876, 147876, 'Electronic Dolls', 'Electronic-Dolls', 147874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147877, 147877, 'Games & Toys', 'Games-and-Toys', 147874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147878, 147878, 'Plush Dolls', 'Plush-Dolls', 147874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19229, 19229, 'Other', 'Other', 147874, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19230, 19230, 'Ernie', 'Ernie', 19226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95262, 95262, 'Fraggles', 'Fraggles', 19226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19231, 19231, 'Kermit', 'Kermit', 19226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19232, 19232, 'Miss Piggy', 'Miss-Piggy', 19226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19233, 19233, 'Mixed Muppets', 'Mixed-Muppets', 19226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19234, 19234, 'Mixed Sesame Street', 'Mixed-Sesame-Street', 19226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2627, 2627, 'Other', 'Other', 19226, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47227, 47227, 'My Little Pony', 'My-Little-Pony', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47228, 47228, 'Contemporary (1990-Now)', 'Contemporary-1990-Now', 47227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 375, 375, 'Vintage (Pre-1990)', 'Vintage-Pre-1990', 47227, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95263, 95263, 'My Melody, Miffy', 'My-Melody-Miffy', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20916, 20916, 'Noddy', 'Noddy', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2577, 2577, 'Peanuts Gang', 'Peanuts-Gang', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19235, 19235, 'Charlie Brown', 'Charlie-Brown', 2577, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19236, 19236, 'Lucy', 'Lucy', 2577, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44058, 44058, 'Snoopy', 'Snoopy', 2577, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44059, 44059, 'Figures', 'Figures', 44058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44061, 44061, 'Mixed Lots', 'Mixed-Lots', 44058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19237, 19237, 'Other', 'Other', 44058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19238, 19238, 'Woodstock', 'Woodstock', 2577, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 773, 773, 'Other', 'Other', 2577, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20917, 20917, 'Pee-Wee Herman', 'Pee-Wee-Herman', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2604, 2604, 'Pokemon', 'Pokemon', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2605, 2605, 'Action Figures', 'Action-Figures', 2604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2606, 2606, 'Electronic Games', 'Electronic-Games', 2604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2607, 2607, 'Plush', 'Plush', 2604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 155640, 155640, 'Pokemon TFG', 'Pokemon-TFG', 2604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2610, 2610, 'Trading Cards', 'Trading-Cards', 2604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2612, 2612, 'Boxes', 'Boxes', 2610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4301, 4301, 'Packs', 'Packs', 2610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44062, 44062, 'Singles', 'Singles', 2610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44063, 44063, 'Aquapolis', 'Aquapolis', 44062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44064, 44064, 'Base', 'Base', 44062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146079, 146079, 'Crystal Guardians', 'Crystal-Guardians', 44062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101601, 101601, 'Deoxys', 'Deoxys', 44062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146080, 146080, 'Delta Species', 'Delta-Species', 44062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101602, 101602, 'Dragon', 'Dragon', 44062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107987, 107987, 'Ex Emerald', 'Ex-Emerald', 44062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44065, 44065, 'Expedition', 'Expedition', 44062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 117368, 117368, 'eX Unseen Forces', 'eX-Unseen-Forces', 44062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101603, 101603, 'Fire Red Leaf Green', 'Fire-Red-Leaf-Green', 44062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101604, 101604, 'Hidden Legends', 'Hidden-Legends', 44062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146081, 146081, 'Holon Phantoms', 'Holon-Phantoms', 44062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44066, 44066, 'Jungle', 'Jungle', 44062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44067, 44067, 'Legendary', 'Legendary', 44062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146082, 146082, 'Legend Maker', 'Legend-Maker', 44062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50320, 50320, 'Mixed Lots', 'Mixed-Lots', 44062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44068, 44068, 'Neo Destiny', 'Neo-Destiny', 44062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44069, 44069, 'Neo Revelation', 'Neo-Revelation', 44062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50319, 50319, 'Promotional Cards', 'Promotional-Cards', 44062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50317, 50317, 'Ruby & Sapphire', 'Ruby-and-Sapphire', 44062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101605, 101605, 'Sandstorm', 'Sandstorm', 44062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50318, 50318, 'Skyridge', 'Skyridge', 44062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101606, 101606, 'Team Aqua/Team Magma', 'Team-Aqua-Team-Magma', 44062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 101607, 101607, 'Team Rocket Returns', 'Team-Rocket-Returns', 44062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2611, 2611, 'Other', 'Other', 44062, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4698, 4698, 'Japanese', 'Japanese', 2610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2608, 2608, 'Other', 'Other', 2610, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1524, 1524, 'Other', 'Other', 2604, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19239, 19239, 'Popeye', 'Popeye', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95264, 95264, 'Popples', 'Popples', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12523, 12523, 'Powerpuff Girls', 'Powerpuff-Girls', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19241, 19241, 'Rocky & Bullwinkle', 'Rocky-and-Bullwinkle', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 95252, 95252, 'Rudolph', 'Rudolph', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2628, 2628, 'Rugrats', 'Rugrats', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11747, 11747, 'Scooby-Doo', 'Scooby-Doo', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 44070, 44070, 'Simpsons', 'Simpsons', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146083, 146083, 'Clothing & Accessories', 'Clothing-and-Accessories', 44070, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146084, 146084, 'Dolls', 'Dolls', 44070, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146085, 146085, 'Figures', 'Figures', 44070, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146086, 146086, 'Games & Toys', 'Games-and-Toys', 44070, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146087, 146087, 'Home Decor', 'Home-Decor', 44070, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19242, 19242, 'Other', 'Other', 44070, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19243, 19243, 'Smurfs', 'Smurfs', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20918, 20918, 'South Park', 'South-Park', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19244, 19244, 'Speed Racer', 'Speed-Racer', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146088, 146088, 'Spider-Man', 'Spider-Man', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146089, 146089, 'Backpacks, Bags', 'Backpacks-Bags', 146088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146090, 146090, 'Clothing & Accessories', 'Clothing-and-Accessories', 146088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146091, 146091, 'Games & Toys', 'Games-and-Toys', 146088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146092, 146092, 'Home Decor', 'Home-Decor', 146088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146093, 146093, 'Lunch Boxes, Dinnerware', 'Lunch-Boxes-Dinnerware', 146088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146094, 146094, 'Other', 'Other', 146088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50322, 50322, 'Spirit', 'Spirit', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146095, 146095, 'SpongeBob Squarepants', 'SpongeBob-Squarepants', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146096, 146096, 'Backpacks, Bags', 'Backpacks-Bags', 146095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146097, 146097, 'Clothing & Accessories', 'Clothing-and-Accessories', 146095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146098, 146098, 'Dolls', 'Dolls', 146095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146099, 146099, 'Figures', 'Figures', 146095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146100, 146100, 'Games & Toys', 'Games-and-Toys', 146095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146101, 146101, 'Home Decor', 'Home-Decor', 146095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20919, 20919, 'Other', 'Other', 146095, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146102, 146102, 'Strawberry Shortcake', 'Strawberry-Shortcake', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146103, 146103, 'Backpacks, Lunch Items', 'Backpacks-Lunch-Items', 146102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146104, 146104, 'Clothing & Accessories', 'Clothing-and-Accessories', 146102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146105, 146105, 'Home Decor', 'Home-Decor', 146102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146106, 146106, 'Other', 'Other', 146102, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 756, 756, 'Teletubbies', 'Teletubbies', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20920, 20920, 'Theodore Tugboat', 'Theodore-Tugboat', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22719, 22719, 'Thomas the Tank Engine', 'Thomas-the-Tank-Engine', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146107, 146107, 'Backpacks, Bags', 'Backpacks-Bags', 22719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146108, 146108, 'Clothing & Accessories', 'Clothing-and-Accessories', 22719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113520, 113520, 'Diecast', 'Diecast', 22719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113521, 113521, 'ERTL', 'ERTL', 113520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113522, 113522, 'Take-Along', 'Take-Along', 113520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22720, 22720, 'Other', 'Other', 113520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146109, 146109, 'Games & Toys', 'Games-and-Toys', 22719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146110, 146110, 'Home Decor', 'Home-Decor', 22719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146111, 146111, 'Lunch Boxes, Dinnerware', 'Lunch-Boxes-Dinnerware', 22719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113512, 113512, 'Wooden', 'Wooden', 22719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113513, 113513, 'Accessories', 'Accessories', 113512, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113514, 113514, 'Bridges & Tunnels', 'Bridges-and-Tunnels', 113513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113515, 113515, 'Destinations', 'Destinations', 113513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113516, 113516, 'Track & Accessories', 'Track-and-Accessories', 113513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113517, 113517, 'Train Tables & Furniture', 'Train-Tables-and-Furniture', 113513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113518, 113518, 'Trains & Vehicles', 'Trains-and-Vehicles', 113512, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 113519, 113519, 'Train Sets', 'Train-Sets', 113512, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 22721, 22721, 'Other', 'Other', 113512, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2629, 2629, 'Other', 'Other', 22719, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20921, 20921, 'Three Stooges', 'Three-Stooges', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20922, 20922, 'Veggie Tales', 'Veggie-Tales', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19245, 19245, 'Warner Bros.', 'Warner-Bros-', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19246, 19246, 'Bugs Bunny', 'Bugs-Bunny', 19245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19247, 19247, 'Marvin the Martian', 'Marvin-the-Martian', 19245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19248, 19248, 'Tasmanian Devil', 'Tasmanian-Devil', 19245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19249, 19249, 'Tweety & Sylvester', 'Tweety-and-Sylvester', 19245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19250, 19250, 'Other', 'Other', 19245, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20923, 20923, 'Wiggles', 'Wiggles', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146112, 146112, 'Winnie the Pooh', 'Winnie-the-Pooh', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146114, 146114, 'Backpacks, Bags', 'Backpacks-Bags', 146112, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146115, 146115, 'Clothing & Accessories', 'Clothing-and-Accessories', 146112, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146113, 146113, 'Figures', 'Figures', 146112, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146116, 146116, 'Games & Toys', 'Games-and-Toys', 146112, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146117, 146117, 'Home Decor', 'Home-Decor', 146112, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146118, 146118, 'Lunch Boxes, Dinnerware', 'Lunch-Boxes-Dinnerware', 146112, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146119, 146119, 'Plush', 'Plush', 146112, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 146120, 146120, 'Stickers', 'Stickers', 146112, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19251, 19251, 'Other', 'Other', 146112, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2622, 2622, 'Other', 'Other', 2624, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 717, 717, 'Vintage, Antique Toys', 'Vintage-Antique-Toys', 220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2660, 2660, 'Cap Guns', 'Cap-Guns', 717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152939, 152939, 'Diecast', 'Diecast', 2660, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2661, 2661, 'Cast Iron', 'Cast-Iron', 2660, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 720, 720, 'Other', 'Other', 2660, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 721, 721, 'Cast Iron', 'Cast-Iron', 717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 722, 722, 'Celluloid', 'Celluloid', 717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 723, 723, 'Character', 'Character', 717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19252, 19252, 'Cowboy, Western', 'Cowboy-Western', 717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 152938, 152938, 'Lead Toys, Figures', 'Lead-Toys-Figures', 717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 725, 725, 'Paper Toys', 'Paper-Toys', 717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 727, 727, 'Play Sets', 'Play-Sets', 717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 728, 728, 'Pull Toys', 'Pull-Toys', 717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 735, 735, 'Tin', 'Tin', 717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2647, 2647, 'Character', 'Character', 735, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2648, 2648, 'Reproductions', 'Reproductions', 735, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 736, 736, 'Other Tin', 'Other-Tin', 735, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1198, 1198, 'Toy Parts', 'Toy-Parts', 717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 74986, 74986, 'Wind-up Toys', 'Wind-up-Toys', 717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30, 30, 'Other Vintage Toys', 'Other-Vintage-Toys', 717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40149, 40149, 'Wholesale Lots', 'Wholesale-Lots', 220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40150, 40150, 'Action Figures', 'Action-Figures', 40149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51023, 51023, 'Diecast, Toy Vehicles', 'Diecast-Toy-Vehicles', 40149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51024, 51024, 'Games', 'Games', 40149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51032, 51032, 'Model RR, Trains', 'Model-RR-Trains', 40149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51025, 51025, 'Novelty, Vending Toys', 'Novelty-Vending-Toys', 40149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 40151, 40151, 'Yo-Yos', 'Yo-Yos', 51025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51027, 51027, 'Other', 'Other', 51025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51028, 51028, 'Pretend Play, Preschool', 'Pretend-Play-Preschool', 40149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51029, 51029, 'Radio Control', 'Radio-Control', 40149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51030, 51030, 'Stuffed Animals, Beanbag Plush', 'Stuffed-Animals-Beanbag-Plush', 40149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51031, 51031, 'TV, Movie, Character Toys', 'TV-Movie-Character-Toys', 40149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26424, 26424, 'Other Wholesale Lots', 'Other-Wholesale-Lots', 40149, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3252, 3252, 'Travel', 'Travel', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3253, 3253, 'Airline', 'Airline', 3252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147399, 147399, 'Car Rental', 'Car-Rental', 3252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16078, 16078, 'Cruises', 'Cruises', 3252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16079, 16079, 'Lodging', 'Lodging', 3252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3254, 3254, 'Bed & Breakfast', 'Bed-and-Breakfast', 16079, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3255, 3255, 'Hotel', 'Hotel', 16079, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116081, 116081, 'Vacation Rentals', 'Vacation-Rentals', 16079, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116082, 116082, 'Caribbean', 'Caribbean', 116081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116083, 116083, 'Europe', 'Europe', 116081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116084, 116084, 'Mexico', 'Mexico', 116081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116085, 116085, 'US', 'US', 116081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116086, 116086, 'California', 'California', 116085, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116087, 116087, 'Florida', 'Florida', 116085, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116088, 116088, 'Hawaii', 'Hawaii', 116085, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116089, 116089, 'Nevada', 'Nevada', 116085, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116090, 116090, 'South Carolina', 'South-Carolina', 116085, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116091, 116091, 'Virginia', 'Virginia', 116085, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116092, 116092, 'Other', 'Other', 116085, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3257, 3257, 'Other', 'Other', 116081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16123, 16123, 'Other', 'Other', 16079, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16085, 16085, 'Luggage', 'Luggage', 3252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29578, 29578, 'Vacation Packages', 'Vacation-Packages', 3252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3256, 3256, 'With Air', 'With-Air', 29578, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 29579, 29579, 'Without Air', 'Without-Air', 29578, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1310, 1310, 'Other Travel', 'Other-Travel', 3252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1249, 1249, 'Video Games', 'Video-Games', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49220, 49220, 'Accessories', 'Accessories', 1249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49221, 49221, '3DO', '3DO', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41007, 41007, 'Atari', 'Atari', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41008, 41008, 'Adapters & Cables', 'Adapters-and-Cables', 41007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41009, 41009, 'Game Controllers', 'Game-Controllers', 41007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1250, 1250, 'Other Accessories', 'Other-Accessories', 41007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3538, 3538, 'Colecovision', 'Colecovision', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3543, 3543, 'Commodore', 'Commodore', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3548, 3548, 'Intellivision', 'Intellivision', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41014, 41014, 'Microsoft Xbox', 'Microsoft-Xbox', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41015, 41015, 'Adapters & Cables', 'Adapters-and-Cables', 41014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41016, 41016, 'DVD Playback Kits & Remotes', 'DVD-Playback-Kits-and-Remotes', 41014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41017, 41017, 'Game Controllers', 'Game-Controllers', 41014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41018, 41018, 'Memory', 'Memory', 41014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20385, 20385, 'Other Accessories', 'Other-Accessories', 41014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 122517, 122517, 'Microsoft Xbox 360', 'Microsoft-Xbox-360', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21199, 21199, 'Nintendo 64', 'Nintendo-64', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21200, 21200, 'Adapters & Cables', 'Adapters-and-Cables', 21199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21201, 21201, 'Memory Cards & Expansion Paks', 'Memory-Cards-and-Expansion-Paks', 21199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21202, 21202, 'Rumble Paks', 'Rumble-Paks', 21199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15104, 15104, 'Strategy Guides', 'Strategy-Guides', 21199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3580, 3580, 'Other', 'Other', 21199, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140087, 140087, 'Nintendo DS', 'Nintendo-DS', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140088, 140088, 'Nintendo DS Lite', 'Nintendo-DS-Lite', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21206, 21206, 'Nintendo Game Boy', 'Nintendo-Game-Boy', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21204, 21204, 'Adapters & Cables', 'Adapters-and-Cables', 21206, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21207, 21207, 'Batteries & Chargers', 'Batteries-and-Chargers', 21206, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21146, 21146, 'Cases', 'Cases', 21206, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21203, 21203, 'Lights, Shields, Magnifiers', 'Lights-Shields-Magnifiers', 21206, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3569, 3569, 'Other', 'Other', 21206, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41033, 41033, 'Nintendo Game Boy Advance', 'Nintendo-Game-Boy-Advance', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41034, 41034, 'Adapters & Cables', 'Adapters-and-Cables', 41033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41035, 41035, 'Batteries & Chargers', 'Batteries-and-Chargers', 41033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41036, 41036, 'Cases', 'Cases', 41033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41037, 41037, 'Lights, Shields', 'Lights-Shields', 41033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41038, 41038, 'Magnifiers', 'Magnifiers', 41033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 18807, 18807, 'Other Accessories', 'Other-Accessories', 41033, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140089, 140089, 'Nintendo Game Boy Advance SP', 'Nintendo-Game-Boy-Advance-SP', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 122515, 122515, 'Nintendo Game Boy Micro', 'Nintendo-Game-Boy-Micro', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41039, 41039, 'Nintendo GameCube', 'Nintendo-GameCube', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41040, 41040, 'Adapters & Cables', 'Adapters-and-Cables', 41039, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41041, 41041, 'E-Cards', 'E-Cards', 41039, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41042, 41042, 'Game Controllers', 'Game-Controllers', 41039, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41043, 41043, 'Memory', 'Memory', 41039, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20389, 20389, 'Other Accessories', 'Other-Accessories', 41039, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41044, 41044, 'Nintendo NES', 'Nintendo-NES', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41045, 41045, 'Adapters & Cables', 'Adapters-and-Cables', 41044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41046, 41046, 'Connectors', 'Connectors', 41044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41047, 41047, 'Game Controllers', 'Game-Controllers', 41044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3605, 3605, 'Other Accessories', 'Other-Accessories', 41044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49223, 49223, 'Nintendo, Super', 'Nintendo-Super', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3592, 3592, 'Accessories', 'Accessories', 49223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15107, 15107, 'Strategy Guides', 'Strategy-Guides', 49223, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147176, 147176, 'Nintendo Wii', 'Nintendo-Wii', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49225, 49225, 'PC Games', 'PC-Games', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3677, 3677, 'Gaming Controls', 'Gaming-Controls', 49225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15109, 15109, 'Strategy Guides', 'Strategy-Guides', 49225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3606, 3606, 'Other Accessories', 'Other-Accessories', 49225, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49227, 49227, 'Sega CD', 'Sega-CD', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41052, 41052, 'Sega Dreamcast', 'Sega-Dreamcast', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41053, 41053, 'Adapters & Cables', 'Adapters-and-Cables', 41052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41054, 41054, 'Game Controllers', 'Game-Controllers', 41052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41055, 41055, 'Memory', 'Memory', 41052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15117, 15117, 'Strategy Guides', 'Strategy-Guides', 41052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4303, 4303, 'Other Accessories', 'Other-Accessories', 41052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41057, 41057, 'Sega Game Gear', 'Sega-Game-Gear', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3642, 3642, 'Sega Genesis', 'Sega-Genesis', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49228, 49228, 'Sega Master', 'Sega-Master', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49229, 49229, 'Sega Pico', 'Sega-Pico', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3654, 3654, 'Sega Saturn', 'Sega-Saturn', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21183, 21183, 'Sony PlayStation', 'Sony-PlayStation', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21184, 21184, 'Adapters & Cables', 'Adapters-and-Cables', 21183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21185, 21185, 'Dance Revolution Mats', 'Dance-Revolution-Mats', 21183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21193, 21193, 'Game Controllers', 'Game-Controllers', 21183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21190, 21190, 'Memory Cards', 'Memory-Cards', 21183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15302, 15302, 'Strategy Guides', 'Strategy-Guides', 21183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1489, 1489, 'Other', 'Other', 21183, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21186, 21186, 'Sony PlayStation 2', 'Sony-PlayStation-2', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41059, 41059, 'Adapters', 'Adapters', 21186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21187, 21187, 'Cables', 'Cables', 21186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21188, 21188, 'Game Controllers', 'Game-Controllers', 21186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41060, 41060, 'Memory Cards', 'Memory-Cards', 21186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41061, 41061, '8MB', '8MB', 41060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41062, 41062, '16MB', '16MB', 41060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 41063, 41063, '32MB', '32MB', 41060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21189, 21189, 'Other', 'Other', 41060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15121, 15121, 'Strategy Guides', 'Strategy-Guides', 21186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11319, 11319, 'Other', 'Other', 21186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147177, 147177, 'Sony PlayStation 3', 'Sony-PlayStation-3', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 122516, 122516, 'Sony PSP', 'Sony-PSP', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49230, 49230, 'Other Accessories', 'Other-Accessories', 49220, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62053, 62053, 'Games', 'Games', 1249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1654, 1654, 'Internet Games', 'Internet-Games', 1249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156594, 156594, 'Games', 'Games', 1654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 123431, 123431, 'Guild Wars', 'Guild-Wars', 156594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 151538, 151538, 'Second Life', 'Second-Life', 156594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106453, 106453, 'World of Warcraft', 'World-of-Warcraft', 156594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4596, 4596, 'Other', 'Other', 156594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156595, 156595, 'Guides', 'Guides', 1654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156596, 156596, 'Software, PC Versions', 'Software-PC-Versions', 1654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156597, 156597, 'Time Cards', 'Time-Cards', 1654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 156598, 156598, 'Other', 'Other', 1654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 62054, 62054, 'Systems', 'Systems', 1249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4315, 4315, 'Vintage Games', 'Vintage-Games', 1249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 187, 187, 'Other', 'Other', 1249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48749, 48749, 'Wholesale Lots', 'Wholesale-Lots', 1249, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48751, 48751, 'Accessories', 'Accessories', 48749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48752, 48752, 'Console Systems', 'Console-Systems', 48749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31583, 31583, 'Games', 'Games', 48749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 48750, 48750, 'Other', 'Other', 48749, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 99, 99, 'Everything Else', 'Everything-Else', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102333, 102333, 'Advertising Opportunities', 'Advertising-Opportunities', 99, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20924, 20924, 'eBay User Tools', 'eBay-User-Tools', 99, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16706, 16706, 'Education & Learning', 'Education-and-Learning', 99, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102948, 102948, 'Preschool-Kindergarten', 'Preschool-Kindergarten', 16706, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102943, 102943, 'Alphabet, Letters', 'Alphabet-Letters', 102948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116096, 116096, 'Arts & Crafts', 'Arts-and-Crafts', 102948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116097, 116097, 'Daycare Supplies', 'Daycare-Supplies', 102948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102944, 102944, 'Foreign Languages', 'Foreign-Languages', 102948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116095, 116095, 'Music', 'Music', 102948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102945, 102945, 'Numbers, Math', 'Numbers-Math', 102948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102946, 102946, 'Phonics, Reading', 'Phonics-Reading', 102948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102947, 102947, 'Shapes, Colors', 'Shapes-Colors', 102948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3137, 3137, 'Other', 'Other', 102948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102956, 102956, 'Elementary School', 'Elementary-School', 16706, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102958, 102958, 'Foreign Languages', 'Foreign-Languages', 102956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102957, 102957, 'History, Geography', 'History-Geography', 102956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102959, 102959, 'Mathematics', 'Mathematics', 102956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116094, 116094, 'Music', 'Music', 102956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102960, 102960, 'Phonics, Reading', 'Phonics-Reading', 102956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102961, 102961, 'Sciences', 'Sciences', 102956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102962, 102962, 'Spelling, Writing, Grammar', 'Spelling-Writing-Grammar', 102956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3138, 3138, 'Other', 'Other', 102956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3140, 3140, 'Middle School', 'Middle-School', 16706, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3141, 3141, 'High School', 'High-School', 16706, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3143, 3143, 'Adult & Career Education', 'Adult-and-Career-Education', 16706, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16707, 16707, 'Arts', 'Arts', 3143, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102324, 102324, 'Business', 'Business', 3143, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102325, 102325, 'Direct Selling', 'Direct-Selling', 102324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102326, 102326, 'Entrepreneurship', 'Entrepreneurship', 102324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102327, 102327, 'Marketing', 'Marketing', 102324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102328, 102328, 'Real Estate', 'Real-Estate', 102324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3148, 3148, 'Other', 'Other', 102324, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16708, 16708, 'Certification, Licenses', 'Certification-Licenses', 3143, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 21255, 21255, 'Computer, Technical', 'Computer-Technical', 3143, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4256, 4256, 'Healthcare, Nursing', 'Healthcare-Nursing', 3143, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102329, 102329, 'Personal Development', 'Personal-Development', 3143, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102330, 102330, 'Leadership, Self-Confidence', 'Leadership-Self-Confidence', 102329, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102331, 102331, 'Memory Improvement', 'Memory-Improvement', 102329, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102332, 102332, 'Personal Finances', 'Personal-Finances', 102329, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3149, 3149, 'Other', 'Other', 102329, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3144, 3144, 'Other', 'Other', 3143, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102949, 102949, 'School Supplies, Equipment', 'School-Supplies-Equipment', 16706, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102950, 102950, 'Binders, Notebooks', 'Binders-Notebooks', 102949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102951, 102951, 'Crayons, Markers', 'Crayons-Markers', 102949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102952, 102952, 'Globes, Maps', 'Globes-Maps', 102949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102953, 102953, 'Pens, Pencils', 'Pens-Pencils', 102949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102954, 102954, 'Stamps, Stickers', 'Stamps-Stickers', 102949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3142, 3142, 'Other', 'Other', 102949, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102955, 102955, 'Teaching Supplies, Resources', 'Teaching-Supplies-Resources', 16706, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 52559, 52559, 'Wholesale Lots', 'Wholesale-Lots', 16706, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102362, 102362, 'Other', 'Other', 16706, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88739, 88739, 'Funeral & Cemetery', 'Funeral-and-Cemetery', 99, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88740, 88740, 'Caskets', 'Caskets', 88739, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88741, 88741, 'Cemetery Plots', 'Cemetery-Plots', 88739, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88742, 88742, 'Cremation Urns', 'Cremation-Urns', 88739, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88743, 88743, 'Mortuary Supplies', 'Mortuary-Supplies', 88739, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88744, 88744, 'Other', 'Other', 88739, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20925, 20925, 'Genealogy', 'Genealogy', 99, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20926, 20926, 'Births, Marriages, Deaths', 'Births-Marriages-Deaths', 20925, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20927, 20927, 'Census Records', 'Census-Records', 20925, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20928, 20928, 'City, State Directories', 'City-State-Directories', 20925, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116098, 116098, 'Coat of Arms', 'Coat-of-Arms', 20925, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116099, 116099, 'County, State History', 'County-State-History', 20925, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116100, 116100, 'Family Trees', 'Family-Trees', 20925, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20929, 20929, 'Immigration, Passenger Lists', 'Immigration-Passenger-Lists', 20925, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102363, 102363, 'Maps', 'Maps', 20925, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102364, 102364, 'A-I', 'A-I', 102363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102366, 102366, 'J-M', 'J-M', 102363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102365, 102365, 'N-P', 'N-P', 102363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102367, 102367, 'R-W', 'R-W', 102363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102369, 102369, 'International', 'International', 102363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20930, 20930, 'Other', 'Other', 102363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20931, 20931, 'Military Records', 'Military-Records', 20925, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 2980, 2980, 'Other', 'Other', 20925, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16086, 16086, 'Gifts & Occasions', 'Gifts-and-Occasions', 99, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26379, 26379, 'Flowers & Bouquets', 'Flowers-and-Bouquets', 16086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26380, 26380, 'Artificial', 'Artificial', 26379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16087, 16087, 'Fresh', 'Fresh', 26379, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102370, 102370, 'Gag Gifts', 'Gag-Gifts', 16086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102371, 102371, 'Birthday, Over the Hill', 'Birthday-Over-the-Hill', 102370, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102372, 102372, 'Fake Diplomas', 'Fake-Diplomas', 102370, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102373, 102373, 'Fake Lottery Tickets', 'Fake-Lottery-Tickets', 102370, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102374, 102374, 'Hand Cuffs, Lingerie', 'Hand-Cuffs-Lingerie', 102370, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102375, 102375, 'Whoopee Cushions, Fart Gags', 'Whoopee-Cushions-Fart-Gags', 102370, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19257, 19257, 'Other', 'Other', 102370, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16088, 16088, 'Gift Baskets', 'Gift-Baskets', 16086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102376, 102376, 'Baby', 'Baby', 16088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16089, 16089, 'Bath & Beauty', 'Bath-and-Beauty', 16088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16090, 16090, 'Gourmet', 'Gourmet', 16088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102377, 102377, 'Supplies', 'Supplies', 16088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26381, 26381, 'Themed Baskets', 'Themed-Baskets', 16088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16091, 16091, 'Other Gift Baskets', 'Other-Gift-Baskets', 16088, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102378, 102378, 'Gift Wrap', 'Gift-Wrap', 16086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102379, 102379, 'Gift Bags', 'Gift-Bags', 102378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102380, 102380, 'Gift Boxes', 'Gift-Boxes', 102378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102381, 102381, 'Ribbons, Bows', 'Ribbons-Bows', 102378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102382, 102382, 'Tissue Paper', 'Tissue-Paper', 102378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102383, 102383, 'Wrapping Paper', 'Wrapping-Paper', 102378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26382, 26382, 'Other', 'Other', 102378, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16092, 16092, 'Greeting Cards', 'Greeting-Cards', 16086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16093, 16093, 'Assortments', 'Assortments', 16092, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102384, 102384, 'Birth Announcements', 'Birth-Announcements', 16092, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16094, 16094, 'Birthday', 'Birthday', 16092, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33881, 33881, 'Christmas, Holiday', 'Christmas-Holiday', 16092, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102385, 102385, 'Note Cards', 'Note-Cards', 16092, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16095, 16095, 'Thank You', 'Thank-You', 16092, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4961, 4961, 'Other Cards', 'Other-Cards', 16092, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3205, 3205, 'Party Supplies', 'Party-Supplies', 16086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26383, 26383, 'All Occasion Supplies', 'All-Occasion-Supplies', 3205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102386, 102386, 'Balloons & Decorations', 'Balloons-and-Decorations', 26383, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102387, 102387, 'Adults Party Decorations', 'Adults-Party-Decorations', 102386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102388, 102388, 'Childrens Party Decorations', 'Childrens-Party-Decorations', 102386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102389, 102389, 'Solid Color Balloons', 'Solid-Color-Balloons', 102386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26384, 26384, 'Other', 'Other', 102386, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102390, 102390, 'Bows, Ribbons', 'Bows-Ribbons', 26383, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102391, 102391, 'Cake', 'Cake', 26383, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102392, 102392, 'Favors', 'Favors', 26383, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102393, 102393, 'Assortments', 'Assortments', 102392, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102394, 102394, 'Candy, Chocolate, Mints', 'Candy-Chocolate-Mints', 102392, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102395, 102395, 'Favor Bags, Boxes', 'Favor-Bags-Boxes', 102392, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102396, 102396, 'Glow Sticks, Jewelry', 'Glow-Sticks-Jewelry', 102392, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102397, 102397, 'Pens, Erasers, Notebooks', 'Pens-Erasers-Notebooks', 102392, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102398, 102398, 'Pi?atas', 'Pi?atas', 102392, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26385, 26385, 'Other', 'Other', 102392, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26386, 26386, 'Invitations', 'Invitations', 26383, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26388, 26388, 'Tableware, Serveware', 'Tableware-Serveware', 26383, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26389, 26389, 'Other', 'Other', 26383, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3206, 3206, 'Anniversary', 'Anniversary', 3205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104186, 104186, 'Baby Shower', 'Baby-Shower', 3205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104187, 104187, 'Balloons & Decorations', 'Balloons-and-Decorations', 104186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104188, 104188, 'Favors', 'Favors', 104186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104189, 104189, 'Candles', 'Candles', 104188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104190, 104190, 'Candy Wrappers', 'Candy-Wrappers', 104188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104191, 104191, 'Soaps', 'Soaps', 104188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104192, 104192, 'Other', 'Other', 104188, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104193, 104193, 'Games, Activities', 'Games-Activities', 104186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104194, 104194, 'Gifts', 'Gifts', 104186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 104195, 104195, 'Invitations', 'Invitations', 104186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3208, 3208, 'Other', 'Other', 104186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26390, 26390, 'Birthday', 'Birthday', 3205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116101, 116101, 'Attire', 'Attire', 26390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102399, 102399, 'Balloons & Decorations', 'Balloons-and-Decorations', 26390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102400, 102400, 'Banners', 'Banners', 102399, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102401, 102401, 'Latex Balloons', 'Latex-Balloons', 102399, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102402, 102402, 'Mylar Balloons', 'Mylar-Balloons', 102399, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102403, 102403, 'Sets, Kits', 'Sets-Kits', 102399, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26391, 26391, 'Other', 'Other', 102399, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102405, 102405, 'Favors', 'Favors', 26390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102406, 102406, 'Candy Wrappers', 'Candy-Wrappers', 102405, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102407, 102407, 'Favor Bags, Boxes', 'Favor-Bags-Boxes', 102405, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102408, 102408, 'Jewelry', 'Jewelry', 102405, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102409, 102409, 'Pens, Erasers, Notebooks', 'Pens-Erasers-Notebooks', 102405, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102410, 102410, 'Stickers, Tattoos, Decals', 'Stickers-Tattoos-Decals', 102405, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26392, 26392, 'Other', 'Other', 102405, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102411, 102411, 'Games, Activities', 'Games-Activities', 26390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26393, 26393, 'Invitations', 'Invitations', 26390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102412, 102412, 'Party Sets', 'Party-Sets', 26390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102413, 102413, '1st Birthday', '1st-Birthday', 102412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102414, 102414, 'Disney', 'Disney', 102412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102415, 102415, 'Sesame Street', 'Sesame-Street', 102412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102416, 102416, 'Spiderman, Superman, Batman', 'Spiderman-Superman-Batman', 102412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26394, 26394, 'Other', 'Other', 102412, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26387, 26387, 'Tableware, Serveware', 'Tableware-Serveware', 26390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3207, 3207, 'Other', 'Other', 26390, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31746, 31746, 'Christmas', 'Christmas', 3205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3210, 3210, 'Graduation', 'Graduation', 3205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31747, 31747, 'Halloween', 'Halloween', 3205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102417, 102417, 'Tropical Beach, Luau', 'Tropical-Beach-Luau', 3205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102418, 102418, 'Balloons & Decorations', 'Balloons-and-Decorations', 102417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102419, 102419, 'Favors', 'Favors', 102417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102420, 102420, 'Sets, Kits, Lots', 'Sets-Kits-Lots', 102417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102421, 102421, 'Tableware, Barware', 'Tableware-Barware', 102417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102422, 102422, 'Other', 'Other', 102417, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3200, 3200, 'Other Party Supplies', 'Other-Party-Supplies', 3205, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11827, 11827, 'Wedding Supplies', 'Wedding-Supplies', 16086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102423, 102423, 'Aisle Runners', 'Aisle-Runners', 11827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20934, 20934, 'Balloons', 'Balloons', 11827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102424, 102424, 'Cake Stands, Plates', 'Cake-Stands-Plates', 11827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20935, 20935, 'Cake Toppers', 'Cake-Toppers', 11827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102425, 102425, 'Candles, Candle Holders', 'Candles-Candle-Holders', 11827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102426, 102426, 'Candle Holders', 'Candle-Holders', 102425, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102427, 102427, 'Candle Centerpieces', 'Candle-Centerpieces', 102425, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102428, 102428, 'Candle Decorations', 'Candle-Decorations', 102425, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102429, 102429, 'Unity Candles', 'Unity-Candles', 102425, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20936, 20936, 'Other', 'Other', 102425, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102430, 102430, 'Decorations', 'Decorations', 11827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33156, 33156, 'Favors', 'Favors', 11827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102431, 102431, 'Bells', 'Bells', 33156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102432, 102432, 'Bubbles', 'Bubbles', 33156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102433, 102433, 'Champagne Bottles', 'Champagne-Bottles', 102432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102434, 102434, 'Hearts', 'Hearts', 102432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33157, 33157, 'Other', 'Other', 102432, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102435, 102435, 'Candles', 'Candles', 33156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33158, 33158, 'Candy Wraps', 'Candy-Wraps', 33156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102436, 102436, 'Favor Bags, Boxes', 'Favor-Bags-Boxes', 33156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102437, 102437, 'Blue', 'Blue', 102436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102438, 102438, 'Gold, Silver, Copper', 'Gold-Silver-Copper', 102436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102439, 102439, 'Green', 'Green', 102436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102440, 102440, 'Ivory', 'Ivory', 102436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102441, 102441, 'Lavender, Purple', 'Lavender-Purple', 102436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102442, 102442, 'Pink, Red', 'Pink-Red', 102436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102443, 102443, 'White', 'White', 102436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33159, 33159, 'Other', 'Other', 102436, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102444, 102444, 'Flowers, Petals', 'Flowers-Petals', 33156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102445, 102445, 'Mints', 'Mints', 33156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102446, 102446, 'Place Cards', 'Place-Cards', 33156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102447, 102447, 'Scrolls', 'Scrolls', 33156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102448, 102448, 'Soaps', 'Soaps', 33156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20937, 20937, 'Other Favors', 'Other-Favors', 33156, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102449, 102449, 'Flowers Girl Baskets', 'Flowers-Girl-Baskets', 11827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102450, 102450, 'Flowers, Petals, Garlands', 'Flowers-Petals-Garlands', 11827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102451, 102451, 'Fresh', 'Fresh', 102450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102452, 102452, 'Bouquets', 'Bouquets', 102451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102453, 102453, 'Favors', 'Favors', 102451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102454, 102454, 'Flowers', 'Flowers', 102451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102455, 102455, 'Garlands', 'Garlands', 102451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102456, 102456, 'Other', 'Other', 102451, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102457, 102457, 'Paper', 'Paper', 102450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102458, 102458, 'Pearl Sprays', 'Pearl-Sprays', 102450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102459, 102459, 'Silk', 'Silk', 102450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102460, 102460, 'Flowers', 'Flowers', 102459, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102463, 102463, 'Garlands', 'Garlands', 102459, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102461, 102461, 'Petals', 'Petals', 102459, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102462, 102462, 'Other', 'Other', 102459, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20938, 20938, 'Other', 'Other', 102450, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102464, 102464, 'Garters', 'Garters', 11827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102465, 102465, 'Glasses, Cake Servers', 'Glasses-Cake-Servers', 11827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 102466, 102466, 'Cake Servers, Knives', 'Cake-Servers-Knives', 102465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102467, 102467, 'Toasting Glasses', 'Toasting-Glasses', 102465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20939, 20939, 'Other', 'Other', 102465, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20940, 20940, 'Guest Books & Pens', 'Guest-Books-and-Pens', 11827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102468, 102468, 'Instructional, Planning Aids', 'Instructional-Planning-Aids', 11827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102469, 102469, 'Invitations, Stationery', 'Invitations-Stationery', 11827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102470, 102470, 'Invitations', 'Invitations', 102469, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102471, 102471, 'Thank You Cards', 'Thank-You-Cards', 102469, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102472, 102472, 'Programs', 'Programs', 102469, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33160, 33160, 'Other', 'Other', 102469, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33161, 33161, 'Napkins, Plates', 'Napkins-Plates', 11827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20941, 20941, 'Pew Bows', 'Pew-Bows', 11827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102473, 102473, 'Photo Albums', 'Photo-Albums', 11827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102474, 102474, 'Ribbon', 'Ribbon', 11827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33162, 33162, 'Ring Pillows', 'Ring-Pillows', 11827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102475, 102475, 'Tulle', 'Tulle', 11827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102476, 102476, 'Blue', 'Blue', 102475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102477, 102477, 'Ivory', 'Ivory', 102475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102478, 102478, 'Pink, Red', 'Pink-Red', 102475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102479, 102479, 'White', 'White', 102475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 20942, 20942, 'Other', 'Other', 102475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3268, 3268, 'Other Supplies', 'Other-Supplies', 11827, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51016, 51016, 'Wholesale Lots', 'Wholesale-Lots', 16086, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51019, 51019, 'Glow Sticks', 'Glow-Sticks', 51016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51017, 51017, 'Party Supplies', 'Party-Supplies', 51016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 51018, 51018, 'Wedding Supplies', 'Wedding-Supplies', 51016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14882, 14882, 'Other', 'Other', 51016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102480, 102480, 'Information Products', 'Information-Products', 99, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102481, 102481, 'How-To Guides', 'How-To-Guides', 102480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102482, 102482, 'Bad Credit Repair', 'Bad-Credit-Repair', 102481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102483, 102483, 'Buy, Sell on eBay', 'Buy-Sell-on-eBay', 102481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102484, 102484, 'Game Mastery', 'Game-Mastery', 102481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102485, 102485, 'Self Employment', 'Self-Employment', 102481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102486, 102486, 'Self Help', 'Self-Help', 102481, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102487, 102487, 'Wholesale Lists', 'Wholesale-Lists', 102480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102488, 102488, 'Bikes, Scooters', 'Bikes-Scooters', 102487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102489, 102489, 'Clothing & Accessories', 'Clothing-and-Accessories', 102487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102490, 102490, 'Computers & Networking', 'Computers-and-Networking', 102487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102491, 102491, 'Consumer Electronics', 'Consumer-Electronics', 102487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102492, 102492, 'Other', 'Other', 102487, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47103, 47103, 'Other', 'Other', 102480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 319, 319, 'Mature Audiences', 'Mature-Audiences', 99, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4952, 4952, 'Adult Figurines', 'Adult-Figurines', 319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4793, 4793, 'Adult Toys', 'Adult-Toys', 319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1604, 1604, 'Animation & Comics', 'Animation-and-Comics', 319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 882, 882, 'Art: Nude', 'Art-Nude', 319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1605, 1605, 'Autographs', 'Autographs', 319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4953, 4953, 'Books', 'Books', 319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4954, 4954, 'Fetish', 'Fetish', 4953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4955, 4955, 'Gay', 'Gay', 4953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4956, 4956, 'Lesbian', 'Lesbian', 4953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4957, 4957, 'Straight', 'Straight', 4953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 379, 379, 'Other', 'Other', 4953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4795, 4795, 'CDs', 'CDs', 319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4796, 4796, 'Fetish', 'Fetish', 4795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4797, 4797, 'Gay', 'Gay', 4795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4798, 4798, 'Lesbian', 'Lesbian', 4795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4799, 4799, 'Straight', 'Straight', 4795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 322, 322, 'Other', 'Other', 4795, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4794, 4794, 'Clothing, Accessories', 'Clothing-Accessories', 319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7322, 7322, 'Domain Names', 'Domain-Names', 319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4800, 4800, 'DVDs', 'DVDs', 319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4801, 4801, 'Fetish', 'Fetish', 4800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4802, 4802, 'Gay', 'Gay', 4800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4803, 4803, 'Lesbian', 'Lesbian', 4800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4804, 4804, 'Straight', 'Straight', 4800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1273, 1273, 'Other', 'Other', 4800, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30119, 30119, 'Jewelry', 'Jewelry', 319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1274, 1274, 'Laserdisc', 'Laserdisc', 319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4810, 4810, 'Magazines', 'Magazines', 319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4811, 4811, 'Fetish', 'Fetish', 4810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4812, 4812, 'Gay', 'Gay', 4810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4815, 4815, 'Hustler', 'Hustler', 4810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4813, 4813, 'Lesbian', 'Lesbian', 4810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4818, 4818, 'Penthouse: 1980-Now', 'Penthouse-1980-Now', 4810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4816, 4816, 'Playboy: 1980-Now', 'Playboy-1980-Now', 4810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4817, 4817, 'Playgirl: 1980-Now', 'Playgirl-1980-Now', 4810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4814, 4814, 'Straight', 'Straight', 4810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 613, 613, 'Other', 'Other', 4810, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4820, 4820, 'Photographic', 'Photographic', 319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4821, 4821, 'Centerfolds', 'Centerfolds', 4820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4822, 4822, 'Entertainment', 'Entertainment', 4820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4827, 4827, 'Fetish', 'Fetish', 4820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4824, 4824, 'Gay', 'Gay', 4820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4825, 4825, 'Lesbian', 'Lesbian', 4820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4826, 4826, 'Straight', 'Straight', 4820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4823, 4823, 'Vintage', 'Vintage', 4820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 323, 323, 'Other', 'Other', 4820, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 558, 558, 'Pin Up', 'Pin-Up', 319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 923, 923, 'Postcards', 'Postcards', 319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4833, 4833, 'Risque Novelties', 'Risque-Novelties', 319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1606, 1606, 'Trading Cards', 'Trading-Cards', 319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4828, 4828, 'Video', 'Video', 319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4829, 4829, 'Fetish', 'Fetish', 4828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4830, 4830, 'Gay', 'Gay', 4828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4831, 4831, 'Lesbian', 'Lesbian', 4828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 4832, 4832, 'Straight', 'Straight', 4828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 321, 321, 'Other', 'Other', 4828, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 320, 320, 'Other', 'Other', 319, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16709, 16709, 'Memberships', 'Memberships', 99, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19266, 19266, 'Metaphysical', 'Metaphysical', 99, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19267, 19267, 'Astrology', 'Astrology', 19266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102493, 102493, 'Crystal Healing', 'Crystal-Healing', 19266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102494, 102494, 'Agates', 'Agates', 102493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102495, 102495, 'Amethysts', 'Amethysts', 102493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102496, 102496, 'Chakra Sets', 'Chakra-Sets', 102493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102497, 102497, 'Citrines', 'Citrines', 102493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102498, 102498, 'Fluorites', 'Fluorites', 102493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102499, 102499, 'Hematites', 'Hematites', 102493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116102, 116102, 'Pendant', 'Pendant', 102493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116103, 116103, 'Pendulum', 'Pendulum', 102493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116104, 116104, 'Points', 'Points', 102493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102500, 102500, 'Quartz Crystals', 'Quartz-Crystals', 102493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102501, 102501, 'Rose Quartzs', 'Rose-Quartzs', 102493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116105, 116105, 'Skulls', 'Skulls', 102493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116106, 116106, 'Sphere', 'Sphere', 102493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116107, 116107, 'Wands', 'Wands', 102493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19268, 19268, 'Other', 'Other', 102493, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102502, 102502, 'Feng Shui', 'Feng-Shui', 19266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102503, 102503, 'Ba Guas, Baguas', 'Ba-Guas-Baguas', 102502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102504, 102504, 'Coins', 'Coins', 102502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102505, 102505, 'Crystals', 'Crystals', 102502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102506, 102506, 'Jewelry', 'Jewelry', 102502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19269, 19269, 'Other', 'Other', 102502, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102507, 102507, 'Goth', 'Goth', 19266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102513, 102513, 'Psychic, Paranormal', 'Psychic-Paranormal', 19266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102514, 102514, 'Jewelry', 'Jewelry', 102513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102515, 102515, 'Ouija Boards', 'Ouija-Boards', 102513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102516, 102516, 'Readings', 'Readings', 102513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102517, 102517, 'Spells, Potions', 'Spells-Potions', 102513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19270, 19270, 'Other', 'Other', 102513, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102518, 102518, 'Reiki', 'Reiki', 19266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102519, 102519, 'Runes', 'Runes', 19266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102520, 102520, 'Tarot', 'Tarot', 19266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102521, 102521, 'Cards Decks', 'Cards-Decks', 102520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102522, 102522, 'Readings', 'Readings', 102520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102523, 102523, 'Sets, Kits', 'Sets-Kits', 102520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116108, 116108, 'Single Cards', 'Single-Cards', 102520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19271, 19271, 'Other', 'Other', 102520, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116109, 116109, 'Wicca', 'Wicca', 19266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116110, 116110, 'Books', 'Books', 116109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116111, 116111, 'Candles', 'Candles', 116109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116112, 116112, 'Herbs', 'Herbs', 116109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116113, 116113, 'Incense', 'Incense', 116109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116114, 116114, 'Kits', 'Kits', 116109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116115, 116115, 'Oils', 'Oils', 116109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116116, 116116, 'Pentacles', 'Pentacles', 116109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116117, 116117, 'Other', 'Other', 116109, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1523, 1523, 'Other', 'Other', 19266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102534, 102534, 'Mystery Auctions', 'Mystery-Auctions', 99, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102535, 102535, 'Personal Security', 'Personal-Security', 99, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102536, 102536, 'Alarms', 'Alarms', 102535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102537, 102537, 'Body Armor', 'Body-Armor', 102535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102538, 102538, 'Handcuffs', 'Handcuffs', 102535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102539, 102539, 'Knuckle Dusters', 'Knuckle-Dusters', 102535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102540, 102540, 'Locks', 'Locks', 102535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79849, 79849, 'Pepper Spray', 'Pepper-Spray', 102535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102542, 102542, 'Safes', 'Safes', 102535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 79850, 79850, 'Stun Guns', 'Stun-Guns', 102535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102543, 102543, 'Surveillance Cameras', 'Surveillance-Cameras', 102535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 3204, 3204, 'Other', 'Other', 102535, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102545, 102545, 'Religious Products & Supplies', 'Religious-Products-and-Supplies', 99, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102546, 102546, 'Art', 'Art', 102545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116118, 116118, 'Bibles Covers & Accessories', 'Bibles-Covers-and-Accessories', 102545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102547, 102547, 'Clothing', 'Clothing', 102545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102548, 102548, 'Communion Accessories', 'Communion-Accessories', 102545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102549, 102549, 'Crosses', 'Crosses', 102545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116119, 116119, 'Educational Materials', 'Educational-Materials', 102545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102550, 102550, 'Jewelry', 'Jewelry', 102545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102551, 102551, 'Judaica', 'Judaica', 102545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102552, 102552, 'Rosaries', 'Rosaries', 102545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16710, 16710, 'Other', 'Other', 102545, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102553, 102553, 'Reward Pts, Incentive Progs', 'Reward-Pts-Incentive-Progs', 99, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 102554, 102554, 'Proof of Purchase, UPCs', 'Proof-of-Purchase-UPCs', 102553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 148493, 148493, 'Reward Points', 'Reward-Points', 102553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 19272, 19272, 'Other', 'Other', 102553, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14112, 14112, 'Test Auctions', 'Test-Auctions', 99, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37557, 37557, 'Attributes', 'Attributes', 14112, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 115623, 115623, 'Attributes1', 'Attributes1', 37557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37559, 37559, 'Attributes2', 'Attributes2', 37557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37560, 37560, 'Attributes3', 'Attributes3', 37557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37561, 37561, 'Attributes4', 'Attributes4', 37557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37562, 37562, 'Attributes5', 'Attributes5', 37557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37563, 37563, 'Attributes6', 'Attributes6', 37557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37565, 37565, 'Attributes7', 'Attributes7', 37557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37566, 37566, 'Attributes8', 'Attributes8', 37557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37567, 37567, 'Attributes9', 'Attributes9', 37557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 37568, 37568, 'Attributes10', 'Attributes10', 37557, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 30120, 30120, 'eBay Use Only', 'eBay-Use-Only', 14112, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14111, 14111, 'General', 'General', 14112, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31448, 31448, 'Personal Offer', 'Personal-Offer', 14112, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1466, 1466, 'Weird Stuff', 'Weird-Stuff', 99, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1467, 1467, 'Slightly Unusual', 'Slightly-Unusual', 1466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1468, 1468, 'Really Weird', 'Really-Weird', 1466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1469, 1469, 'Totally Bizarre', 'Totally-Bizarre', 1466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 88433, 88433, 'Other', 'Other', 992038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6000, 6000, 'Cars, Boats, Vehicles & Parts', 'Cars-Boats-Vehicles-and-Parts', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6001, 6001, 'Cars & Trucks', 'Cars-and-Trucks', 6000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5330, 5330, 'Acura', 'Acura', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5332, 5332, 'CL', 'CL', 5330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5335, 5335, 'Integra', 'Integra', 5330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5336, 5336, 'Legend', 'Legend', 5330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42600, 42600, 'MDX', 'MDX', 5330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5337, 5337, 'NSX', 'NSX', 5330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157037, 157037, 'RDX', 'RDX', 5330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5334, 5334, 'RL', 'RL', 5330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31827, 31827, 'RSX', 'RSX', 5330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5331, 5331, 'SLX', 'SLX', 5330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5333, 5333, 'TL', 'TL', 5330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84153, 84153, 'TSX', 'TSX', 5330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5338, 5338, 'Vigor', 'Vigor', 5330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5339, 5339, 'Other', 'Other', 5330, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5340, 5340, 'Alfa Romeo', 'Alfa-Romeo', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84154, 84154, 'Spider', 'Spider', 5340, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5356, 5356, 'Other', 'Other', 5340, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5357, 5357, 'AMC', 'AMC', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157054, 157054, 'Aston Martin', 'Aston-Martin', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157055, 157055, 'DB7', 'DB7', 157054, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157056, 157056, 'DB9', 'DB9', 157054, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157058, 157058, 'Vanquish', 'Vanquish', 157054, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157057, 157057, 'Vantage', 'Vantage', 157054, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5358, 5358, 'Other', 'Other', 157054, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6002, 6002, 'Audi', 'Audi', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157039, 157039, '90', '90', 6002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157038, 157038, '100', '100', 6002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147117, 147117, 'A3', 'A3', 6002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6003, 6003, 'A4', 'A4', 6002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6004, 6004, 'A6', 'A6', 6002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6005, 6005, 'A8', 'A8', 6002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80731, 80731, 'Allroad', 'Allroad', 6002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43901, 43901, 'Cabriolet', 'Cabriolet', 6002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149414, 149414, 'Q7', 'Q7', 6002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150107, 150107, 'RS4', 'RS4', 6002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150108, 150108, 'RS6', 'RS6', 6002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43902, 43902, 'S4', 'S4', 6002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133181, 133181, 'S6', 'S6', 6002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150109, 150109, 'S8', 'S8', 6002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5345, 5345, 'TT', 'TT', 6002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6055, 6055, 'Other', 'Other', 6002, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6126, 6126, 'Austin', 'Austin', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6023, 6023, 'Austin Healey', 'Austin-Healey', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157059, 157059, 'Bentley', 'Bentley', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157062, 157062, 'Arnage', 'Arnage', 157059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157061, 157061, 'Continental Flying Spur', 'Continental-Flying-Spur', 157059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157060, 157060, 'Continental GT', 'Continental-GT', 157059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157063, 157063, 'Turbo R', 'Turbo-R', 157059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6118, 6118, 'Other', 'Other', 157059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6006, 6006, 'BMW', 'BMW', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42601, 42601, '2002', '2002', 6006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6007, 6007, '3-Series', '3-Series', 6006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6008, 6008, '5-Series', '5-Series', 6006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6129, 6129, '6-Series', '6-Series', 6006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6009, 6009, '7-Series', '7-Series', 6006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6130, 6130, '8-Series', '8-Series', 6006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6131, 6131, 'M3', 'M3', 6006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133182, 133182, 'M5', 'M5', 6006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133183, 133183, 'M6', 'M6', 6006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133184, 133184, 'M Roadster & Coupe', 'M-Roadster-and-Coupe', 6006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124116, 124116, 'X3', 'X3', 6006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15282, 15282, 'X5', 'X5', 6006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36468, 36468, 'Z3', 'Z3', 6006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36469, 36469, 'Z4', 'Z4', 6006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36470, 36470, 'Z8', 'Z8', 6006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6056, 6056, 'Other', 'Other', 6006, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6135, 6135, 'Buick', 'Buick', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6136, 6136, 'Century', 'Century', 6135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80732, 80732, 'Electra', 'Electra', 6135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6137, 6137, 'Grand National', 'Grand-National', 6135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133185, 133185, 'Lacrosse', 'Lacrosse', 6135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6138, 6138, 'LeSabre', 'LeSabre', 6135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147118, 147118, 'Lucerne', 'Lucerne', 6135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6139, 6139, 'Park Avenue', 'Park-Avenue', 6135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150110, 150110, 'Rainier', 'Rainier', 6135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6140, 6140, 'Reatta', 'Reatta', 6135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6141, 6141, 'Regal', 'Regal', 6135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80733, 80733, 'Rendezvous', 'Rendezvous', 6135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6142, 6142, 'Riviera', 'Riviera', 6135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6143, 6143, 'Roadmaster', 'Roadmaster', 6135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16124, 16124, 'Skylark', 'Skylark', 6135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6144, 6144, 'Other', 'Other', 6135, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5347, 5347, 'Cadillac', 'Cadillac', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5349, 5349, 'Allante', 'Allante', 5347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6145, 6145, 'Catera', 'Catera', 5347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43903, 43903, 'CTS', 'CTS', 5347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6146, 6146, 'DeVille & DTS', 'DeVille-and-DTS', 5347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 6147, 6147, 'Eldorado', 'Eldorado', 5347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6148, 6148, 'Escalade', 'Escalade', 5347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6149, 6149, 'Fleetwood', 'Fleetwood', 5347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6151, 6151, 'Seville', 'Seville', 5347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98058, 98058, 'SRX', 'SRX', 5347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124117, 124117, 'STS', 'STS', 5347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98059, 98059, 'XLR', 'XLR', 5347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6152, 6152, 'Other', 'Other', 5347, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5346, 5346, 'Chevrolet', 'Chevrolet', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6159, 6159, 'Astro', 'Astro', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34429, 34429, 'Avalanche', 'Avalanche', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124118, 124118, 'Aveo', 'Aveo', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6160, 6160, 'Bel Air/150/210', 'Bel-Air-150-210', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6154, 6154, 'Blazer', 'Blazer', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90965, 90965, 'C/K Pickup 1500', 'C-K-Pickup-1500', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90966, 90966, 'C/K Pickup 2500', 'C-K-Pickup-2500', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90967, 90967, 'C/K Pickup 3500', 'C-K-Pickup-3500', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39409, 39409, 'C-10', 'C-10', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6161, 6161, 'Camaro', 'Camaro', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6162, 6162, 'Caprice', 'Caprice', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6163, 6163, 'Cavalier', 'Cavalier', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6164, 6164, 'Chevelle', 'Chevelle', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39410, 39410, 'Cheyenne', 'Cheyenne', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116476, 116476, 'Cobalt', 'Cobalt', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90968, 90968, 'Colorado', 'Colorado', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6166, 6166, 'Corsica', 'Corsica', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6167, 6167, 'Corvair', 'Corvair', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6168, 6168, 'Corvette', 'Corvette', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6153, 6153, 'El Camino', 'El-Camino', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116477, 116477, 'Equinox', 'Equinox', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6158, 6158, 'Express', 'Express', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39411, 39411, 'G20 Van', 'G20-Van', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124119, 124119, 'HHR', 'HHR', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6169, 6169, 'Impala', 'Impala', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6157, 6157, 'Lumina', 'Lumina', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6170, 6170, 'Malibu', 'Malibu', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6171, 6171, 'Monte Carlo', 'Monte-Carlo', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6172, 6172, 'Nova', 'Nova', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13488, 13488, 'S-10', 'S-10', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13487, 13487, 'Silverado 1500', 'Silverado-1500', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90969, 90969, 'Silverado 2500', 'Silverado-2500', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90970, 90970, 'Silverado 3500', 'Silverado-3500', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90971, 90971, 'SSR', 'SSR', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6155, 6155, 'Suburban', 'Suburban', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6156, 6156, 'Tahoe', 'Tahoe', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43904, 43904, 'Tracker', 'Tracker', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34430, 34430, 'Trailblazer', 'Trailblazer', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133186, 133186, 'Uplander', 'Uplander', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39412, 39412, 'Venture', 'Venture', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5348, 5348, 'Other Pickups', 'Other-Pickups', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6173, 6173, 'Other', 'Other', 5346, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5351, 5351, 'Chrysler', 'Chrysler', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6175, 6175, '300 Series', '300-Series', 5351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150111, 150111, 'Aspen', 'Aspen', 5351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6174, 6174, 'Cirrus', 'Cirrus', 5351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31828, 31828, 'Concorde', 'Concorde', 5351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80734, 80734, 'Crossfire', 'Crossfire', 5351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43905, 43905, 'Imperial', 'Imperial', 5351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6177, 6177, 'LeBaron', 'LeBaron', 5351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6176, 6176, 'LHS', 'LHS', 5351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6178, 6178, 'New Yorker', 'New-Yorker', 5351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43906, 43906, 'Newport', 'Newport', 5351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 106999, 106999, 'Pacifica', 'Pacifica', 5351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15284, 15284, 'Prowler', 'Prowler', 5351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15285, 15285, 'PT Cruiser', 'PT-Cruiser', 5351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6179, 6179, 'Royal', 'Royal', 5351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6180, 6180, 'Sebring', 'Sebring', 5351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5352, 5352, 'Town & Country', 'Town-and-Country', 5351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6181, 6181, 'Other', 'Other', 5351, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6183, 6183, 'Citroen', 'Citroen', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6185, 6185, 'Cord', 'Cord', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157064, 157064, 'Daewoo', 'Daewoo', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157065, 157065, 'Lanos', 'Lanos', 157064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157066, 157066, 'Leganza', 'Leganza', 157064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12478, 12478, 'Other', 'Other', 157064, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6186, 6186, 'Datsun', 'Datsun', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6187, 6187, 'Z-Series', 'Z-Series', 6186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6188, 6188, 'Other', 'Other', 6186, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31830, 31830, 'DeLorean', 'DeLorean', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6190, 6190, 'DeSoto', 'DeSoto', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6191, 6191, 'Dodge', 'Dodge', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43907, 43907, 'Avenger', 'Avenger', 6191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140211, 140211, 'Caliber', 'Caliber', 6191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6193, 6193, 'Caravan', 'Caravan', 6191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6198, 6198, 'Challenger', 'Challenger', 6191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6199, 6199, 'Charger', 'Charger', 6191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6200, 6200, 'Coronet', 'Coronet', 6191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6196, 6196, 'Dakota', 'Dakota', 6191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6201, 6201, 'Dart', 'Dart', 6191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6192, 6192, 'Durango', 'Durango', 6191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6194, 6194, 'Grand Caravan', 'Grand-Caravan', 6191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6202, 6202, 'Intrepid', 'Intrepid', 6191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6203, 6203, 'Lancer', 'Lancer', 6191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84155, 84155, 'Magnum', 'Magnum', 6191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6204, 6204, 'Neon', 'Neon', 6191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149415, 149415, 'Nitro', 'Nitro', 6191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39413, 39413, 'Power Wagon', 'Power-Wagon', 6191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31831, 31831, 'Ram 1500', 'Ram-1500', 6191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119143, 119143, 'Ram 2500', 'Ram-2500', 6191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119144, 119144, 'Ram 3500', 'Ram-3500', 6191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6195, 6195, 'Ram Van', 'Ram-Van', 6191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6205, 6205, 'Shadow', 'Shadow', 6191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124120, 124120, 'Sprinter', 'Sprinter', 6191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6206, 6206, 'Stealth', 'Stealth', 6191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6207, 6207, 'Stratus', 'Stratus', 6191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6209, 6209, 'Viper', 'Viper', 6191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6197, 6197, 'Other Pickups', 'Other-Pickups', 6191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6210, 6210, 'Other', 'Other', 6191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6214, 6214, 'Eagle', 'Eagle', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6216, 6216, 'Edsel', 'Edsel', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6211, 6211, 'Ferrari', 'Ferrari', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157040, 157040, '308', '308', 6211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157041, 157041, '328', '328', 6211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157043, 157043, '348', '348', 6211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157044, 157044, '355', '355', 6211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84156, 84156, '360', '360', 6211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157042, 157042, '430', '430', 6211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157046, 157046, '456', '456', 6211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157047, 157047, '550', '550', 6211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157048, 157048, '575', '575', 6211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157045, 157045, 'Mondial', 'Mondial', 6211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157049, 157049, 'Testarossa ', 'Testarossa-', 6211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6212, 6212, 'Other', 'Other', 6211, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6218, 6218, 'Fiat', 'Fiat', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6010, 6010, 'Ford', 'Ford', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6223, 6223, 'Aerostar', 'Aerostar', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6226, 6226, 'Aspire', 'Aspire', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6222, 6222, 'Bronco', 'Bronco', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50065, 50065, 'Bronco II', 'Bronco-II', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31832, 31832, 'Contour', 'Contour', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6227, 6227, 'Crown Victoria', 'Crown-Victoria', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150112, 150112, 'Edge', 'Edge', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31833, 31833, 'Escape', 'Escape', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6229, 6229, 'Escort', 'Escort', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6224, 6224, 'E-Series Van', 'E-Series-Van', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31834, 31834, 'Excursion', 'Excursion', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6011, 6011, 'Expedition', 'Expedition', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6012, 6012, 'Explorer', 'Explorer', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43908, 43908, 'Explorer Sport', 'Explorer-Sport', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43909, 43909, 'Explorer Sport Trac', 'Explorer-Sport-Trac', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39414, 39414, 'F-100', 'F-100', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6219, 6219, 'F-150', 'F-150', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39415, 39415, 'F-250', 'F-250', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39416, 39416, 'F-350', 'F-350', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6230, 6230, 'Fairlane', 'Fairlane', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6231, 6231, 'Fairmont', 'Fairmont', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6232, 6232, 'Falcon', 'Falcon', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133211, 133211, 'Five Hundred', 'Five-Hundred', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31835, 31835, 'Focus', 'Focus', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116478, 116478, 'Ford GT', 'Ford-GT', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124121, 124121, 'Freestar', 'Freestar', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124122, 124122, 'FreeStyle', 'FreeStyle', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133212, 133212, 'Fusion', 'Fusion', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6233, 6233, 'Galaxie', 'Galaxie', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6234, 6234, 'Model A', 'Model-A', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6235, 6235, 'Model T', 'Model-T', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6236, 6236, 'Mustang', 'Mustang', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6237, 6237, 'Probe', 'Probe', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6220, 6220, 'Ranchero', 'Ranchero', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5350, 5350, 'Ranger', 'Ranger', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6238, 6238, 'Taurus', 'Taurus', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6239, 6239, 'Tempo', 'Tempo', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6240, 6240, 'Thunderbird', 'Thunderbird', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31836, 31836, 'Torino', 'Torino', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6225, 6225, 'Windstar', 'Windstar', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6221, 6221, 'Other Pickups', 'Other-Pickups', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6057, 6057, 'Other', 'Other', 6010, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6242, 6242, 'Geo', 'Geo', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6243, 6243, 'GMC', 'GMC', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157050, 157050, 'Acadia', 'Acadia', 6243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157051, 157051, 'Canyon', 'Canyon', 6243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43912, 43912, 'Envoy', 'Envoy', 6243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6246, 6246, 'Jimmy', 'Jimmy', 6243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31837, 31837, 'Safari', 'Safari', 6243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6250, 6250, 'Savana', 'Savana', 6243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6244, 6244, 'Sierra 1500', 'Sierra-1500', 6243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90981, 90981, 'Sierra 2500', 'Sierra-2500', 6243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90982, 90982, 'Sierra 3500', 'Sierra-3500', 6243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31838, 31838, 'Sonoma', 'Sonoma', 6243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6247, 6247, 'Suburban', 'Suburban', 6243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6248, 6248, 'Typhoon', 'Typhoon', 6243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6249, 6249, 'Yukon', 'Yukon', 6243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6251, 6251, 'Other', 'Other', 6243, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6252, 6252, 'Honda', 'Honda', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6254, 6254, 'Accord', 'Accord', 6252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6256, 6256, 'Civic', 'Civic', 6252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16120, 16120, 'CR-V', 'CR-V', 6252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6255, 6255, 'CRX', 'CRX', 6252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6257, 6257, 'Del Sol', 'Del-Sol', 6252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80742, 80742, 'Element', 'Element', 6252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149416, 149416, 'Fit', 'Fit', 6252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31839, 31839, 'Insight', 'Insight', 6252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6258, 6258, 'Odyssey', 'Odyssey', 6252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31840, 31840, 'Passport', 'Passport', 6252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80743, 80743, 'Pilot', 'Pilot', 6252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6259, 6259, 'Prelude', 'Prelude', 6252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119378, 119378, 'Ridgeline', 'Ridgeline', 6252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6253, 6253, 'S2000', 'S2000', 6252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6260, 6260, 'Other', 'Other', 6252, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5342, 5342, 'Hummer', 'Hummer', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5360, 5360, 'H1', 'H1', 5342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43913, 43913, 'H2', 'H2', 5342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124123, 124123, 'H3', 'H3', 5342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116479, 116479, 'Other', 'Other', 5342, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6261, 6261, 'Hyundai', 'Hyundai', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80744, 80744, 'Accent', 'Accent', 6261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140212, 140212, 'Azera', 'Azera', 6261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80745, 80745, 'Elantra', 'Elantra', 6261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80746, 80746, 'Santa Fe', 'Santa-Fe', 6261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80747, 80747, 'Sonata', 'Sonata', 6261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80748, 80748, 'Tiburon', 'Tiburon', 6261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140213, 140213, 'Tucson', 'Tucson', 6261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6262, 6262, 'Other', 'Other', 6261, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6263, 6263, 'Infiniti', 'Infiniti', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80749, 80749, 'FX', 'FX', 6263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31841, 31841, 'G20', 'G20', 6263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43914, 43914, 'G35', 'G35', 6263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157052, 157052, 'G37', 'G37', 6263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31842, 31842, 'I30', 'I30', 6263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119145, 119145, 'I35', 'I35', 6263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31843, 31843, 'J30', 'J30', 6263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119146, 119146, 'M', 'M', 6263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6264, 6264, 'Q45', 'Q45', 6263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31844, 31844, 'QX4', 'QX4', 6263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119147, 119147, 'QX56', 'QX56', 6263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6265, 6265, 'Other', 'Other', 6263, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31845, 31845, 'International Harvester', 'International-Harvester', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84157, 84157, 'Scout', 'Scout', 31845, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31846, 31846, 'Other', 'Other', 31845, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6266, 6266, 'Isuzu', 'Isuzu', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6267, 6267, 'Amigo', 'Amigo', 6266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6268, 6268, 'Rodeo', 'Rodeo', 6266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6269, 6269, 'Trooper', 'Trooper', 6266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6270, 6270, 'VehiCROSS', 'VehiCROSS', 6266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6271, 6271, 'Other', 'Other', 6266, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6272, 6272, 'Jaguar', 'Jaguar', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6277, 6277, 'E-Type', 'E-Type', 6272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6273, 6273, 'S-Type', 'S-Type', 6272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6274, 6274, 'XJ6', 'XJ6', 6272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31847, 31847, 'XJ8', 'XJ8', 6272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31848, 31848, 'XJR', 'XJR', 6272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6275, 6275, 'XJS', 'XJS', 6272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6276, 6276, 'XK8', 'XK8', 6272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43915, 43915, 'X-Type', 'X-Type', 6272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6278, 6278, 'Other', 'Other', 6272, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6279, 6279, 'Jeep', 'Jeep', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6281, 6281, 'Cherokee', 'Cherokee', 6279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6280, 6280, 'CJ', 'CJ', 6279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133213, 133213, 'Commander', 'Commander', 6279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6282, 6282, 'Commando', 'Commando', 6279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157053, 157053, 'Compass', 'Compass', 6279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6947, 6947, 'Grand Cherokee', 'Grand-Cherokee', 6279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43916, 43916, 'Liberty', 'Liberty', 6279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6283, 6283, 'Renegade', 'Renegade', 6279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6284, 6284, 'Wagoneer', 'Wagoneer', 6279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6285, 6285, 'Wrangler', 'Wrangler', 6279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6286, 6286, 'Other', 'Other', 6279, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6287, 6287, 'Kia', 'Kia', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133214, 133214, 'Rio', 'Rio', 6287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107002, 107002, 'Sedona', 'Sedona', 6287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107003, 107003, 'Sephia', 'Sephia', 6287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133215, 133215, 'Sorento', 'Sorento', 6287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133216, 133216, 'Spectra', 'Spectra', 6287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107001, 107001, 'Sportage', 'Sportage', 6287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6289, 6289, 'Other', 'Other', 6287, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157067, 157067, 'Lamborghini', 'Lamborghini', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157068, 157068, 'Diablo', 'Diablo', 157067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157069, 157069, 'Gallardo', 'Gallardo', 157067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157070, 157070, 'Murcielago ', 'Murcielago-', 157067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6290, 6290, 'Other', 'Other', 157067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6292, 6292, 'Lancia', 'Lancia', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6293, 6293, 'Land Rover', 'Land-Rover', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31849, 31849, 'Defender', 'Defender', 6293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6294, 6294, 'Discovery', 'Discovery', 6293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107004, 107004, 'Freelander', 'Freelander', 6293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124124, 124124, 'LR3', 'LR3', 6293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6295, 6295, 'Range Rover', 'Range-Rover', 6293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6296, 6296, 'Other', 'Other', 6293, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6297, 6297, 'Lexus', 'Lexus', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6298, 6298, 'ES', 'ES', 6297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6299, 6299, 'GS', 'GS', 6297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43917, 43917, 'GX', 'GX', 6297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43918, 43918, 'IS', 'IS', 6297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14240, 14240, 'LS', 'LS', 6297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13473, 13473, 'LX', 'LX', 6297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13474, 13474, 'RX', 'RX', 6297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6300, 6300, 'SC', 'SC', 6297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6301, 6301, 'Other', 'Other', 6297, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6302, 6302, 'Lincoln', 'Lincoln', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107006, 107006, 'Aviator', 'Aviator', 6302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6304, 6304, 'Continental', 'Continental', 6302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 31850, 31850, 'LS', 'LS', 6302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6305, 6305, 'Mark Series', 'Mark-Series', 6302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6303, 6303, 'Navigator', 'Navigator', 6302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31851, 31851, 'Town Car', 'Town-Car', 6302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150113, 150113, 'Zephyr & MKZ', 'Zephyr-and-MKZ', 6302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6306, 6306, 'Other', 'Other', 6302, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116480, 116480, 'Lotus', 'Lotus', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116481, 116481, 'Elise', 'Elise', 116480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116482, 116482, 'Esprit', 'Esprit', 116480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150117, 150117, 'Exige', 'Exige', 116480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6312, 6312, 'Other', 'Other', 116480, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6313, 6313, 'Maserati', 'Maserati', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6310, 6310, 'Mazda', 'Mazda', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6319, 6319, '323', '323', 6310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6320, 6320, '626', '626', 6310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6321, 6321, '929', '929', 6310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6317, 6317, 'B-Series Pickups', 'B-Series-Pickups', 6310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149417, 149417, 'CX-7', 'CX-7', 6310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84158, 84158, 'Mazda3', 'Mazda3', 6310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149418, 149418, 'Mazda5', 'Mazda5', 6310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84159, 84159, 'Mazda6', 'Mazda6', 6310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6325, 6325, 'Millenia', 'Millenia', 6310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6318, 6318, 'MPV', 'MPV', 6310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6322, 6322, 'MX-3', 'MX-3', 6310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6324, 6324, 'MX-5 Miata', 'MX-5-Miata', 6310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6323, 6323, 'MX-6', 'MX-6', 6310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6326, 6326, 'Protege', 'Protege', 6310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6327, 6327, 'RX-7', 'RX-7', 6310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84160, 84160, 'RX-8', 'RX-8', 6310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84161, 84161, 'Tribute', 'Tribute', 6310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6316, 6316, 'Other', 'Other', 6310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6311, 6311, 'Mercedes-Benz', 'Mercedes-Benz', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6328, 6328, '190-Series', '190-Series', 6311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6329, 6329, '200-Series', '200-Series', 6311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6330, 6330, '300-Series', '300-Series', 6311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6331, 6331, '400-Series', '400-Series', 6311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6332, 6332, '500-Series', '500-Series', 6311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6333, 6333, '600-Series', '600-Series', 6311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6334, 6334, 'C-Class', 'C-Class', 6311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31852, 31852, 'CL-Class', 'CL-Class', 6311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31853, 31853, 'CLK-Class', 'CLK-Class', 6311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124125, 124125, 'CLS-Class', 'CLS-Class', 6311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6335, 6335, 'E-Class', 'E-Class', 6311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31854, 31854, 'G-Class', 'G-Class', 6311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6337, 6337, 'M-Class', 'M-Class', 6311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149419, 149419, 'R-Class', 'R-Class', 6311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6336, 6336, 'S-Class', 'S-Class', 6311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6338, 6338, 'SL-Class', 'SL-Class', 6311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31855, 31855, 'SLK-Class', 'SLK-Class', 6311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124126, 124126, 'SLR McLaren', 'SLR-McLaren', 6311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6315, 6315, 'Other', 'Other', 6311, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5363, 5363, 'Mercury', 'Mercury', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5366, 5366, 'Capri', 'Capri', 5363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5367, 5367, 'Comet', 'Comet', 5363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6339, 6339, 'Cougar', 'Cougar', 5363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6340, 6340, 'Grand Marquis', 'Grand-Marquis', 5363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150114, 150114, 'Mariner', 'Mariner', 5363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150115, 150115, 'Milan', 'Milan', 5363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6341, 6341, 'Montego', 'Montego', 5363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31856, 31856, 'Monterey', 'Monterey', 5363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5364, 5364, 'Mountaineer', 'Mountaineer', 5363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6342, 6342, 'Mystique', 'Mystique', 5363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6343, 6343, 'Sable', 'Sable', 5363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6344, 6344, 'Tracer', 'Tracer', 5363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5365, 5365, 'Villager', 'Villager', 5363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6882, 6882, 'Other', 'Other', 5363, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6308, 6308, 'MG', 'MG', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80750, 80750, 'MGA', 'MGA', 6308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31857, 31857, 'MGB', 'MGB', 6308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31859, 31859, 'Midget', 'Midget', 6308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31858, 31858, 'T-Series', 'T-Series', 6308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6314, 6314, 'Other', 'Other', 6308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31860, 31860, 'Mini', 'Mini', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107007, 107007, 'Classic Mini', 'Classic-Mini', 31860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107008, 107008, 'Mini Cooper (2002-Present)', 'Mini-Cooper-2002-Present', 31860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107009, 107009, 'Mini Cooper S (2002-Present)', 'Mini-Cooper-S-2002-Present', 31860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31861, 31861, 'Other', 'Other', 31860, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6348, 6348, 'Mitsubishi', 'Mitsubishi', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6350, 6350, '3000GT', '3000GT', 6348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6351, 6351, 'Diamante', 'Diamante', 6348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6352, 6352, 'Eclipse', 'Eclipse', 6348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6353, 6353, 'Galant', 'Galant', 6348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43919, 43919, 'Lancer', 'Lancer', 6348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6354, 6354, 'Mirage', 'Mirage', 6348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6349, 6349, 'Montero', 'Montero', 6348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6355, 6355, 'Other', 'Other', 6348, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31863, 31863, 'Nash', 'Nash', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6371, 6371, 'Nissan', 'Nissan', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6395, 6395, '200SX', '200SX', 6371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6396, 6396, '240SX', '240SX', 6371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6397, 6397, '280ZX', '280ZX', 6371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6398, 6398, '300ZX', '300ZX', 6371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31864, 31864, '350Z', '350Z', 6371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6399, 6399, 'Altima', 'Altima', 6371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84162, 84162, 'Armada', 'Armada', 6371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6393, 6393, 'Frontier', 'Frontier', 6371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6400, 6400, 'Maxima', 'Maxima', 6371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84163, 84163, 'Murano', 'Murano', 6371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6394, 6394, 'Pathfinder', 'Pathfinder', 6371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11304, 11304, 'Quest', 'Quest', 6371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6401, 6401, 'Sentra', 'Sentra', 6371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6402, 6402, 'Stanza', 'Stanza', 6371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84164, 84164, 'Titan', 'Titan', 6371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 150116, 150116, 'Versa', 'Versa', 6371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6403, 6403, 'Xterra', 'Xterra', 6371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84165, 84165, 'Other Pickups', 'Other-Pickups', 6371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6392, 6392, 'Other', 'Other', 6371, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6372, 6372, 'Oldsmobile', 'Oldsmobile', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15287, 15287, '442', '442', 6372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11305, 11305, 'Alero', 'Alero', 6372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6404, 6404, 'Aurora', 'Aurora', 6372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11306, 11306, 'Bravada', 'Bravada', 6372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6405, 6405, 'Cutlass', 'Cutlass', 6372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6406, 6406, 'Eighty-Eight', 'Eighty-Eight', 6372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12476, 12476, 'Intrigue', 'Intrigue', 6372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6407, 6407, 'Ninety-Eight', 'Ninety-Eight', 6372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13478, 13478, 'Silhouette', 'Silhouette', 6372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31865, 31865, 'Toronado', 'Toronado', 6372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6391, 6391, 'Other', 'Other', 6372, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6390, 6390, 'Opel', 'Opel', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6389, 6389, 'Packard', 'Packard', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6388, 6388, 'Peugeot', 'Peugeot', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6376, 6376, 'Plymouth', 'Plymouth', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43920, 43920, 'Acclaim', 'Acclaim', 6376, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6409, 6409, 'Barracuda', 'Barracuda', 6376, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6410, 6410, 'Duster', 'Duster', 6376, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6411, 6411, 'Fury', 'Fury', 6376, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39417, 39417, 'Grand Voyager', 'Grand-Voyager', 6376, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6412, 6412, 'GTX', 'GTX', 6376, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6413, 6413, 'Neon', 'Neon', 6376, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6414, 6414, 'Prowler', 'Prowler', 6376, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43921, 43921, 'Road Runner', 'Road-Runner', 6376, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6415, 6415, 'Satellite', 'Satellite', 6376, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6416, 6416, 'Sundance', 'Sundance', 6376, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6408, 6408, 'Voyager', 'Voyager', 6376, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6387, 6387, 'Other', 'Other', 6376, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6377, 6377, 'Pontiac', 'Pontiac', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6417, 6417, 'Bonneville', 'Bonneville', 6377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6418, 6418, 'Catalina', 'Catalina', 6377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6419, 6419, 'Fiero', 'Fiero', 6377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6420, 6420, 'Firebird', 'Firebird', 6377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124127, 124127, 'G6', 'G6', 6377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6421, 6421, 'Grand Am', 'Grand-Am', 6377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6422, 6422, 'Grand Prix', 'Grand-Prix', 6377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7244, 7244, 'GTO', 'GTO', 6377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6424, 6424, 'Le Mans', 'Le-Mans', 6377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13481, 13481, 'Montana', 'Montana', 6377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124128, 124128, 'Solstice', 'Solstice', 6377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6425, 6425, 'Sunbird', 'Sunbird', 6377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43922, 43922, 'Sunfire', 'Sunfire', 6377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6426, 6426, 'Tempest', 'Tempest', 6377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6427, 6427, 'Trans Am', 'Trans-Am', 6377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107010, 107010, 'Vibe', 'Vibe', 6377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6386, 6386, 'Other', 'Other', 6377, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6013, 6013, 'Porsche', 'Porsche', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6428, 6428, '356', '356', 6013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10156, 10156, '911', '911', 6013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6429, 6429, '912', '912', 6013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6430, 6430, '914', '914', 6013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6431, 6431, '924', '924', 6013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6432, 6432, '928', '928', 6013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6433, 6433, '930', '930', 6013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6434, 6434, '944', '944', 6013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6435, 6435, '968', '968', 6013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6015, 6015, 'Boxster', 'Boxster', 6013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43923, 43923, 'Cayenne', 'Cayenne', 6013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133217, 133217, 'Cayman', 'Cayman', 6013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6058, 6058, 'Other', 'Other', 6013, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6385, 6385, 'Renault', 'Renault', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157071, 157071, 'Rolls-Royce', 'Rolls-Royce', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157074, 157074, 'Corniche', 'Corniche', 157071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157072, 157072, 'Phantom ', 'Phantom-', 157071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157075, 157075, 'Silver Seraph', 'Silver-Seraph', 157071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157073, 157073, 'Silver Shadow ', 'Silver-Shadow-', 157071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157076, 157076, 'Silver Spirit/Spur/Dawn', 'Silver-Spirit-Spur-Dawn', 157071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6384, 6384, 'Other', 'Other', 157071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6380, 6380, 'Saab', 'Saab', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6383, 6383, '900', '900', 6380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6437, 6437, '9000', '9000', 6380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124129, 124129, '9-2X', '9-2X', 6380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31866, 31866, '9-3', '9-3', 6380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31867, 31867, '9-5', '9-5', 6380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133218, 133218, '9-7x', '9-7x', 6380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6438, 6438, 'Other', 'Other', 6380, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6381, 6381, 'Saturn', 'Saturn', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149420, 149420, 'Aura', 'Aura', 6381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119379, 119379, 'Ion', 'Ion', 6381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80751, 80751, 'L-Series', 'L-Series', 6381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149421, 149421, 'Outlook', 'Outlook', 6381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80752, 80752, 'S-Series', 'S-Series', 6381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149422, 149422, 'Sky', 'Sky', 6381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80753, 80753, 'Vue', 'Vue', 6381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6382, 6382, 'Other', 'Other', 6381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116483, 116483, 'Scion', 'Scion', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116484, 116484, 'tC', 'tC', 116483, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116485, 116485, 'xA', 'xA', 116483, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 116486, 116486, 'xB', 'xB', 116483, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80755, 80755, 'Other', 'Other', 116483, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6465, 6465, 'Shelby', 'Shelby', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 157077, 157077, 'Smart', 'Smart', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6466, 6466, 'Studebaker', 'Studebaker', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6452, 6452, 'Subaru', 'Subaru', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13484, 13484, 'Forester', 'Forester', 6452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31868, 31868, 'Impreza', 'Impreza', 6452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31869, 31869, 'Legacy', 'Legacy', 6452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31870, 31870, 'Outback', 'Outback', 6452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31871, 31871, 'SVX', 'SVX', 6452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149423, 149423, 'Tribeca', 'Tribeca', 6452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6467, 6467, 'Other', 'Other', 6452, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6468, 6468, 'Suzuki', 'Suzuki', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6016, 6016, 'Toyota', 'Toyota', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6442, 6442, '4Runner', '4Runner', 6016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6444, 6444, 'Avalon', 'Avalon', 6016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6017, 6017, 'Camry', 'Camry', 6016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15288, 15288, 'Celica', 'Celica', 6016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6445, 6445, 'Corolla', 'Corolla', 6016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133219, 133219, 'FJ Cruiser', 'FJ-Cruiser', 6016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43924, 43924, 'Highlander', 'Highlander', 6016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6443, 6443, 'Land Cruiser', 'Land-Cruiser', 6016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107011, 107011, 'Matrix', 'Matrix', 6016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15289, 15289, 'MR2', 'MR2', 6016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6446, 6446, 'Paseo', 'Paseo', 6016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6440, 6440, 'Previa', 'Previa', 6016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43925, 43925, 'Prius', 'Prius', 6016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31872, 31872, 'RAV4', 'RAV4', 6016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31873, 31873, 'Sequoia', 'Sequoia', 6016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31874, 31874, 'Sienna', 'Sienna', 6016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84166, 84166, 'Solara', 'Solara', 6016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6447, 6447, 'Supra', 'Supra', 6016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6439, 6439, 'Tacoma', 'Tacoma', 6016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6448, 6448, 'Tercel', 'Tercel', 6016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39418, 39418, 'Tundra', 'Tundra', 6016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149424, 149424, 'Yaris', 'Yaris', 6016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6059, 6059, 'Other', 'Other', 6016, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6449, 6449, 'Triumph', 'Triumph', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80756, 80756, 'Spitfire', 'Spitfire', 6449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80757, 80757, 'TR-6', 'TR-6', 6449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6469, 6469, 'Other', 'Other', 6449, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6018, 6018, 'Volkswagen', 'Volkswagen', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6019, 6019, 'Beetle (Pre-1998)', 'Beetle-Pre-1998', 6018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31876, 31876, 'Beetle - New (1998-Present)', 'Beetle-New-1998-Present', 6018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15291, 15291, 'Bus/Vanagon', 'Bus-Vanagon', 6018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31875, 31875, 'Cabrio', 'Cabrio', 6018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15296, 15296, 'EuroVan', 'EuroVan', 6018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15292, 15292, 'Golf', 'Golf', 6018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6021, 6021, 'Jetta', 'Jetta', 6018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15293, 15293, 'Karmann Ghia', 'Karmann-Ghia', 6018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 6020, 6020, 'Passat', 'Passat', 6018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147119, 147119, 'Phaeton', 'Phaeton', 6018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15294, 15294, 'Rabbit', 'Rabbit', 6018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15295, 15295, 'Thing', 'Thing', 6018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84167, 84167, 'Touareg', 'Touareg', 6018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6060, 6060, 'Other', 'Other', 6018, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6454, 6454, 'Volvo', 'Volvo', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31877, 31877, '240', '240', 6454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6459, 6459, '740', '740', 6454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31878, 31878, '850', '850', 6454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6460, 6460, '940', '940', 6454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31879, 31879, 'C70', 'C70', 6454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6461, 6461, 'S40', 'S40', 6454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 47588, 47588, 'S60', 'S60', 6454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6462, 6462, 'S70', 'S70', 6454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6463, 6463, 'S80', 'S80', 6454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124130, 124130, 'V40', 'V40', 6454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124131, 124131, 'V50', 'V50', 6454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6464, 6464, 'V70', 'V70', 6454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31880, 31880, 'XC (Cross Country)', 'XC-Cross-Country', 6454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119148, 119148, 'XC90', 'XC90', 6454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6458, 6458, 'Other', 'Other', 6454, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6470, 6470, 'Willys', 'Willys', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7251, 7251, 'Replica/Kit Makes', 'Replica-Kit-Makes', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6472, 6472, 'Other Makes', 'Other-Makes', 6001, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6040, 6040, 'Luxury Cars', 'Luxury-Cars', 6000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6968, 6968, 'Acura', 'Acura', 6040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6970, 6970, 'Legend', 'Legend', 6968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6969, 6969, 'RL', 'RL', 6968, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6972, 6972, 'Aston Martin', 'Aston-Martin', 6040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6041, 6041, 'Audi', 'Audi', 6040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10094, 10094, 'A4', 'A4', 6041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6042, 6042, 'A6', 'A6', 6041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6043, 6043, 'A8', 'A8', 6041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43895, 43895, 'Cabriolet', 'Cabriolet', 6041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10095, 10095, 'Other', 'Other', 6041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6120, 6120, 'Bentley', 'Bentley', 6040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6975, 6975, 'BMW', 'BMW', 6040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10097, 10097, '3-Series', '3-Series', 6975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10098, 10098, '5-Series', '5-Series', 6975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6977, 6977, '6-Series', '6-Series', 6975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6978, 6978, '7-Series', '7-Series', 6975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6979, 6979, '8-Series', '8-Series', 6975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36465, 36465, 'Z3', 'Z3', 6975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36466, 36466, 'Z4', 'Z4', 6975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36467, 36467, 'Z8', 'Z8', 6975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10102, 10102, 'Other', 'Other', 6975, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6980, 6980, 'Buick', 'Buick', 6040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6981, 6981, 'Park Avenue', 'Park-Avenue', 6980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6982, 6982, 'Regal', 'Regal', 6980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6983, 6983, 'Riviera', 'Riviera', 6980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6984, 6984, 'Roadmaster', 'Roadmaster', 6980, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6985, 6985, 'Cadillac', 'Cadillac', 6040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10104, 10104, 'Allante', 'Allante', 6985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43896, 43896, 'CTS', 'CTS', 6985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10105, 10105, 'Catera', 'Catera', 6985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6986, 6986, 'DeVille', 'DeVille', 6985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6987, 6987, 'Eldorado', 'Eldorado', 6985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10106, 10106, 'Escalade', 'Escalade', 6985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6988, 6988, 'Fleetwood', 'Fleetwood', 6985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6990, 6990, 'Seville', 'Seville', 6985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6991, 6991, 'Other', 'Other', 6985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6992, 6992, 'Chrysler', 'Chrysler', 6040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10107, 10107, '300 Series', '300-Series', 6992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31922, 31922, 'Concorde', 'Concorde', 6992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43897, 43897, 'Imperial', 'Imperial', 6992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6993, 6993, 'LHS', 'LHS', 6992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6994, 6994, 'New Yorker', 'New-Yorker', 6992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10112, 10112, 'Royal', 'Royal', 6992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6995, 6995, 'Ford', 'Ford', 6040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6996, 6996, 'Crown Victoria', 'Crown-Victoria', 6995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10117, 10117, 'Thunderbird', 'Thunderbird', 6995, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6997, 6997, 'Infiniti', 'Infiniti', 6040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31923, 31923, 'G20', 'G20', 6997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43898, 43898, 'G35', 'G35', 6997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31924, 31924, 'I30', 'I30', 6997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31925, 31925, 'J30', 'J30', 6997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6998, 6998, 'Q45', 'Q45', 6997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6999, 6999, 'Other', 'Other', 6997, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10121, 10121, 'Jaguar', 'Jaguar', 6040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107021, 107021, 'E-Type', 'E-Type', 10121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11081, 11081, 'S-type', 'S-type', 10121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10122, 10122, 'XJ6', 'XJ6', 10121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31926, 31926, 'XJ8', 'XJ8', 10121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31927, 31927, 'XJR', 'XJR', 10121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10123, 10123, 'XJS', 'XJS', 10121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10124, 10124, 'XK8', 'XK8', 10121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43899, 43899, 'X-Type', 'X-Type', 10121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10127, 10127, 'Other', 'Other', 10121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7000, 7000, 'Lexus', 'Lexus', 6040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7001, 7001, 'ES', 'ES', 7000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7002, 7002, 'GS', 'GS', 7000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43900, 43900, 'IS', 'IS', 7000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 14242, 14242, 'LS', 'LS', 7000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7003, 7003, 'SC', 'SC', 7000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7004, 7004, 'Lincoln', 'Lincoln', 6040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7005, 7005, 'Continental', 'Continental', 7004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31928, 31928, 'LS', 'LS', 7004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7006, 7006, 'Mark Series', 'Mark-Series', 7004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10130, 10130, 'Navigator', 'Navigator', 7004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31929, 31929, 'Town Car', 'Town-Car', 7004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7236, 7236, 'Other', 'Other', 7004, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7007, 7007, 'Mazda', 'Mazda', 6040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10131, 10131, '626', '626', 7007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7008, 7008, '929', '929', 7007, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7009, 7009, 'Mercedes-Benz', 'Mercedes-Benz', 6040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7010, 7010, '190-Series', '190-Series', 7009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7011, 7011, '200-Series', '200-Series', 7009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7012, 7012, '300-Series', '300-Series', 7009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7013, 7013, '400-Series', '400-Series', 7009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7014, 7014, '500-Series', '500-Series', 7009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7015, 7015, '600-Series', '600-Series', 7009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7016, 7016, 'C-Class', 'C-Class', 7009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31930, 31930, 'CL-Class', 'CL-Class', 7009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31931, 31931, 'CLK-Class', 'CLK-Class', 7009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7017, 7017, 'E-Class', 'E-Class', 7009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7018, 7018, 'S-Class', 'S-Class', 7009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7019, 7019, 'SL-Class', 'SL-Class', 7009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31932, 31932, 'SLK-Class', 'SLK-Class', 7009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7237, 7237, 'Other', 'Other', 7009, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7020, 7020, 'Mercury', 'Mercury', 6040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7021, 7021, 'Grand Marquis', 'Grand-Marquis', 7020, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10139, 10139, 'Mitsubishi', 'Mitsubishi', 6040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10140, 10140, 'Diamante', 'Diamante', 10139, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7022, 7022, 'Oldsmobile', 'Oldsmobile', 6040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7023, 7023, 'Eighty-eight', 'Eighty-eight', 7022, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7024, 7024, 'Ninety-eight', 'Ninety-eight', 7022, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31933, 31933, 'Toronado', 'Toronado', 7022, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7025, 7025, 'Pontiac', 'Pontiac', 6040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7026, 7026, 'Bonneville', 'Bonneville', 7025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7028, 7028, 'Rolls-Royce', 'Rolls-Royce', 6040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11082, 11082, 'Saab', 'Saab', 6040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31934, 31934, '9-3', '9-3', 11082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31935, 31935, '9-5', '9-5', 11082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11083, 11083, '900', '900', 11082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11084, 11084, '9000', '9000', 11082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11085, 11085, 'Other', 'Other', 11082, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10148, 10148, 'Volvo', 'Volvo', 6040, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10149, 10149, '740', '740', 10148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31936, 31936, '850', '850', 10148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10150, 10150, '940', '940', 10148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31937, 31937, 'C70', 'C70', 10148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10151, 10151, 'S40', 'S40', 10148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10152, 10152, 'S70', 'S70', 10148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10153, 10153, 'S80', 'S80', 10148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10154, 10154, 'V70', 'V70', 10148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31938, 31938, 'XC (Cross Country)', 'XC-Cross-Country', 10148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10155, 10155, 'Other', 'Other', 10148, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5353, 5353, 'MiniVans & Vans', 'MiniVans-and-Vans', 6000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107552, 107552, 'Buick', 'Buick', 5353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107553, 107553, 'Rendezvous', 'Rendezvous', 107552, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6883, 6883, 'Chevrolet', 'Chevrolet', 5353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6885, 6885, 'Astro', 'Astro', 6883, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6884, 6884, 'Express', 'Express', 6883, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39406, 39406, 'G20 Van', 'G20-Van', 6883, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39407, 39407, 'Venture', 'Venture', 6883, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5355, 5355, 'Chrysler', 'Chrysler', 5353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 5354, 5354, 'Town & Country', 'Town-and-Country', 5355, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6886, 6886, 'Dodge', 'Dodge', 5353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6887, 6887, 'Caravan', 'Caravan', 6886, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6888, 6888, 'Grand Caravan', 'Grand-Caravan', 6886, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6889, 6889, 'Ram Van', 'Ram-Van', 6886, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7238, 7238, 'Ford', 'Ford', 5353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7239, 7239, 'Aerostar', 'Aerostar', 7238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7240, 7240, 'E-Series Van', 'E-Series-Van', 7238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7241, 7241, 'Windstar', 'Windstar', 7238, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6890, 6890, 'GMC', 'GMC', 5353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31939, 31939, 'Safari', 'Safari', 6890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6891, 6891, 'Savana', 'Savana', 6890, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6892, 6892, 'Honda', 'Honda', 5353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6893, 6893, 'Odyssey', 'Odyssey', 6892, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107554, 107554, 'Kia', 'Kia', 5353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107555, 107555, 'Sedona', 'Sedona', 107554, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6894, 6894, 'Mazda', 'Mazda', 5353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6895, 6895, 'MPV', 'MPV', 6894, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6896, 6896, 'Mercury', 'Mercury', 5353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6897, 6897, 'Villager', 'Villager', 6896, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11310, 11310, 'Nissan', 'Nissan', 5353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11311, 11311, 'Quest', 'Quest', 11310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13479, 13479, 'Oldsmobile', 'Oldsmobile', 5353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13480, 13480, 'Silhouette', 'Silhouette', 13479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6898, 6898, 'Plymouth', 'Plymouth', 5353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39408, 39408, 'Grand Voyager', 'Grand-Voyager', 6898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6899, 6899, 'Voyager', 'Voyager', 6898, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13482, 13482, 'Pontiac', 'Pontiac', 5353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13483, 13483, 'Montana', 'Montana', 13482, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6900, 6900, 'Toyota', 'Toyota', 5353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6901, 6901, 'Previa', 'Previa', 6900, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31940, 31940, 'Sienna', 'Sienna', 6900, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15310, 15310, 'Volkswagen', 'Volkswagen', 5353, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15297, 15297, 'Bus/Vanagon', 'Bus-Vanagon', 15310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15298, 15298, 'Eurovan', 'Eurovan', 15310, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6024, 6024, 'Motorcycles', 'Motorcycles', 6000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147899, 147899, 'Custom Built Motorcycles', 'Custom-Built-Motorcycles', 6024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147900, 147900, 'Bobber', 'Bobber', 147899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147901, 147901, 'Chopper', 'Chopper', 147899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147902, 147902, 'Pro Street', 'Pro-Street', 147899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10062, 10062, 'Other', 'Other', 147899, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49973, 49973, 'American Ironhorse', 'American-Ironhorse', 6024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 38627, 38627, 'Aprilia', 'Aprilia', 6024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49978, 49978, 'Big Dog', 'Big-Dog', 6024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49974, 49974, 'BMW', 'BMW', 6024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49975, 49975, 'F-Series', 'F-Series', 49974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49976, 49976, 'K-Series', 'K-Series', 49974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49977, 49977, 'R-Series', 'R-Series', 49974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6025, 6025, 'Other', 'Other', 49974, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49979, 49979, 'Boss Hoss', 'Boss-Hoss', 6024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49980, 49980, 'Bourget', 'Bourget', 6024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6703, 6703, 'BSA', 'BSA', 6024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49981, 49981, 'Buell', 'Buell', 6024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49982, 49982, 'Blast', 'Blast', 49981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49983, 49983, 'Cyclone', 'Cyclone', 49981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49984, 49984, 'Firebolt', 'Firebolt', 49981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49985, 49985, 'Lightning', 'Lightning', 49981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49986, 49986, 'Thunderbolt', 'Thunderbolt', 49981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6704, 6704, 'Other', 'Other', 49981, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6705, 6705, 'Bultaco', 'Bultaco', 6024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133175, 133175, 'Desperado', 'Desperado', 6024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49987, 49987, 'Ducati', 'Ducati', 6024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49988, 49988, 'Monster', 'Monster', 49987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49989, 49989, 'Sport Touring', 'Sport-Touring', 49987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49990, 49990, 'Superbike', 'Superbike', 49987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49991, 49991, 'Supersport', 'Supersport', 49987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6026, 6026, 'Other', 'Other', 49987, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49992, 49992, 'Harley-Davidson', 'Harley-Davidson', 6024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49993, 49993, 'Dyna / FXR', 'Dyna-FXR', 49992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49994, 49994, 'Softail', 'Softail', 49992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49995, 49995, 'Sportster', 'Sportster', 49992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49996, 49996, 'Touring', 'Touring', 49992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49997, 49997, 'VRSC', 'VRSC', 49992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6707, 6707, 'Other', 'Other', 49992, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49998, 49998, 'Honda', 'Honda', 6024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149411, 149411, 'CA', 'CA', 49998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80647, 80647, 'CB', 'CB', 49998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 49999, 49999, 'CBR', 'CBR', 49998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50000, 50000, 'CBX', 'CBX', 49998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149412, 149412, 'CL', 'CL', 49998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50001, 50001, 'CR', 'CR', 49998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147903, 147903, 'CRF', 'CRF', 49998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80648, 80648, 'CT', 'CT', 49998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50002, 50002, 'Gold Wing', 'Gold-Wing', 49998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50003, 50003, 'Interceptor', 'Interceptor', 49998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50004, 50004, 'Magna', 'Magna', 49998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50005, 50005, 'Nighthawk', 'Nighthawk', 49998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50006, 50006, 'RC51', 'RC51', 49998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50007, 50007, 'Rebel', 'Rebel', 49998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50008, 50008, 'Shadow', 'Shadow', 49998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50009, 50009, 'Super Hawk', 'Super-Hawk', 49998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50011, 50011, 'Valkyrie', 'Valkyrie', 49998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50010, 50010, 'VTX', 'VTX', 49998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50012, 50012, 'XR', 'XR', 49998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6708, 6708, 'Other', 'Other', 49998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50013, 50013, 'Husqvarna', 'Husqvarna', 6024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6709, 6709, 'Indian', 'Indian', 6024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50014, 50014, 'Kawasaki', 'Kawasaki', 6024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50015, 50015, 'KDX', 'KDX', 50014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50016, 50016, 'KLR', 'KLR', 50014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50017, 50017, 'KLX', 'KLX', 50014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50018, 50018, 'KX', 'KX', 50014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147904, 147904, 'KXF', 'KXF', 50014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50019, 50019, 'Ninja', 'Ninja', 50014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50020, 50020, 'Vulcan', 'Vulcan', 50014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6710, 6710, 'Other', 'Other', 50014, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50021, 50021, 'KTM', 'KTM', 6024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133176, 133176, 'Adventure', 'Adventure', 50021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50022, 50022, 'EXC', 'EXC', 50021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50023, 50023, 'SX', 'SX', 50021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6711, 6711, 'Other', 'Other', 50021, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6713, 6713, 'Moto Guzzi', 'Moto-Guzzi', 6024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6714, 6714, 'Norton', 'Norton', 6024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50024, 50024, 'Royal Enfield', 'Royal-Enfield', 6024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50025, 50025, 'Suzuki', 'Suzuki', 6024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50026, 50026, 'Bandit', 'Bandit', 50025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140678, 140678, 'Boulevard', 'Boulevard', 50025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50027, 50027, 'DR', 'DR', 50025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147905, 147905, 'DR-Z', 'DR-Z', 50025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133177, 133177, 'GS', 'GS', 50025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50028, 50028, 'GSX / Katana', 'GSX-Katana', 50025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50029, 50029, 'GSX-R', 'GSX-R', 50025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50030, 50030, 'Hayabusa', 'Hayabusa', 50025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50031, 50031, 'Intruder', 'Intruder', 50025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50032, 50032, 'Marauder', 'Marauder', 50025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50033, 50033, 'RM', 'RM', 50025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 149413, 149413, 'RM-Z', 'RM-Z', 50025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50034, 50034, 'SV', 'SV', 50025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6027, 6027, 'Other', 'Other', 50025, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6715, 6715, 'Titan', 'Titan', 6024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50035, 50035, 'Triumph', 'Triumph', 6024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50036, 50036, 'Bonneville', 'Bonneville', 50035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50037, 50037, 'Daytona', 'Daytona', 50035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133178, 133178, 'Rocket III', 'Rocket-III', 50035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133179, 133179, 'Sprint', 'Sprint', 50035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133180, 133180, 'Speed Triple', 'Speed-Triple', 50035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80649, 80649, 'Thunderbird', 'Thunderbird', 50035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50038, 50038, 'Tiger', 'Tiger', 50035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50039, 50039, 'Trident', 'Trident', 50035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50040, 50040, 'Trophy', 'Trophy', 50035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6716, 6716, 'Other', 'Other', 50035, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6717, 6717, 'Ural', 'Ural', 6024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38628, 38628, 'Victory', 'Victory', 6024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50041, 50041, 'Yamaha', 'Yamaha', 6024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50042, 50042, 'FZ', 'FZ', 50041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50043, 50043, 'PW', 'PW', 50041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50044, 50044, 'Road Star', 'Road-Star', 50041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50045, 50045, 'Royal Star', 'Royal-Star', 50041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50046, 50046, 'TT', 'TT', 50041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50047, 50047, 'V Max', 'V-Max', 50041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50048, 50048, 'V Star', 'V-Star', 50041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50049, 50049, 'Virago', 'Virago', 50041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50050, 50050, 'WR', 'WR', 50041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80650, 80650, 'XS', 'XS', 50041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50051, 50051, 'XT', 'XT', 50041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50052, 50052, 'YZ', 'YZ', 50041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50053, 50053, 'YZF', 'YZF', 50041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 147906, 147906, 'YZF-R', 'YZF-R', 50041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6718, 6718, 'Other', 'Other', 50041, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6719, 6719, 'Other Makes', 'Other-Makes', 6024, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6038, 6038, 'Other Vehicles & Trailers', 'Other-Vehicles-and-Trailers', 6000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63676, 63676, 'Aircraft', 'Aircraft', 6038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63677, 63677, 'Airplanes - Single-Engine', 'Airplanes-Single-Engine', 63676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63678, 63678, 'Airplanes - Multi-Engine', 'Airplanes-Multi-Engine', 63676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63680, 63680, 'Helicopters', 'Helicopters', 63676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63679, 63679, 'Project/Experimental Aircraft', 'Project-Experimental-Aircraft', 63676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63722, 63722, 'Ultralights', 'Ultralights', 63676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26428, 26428, 'Other Aircraft', 'Other-Aircraft', 63676, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26429, 26429, 'Boats', 'Boats', 6038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63723, 63723, 'Fishing Boats', 'Fishing-Boats', 26429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63724, 63724, 'Bass Fishing Boats', 'Bass-Fishing-Boats', 63723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63725, 63725, 'Inshore Saltwater Fishing', 'Inshore-Saltwater-Fishing', 63723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63726, 63726, 'Offshore Saltwater Fishing', 'Offshore-Saltwater-Fishing', 63723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63727, 63727, 'Other Freshwater Fishing', 'Other-Freshwater-Fishing', 63723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31269, 31269, 'Powerboats & Motorboats', 'Powerboats-and-Motorboats', 26429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80651, 80651, 'Cuddies', 'Cuddies', 31269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80652, 80652, 'Cruisers', 'Cruisers', 31269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80653, 80653, 'Jet Boats', 'Jet-Boats', 31269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63684, 63684, 'Pontoon / Deck Boats', 'Pontoon-Deck-Boats', 31269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63685, 63685, 'Runabouts', 'Runabouts', 31269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63686, 63686, 'Ski / Wakeboarding Boats', 'Ski-Wakeboarding-Boats', 31269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31270, 31270, 'Other Powerboats under 20 feet', 'Other-Powerboats-under-20-feet', 31269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31271, 31271, 'Other Powerboats 20-27 feet', 'Other-Powerboats-20-27-feet', 31269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26432, 26432, 'Other Powerboats 28+ feet', 'Other-Powerboats-28-feet', 31269, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63728, 63728, 'Sailboats', 'Sailboats', 26429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63729, 63729, 'Sailboats Under 20 feet', 'Sailboats-Under-20-feet', 63728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63730, 63730, 'Sailboats 20-27 feet', 'Sailboats-20-27-feet', 63728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63731, 63731, 'Sailboats 28+ feet', 'Sailboats-28-feet', 63728, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26434, 26434, 'Other Boats', 'Other-Boats', 26429, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6728, 6728, 'Buses', 'Buses', 6038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63732, 63732, 'Commercial Trucks', 'Commercial-Trucks', 6038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63733, 63733, 'Bucket / Boom Trucks', 'Bucket-Boom-Trucks', 63732, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 86878, 86878, 'Commercial Pickups', 'Commercial-Pickups', 63732, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63734, 63734, 'Dump Trucks', 'Dump-Trucks', 63732, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63735, 63735, 'Emergency & Fire Trucks', 'Emergency-and-Fire-Trucks', 63732, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80758, 80758, 'Semi Trucks', 'Semi-Trucks', 63732, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80759, 80759, 'Daycab Semi Trucks', 'Daycab-Semi-Trucks', 80758, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80760, 80760, 'Sleeper Semi Trucks', 'Sleeper-Semi-Trucks', 80758, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84150, 84150, 'Tow Trucks', 'Tow-Trucks', 63732, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84151, 84151, 'Flatbeds & Rollbacks', 'Flatbeds-and-Rollbacks', 84150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84152, 84152, 'Wreckers', 'Wreckers', 84150, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63739, 63739, 'Utility / Service Trucks', 'Utility-Service-Trucks', 63732, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80761, 80761, 'Van / Box Trucks', 'Van-Box-Trucks', 63732, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80762, 80762, 'Box Trucks / Cube Vans', 'Box-Trucks-Cube-Vans', 80761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80763, 80763, 'Delivery / Cargo Vans', 'Delivery-Cargo-Vans', 80761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80764, 80764, 'Step Vans', 'Step-Vans', 80761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63740, 63740, 'Other Vans', 'Other-Vans', 80761, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63741, 63741, 'Other Light Duty Trucks', 'Other-Light-Duty-Trucks', 63732, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63742, 63742, 'Other Medium Duty Trucks', 'Other-Medium-Duty-Trucks', 63732, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63743, 63743, 'Other Heavy Duty Trucks', 'Other-Heavy-Duty-Trucks', 63732, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80765, 80765, 'Military Vehicles', 'Military-Vehicles', 6038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98060, 98060, 'Race Cars (Not Street Legal)', 'Race-Cars-Not-Street-Legal', 6038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98061, 98061, 'Circle Track', 'Circle-Track', 98060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98062, 98062, 'Drag Racing', 'Drag-Racing', 98060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98063, 98063, 'Off-Road', 'Off-Road', 98060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 98064, 98064, 'Road Racing', 'Road-Racing', 98060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80766, 80766, 'Other Race Cars', 'Other-Race-Cars', 98060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50054, 50054, 'RVs and Campers', 'RVs-and-Campers', 6038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50055, 50055, 'Motorized RVs', 'Motorized-RVs', 50054, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50056, 50056, 'Class A RVs - Diesel', 'Class-A-RVs-Diesel', 50055, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50057, 50057, 'Class A RVs - Gas', 'Class-A-RVs-Gas', 50055, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50058, 50058, 'Class B RVs', 'Class-B-RVs', 50055, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50059, 50059, 'Class C RVs', 'Class-C-RVs', 50055, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50060, 50060, 'Towable RVs & Campers', 'Towable-RVs-and-Campers', 50054, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50061, 50061, 'Truck Campers', 'Truck-Campers', 50060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50062, 50062, 'Fifth Wheel RVs', 'Fifth-Wheel-RVs', 50060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50063, 50063, 'Travel Trailers', 'Travel-Trailers', 50060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50064, 50064, 'Folding Camping Trailers', 'Folding-Camping-Trailers', 50060, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66468, 66468, 'Trailers', 'Trailers', 6038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66469, 66469, 'Boat & Watercraft Trailers', 'Boat-and-Watercraft-Trailers', 66468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80769, 80769, 'Car Trailers', 'Car-Trailers', 66468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80770, 80770, 'Cargo / Utility Trailers', 'Cargo-Utility-Trailers', 66468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63738, 63738, 'Commercial Truck Trailers', 'Commercial-Truck-Trailers', 66468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80767, 80767, 'Horse Trailers', 'Horse-Trailers', 66468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80768, 80768, 'Motorcycle Trailers', 'Motorcycle-Trailers', 66468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66470, 66470, 'Other Trailers', 'Other-Trailers', 66468, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6737, 6737, 'Other', 'Other', 6038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66466, 66466, 'Powersports', 'Powersports', 6000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6723, 6723, 'ATVs', 'ATVs', 66466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133221, 133221, 'Arctic Cat', 'Arctic-Cat', 6723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63682, 63682, 'Bombardier', 'Bombardier', 6723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6724, 6724, 'Honda', 'Honda', 6723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42590, 42590, 'Kawasaki', 'Kawasaki', 6723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42591, 42591, 'Polaris', 'Polaris', 6723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42592, 42592, 'Suzuki', 'Suzuki', 6723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6725, 6725, 'Yamaha', 'Yamaha', 6723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6726, 6726, 'Other Makes', 'Other-Makes', 6723, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133220, 133220, 'Dune Buggies / Sand Rails', 'Dune-Buggies-Sand-Rails', 66466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46105, 46105, 'Go Karts: High-performance', 'Go-Karts-High-performance', 66466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31273, 31273, 'Personal Watercraft', 'Personal-Watercraft', 66466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 31265, 31265, 'Kawasaki', 'Kawasaki', 31273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63683, 63683, 'Polaris', 'Polaris', 31273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31266, 31266, 'Sea-Doo', 'Sea-Doo', 31273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31267, 31267, 'Yamaha', 'Yamaha', 31273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26431, 26431, 'Other PWC', 'Other-PWC', 31273, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90983, 90983, 'Powersport Vehicles Under 50cc', 'Powersport-Vehicles-Under-50cc', 66466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100469, 100469, 'ATVs Under 50cc', 'ATVs-Under-50cc', 90983, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90984, 90984, 'Mini-Choppers', 'Mini-Choppers', 90983, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100470, 100470, 'Pocket Bikes - Dirt', 'Pocket-Bikes-Dirt', 90983, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90985, 90985, 'Pocket Bikes - Street', 'Pocket-Bikes-Street', 90983, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90986, 90986, 'Other Powersports Under 50cc', 'Other-Powersports-Under-50cc', 90983, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6720, 6720, 'Scooters & Mopeds', 'Scooters-and-Mopeds', 66466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42593, 42593, 'Honda', 'Honda', 6720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6721, 6721, 'Vespa', 'Vespa', 6720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42594, 42594, 'Yamaha', 'Yamaha', 6720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6722, 6722, 'Other Scooters', 'Other-Scooters', 6720, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42595, 42595, 'Snowmobiles', 'Snowmobiles', 66466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42596, 42596, 'Arctic Cat', 'Arctic-Cat', 42595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42597, 42597, 'Polaris', 'Polaris', 42595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42598, 42598, 'Ski-Doo', 'Ski-Doo', 42595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42599, 42599, 'Yamaha', 'Yamaha', 42595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6736, 6736, 'Other Makes', 'Other-Makes', 42595, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66467, 66467, 'Other Powersports', 'Other-Powersports', 66466, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6048, 6048, 'Sports Cars', 'Sports-Cars', 6000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7258, 7258, 'Alfa Romeo', 'Alfa-Romeo', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107556, 107556, 'Spider', 'Spider', 7258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7260, 7260, 'Other', 'Other', 7258, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7029, 7029, 'Acura', 'Acura', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7030, 7030, 'NSX', 'NSX', 7029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31942, 31942, 'RSX', 'RSX', 7029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7261, 7261, 'Aston Martin', 'Aston-Martin', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7031, 7031, 'Audi', 'Audi', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7032, 7032, 'A4', 'A4', 7031, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43927, 43927, 'S4', 'S4', 7031, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7033, 7033, 'TT', 'TT', 7031, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7037, 7037, 'Austin Healey', 'Austin-Healey', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7038, 7038, 'BMW', 'BMW', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42602, 42602, '2002', '2002', 7038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7040, 7040, 'M-Series', 'M-Series', 7038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36471, 36471, 'Z3', 'Z3', 7038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36472, 36472, 'Z4', 'Z4', 7038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36473, 36473, 'Z8', 'Z8', 7038, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7042, 7042, 'Buick', 'Buick', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7043, 7043, 'Grand National', 'Grand-National', 7042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7044, 7044, 'Reatta', 'Reatta', 7042, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7045, 7045, 'Cadillac', 'Cadillac', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7046, 7046, 'Allante', 'Allante', 7045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43928, 43928, 'CTS', 'CTS', 7045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119380, 119380, 'XLR', 'XLR', 7045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7047, 7047, 'Chevrolet', 'Chevrolet', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7048, 7048, 'Camaro', 'Camaro', 7047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7242, 7242, 'Corvette', 'Corvette', 7047, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10108, 10108, 'Chrysler', 'Chrysler', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107557, 107557, 'Crossfire', 'Crossfire', 10108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15286, 15286, 'Prowler', 'Prowler', 10108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15305, 15305, 'PT Cruiser', 'PT-Cruiser', 10108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10111, 10111, 'Sebring', 'Sebring', 10108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7049, 7049, 'Datsun', 'Datsun', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7050, 7050, 'Z-Series', 'Z-Series', 7049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31944, 31944, 'DeLorean', 'DeLorean', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7051, 7051, 'Dodge', 'Dodge', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7052, 7052, 'Viper', 'Viper', 7051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10113, 10113, 'Stealth', 'Stealth', 7051, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107558, 107558, 'Ferrari', 'Ferrari', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7053, 7053, '360', '360', 107558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7054, 7054, 'Other', 'Other', 107558, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10115, 10115, 'Fiat', 'Fiat', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7055, 7055, 'Ford', 'Ford', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7056, 7056, 'Mustang', 'Mustang', 7055, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7057, 7057, 'Probe', 'Probe', 7055, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10116, 10116, 'Thunderbird', 'Thunderbird', 7055, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7058, 7058, 'Honda', 'Honda', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10118, 10118, 'CRX', 'CRX', 7058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10119, 10119, 'Del Sol', 'Del-Sol', 7058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7060, 7060, 'Prelude', 'Prelude', 7058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7059, 7059, 'S2000', 'S2000', 7058, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107559, 107559, 'Hyundai', 'Hyundai', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107560, 107560, 'Tiburon', 'Tiburon', 107559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43929, 43929, 'Infiniti', 'Infiniti', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43930, 43930, 'G35', 'G35', 43929, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7061, 7061, 'Jaguar', 'Jaguar', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7064, 7064, 'E-Type', 'E-Type', 7061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31945, 31945, 'XJR', 'XJR', 7061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10125, 10125, 'XJS', 'XJS', 7061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7063, 7063, 'XK8', 'XK8', 7061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7066, 7066, 'Lamborghini', 'Lamborghini', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10129, 10129, 'Lancia', 'Lancia', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7067, 7067, 'Lexus', 'Lexus', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7068, 7068, 'SC', 'SC', 7067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119381, 119381, 'Lotus', 'Lotus', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119382, 119382, 'Elise', 'Elise', 119381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119383, 119383, 'Esprit', 'Esprit', 119381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7070, 7070, 'Other', 'Other', 119381, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7071, 7071, 'MG', 'MG', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107561, 107561, 'MGA', 'MGA', 7071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31946, 31946, 'MGB', 'MGB', 7071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31947, 31947, 'MG TD', 'MG-TD', 7071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31948, 31948, 'Midget', 'Midget', 7071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7072, 7072, 'Other', 'Other', 7071, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7074, 7074, 'Maserati', 'Maserati', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7075, 7075, 'Mazda', 'Mazda', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7076, 7076, 'Miata', 'Miata', 7075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7077, 7077, 'RX-7', 'RX-7', 7075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107562, 107562, 'RX-8', 'RX-8', 7075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10132, 10132, 'MX-6', 'MX-6', 7075, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10133, 10133, 'Mercedes-Benz', 'Mercedes-Benz', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10134, 10134, 'SL-Class', 'SL-Class', 10133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31949, 31949, 'SLK-Class', 'SLK-Class', 10133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10135, 10135, 'Other', 'Other', 10133, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10136, 10136, 'Mercury', 'Mercury', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10137, 10137, 'Cougar', 'Cougar', 10136, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107563, 107563, 'Mini', 'Mini', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107564, 107564, 'Classic Mini', 'Classic-Mini', 107563, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107565, 107565, 'Mini Cooper (2002-Present)', 'Mini-Cooper-2002-Present', 107563, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107566, 107566, 'Mini Cooper S (2002-Present)', 'Mini-Cooper-S-2002-Present', 107563, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7081, 7081, 'Mitsubishi', 'Mitsubishi', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10138, 10138, '3000GT', '3000GT', 7081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7082, 7082, 'Eclipse', 'Eclipse', 7081, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10141, 10141, 'Nissan', 'Nissan', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10142, 10142, '240SX', '240SX', 10141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10143, 10143, '280ZX', '280ZX', 10141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10144, 10144, '300ZX', '300ZX', 10141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31950, 31950, '350Z', '350Z', 10141, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7085, 7085, 'Plymouth', 'Plymouth', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7086, 7086, 'Prowler', 'Prowler', 7085, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7087, 7087, 'Pontiac', 'Pontiac', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7088, 7088, 'Fiero', 'Fiero', 7087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10145, 10145, 'Firebird', 'Firebird', 7087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10146, 10146, 'Trans Am', 'Trans-Am', 7087, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7090, 7090, 'Porsche', 'Porsche', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7091, 7091, '356', '356', 7090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10158, 10158, '911', '911', 7090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7093, 7093, '912', '912', 7090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7094, 7094, '914', '914', 7090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7095, 7095, '924', '924', 7090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7096, 7096, '928', '928', 7090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7097, 7097, '930', '930', 7090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7098, 7098, '944', '944', 7090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7099, 7099, '968', '968', 7090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7101, 7101, 'Boxster', 'Boxster', 7090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7102, 7102, 'Other', 'Other', 7090, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7104, 7104, 'Shelby', 'Shelby', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31951, 31951, 'Subaru', 'Subaru', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31952, 31952, 'SVX', 'SVX', 31951, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6052, 6052, 'Toyota', 'Toyota', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107567, 107567, 'Celica', 'Celica', 6052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15290, 15290, 'MR2', 'MR2', 6052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6053, 6053, 'Supra', 'Supra', 6052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10147, 10147, 'Other', 'Other', 6052, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7105, 7105, 'Triumph', 'Triumph', 6048, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107568, 107568, 'Spitfire', 'Spitfire', 7105, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107569, 107569, 'TR-6', 'TR-6', 7105, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 7106, 7106, 'Other', 'Other', 7105, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6044, 6044, 'SUVs', 'SUVs', 6000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107570, 107570, 'Audi', 'Audi', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107571, 107571, 'Allroad', 'Allroad', 107570, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6473, 6473, 'Acura', 'Acura', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42603, 42603, 'MDX', 'MDX', 6473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6474, 6474, 'SLX', 'SLX', 6473, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15304, 15304, 'BMW', 'BMW', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15283, 15283, 'X-Series', 'X-Series', 15304, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107572, 107572, 'Buick', 'Buick', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107573, 107573, 'Rendezvous', 'Rendezvous', 107572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6525, 6525, 'Cadillac', 'Cadillac', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6526, 6526, 'Escalade', 'Escalade', 6525, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107574, 107574, 'SRX', 'SRX', 6525, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6921, 6921, 'Chevrolet', 'Chevrolet', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34426, 34426, 'Avalanche', 'Avalanche', 6921, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6922, 6922, 'Blazer', 'Blazer', 6921, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119384, 119384, 'Equinox', 'Equinox', 6921, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6923, 6923, 'Suburban', 'Suburban', 6921, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6924, 6924, 'Tahoe', 'Tahoe', 6921, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43933, 43933, 'Tracker', 'Tracker', 6921, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34427, 34427, 'Trailblazer', 'Trailblazer', 6921, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6925, 6925, 'Dodge', 'Dodge', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6926, 6926, 'Durango', 'Durango', 6925, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6045, 6045, 'Ford', 'Ford', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6927, 6927, 'Bronco', 'Bronco', 6045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50066, 50066, 'Bronco II', 'Bronco-II', 6045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31953, 31953, 'Escape', 'Escape', 6045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31954, 31954, 'Excursion', 'Excursion', 6045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6046, 6046, 'Expedition', 'Expedition', 6045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6047, 6047, 'Explorer', 'Explorer', 6045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43934, 43934, 'Explorer Sport', 'Explorer-Sport', 6045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43935, 43935, 'Explorer Sport Trac', 'Explorer-Sport-Trac', 6045, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6928, 6928, 'GMC', 'GMC', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43936, 43936, 'Envoy', 'Envoy', 6928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6929, 6929, 'Jimmy', 'Jimmy', 6928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6930, 6930, 'Suburban', 'Suburban', 6928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6931, 6931, 'Typhoon', 'Typhoon', 6928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6932, 6932, 'Yukon', 'Yukon', 6928, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16126, 16126, 'Honda', 'Honda', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 16127, 16127, 'CR-V', 'CR-V', 16126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107575, 107575, 'Element', 'Element', 16126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119385, 119385, 'Ridgeline', 'Ridgeline', 16126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46107, 46107, 'Passport', 'Passport', 16126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119386, 119386, 'Pilot', 'Pilot', 16126, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6497, 6497, 'Hummer', 'Hummer', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6498, 6498, 'H1', 'H1', 6497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43937, 43937, 'H2', 'H2', 6497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119387, 119387, 'Other', 'Other', 6497, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107576, 107576, 'Hyundai', 'Hyundai', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107577, 107577, 'Santa Fe', 'Santa-Fe', 107576, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31955, 31955, 'Infiniti', 'Infiniti', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107614, 107614, 'FX', 'FX', 31955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31956, 31956, 'QX4', 'QX4', 31955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107615, 107615, 'International Harvester', 'International-Harvester', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107616, 107616, 'Scout', 'Scout', 107615, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 31958, 31958, 'Other', 'Other', 107615, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6933, 6933, 'Isuzu', 'Isuzu', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6934, 6934, 'Amigo', 'Amigo', 6933, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6935, 6935, 'Rodeo', 'Rodeo', 6933, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6936, 6936, 'Trooper', 'Trooper', 6933, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6937, 6937, 'VehiCROSS', 'VehiCROSS', 6933, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10120, 10120, 'Other', 'Other', 6933, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6938, 6938, 'Jeep', 'Jeep', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6940, 6940, 'Cherokee', 'Cherokee', 6938, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6939, 6939, 'CJ', 'CJ', 6938, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6942, 6942, 'Commando', 'Commando', 6938, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6941, 6941, 'Grand Cherokee', 'Grand-Cherokee', 6938, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43938, 43938, 'Liberty', 'Liberty', 6938, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6943, 6943, 'Renegade', 'Renegade', 6938, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6944, 6944, 'Wagoneer', 'Wagoneer', 6938, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6945, 6945, 'Wrangler', 'Wrangler', 6938, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6946, 6946, 'Other', 'Other', 6938, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107617, 107617, 'Kia', 'Kia', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107618, 107618, 'Sportage', 'Sportage', 107617, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6948, 6948, 'Land Rover', 'Land-Rover', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31959, 31959, 'Defender', 'Defender', 6948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6950, 6950, 'Discovery', 'Discovery', 6948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107022, 107022, 'Freelander', 'Freelander', 6948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6951, 6951, 'Range Rover', 'Range-Rover', 6948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6949, 6949, 'Other', 'Other', 6948, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13475, 13475, 'Lexus', 'Lexus', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43939, 43939, 'GX', 'GX', 13475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13476, 13476, 'LX', 'LX', 13475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13477, 13477, 'RX', 'RX', 13475, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6952, 6952, 'Lincoln', 'Lincoln', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107024, 107024, 'Aviator', 'Aviator', 6952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6953, 6953, 'Navigator', 'Navigator', 6952, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107650, 107650, 'Mazda', 'Mazda', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107651, 107651, 'Tribute', 'Tribute', 107650, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6954, 6954, 'Mercedes-Benz', 'Mercedes-Benz', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31960, 31960, 'G-Class', 'G-Class', 6954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6960, 6960, 'M-Class', 'M-Class', 6954, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6955, 6955, 'Mercury', 'Mercury', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6961, 6961, 'Mountaineer', 'Mountaineer', 6955, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6956, 6956, 'Mitsubishi', 'Mitsubishi', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6962, 6962, 'Montero', 'Montero', 6956, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6957, 6957, 'Nissan', 'Nissan', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107652, 107652, 'Armada', 'Armada', 6957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107653, 107653, 'Murano', 'Murano', 6957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6963, 6963, 'Pathfinder', 'Pathfinder', 6957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6964, 6964, 'Xterra', 'Xterra', 6957, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11308, 11308, 'Oldsmobile', 'Oldsmobile', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 11309, 11309, 'Bravada', 'Bravada', 11308, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43940, 43940, 'Porsche', 'Porsche', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43941, 43941, 'Cayenne', 'Cayenne', 43940, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107654, 107654, 'Saturn', 'Saturn', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107655, 107655, 'Vue', 'Vue', 107654, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13485, 13485, 'Subaru', 'Subaru', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13486, 13486, 'Forester', 'Forester', 13485, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6958, 6958, 'Toyota', 'Toyota', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6966, 6966, '4Runner', '4Runner', 6958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43942, 43942, 'Highlander', 'Highlander', 6958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6967, 6967, 'Land Cruiser', 'Land-Cruiser', 6958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31961, 31961, 'RAV4', 'RAV4', 6958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31962, 31962, 'Sequoia', 'Sequoia', 6958, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107656, 107656, 'Volkswagen', 'Volkswagen', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107657, 107657, 'Tourag', 'Tourag', 107656, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107658, 107658, 'Volvo', 'Volvo', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107659, 107659, 'XC', 'XC', 107658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119388, 119388, 'XC90', 'XC90', 107658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6965, 6965, 'Willys', 'Willys', 6044, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6049, 6049, 'Trucks', 'Trucks', 6000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6061, 6061, 'Chevrolet', 'Chevrolet', 6049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34428, 34428, 'Avalanche', 'Avalanche', 6061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39419, 39419, 'C-10', 'C-10', 6061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39420, 39420, 'Cheyenne', 'Cheyenne', 6061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90987, 90987, 'C/K Pickup 1500', 'C-K-Pickup-1500', 6061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90988, 90988, 'C/K Pickup 2500', 'C-K-Pickup-2500', 6061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90989, 90989, 'C/K Pickup 3500', 'C-K-Pickup-3500', 6061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90990, 90990, 'Colorado', 'Colorado', 6061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6499, 6499, 'El Camino', 'El-Camino', 6061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13490, 13490, 'S-10', 'S-10', 6061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 13489, 13489, 'Silverado 1500', 'Silverado-1500', 6061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90991, 90991, 'Silverado 2500', 'Silverado-2500', 6061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90992, 90992, 'Silverado 3500', 'Silverado-3500', 6061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90993, 90993, 'SSR', 'SSR', 6061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6062, 6062, 'Other Pickups', 'Other-Pickups', 6061, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6903, 6903, 'Dodge', 'Dodge', 6049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6904, 6904, 'Dakota', 'Dakota', 6903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39421, 39421, 'Power Wagon', 'Power-Wagon', 6903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31963, 31963, 'Ram 1500', 'Ram-1500', 6903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119389, 119389, 'Ram 2500', 'Ram-2500', 6903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119390, 119390, 'Ram 3500', 'Ram-3500', 6903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6905, 6905, 'Other Pickups', 'Other-Pickups', 6903, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6906, 6906, 'Ford', 'Ford', 6049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43943, 43943, 'Explorer Sport Trac', 'Explorer-Sport-Trac', 6906, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39422, 39422, 'F-100', 'F-100', 6906, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6907, 6907, 'F-150', 'F-150', 6906, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39423, 39423, 'F-250', 'F-250', 6906, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39424, 39424, 'F-350', 'F-350', 6906, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6909, 6909, 'Ranchero', 'Ranchero', 6906, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6908, 6908, 'Ranger', 'Ranger', 6906, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6910, 6910, 'Other Pickups', 'Other-Pickups', 6906, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6911, 6911, 'GMC', 'GMC', 6049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6912, 6912, 'Sierra 1500', 'Sierra-1500', 6911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90994, 90994, 'Sierra 2500', 'Sierra-2500', 6911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90995, 90995, 'Sierra 3500', 'Sierra-3500', 6911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31964, 31964, 'Sonoma', 'Sonoma', 6911, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119391, 119391, 'Honda', 'Honda', 6049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119392, 119392, 'Ridgeline', 'Ridgeline', 119391, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31965, 31965, 'International Harvester', 'International-Harvester', 6049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84181, 84181, 'Scout', 'Scout', 31965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31966, 31966, 'Other', 'Other', 31965, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6915, 6915, 'Mazda', 'Mazda', 6049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6916, 6916, 'B-Series Pickups', 'B-Series-Pickups', 6915, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6917, 6917, 'Nissan', 'Nissan', 6049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6918, 6918, 'Frontier', 'Frontier', 6917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107660, 107660, 'Titan', 'Titan', 6917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84182, 84182, 'Other Pickups', 'Other-Pickups', 6917, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6919, 6919, 'Toyota', 'Toyota', 6049, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6920, 6920, 'Tacoma', 'Tacoma', 6919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40943, 40943, 'Tundra', 'Tundra', 6919, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6028, 6028, 'Parts & Accessories', 'Parts-and-Accessories', 6000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43962, 43962, 'ATV Parts', 'ATV-Parts', 6028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43981, 43981, 'ATVs for Parts', 'ATVs-for-Parts', 43962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43963, 43963, 'Body Parts & Accessories', 'Body-Parts-and-Accessories', 43962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43973, 43973, 'Fenders', 'Fenders', 43963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43964, 43964, 'Frames', 'Frames', 43963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43965, 43965, 'Gas Tanks', 'Gas-Tanks', 43963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43966, 43966, 'Grab Bars & Guards', 'Grab-Bars-and-Guards', 43963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43967, 43967, 'Handle Bars, Levers, Mirrors', 'Handle-Bars-Levers-Mirrors', 43963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43968, 43968, 'Pedals & Pegs', 'Pedals-and-Pegs', 43963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43969, 43969, 'Racks & Luggage', 'Racks-and-Luggage', 43963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43970, 43970, 'Seats', 'Seats', 43963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43971, 43971, 'Other', 'Other', 43963, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43974, 43974, 'Brakes & Suspension', 'Brakes-and-Suspension', 43962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43975, 43975, 'Decals, Emblems', 'Decals-Emblems', 43962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43976, 43976, 'Electrical Components', 'Electrical-Components', 43962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43977, 43977, 'Engines & Components', 'Engines-and-Components', 43962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43978, 43978, 'Exhaust', 'Exhaust', 43962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43979, 43979, 'Intake & Fuel Systems', 'Intake-and-Fuel-Systems', 43962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43980, 43980, 'Lighting', 'Lighting', 43962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43982, 43982, 'Transmissions & Chains', 'Transmissions-and-Chains', 43962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43983, 43983, 'Wheels, Tires', 'Wheels-Tires', 43962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43984, 43984, 'Winches', 'Winches', 43962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43972, 43972, 'Other', 'Other', 43962, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6747, 6747, 'Apparel & Merchandise', 'Apparel-and-Merchandise', 6028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50428, 50428, 'Car & Truck', 'Car-and-Truck', 6747, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56421, 56421, 'Banners / Flags', 'Banners-Flags', 50428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40013, 40013, 'Hats', 'Hats', 50428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50429, 50429, 'Shirts', 'Shirts', 50428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50430, 50430, 'Jackets', 'Jackets', 50428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50431, 50431, 'Key Chains', 'Key-Chains', 50428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50432, 50432, 'Patches', 'Patches', 50428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50433, 50433, 'Racing Gear', 'Racing-Gear', 50428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50434, 50434, 'Other Merchandise', 'Other-Merchandise', 50428, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34352, 34352, 'Motorcycle', 'Motorcycle', 6747, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56420, 56420, 'Banners / Flags', 'Banners-Flags', 34352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6751, 6751, 'Boots', 'Boots', 34352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50424, 50424, 'Eye Wear', 'Eye-Wear', 34352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50425, 50425, 'Gloves', 'Gloves', 34352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50426, 50426, 'Hats / Caps', 'Hats-Caps', 34352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6749, 6749, 'Helmets', 'Helmets', 34352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6750, 6750, 'Jackets and Leathers', 'Jackets-and-Leathers', 34352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34353, 34353, 'Off-Road Gear', 'Off-Road-Gear', 34352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34354, 34354, 'Pants & Chaps', 'Pants-and-Chaps', 34352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50427, 50427, 'Patches', 'Patches', 34352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6752, 6752, 'Shirts', 'Shirts', 34352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34355, 34355, 'Other Merchandise', 'Other-Merchandise', 34352, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100440, 100440, 'Snowmobile', 'Snowmobile', 6747, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100441, 100441, 'Boots', 'Boots', 100440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100442, 100442, 'Gloves', 'Gloves', 100440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100443, 100443, 'Helmets', 'Helmets', 100440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100444, 100444, 'Jackets & Suits', 'Jackets-and-Suits', 100440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100445, 100445, 'Neck Warmers & Face Masks', 'Neck-Warmers-and-Face-Masks', 100440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100446, 100446, 'Pants & Bibs', 'Pants-and-Bibs', 100440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100447, 100447, 'Shirts', 'Shirts', 100440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50435, 50435, 'Other Merchandise', 'Other-Merchandise', 100440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50436, 50436, 'Water Sports / Boating', 'Water-Sports-Boating', 6747, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6753, 6753, 'Other Apparel & Merchandise', 'Other-Apparel-and-Merchandise', 6747, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34998, 34998, 'Automotive Tools', 'Automotive-Tools', 6028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43985, 43985, 'Air Tools', 'Air-Tools', 34998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63693, 63693, 'Sanders / Grinders', 'Sanders-Grinders', 43985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43987, 43987, 'Spray Guns', 'Spray-Guns', 43985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43988, 43988, 'Wrenches, Ratchets, & Drills', 'Wrenches-Ratchets-and-Drills', 43985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34999, 34999, 'Other Air Tools', 'Other-Air-Tools', 43985, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43989, 43989, 'Diagnostic Tools / Equipment', 'Diagnostic-Tools-Equipment', 34998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43990, 43990, 'Hand Tools', 'Hand-Tools', 34998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43996, 43996, 'Hammers, Pullers, & Extractors', 'Hammers-Pullers-and-Extractors', 43990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43991, 43991, 'Precision & Measuring Tools', 'Precision-and-Measuring-Tools', 43990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43992, 43992, 'Screwdrivers & Pliers', 'Screwdrivers-and-Pliers', 43990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43993, 43993, 'Sockets & Ratchets', 'Sockets-and-Ratchets', 43990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43994, 43994, 'Wrenches', 'Wrenches', 43990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43995, 43995, 'Mixed Tool Sets', 'Mixed-Tool-Sets', 43990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35625, 35625, 'Other Hand Tools', 'Other-Hand-Tools', 43990, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35000, 35000, 'Power Tools', 'Power-Tools', 34998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63694, 63694, 'Shop Equipment', 'Shop-Equipment', 34998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43986, 43986, 'Air Compressors', 'Air-Compressors', 63694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63695, 63695, 'Brake Lathes', 'Brake-Lathes', 63694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63696, 63696, 'Frame Machines', 'Frame-Machines', 63694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63697, 63697, 'Lifts / Hoists / Jacks', 'Lifts-Hoists-Jacks', 63694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63698, 63698, 'Paint Booths', 'Paint-Booths', 63694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63699, 63699, 'Tire Changers/Wheel Balancers', 'Tire-Changers-Wheel-Balancers', 63694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63700, 63700, 'Other Shop Equipment', 'Other-Shop-Equipment', 63694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63701, 63701, 'Shop Supplies', 'Shop-Supplies', 34998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63702, 63702, 'Body Shop Supplies', 'Body-Shop-Supplies', 63701, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63703, 63703, 'Service Shop Supplies', 'Service-Shop-Supplies', 63701, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35001, 35001, 'Toolboxes, Storage', 'Toolboxes-Storage', 34998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43998, 43998, 'Other Tools', 'Other-Tools', 34998, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26435, 26435, 'Aviation Parts', 'Aviation-Parts', 6028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90972, 90972, 'Avionics', 'Avionics', 26435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90973, 90973, 'Audio Panels', 'Audio-Panels', 90972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90974, 90974, 'Flight Controls', 'Flight-Controls', 90972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90975, 90975, 'GPS', 'GPS', 90972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90976, 90976, 'Handhelds', 'Handhelds', 90972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90977, 90977, 'Indicators', 'Indicators', 90972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90978, 90978, 'Intercoms', 'Intercoms', 90972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90979, 90979, 'NAV/COMs', 'NAV-COMs', 90972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 90980, 90980, 'Transponders', 'Transponders', 90972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26436, 26436, 'Other Avionics', 'Other-Avionics', 90972, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26437, 26437, 'Engines', 'Engines', 26435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26438, 26438, 'Kits', 'Kits', 26435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38629, 38629, 'Memorabilia', 'Memorabilia', 26435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26439, 26439, 'Parts', 'Parts', 26435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26440, 26440, 'Pilot Gear', 'Pilot-Gear', 26435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26441, 26441, 'Plans', 'Plans', 26435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26442, 26442, 'Other', 'Other', 26435, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26443, 26443, 'Boat Parts', 'Boat-Parts', 6028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26445, 26445, 'Accessories & Gear', 'Accessories-and-Gear', 26443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26447, 26447, 'Covers', 'Covers', 26445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124102, 124102, 'Paint & Maintenance', 'Paint-and-Maintenance', 26445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26450, 26450, 'Safety Gear & Devices', 'Safety-Gear-and-Devices', 26445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119142, 119142, 'Seating', 'Seating', 26445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124103, 124103, 'Storage', 'Storage', 26445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26451, 26451, 'Other Accessories & Gear', 'Other-Accessories-and-Gear', 26445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26446, 26446, 'Anchoring, Docking', 'Anchoring-Docking', 26443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50443, 50443, 'Body Parts', 'Body-Parts', 26443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31283, 31283, 'Controls & Steering', 'Controls-and-Steering', 26443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26448, 26448, 'Deck & Cabin Hardware', 'Deck-and-Cabin-Hardware', 26443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50437, 50437, 'Electrical & Lighting', 'Electrical-and-Lighting', 26443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31274, 31274, 'Electronics & Navigation', 'Electronics-and-Navigation', 26443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31278, 31278, 'Antennas', 'Antennas', 31274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31277, 31277, 'Compasses', 'Compasses', 31274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38630, 38630, 'Fish Finders & Depth Finders', 'Fish-Finders-and-Depth-Finders', 31274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38631, 38631, 'GPS & Chartplotters', 'GPS-and-Chartplotters', 31274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31276, 31276, 'Radar & Autopilots', 'Radar-and-Autopilots', 31274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31275, 31275, 'Radio & Communications', 'Radio-and-Communications', 31274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26444, 26444, 'Other Electronics & Navigation', 'Other-Electronics-and-Navigation', 31274, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31285, 31285, 'Exhaust', 'Exhaust', 26443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31284, 31284, 'Ignition & Starting Systems', 'Ignition-and-Starting-Systems', 26443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31286, 31286, 'Intake & Fuel System', 'Intake-and-Fuel-System', 26443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124106, 124106, 'Interior, Cabin & Galley', 'Interior-Cabin-and-Galley', 26443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38632, 38632, 'Memorabilia', 'Memorabilia', 26443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 50438, 50438, 'Motors/Engines & Components', 'Motors-Engines-and-Components', 26443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50440, 50440, 'Marine Engines & Components', 'Marine-Engines-and-Components', 50438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124104, 124104, 'Components', 'Components', 50440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50441, 50441, 'Diesel', 'Diesel', 50440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50442, 50442, 'Gas', 'Gas', 50440, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111121, 111121, 'Outboard Motors', 'Outboard-Motors', 50438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111122, 111122, 'Under 10 hp', 'Under-10-hp', 111121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111123, 111123, '10-49 hp', '10-49-hp', 111121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111124, 111124, '50-99 hp', '50-99-hp', 111121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111125, 111125, '100-200 hp', '100-200-hp', 111121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111126, 111126, 'Over 200 hp', 'Over-200-hp', 111121, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50439, 50439, 'Outboard Motors Components', 'Outboard-Motors-Components', 50438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124105, 124105, 'Trolling Motors & Components', 'Trolling-Motors-and-Components', 50438, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26449, 26449, 'Plumbing & Ventilation', 'Plumbing-and-Ventilation', 26443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26456, 26456, 'Propellers', 'Propellers', 26443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31281, 31281, 'Sailing Hardware & Gear', 'Sailing-Hardware-and-Gear', 26443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26455, 26455, 'Other Boat Parts', 'Other-Boat-Parts', 26443, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38635, 38635, 'Car Audio, Video', 'Car-Audio-Video', 6028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38638, 38638, 'Amplifiers', 'Amplifiers', 38635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38636, 38636, 'Cables & Accessories', 'Cables-and-Accessories', 38635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38639, 38639, 'Cassette Players', 'Cassette-Players', 38635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38640, 38640, 'CD/Cassette Combination Player', 'CD-Cassette-Combination-Player', 38635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43947, 43947, 'CD/MP3 Players', 'CD-MP3-Players', 38635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43948, 43948, 'CD Changers', 'CD-Changers', 38635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38641, 38641, 'CD Players', 'CD-Players', 38635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38642, 38642, 'Crossovers, Processors', 'Crossovers-Processors', 38635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38649, 38649, 'DVD Players', 'DVD-Players', 38635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38643, 38643, 'Equalizers', 'Equalizers', 38635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38653, 38653, 'GPS, Navigation', 'GPS-Navigation', 38635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38650, 38650, 'Monitors', 'Monitors', 38635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38654, 38654, 'Radar Detectors', 'Radar-Detectors', 38635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38644, 38644, 'Radio Tuners', 'Radio-Tuners', 38635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38645, 38645, 'Satellite Radio', 'Satellite-Radio', 38635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38646, 38646, 'Speakers & Speaker Systems', 'Speakers-and-Speaker-Systems', 38635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38647, 38647, 'Subwoofers', 'Subwoofers', 38635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38651, 38651, 'VHS VCRs & Players', 'VHS-VCRs-and-Players', 38635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38655, 38655, 'Other', 'Other', 38635, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6030, 6030, 'Car & Truck Parts', 'Car-and-Truck-Parts', 6028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33542, 33542, 'Air Conditioning and Heat', 'Air-Conditioning-and-Heat', 6030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33543, 33543, 'A/C Compressor & Clutch', 'A-C-Compressor-and-Clutch', 33542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33544, 33544, 'A/C Hoses & Fittings', 'A-C-Hoses-and-Fittings', 33542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33545, 33545, 'A/C & Heater Controls', 'A-C-and-Heater-Controls', 33542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33546, 33546, 'Blower Motors', 'Blower-Motors', 33542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33547, 33547, 'Condensers & Evaporators', 'Condensers-and-Evaporators', 33542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33548, 33548, 'Heater Parts', 'Heater-Parts', 33542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46094, 46094, 'Other', 'Other', 33542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33549, 33549, 'Air Intake & Fuel Delivery', 'Air-Intake-and-Fuel-Delivery', 6030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43946, 43946, 'Air Cleaner Assemblies', 'Air-Cleaner-Assemblies', 33549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38634, 38634, 'Air Intake Systems', 'Air-Intake-Systems', 33549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33550, 33550, 'Carburetors', 'Carburetors', 33549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33551, 33551, 'Carburetor Parts', 'Carburetor-Parts', 33549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33552, 33552, 'Chokes', 'Chokes', 33549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33553, 33553, 'Fuel Inject. Controls & Parts', 'Fuel-Inject-Controls-and-Parts', 33549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33554, 33554, 'Fuel Injectors', 'Fuel-Injectors', 33549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33555, 33555, 'Fuel Pumps', 'Fuel-Pumps', 33549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33556, 33556, 'Fuel Tanks', 'Fuel-Tanks', 33549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36474, 36474, 'Intake Manifold', 'Intake-Manifold', 33549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33557, 33557, 'Sensors', 'Sensors', 33549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33558, 33558, 'Throttle Body', 'Throttle-Body', 33549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42604, 42604, 'Other', 'Other', 33549, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33559, 33559, 'Brakes', 'Brakes', 6030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33560, 33560, 'ABS System Parts', 'ABS-System-Parts', 33559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33561, 33561, 'Brake Hoses', 'Brake-Hoses', 33559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33562, 33562, 'Brake Lines', 'Brake-Lines', 33559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33563, 33563, 'Caliper Parts', 'Caliper-Parts', 33559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33564, 33564, 'Discs, Rotors & Hardware', 'Discs-Rotors-and-Hardware', 33559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33565, 33565, 'Drums & Hardware', 'Drums-and-Hardware', 33559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33566, 33566, 'Master Cylinders & Parts', 'Master-Cylinders-and-Parts', 33559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33567, 33567, 'Pads & Shoes', 'Pads-and-Shoes', 33559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33568, 33568, 'Parking Brake Cables', 'Parking-Brake-Cables', 33559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33569, 33569, 'Sensors & Switches', 'Sensors-and-Switches', 33559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33570, 33570, 'Trailer Brakes', 'Trailer-Brakes', 33559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33571, 33571, 'Wheel Cylinders & Parts', 'Wheel-Cylinders-and-Parts', 33559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42605, 42605, 'Other', 'Other', 33559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33572, 33572, 'Charging & Starting Systems', 'Charging-and-Starting-Systems', 6030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33573, 33573, 'Alternators/Generators & Parts', 'Alternators-Generators-and-Parts', 33572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33574, 33574, 'Batteries & Cables', 'Batteries-and-Cables', 33572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63687, 63687, 'Battery Chargers/Jump Starters', 'Battery-Chargers-Jump-Starters', 33572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33575, 33575, 'Battery Trays', 'Battery-Trays', 33572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33576, 33576, 'Starters & Parts', 'Starters-and-Parts', 33572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33577, 33577, 'Voltage Regulators', 'Voltage-Regulators', 33572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33578, 33578, 'Other', 'Other', 33572, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33594, 33594, 'Computer, Chip, Cruise Control', 'Computer-Chip-Cruise-Control', 6030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33595, 33595, 'Cruise Control Units', 'Cruise-Control-Units', 33594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33596, 33596, 'Engine Computers', 'Engine-Computers', 33594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33597, 33597, 'Performance Chips', 'Performance-Chips', 33594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33598, 33598, 'Other', 'Other', 33594, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33599, 33599, 'Cooling System', 'Cooling-System', 6030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33600, 33600, 'Fans & Kits', 'Fans-and-Kits', 33599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33601, 33601, 'Hoses & Clamps', 'Hoses-and-Clamps', 33599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46095, 46095, 'Oil Coolers', 'Oil-Coolers', 33599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33602, 33602, 'Radiators & Parts', 'Radiators-and-Parts', 33599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33603, 33603, 'Thermostats & Parts', 'Thermostats-and-Parts', 33599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33604, 33604, 'Water Pumps', 'Water-Pumps', 33599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46096, 46096, 'Other', 'Other', 33599, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50444, 50444, 'Decals, Emblems, & Detailing', 'Decals-Emblems-and-Detailing', 6030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50445, 50445, 'Decals / Stickers', 'Decals-Stickers', 50444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50446, 50446, 'Product Name Decals', 'Product-Name-Decals', 50445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50447, 50447, 'Graphics Decals', 'Graphics-Decals', 50445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50448, 50448, 'Racing Decals', 'Racing-Decals', 50445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50449, 50449, 'Other Decals', 'Other-Decals', 50445, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50450, 50450, 'Detailing Supplies / Products', 'Detailing-Supplies-Products', 50444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33643, 33643, 'Emblems', 'Emblems', 50444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50451, 50451, 'License Plate Frames', 'License-Plate-Frames', 50444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50452, 50452, 'Other', 'Other', 50444, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33605, 33605, 'Emission System', 'Emission-System', 6030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33606, 33606, 'Air Bypass Valve', 'Air-Bypass-Valve', 33605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33607, 33607, 'EGR Valves & Parts', 'EGR-Valves-and-Parts', 33605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33609, 33609, 'Emission Modules/Control Units', 'Emission-Modules-Control-Units', 33605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33610, 33610, 'Smog/Air Pump', 'Smog-Air-Pump', 33605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46097, 46097, 'Other', 'Other', 33605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33612, 33612, 'Engines & Components', 'Engines-and-Components', 6030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38656, 38656, 'Belts, Pulleys, & Brackets', 'Belts-Pulleys-and-Brackets', 33612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33613, 33613, 'Block Parts', 'Block-Parts', 33612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33614, 33614, 'Camshafts, Lifters & Parts', 'Camshafts-Lifters-and-Parts', 33612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33615, 33615, 'Complete Engines', 'Complete-Engines', 33612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33616, 33616, 'Crankshafts & Parts', 'Crankshafts-and-Parts', 33612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33617, 33617, 'Cylinder Heads & Parts', 'Cylinder-Heads-and-Parts', 33612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33619, 33619, 'Engine Bearings', 'Engine-Bearings', 33612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33620, 33620, 'Engine Rebuilding Kits', 'Engine-Rebuilding-Kits', 33612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50454, 50454, 'Motor Mounts', 'Motor-Mounts', 33612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33622, 33622, 'Oil Filler Caps', 'Oil-Filler-Caps', 33612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38657, 38657, 'Oil Pans', 'Oil-Pans', 33612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6778, 6778, 'Oil Pumps', 'Oil-Pumps', 33612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33623, 33623, 'Pistons, Rings, Rods & Parts', 'Pistons-Rings-Rods-and-Parts', 33612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33624, 33624, 'Rocker Arms & Parts', 'Rocker-Arms-and-Parts', 33612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33625, 33625, 'Timing Components', 'Timing-Components', 33612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33626, 33626, 'Vacuum Pumps', 'Vacuum-Pumps', 33612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33627, 33627, 'Valve Covers', 'Valve-Covers', 33612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33621, 33621, 'Valves & Parts', 'Valves-and-Parts', 33612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46098, 46098, 'Other', 'Other', 33612, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33628, 33628, 'Exhaust', 'Exhaust', 6030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33629, 33629, 'Catalytic Converters', 'Catalytic-Converters', 33628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33631, 33631, 'Exhaust Headers', 'Exhaust-Headers', 33628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33632, 33632, 'Exhaust Manifolds', 'Exhaust-Manifolds', 33628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33633, 33633, 'Exhaust Pipes & Tips', 'Exhaust-Pipes-and-Tips', 33628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33630, 33630, 'Exhaust Systems', 'Exhaust-Systems', 33628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33634, 33634, 'Hangers, Clamps & Flanges', 'Hangers-Clamps-and-Flanges', 33628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33635, 33635, 'Heat Risers', 'Heat-Risers', 33628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33636, 33636, 'Mufflers', 'Mufflers', 33628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42610, 42610, 'Other', 'Other', 33628, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33637, 33637, 'Exterior', 'Exterior', 6030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38658, 38658, 'Air Dams', 'Air-Dams', 33637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33639, 33639, 'Antennas', 'Antennas', 33637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36475, 36475, 'Body Kits', 'Body-Kits', 33637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50457, 50457, 'Bras', 'Bras', 33637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38659, 38659, 'Bug Shields', 'Bug-Shields', 33637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33640, 33640, 'Bumpers', 'Bumpers', 33637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50456, 50456, 'Car Cover', 'Car-Cover', 33637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33642, 33642, 'Doors & Door Handles', 'Doors-and-Door-Handles', 33637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33644, 33644, 'Fenders', 'Fenders', 33637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33645, 33645, 'Grilles', 'Grilles', 33637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33646, 33646, 'Hoods', 'Hoods', 33637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33648, 33648, 'Locks & Hardware', 'Locks-and-Hardware', 33637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33649, 33649, 'Mirrors', 'Mirrors', 33637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33654, 33654, 'Mouldings & Trim', 'Mouldings-and-Trim', 33637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33650, 33650, 'Nerf Bars & Running Boards', 'Nerf-Bars-and-Running-Boards', 33637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33651, 33651, 'Racks', 'Racks', 33637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63688, 63688, 'Snow Plows & Parts', 'Snow-Plows-and-Parts', 33637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50455, 50455, 'Splash Guards / Mud Flaps', 'Splash-Guards-Mud-Flaps', 33637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33638, 33638, 'Spoilers & Wings', 'Spoilers-and-Wings', 33637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33652, 33652, 'Sunroof, Convertible & Hardtop', 'Sunroof-Convertible-and-Hardtop', 33637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33647, 33647, 'Tailgates & Liftgates', 'Tailgates-and-Liftgates', 33637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33653, 33653, 'Towing & Hauling', 'Towing-and-Hauling', 33637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33655, 33655, 'Truck Bed Accessories', 'Truck-Bed-Accessories', 33637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33656, 33656, 'Trunk Lids & Parts', 'Trunk-Lids-and-Parts', 33637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 33657, 33657, 'Windshield Wiper System', 'Windshield-Wiper-System', 33637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42611, 42611, 'Other', 'Other', 33637, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33658, 33658, 'Filters', 'Filters', 6030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33659, 33659, 'Air Filters', 'Air-Filters', 33658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33660, 33660, 'Fuel Filters', 'Fuel-Filters', 33658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33661, 33661, 'Oil Filters', 'Oil-Filters', 33658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33662, 33662, 'Transmission Filters', 'Transmission-Filters', 33658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33663, 33663, 'Other', 'Other', 33658, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33664, 33664, 'Gaskets', 'Gaskets', 6030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33665, 33665, 'Cyl. Head & Valve Cover Gasket', 'Cyl-Head-and-Valve-Cover-Gasket', 33664, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33666, 33666, 'Exhaust Gaskets', 'Exhaust-Gaskets', 33664, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33667, 33667, 'Full Set Gaskets', 'Full-Set-Gaskets', 33664, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33668, 33668, 'Intake Gaskets', 'Intake-Gaskets', 33664, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33669, 33669, 'Oil Pan Gaskets', 'Oil-Pan-Gaskets', 33664, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46099, 46099, 'Other', 'Other', 33664, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33672, 33672, 'Gauges', 'Gauges', 6030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38660, 38660, 'Boost Gauges', 'Boost-Gauges', 33672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33673, 33673, 'Clocks', 'Clocks', 33672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33674, 33674, 'Fuel Gauges', 'Fuel-Gauges', 33672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43951, 43951, 'Gauge Trim', 'Gauge-Trim', 33672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43952, 43952, 'Glow Gauges', 'Glow-Gauges', 33672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33675, 33675, 'Instrument Clusters', 'Instrument-Clusters', 33672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33676, 33676, 'Oil Pressure Gauges', 'Oil-Pressure-Gauges', 33672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33677, 33677, 'Panel Gauges', 'Panel-Gauges', 33672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33678, 33678, 'Speedometers', 'Speedometers', 33672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33679, 33679, 'Tachometers', 'Tachometers', 33672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33680, 33680, 'Vacuum Gauges', 'Vacuum-Gauges', 33672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33681, 33681, 'Volt Meters', 'Volt-Meters', 33672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33682, 33682, 'Water Temp Gauges', 'Water-Temp-Gauges', 33672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46100, 46100, 'Other', 'Other', 33672, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33683, 33683, 'Glass', 'Glass', 6030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33684, 33684, 'Auto Glass', 'Auto-Glass', 33683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33685, 33685, 'Auto Seals', 'Auto-Seals', 33683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63689, 63689, 'Window Tint', 'Window-Tint', 33683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33686, 33686, 'Windshields', 'Windshields', 33683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6781, 6781, 'Other', 'Other', 33683, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33687, 33687, 'Ignition System', 'Ignition-System', 6030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33688, 33688, 'Caps, Rotors & Contacts', 'Caps-Rotors-and-Contacts', 33687, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33689, 33689, 'Coils, Modules & Pick-Ups', 'Coils-Modules-and-Pick-Ups', 33687, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33690, 33690, 'Distributors & Parts', 'Distributors-and-Parts', 33687, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33691, 33691, 'Electronic Ignition', 'Electronic-Ignition', 33687, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33692, 33692, 'Ignition Wires', 'Ignition-Wires', 33687, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40016, 40016, 'Key Blanks', 'Key-Blanks', 33687, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33693, 33693, 'Spark Plugs & Glow Plugs', 'Spark-Plugs-and-Glow-Plugs', 33687, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46101, 46101, 'Other', 'Other', 33687, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33694, 33694, 'Interior', 'Interior', 6030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63690, 63690, 'Cargo Nets / Trays / Liners', 'Cargo-Nets-Trays-Liners', 33694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33695, 33695, 'Consoles & Parts', 'Consoles-and-Parts', 33694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63691, 63691, 'Cup Holders', 'Cup-Holders', 33694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40017, 40017, 'Dash Parts', 'Dash-Parts', 33694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33696, 33696, 'Door Panels & Hardware', 'Door-Panels-and-Hardware', 33694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33697, 33697, 'Floor Mats & Carpets', 'Floor-Mats-and-Carpets', 33694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33698, 33698, 'Glove Box', 'Glove-Box', 33694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33699, 33699, 'Mirrors', 'Mirrors', 33694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33700, 33700, 'Pedals & Pads', 'Pedals-and-Pads', 33694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33701, 33701, 'Seats', 'Seats', 33694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50458, 50458, 'Seat Belt Shoulder Pads', 'Seat-Belt-Shoulder-Pads', 33694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33702, 33702, 'Seat Covers', 'Seat-Covers', 33694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33703, 33703, 'Shift Knobs & Boots', 'Shift-Knobs-and-Boots', 33694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33704, 33704, 'Steering Wheels & Horns', 'Steering-Wheels-and-Horns', 33694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46102, 46102, 'Sun Visors', 'Sun-Visors', 33694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50459, 50459, 'Switches / Controls', 'Switches-Controls', 33694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33705, 33705, 'Trim', 'Trim', 33694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40018, 40018, 'Window Cranks & Parts', 'Window-Cranks-and-Parts', 33694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33706, 33706, 'Window Motors & Parts', 'Window-Motors-and-Parts', 33694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42612, 42612, 'Other', 'Other', 33694, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33707, 33707, 'Lighting & Lamps', 'Lighting-and-Lamps', 6030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33708, 33708, 'Corner Lights', 'Corner-Lights', 33707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33709, 33709, 'Fog/Driving Lights', 'Fog-Driving-Lights', 33707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38661, 38661, 'Headlight & Tail Light Covers', 'Headlight-and-Tail-Light-Covers', 33707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33710, 33710, 'Headlights', 'Headlights', 33707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33711, 33711, 'Instrument Panel Lights', 'Instrument-Panel-Lights', 33707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33712, 33712, 'Interior Lights', 'Interior-Lights', 33707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33713, 33713, 'LED Lights', 'LED-Lights', 33707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33714, 33714, 'Neon Lights', 'Neon-Lights', 33707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33715, 33715, 'Side Marker Lights', 'Side-Marker-Lights', 33707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33716, 33716, 'Tail Lights', 'Tail-Lights', 33707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33717, 33717, 'Turn Signals', 'Turn-Signals', 33707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 36476, 36476, 'Xenon Lights', 'Xenon-Lights', 33707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42613, 42613, 'Other', 'Other', 33707, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33718, 33718, 'Safety & Security', 'Safety-and-Security', 6030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33719, 33719, 'Air Bags & Parts', 'Air-Bags-and-Parts', 33718, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33720, 33720, 'Anti-Theft Devices', 'Anti-Theft-Devices', 33718, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33721, 33721, 'Car Alarms', 'Car-Alarms', 33718, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33722, 33722, 'Fire Extinguishers', 'Fire-Extinguishers', 33718, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33723, 33723, 'Keyless Entry Remote / Fob', 'Keyless-Entry-Remote-Fob', 33718, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33724, 33724, 'Remote Car Start', 'Remote-Car-Start', 33718, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33725, 33725, 'Seat Belts & Parts', 'Seat-Belts-and-Parts', 33718, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6779, 6779, 'Other', 'Other', 33718, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6783, 6783, 'Salvage Parts Cars', 'Salvage-Parts-Cars', 6030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33579, 33579, 'Suspension & Steering', 'Suspension-and-Steering', 6030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33580, 33580, 'Ball Joints', 'Ball-Joints', 33579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33581, 33581, 'Caster/Camber Kits', 'Caster-Camber-Kits', 33579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33582, 33582, 'Coil Springs', 'Coil-Springs', 33579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33583, 33583, 'Control Arms & Parts', 'Control-Arms-and-Parts', 33579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33584, 33584, 'Leaf Springs', 'Leaf-Springs', 33579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33585, 33585, 'Lift Kits & Parts', 'Lift-Kits-and-Parts', 33579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33586, 33586, 'Lower Kits & Parts', 'Lower-Kits-and-Parts', 33579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33587, 33587, 'Pitman & Idler Arms', 'Pitman-and-Idler-Arms', 33579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33588, 33588, 'Power Steering Pumps & Parts', 'Power-Steering-Pumps-and-Parts', 33579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33589, 33589, 'Steering Racks & Gear Boxes', 'Steering-Racks-and-Gear-Boxes', 33579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33590, 33590, 'Shocks & Struts', 'Shocks-and-Struts', 33579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33591, 33591, 'Strut Bars', 'Strut-Bars', 33579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33592, 33592, 'Sway Bars', 'Sway-Bars', 33579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33593, 33593, 'Tie Rod Linkages', 'Tie-Rod-Linkages', 33579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42609, 42609, 'Other', 'Other', 33579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33726, 33726, 'Transmission & Drivetrain', 'Transmission-and-Drivetrain', 6030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33727, 33727, 'Automatic Transmission & Parts', 'Automatic-Transmission-and-Parts', 33726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33728, 33728, 'Axle Parts', 'Axle-Parts', 33726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33729, 33729, 'CV & Parts', 'CV-and-Parts', 33726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33730, 33730, 'Clutches & Parts', 'Clutches-and-Parts', 33726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33731, 33731, 'Differentials & Parts', 'Differentials-and-Parts', 33726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33732, 33732, 'Flywheels, Flexplates, & Parts', 'Flywheels-Flexplates-and-Parts', 33726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33733, 33733, 'Manual Transmissions & Parts', 'Manual-Transmissions-and-Parts', 33726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33735, 33735, 'Pressure Plates', 'Pressure-Plates', 33726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33736, 33736, 'Shifters', 'Shifters', 33726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 63692, 63692, 'Torque Converters', 'Torque-Converters', 33726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46103, 46103, 'Transmission Rebuild Kits', 'Transmission-Rebuild-Kits', 33726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33738, 33738, 'Universal Joints & Driveshafts', 'Universal-Joints-and-Driveshafts', 33726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46104, 46104, 'Other', 'Other', 33726, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33739, 33739, 'Turbos, Nitrous, Superchargers', 'Turbos-Nitrous-Superchargers', 6030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33740, 33740, 'Nitrous & Parts', 'Nitrous-and-Parts', 33739, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33741, 33741, 'Superchargers & Parts', 'Superchargers-and-Parts', 33739, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 33742, 33742, 'Turbo Chargers & Parts', 'Turbo-Chargers-and-Parts', 33739, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33743, 33743, 'Wheels, Tires & Parts', 'Wheels-Tires-and-Parts', 6030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33744, 33744, 'Hub Caps', 'Hub-Caps', 33743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66471, 66471, 'Tires', 'Tires', 33743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66472, 66472, '14 or less', '14-or-less', 66471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66473, 66473, '15', '15', 66471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66474, 66474, '16', '16', 66471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66475, 66475, '17', '17', 66471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66476, 66476, '18', '18', 66471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66477, 66477, '19', '19', 66471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66478, 66478, '20 or more', '20-or-more', 66471, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33746, 33746, 'Tire Accessories', 'Tire-Accessories', 33743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33747, 33747, 'Valve Stems & Caps', 'Valve-Stems-and-Caps', 33743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43953, 43953, 'Wheels', 'Wheels', 33743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43954, 43954, '14 or less', '14-or-less', 43953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43955, 43955, '15', '15', 43953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43956, 43956, '16', '16', 43953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43957, 43957, '17', '17', 43953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43958, 43958, '18', '18', 43953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43959, 43959, '19', '19', 43953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43960, 43960, '20 or more', '20-or-more', 43953, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66479, 66479, 'Wheel + Tire Packages', 'Wheel-Tire-Packages', 33743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66480, 66480, '14 or less', '14-or-less', 66479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66481, 66481, '15', '15', 66479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66482, 66482, '16', '16', 66479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66483, 66483, '17', '17', 66479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66484, 66484, '18', '18', 66479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66485, 66485, '19', '19', 66479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 66486, 66486, '20 or more', '20-or-more', 66479, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 43961, 43961, 'Wheel Center Caps', 'Wheel-Center-Caps', 33743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 33749, 33749, 'Wheel Lugs', 'Wheel-Lugs', 33743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42614, 42614, 'Other', 'Other', 33743, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6763, 6763, 'Other Parts', 'Other-Parts', 6030, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6029, 6029, 'Manuals & Literature', 'Manuals-and-Literature', 6028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50453, 50453, 'Aviation', 'Aviation', 6029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 26453, 26453, 'Boats & Watercraft', 'Boats-and-Watercraft', 6029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34210, 34210, 'Car & Truck', 'Car-and-Truck', 6029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119130, 119130, 'Acura', 'Acura', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119131, 119131, 'Alfa Romeo', 'Alfa-Romeo', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119132, 119132, 'Audi', 'Audi', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34211, 34211, 'BMW', 'BMW', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6761, 6761, 'Buick', 'Buick', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34212, 34212, 'Cadillac', 'Cadillac', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34213, 34213, 'Chevrolet', 'Chevrolet', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34214, 34214, 'Camaro', 'Camaro', 34213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34215, 34215, 'Corvette', 'Corvette', 34213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34216, 34216, 'Trucks', 'Trucks', 34213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6760, 6760, 'Other Models', 'Other-Models', 34213, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34217, 34217, 'Chrysler', 'Chrysler', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34218, 34218, 'Dodge', 'Dodge', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119133, 119133, 'Ferrari', 'Ferrari', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119134, 119134, 'Fiat', 'Fiat', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34219, 34219, 'Ford', 'Ford', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34220, 34220, 'Mustang', 'Mustang', 34219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34221, 34221, 'Trucks', 'Trucks', 34219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6759, 6759, 'Other Models', 'Other-Models', 34219, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34222, 34222, 'GMC', 'GMC', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34223, 34223, 'Honda', 'Honda', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119135, 119135, 'Infiniti', 'Infiniti', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119136, 119136, 'Jaguar', 'Jaguar', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34224, 34224, 'Jeep', 'Jeep', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119137, 119137, 'Land Rover', 'Land-Rover', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119138, 119138, 'Lexus', 'Lexus', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34225, 34225, 'Lincoln', 'Lincoln', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34226, 34226, 'Mazda', 'Mazda', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34227, 34227, 'Mercedes', 'Mercedes', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34228, 34228, 'Mercury', 'Mercury', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34229, 34229, 'Nissan', 'Nissan', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34230, 34230, 'Oldsmobile', 'Oldsmobile', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34231, 34231, 'Plymouth', 'Plymouth', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34232, 34232, 'Pontiac', 'Pontiac', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42607, 42607, 'Porsche', 'Porsche', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119139, 119139, 'Saab', 'Saab', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119140, 119140, 'Subaru', 'Subaru', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34233, 34233, 'Toyota', 'Toyota', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 119141, 119141, 'Volvo', 'Volvo', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34234, 34234, 'VW', 'VW', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6762, 6762, 'Other Makes', 'Other-Makes', 34210, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34235, 34235, 'Motorcycle & ATV', 'Motorcycle-and-ATV', 6029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34236, 34236, 'Harley-Davidson', 'Harley-Davidson', 34235, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34237, 34237, 'Honda', 'Honda', 34235, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34238, 34238, 'Kawasaki', 'Kawasaki', 34235, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38663, 38663, 'Suzuki', 'Suzuki', 34235, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34239, 34239, 'Yamaha', 'Yamaha', 34235, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34240, 34240, 'Other Makes', 'Other-Makes', 34235, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6032, 6032, 'Other', 'Other', 6029, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10063, 10063, 'Motorcycle Parts', 'Motorcycle-Parts', 6028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35556, 35556, 'American', 'American', 10063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35557, 35557, 'Accessories', 'Accessories', 35556, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35558, 35558, 'Antique, Vintage, Historic', 'Antique-Vintage-Historic', 35556, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35559, 35559, 'Body & Frame', 'Body-and-Frame', 35556, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35560, 35560, 'Fairings & Body Work', 'Fairings-and-Body-Work', 35559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35561, 35561, 'Fenders', 'Fenders', 35559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 38664, 38664, 'Fender / Gas Tank Sets', 'Fender-Gas-Tank-Sets', 35559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35562, 35562, 'Frames', 'Frames', 35559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35563, 35563, 'Gas Tanks', 'Gas-Tanks', 35559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35564, 35564, 'Handle Bars, Levers, Mirrors', 'Handle-Bars-Levers-Mirrors', 35559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35565, 35565, 'Pedals & Pegs', 'Pedals-and-Pegs', 35559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35566, 35566, 'Seats', 'Seats', 35559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35567, 35567, 'Windshields', 'Windshields', 35559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35568, 35568, 'Other', 'Other', 35559, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35569, 35569, 'Brakes & Suspension', 'Brakes-and-Suspension', 35556, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50460, 50460, 'Cables', 'Cables', 35556, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35570, 35570, 'Decals, Emblems', 'Decals-Emblems', 35556, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35571, 35571, 'Electrical Components', 'Electrical-Components', 35556, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35572, 35572, 'Engines & Components', 'Engines-and-Components', 35556, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35573, 35573, 'Exhaust', 'Exhaust', 35556, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50461, 50461, 'Gauges', 'Gauges', 35556, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35574, 35574, 'Intake & Fuel Systems', 'Intake-and-Fuel-Systems', 35556, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35575, 35575, 'Lighting', 'Lighting', 35556, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84146, 84146, 'Luggage & Saddlebags', 'Luggage-and-Saddlebags', 35556, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35576, 35576, 'Parts Bikes', 'Parts-Bikes', 35556, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35577, 35577, 'Transmissions & Chains', 'Transmissions-and-Chains', 35556, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35578, 35578, 'Wheels, Tires', 'Wheels-Tires', 35556, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10064, 10064, 'Other Parts', 'Other-Parts', 35556, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35579, 35579, 'Asian', 'Asian', 10063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35580, 35580, 'Accessories', 'Accessories', 35579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35581, 35581, 'Antique, Vintage, Historic', 'Antique-Vintage-Historic', 35579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35582, 35582, 'Body & Frame', 'Body-and-Frame', 35579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35583, 35583, 'Fairings & Body Work', 'Fairings-and-Body-Work', 35582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35584, 35584, 'Fenders', 'Fenders', 35582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 35585, 35585, 'Frames', 'Frames', 35582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35586, 35586, 'Gas Tanks', 'Gas-Tanks', 35582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35587, 35587, 'Handle Bars, Levers, Mirrors', 'Handle-Bars-Levers-Mirrors', 35582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35588, 35588, 'Pedals & Pegs', 'Pedals-and-Pegs', 35582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35589, 35589, 'Seats', 'Seats', 35582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35590, 35590, 'Windshields', 'Windshields', 35582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35591, 35591, 'Other', 'Other', 35582, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35592, 35592, 'Brakes & Suspension', 'Brakes-and-Suspension', 35579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50462, 50462, 'Cables', 'Cables', 35579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35593, 35593, 'Decals, Emblems', 'Decals-Emblems', 35579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35594, 35594, 'Electrical Components', 'Electrical-Components', 35579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35595, 35595, 'Engines & Components', 'Engines-and-Components', 35579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35596, 35596, 'Exhaust', 'Exhaust', 35579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50463, 50463, 'Gauges', 'Gauges', 35579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35597, 35597, 'Intake & Fuel Systems', 'Intake-and-Fuel-Systems', 35579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35598, 35598, 'Lighting', 'Lighting', 35579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84147, 84147, 'Luggage & Saddlebags', 'Luggage-and-Saddlebags', 35579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35599, 35599, 'Parts Bikes', 'Parts-Bikes', 35579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35600, 35600, 'Transmissions & Chains', 'Transmissions-and-Chains', 35579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35601, 35601, 'Wheels, Tires', 'Wheels-Tires', 35579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10066, 10066, 'Other Parts', 'Other-Parts', 35579, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35602, 35602, 'British & European', 'British-and-European', 10063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35603, 35603, 'Accessories', 'Accessories', 35602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35604, 35604, 'Antique, Vintage, Historic', 'Antique-Vintage-Historic', 35602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35605, 35605, 'Body & Frame', 'Body-and-Frame', 35602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35606, 35606, 'Fairings & Body Work', 'Fairings-and-Body-Work', 35605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35607, 35607, 'Fenders', 'Fenders', 35605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35608, 35608, 'Frames', 'Frames', 35605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35609, 35609, 'Gas Tanks', 'Gas-Tanks', 35605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35610, 35610, 'Handle Bars, Levers, Mirrors', 'Handle-Bars-Levers-Mirrors', 35605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35611, 35611, 'Pedals & Pegs', 'Pedals-and-Pegs', 35605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35612, 35612, 'Seats', 'Seats', 35605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35613, 35613, 'Windshields', 'Windshields', 35605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35614, 35614, 'Other', 'Other', 35605, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35615, 35615, 'Brakes & Suspension', 'Brakes-and-Suspension', 35602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50464, 50464, 'Cables', 'Cables', 35602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35616, 35616, 'Decals, Emblems', 'Decals-Emblems', 35602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35617, 35617, 'Electrical Components', 'Electrical-Components', 35602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35618, 35618, 'Engines & Components', 'Engines-and-Components', 35602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35619, 35619, 'Exhaust', 'Exhaust', 35602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50465, 50465, 'Gauges', 'Gauges', 35602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35620, 35620, 'Intake & Fuel Systems', 'Intake-and-Fuel-Systems', 35602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35621, 35621, 'Lighting', 'Lighting', 35602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84148, 84148, 'Luggage & Saddlebags', 'Luggage-and-Saddlebags', 35602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35622, 35622, 'Parts Bikes', 'Parts-Bikes', 35602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35623, 35623, 'Transmissions & Chains', 'Transmissions-and-Chains', 35602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 35624, 35624, 'Wheels, Tires', 'Wheels-Tires', 35602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10065, 10065, 'Other Parts', 'Other-Parts', 35602, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34284, 34284, 'Other Parts', 'Other-Parts', 10063, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124107, 124107, 'Personal Watercraft Parts', 'Personal-Watercraft-Parts', 6028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124108, 124108, 'Accessories & Gear', 'Accessories-and-Gear', 124107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124109, 124109, 'Covers', 'Covers', 124108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 31280, 31280, 'Gear', 'Gear', 124108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124110, 124110, 'Other Accessories & Gear', 'Other-Accessories-and-Gear', 124108, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124111, 124111, 'Body Parts', 'Body-Parts', 124107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 56422, 56422, 'Engines, Impellers & Component', 'Engines-Impellers-and-Component', 124107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124112, 124112, 'Exhaust', 'Exhaust', 124107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124113, 124113, 'Ignition & Starting Systems', 'Ignition-and-Starting-Systems', 124107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124114, 124114, 'Intake & Fuel Systems', 'Intake-and-Fuel-Systems', 124107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 124115, 124115, 'Other Parts', 'Other-Parts', 124107, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107057, 107057, 'Racing Parts', 'Racing-Parts', 6028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107058, 107058, 'Accessories', 'Accessories', 107057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107059, 107059, 'Auto Racing Parts', 'Auto-Racing-Parts', 107057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107060, 107060, 'Body & Exterior', 'Body-and-Exterior', 107059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107061, 107061, 'Chassis, Suspension & Brakes', 'Chassis-Suspension-and-Brakes', 107059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133187, 133187, 'Driveline & Transmission', 'Driveline-and-Transmission', 107059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133188, 133188, 'Transmission', 'Transmission', 133187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133189, 133189, 'Rear End', 'Rear-End', 133187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133190, 133190, 'Other', 'Other', 133187, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133191, 133191, 'Electrical', 'Electrical', 107059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133192, 133192, 'Ignition', 'Ignition', 133191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133193, 133193, 'Chips, Programmers', 'Chips-Programmers', 133191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133194, 133194, 'Wiring Kits', 'Wiring-Kits', 133191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107062, 107062, 'Other', 'Other', 133191, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133195, 133195, 'Exhaust', 'Exhaust', 107059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107063, 107063, 'Engine & Components', 'Engine-and-Components', 107059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133196, 133196, 'Fuel Systems', 'Fuel-Systems', 107059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133197, 133197, 'Fuel Injection & Pumps', 'Fuel-Injection-and-Pumps', 133196, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133198, 133198, 'Fuel Pressure Regulators', 'Fuel-Pressure-Regulators', 133196, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133199, 133199, 'Hoses, Lines & Fittings', 'Hoses-Lines-and-Fittings', 133196, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133200, 133200, 'Other', 'Other', 133196, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133201, 133201, 'Induction', 'Induction', 107059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133205, 133205, 'Carburetors', 'Carburetors', 133201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133206, 133206, 'Cold Air Intake', 'Cold-Air-Intake', 133201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133202, 133202, 'Forced Induction', 'Forced-Induction', 133201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133204, 133204, 'Intake Manifolds', 'Intake-Manifolds', 133201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133203, 133203, 'Nitrous Oxide', 'Nitrous-Oxide', 133201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133207, 133207, 'Other', 'Other', 133201, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133208, 133208, 'Interior', 'Interior', 107059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133209, 133209, 'Seats', 'Seats', 133208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 133210, 133210, 'Gauges', 'Gauges', 133208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107064, 107064, 'Other', 'Other', 133208, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107065, 107065, 'Wheels & Tires', 'Wheels-and-Tires', 107059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107066, 107066, 'Other', 'Other', 107059, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107067, 107067, 'Fasteners, Fluids & Gaskets', 'Fasteners-Fluids-and-Gaskets', 107057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107068, 107068, 'Kart Racing Parts', 'Kart-Racing-Parts', 107057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107069, 107069, 'Safety Equipment', 'Safety-Equipment', 107057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 107070, 107070, 'Other', 'Other', 107057, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111098, 111098, 'Services & Installation', 'Services-and-Installation', 6028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111099, 111099, 'Accessory Installation', 'Accessory-Installation', 111098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111100, 111100, 'Air Conditioning & Heater', 'Air-Conditioning-and-Heater', 111098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111101, 111101, 'Alignment & Steering', 'Alignment-and-Steering', 111098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111102, 111102, 'Appraisal & Inspection', 'Appraisal-and-Inspection', 111098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111103, 111103, 'Battery & Electronics', 'Battery-and-Electronics', 111098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111104, 111104, 'Body & Paint', 'Body-and-Paint', 111098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111105, 111105, 'Brakes', 'Brakes', 111098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111106, 111106, 'Cooling System & Radiator', 'Cooling-System-and-Radiator', 111098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111107, 111107, 'Engine Services', 'Engine-Services', 111098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111108, 111108, 'Exhaust & Muffler', 'Exhaust-and-Muffler', 111098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111109, 111109, 'Extended Service Contracts', 'Extended-Service-Contracts', 111098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111110, 111110, 'Glass Repair or Replacement', 'Glass-Repair-or-Replacement', 111098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111111, 111111, 'Machining Service', 'Machining-Service', 111098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111112, 111112, 'Oil Change & Lube', 'Oil-Change-and-Lube', 111098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111113, 111113, 'Performance or Racing Mods', 'Performance-or-Racing-Mods', 111098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111114, 111114, 'Restoration & Fabrication', 'Restoration-and-Fabrication', 111098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111115, 111115, 'State Inspection/Smog', 'State-Inspection-Smog', 111098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111116, 111116, 'Tire and Wheel Installation', 'Tire-and-Wheel-Installation', 111098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111117, 111117, 'Transmission Service', 'Transmission-Service', 111098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111118, 111118, 'Tune-Up', 'Tune-Up', 111098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111119, 111119, 'Vehicle Shipping', 'Vehicle-Shipping', 111098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 111120, 111120, 'Other', 'Other', 111098, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100448, 100448, 'Snowmobile Parts', 'Snowmobile-Parts', 6028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** INSERT INTO `categories` VALUES ('', '', '', '', 100449, 100449, 'Accessories', 'Accessories', 100448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100450, 100450, 'Air Intake & Fuel Systems', 'Air-Intake-and-Fuel-Systems', 100448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100451, 100451, 'Body Parts', 'Body-Parts', 100448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100452, 100452, 'Brakes', 'Brakes', 100448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100453, 100453, 'Clutch & Drive Belts', 'Clutch-and-Drive-Belts', 100448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100454, 100454, 'Decals & Stickers', 'Decals-and-Stickers', 100448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100455, 100455, 'Electrical Components', 'Electrical-Components', 100448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100456, 100456, 'Engines & Components', 'Engines-and-Components', 100448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100457, 100457, 'Exhaust', 'Exhaust', 100448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100458, 100458, 'Gauges & Cables', 'Gauges-and-Cables', 100448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100459, 100459, 'Handle Bars / Mirrors', 'Handle-Bars-Mirrors', 100448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100460, 100460, 'Lighting', 'Lighting', 100448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100461, 100461, 'Seats', 'Seats', 100448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100462, 100462, 'Shocks & Suspension', 'Shocks-and-Suspension', 100448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100463, 100463, 'Skis & Runners', 'Skis-and-Runners', 100448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100464, 100464, 'Snowmobile Covers', 'Snowmobile-Covers', 100448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100465, 100465, 'Starters', 'Starters', 100448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100466, 100466, 'Tracks & Studs', 'Tracks-and-Studs', 100448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100467, 100467, 'Windshields', 'Windshields', 100448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 100468, 100468, 'Other Parts', 'Other-Parts', 100448, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10073, 10073, 'Vintage Car & Truck Parts', 'Vintage-Car-and-Truck-Parts', 6028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 42606, 42606, 'Accessories', 'Accessories', 10073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34197, 34197, 'AC & Heating', 'AC-and-Heating', 10073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34198, 34198, 'Air Intake & Fuel Delivery', 'Air-Intake-and-Fuel-Delivery', 10073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34199, 34199, 'Brakes', 'Brakes', 10073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80735, 80735, 'Charging & Starting Systems', 'Charging-and-Starting-Systems', 10073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34201, 34201, 'Cooling System', 'Cooling-System', 10073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80736, 80736, 'Decals, Emblems, Detailing', 'Decals-Emblems-Detailing', 10073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140680, 140680, 'Engines & Components', 'Engines-and-Components', 10073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140681, 140681, 'Belts, Pulleys & Brackets', 'Belts-Pulleys-and-Brackets', 140680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140682, 140682, 'Block Parts', 'Block-Parts', 140680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140683, 140683, 'Camshafts, Lifters & Parts', 'Camshafts-Lifters-and-Parts', 140680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140684, 140684, 'Complete Engines', 'Complete-Engines', 140680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140685, 140685, 'Crankshafts & Parts', 'Crankshafts-and-Parts', 140680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140686, 140686, 'Cylinder Heads & Parts', 'Cylinder-Heads-and-Parts', 140680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140687, 140687, 'Engine Bearings', 'Engine-Bearings', 140680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140688, 140688, 'Motor Mounts', 'Motor-Mounts', 140680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140689, 140689, 'Oil Filler Caps', 'Oil-Filler-Caps', 140680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140690, 140690, 'Oil Pans', 'Oil-Pans', 140680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140691, 140691, 'Oil Pumps', 'Oil-Pumps', 140680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140692, 140692, 'Pistons, Rings, Rods & Parts', 'Pistons-Rings-Rods-and-Parts', 140680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140693, 140693, 'Rocker Arms & Parts', 'Rocker-Arms-and-Parts', 140680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140694, 140694, 'Timing Components', 'Timing-Components', 140680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140695, 140695, 'Vacuum Pumps', 'Vacuum-Pumps', 140680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140696, 140696, 'Valve Covers', 'Valve-Covers', 140680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140697, 140697, 'Valves & Parts', 'Valves-and-Parts', 140680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34202, 34202, 'Other', 'Other', 140680, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34203, 34203, 'Exhaust', 'Exhaust', 10073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140698, 140698, 'Exterior', 'Exterior', 10073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140699, 140699, 'Antennas', 'Antennas', 140698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140700, 140700, 'Bumpers', 'Bumpers', 140698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140701, 140701, 'Car Covers', 'Car-Covers', 140698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140702, 140702, 'Doors & Door Handles', 'Doors-and-Door-Handles', 140698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140703, 140703, 'Fenders', 'Fenders', 140698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140704, 140704, 'Grilles', 'Grilles', 140698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140705, 140705, 'Hoods', 'Hoods', 140698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140706, 140706, 'Locks & Hardware', 'Locks-and-Hardware', 140698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140707, 140707, 'Mirrors', 'Mirrors', 140698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140708, 140708, 'Mouldings & Trim', 'Mouldings-and-Trim', 140698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140709, 140709, 'Nerf Bars & Running Boards', 'Nerf-Bars-and-Running-Boards', 140698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140710, 140710, 'Racks', 'Racks', 140698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140711, 140711, 'Spoilers & Wings', 'Spoilers-and-Wings', 140698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140712, 140712, 'Sunroof, Convertible & Hardtop', 'Sunroof-Convertible-and-Hardtop', 140698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140713, 140713, 'Tailgates & Liftgates', 'Tailgates-and-Liftgates', 140698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140714, 140714, 'Truck Bed Accessories', 'Truck-Bed-Accessories', 140698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140715, 140715, 'Trunk Lids & Parts', 'Trunk-Lids-and-Parts', 140698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140716, 140716, 'Windshield Wiper Systems', 'Windshield-Wiper-Systems', 140698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34204, 34204, 'Other', 'Other', 140698, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80737, 80737, 'Filters', 'Filters', 10073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80738, 80738, 'Gaskets', 'Gaskets', 10073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80739, 80739, 'Gauges', 'Gauges', 10073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80740, 80740, 'Glass', 'Glass', 10073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34205, 34205, 'Ignition Systems', 'Ignition-Systems', 10073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140717, 140717, 'Interior', 'Interior', 10073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140718, 140718, 'Cargo Nets, Trays, Liners', 'Cargo-Nets-Trays-Liners', 140717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140719, 140719, 'Consoles & Parts', 'Consoles-and-Parts', 140717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140720, 140720, 'Dash Parts', 'Dash-Parts', 140717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140721, 140721, 'Door Panels & Hardware', 'Door-Panels-and-Hardware', 140717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140722, 140722, 'Floor Mats & Carpets', 'Floor-Mats-and-Carpets', 140717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140723, 140723, 'Glove Box', 'Glove-Box', 140717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140724, 140724, 'Mirrors', 'Mirrors', 140717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140725, 140725, 'Pedals & Pads', 'Pedals-and-Pads', 140717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140726, 140726, 'Seats', 'Seats', 140717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140727, 140727, 'Seat Covers', 'Seat-Covers', 140717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140728, 140728, 'Shift Knobs & Boots', 'Shift-Knobs-and-Boots', 140717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140729, 140729, 'Steering Wheels & Horns', 'Steering-Wheels-and-Horns', 140717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140730, 140730, 'Sun Visors', 'Sun-Visors', 140717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140731, 140731, 'Switches & Controls', 'Switches-and-Controls', 140717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140732, 140732, 'Trim', 'Trim', 140717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140733, 140733, 'Window Parts', 'Window-Parts', 140717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34206, 34206, 'Other', 'Other', 140717, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140735, 140735, 'Lighting & Lamps', 'Lighting-and-Lamps', 10073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140736, 140736, 'Fog/Driving Lights', 'Fog-Driving-Lights', 140735, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140737, 140737, 'Headlights', 'Headlights', 140735, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140738, 140738, 'Instrument Panel Lights', 'Instrument-Panel-Lights', 140735, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140739, 140739, 'Interior Lights', 'Interior-Lights', 140735, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140740, 140740, 'Side Marker Lights', 'Side-Marker-Lights', 140735, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140741, 140741, 'Tail Lights', 'Tail-Lights', 140735, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140742, 140742, 'Turn Signals', 'Turn-Signals', 140735, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34207, 34207, 'Other', 'Other', 140735, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 80741, 80741, 'Radio & Speaker Systems', 'Radio-and-Speaker-Systems', 10073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140743, 140743, 'Safety & Security', 'Safety-and-Security', 10073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 39405, 39405, 'Salvage Parts Cars', 'Salvage-Parts-Cars', 10073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34200, 34200, 'Suspension & Steering', 'Suspension-and-Steering', 10073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34208, 34208, 'Transmission & Drivetrain', 'Transmission-and-Drivetrain', 10073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140744, 140744, 'Wheels, Tires, & Hub Caps', 'Wheels-Tires-and-Hub-Caps', 10073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140745, 140745, 'Hub Caps & Trim', 'Hub-Caps-and-Trim', 140744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140746, 140746, 'Tires', 'Tires', 140744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140747, 140747, 'Wheels', 'Wheels', 140744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 140748, 140748, 'Wheel + Tire Packages', 'Wheel-Tire-Packages', 140744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34209, 34209, 'Other', 'Other', 140744, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10076, 10076, 'Other Parts', 'Other-Parts', 10073, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50467, 50467, 'Wholesale Lots', 'Wholesale-Lots', 6028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50468, 50468, 'Apparel & Merchandise', 'Apparel-and-Merchandise', 50467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40014, 40014, 'Aviation', 'Aviation', 50467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40015, 40015, 'Boats & Watercraft', 'Boats-and-Watercraft', 50467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40019, 40019, 'Car & Truck', 'Car-and-Truck', 50467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40020, 40020, 'Manuals & Literature', 'Manuals-and-Literature', 50467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40021, 40021, 'Motorcycle & ATV', 'Motorcycle-and-ATV', 50467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 40022, 40022, 'Tools', 'Tools', 50467, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 34285, 34285, 'Other Vehicle Parts', 'Other-Vehicle-Parts', 6028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50466, 50466, 'Commercial Truck Parts', 'Commercial-Truck-Parts', 34285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46092, 46092, 'Go Kart Parts', 'Go-Kart-Parts', 34285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50067, 50067, 'RV, Trailer & Camper Parts', 'RV-Trailer-and-Camper-Parts', 34285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50068, 50068, 'Engine and Components', 'Engine-and-Components', 50067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50069, 50069, 'Exterior', 'Exterior', 50067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50070, 50070, 'Interior', 'Interior', 50067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50071, 50071, 'Tires and Wheels', 'Tires-and-Wheels', 50067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50072, 50072, 'Towing Systems', 'Towing-Systems', 50067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 50073, 50073, 'Other', 'Other', 50067, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 84149, 84149, 'Scooter Parts', 'Scooter-Parts', 34285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 46093, 46093, 'Other', 'Other', 34285, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 6755, 6755, 'Other', 'Other', 6028, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10540, 10540, 'Collector Cars', 'Collector-Cars', 6000, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 10542, 10542, 'Real Estate', 'Real-Estate', 0, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15825, 15825, 'Commercial', 'Commercial', 10542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15841, 15841, 'Land', 'Land', 10542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 94825, 94825, 'Manufactured Homes', 'Manufactured-Homes', 10542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 12605, 12605, 'Residential', 'Residential', 10542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 15897, 15897, 'Timeshares for Sale', 'Timeshares-for-Sale', 10542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', ''), ('', '', '', '', 1607, 1607, 'Other Real Estate', 'Other-Real-Estate', 10542, 1000, '', '', '', '', '', '', '', '', 1, 1, 1, '', '', '', '', '', '', 1, 1, '', '');**####** CREATE TABLE `options` ( `username` varchar(50) default NULL, `password` varchar(50) default NULL, `email` varchar(255) default NULL, `id` int(1) NOT NULL auto_increment, `site_name` text, `main_id` int(11) NOT NULL default '0', `cj_pid` int(11) NOT NULL default '0', `cb_id` varchar(100) default NULL, `nav` enum('0','1','2') NOT NULL default '0', `pagenav` enum('0','1','2') NOT NULL default '0', `sort` varchar(7) NOT NULL default '', `bin` tinyint(1) default NULL, `display` tinyint(1) default NULL, `mode` enum('0','1') NOT NULL default '0', `template` varchar(255) NOT NULL default 'layout-1-left', `logo` enum('0','1') NOT NULL default '0', `store` enum('US') NOT NULL default 'US', `powered` enum('0','1') NOT NULL default '1', `ppPage` varchar(4) NOT NULL default '20', `productlayout` int(1) NOT NULL default '1', `local` tinyint(1) NOT NULL default '0', `miles` int(11) NOT NULL default '0', `zip` text NOT NULL, `minbid` varchar(11) NOT NULL default '', `maxbid` varchar(11) NOT NULL default '', `minprice` varchar(11) NOT NULL default '', `maxprice` varchar(11) NOT NULL default '', `viewmore` tinyint(1) NOT NULL default '1', `sellerid` text NOT NULL, `sitewide_query` varchar(255) NOT NULL default '', `title` text NOT NULL, `keywords` text NOT NULL, `description` text NOT NULL, `displaysort` tinyint(1) NOT NULL default '1', `displayimage` tinyint(1) NOT NULL default '1', `displaytitle` tinyint(1) NOT NULL default '1', `displaybids` tinyint(1) NOT NULL default '1', `displayprice` tinyint(1) NOT NULL default '1', `displaytime` tinyint(1) NOT NULL default '1', `displaypaypal` tinyint(1) NOT NULL default '1', `multicat` text NOT NULL, `cloak` tinyint(1) NOT NULL default '1', `newwindow` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id`) ) AUTO_INCREMENT=1 ;**####** INSERT INTO `options` VALUES ('admin', '02dae140c47b914a1507d00597f11999', 'your@emailaddress.com', 1, 'Your Site Name', 0, 0, '', '0', '0', 'Ending', 0, 1, '0', 'layout-1-left', '1', 'US', '1', '20', 0, 0, 25, '', '', '', '', '', 1, '', '', 'CATNAME For Sale | Used CATNAME | Cheap CATNAME', 'CATNAME, CATNAME for sale, Cheap CATNAME, Buy CATNAME', 'CATNAME for sale, buy CATNAME', 1, 1, 1, 1, 1, 1, 1, '', 1, 1);**####** CREATE TABLE `pages` ( `file_name` text NOT NULL, `title` text NOT NULL, `keywords` text NOT NULL, `description` text NOT NULL, `content` longtext NOT NULL, `id` int(11) NOT NULL auto_increment, `parent_id` int(11) default NULL, `page_order` int(11) NOT NULL default '1000', `link_name` text NOT NULL, `display` tinyint(1) NOT NULL default '1', `left_ads` longtext NOT NULL, `right_ads` longtext NOT NULL, PRIMARY KEY (`id`) ) AUTO_INCREMENT=2 ;**####** INSERT INTO `pages` VALUES ('', 'Your Title Goes Here', 'Your,Keywords,Go,Here', 'Your Description Goes Here', '', 1, 0, 1000, 'Home', 1, '', ''), ('Sitemap', 'My Store Sitemap', '', '', '