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 Inta