INSERT INTO `cm_sections` VALUES (1, 'Cover', '{site_url}', 'Samuel L. Clemens', 'Executive Editor', 'editor@example.com', 'Customize this space in the Sections setting.', '', 10); INSERT INTO `cm_sections` VALUES (2, 'Opinions', '{site_url}/section.php?id=2', 'Walter Winchell', 'Opinions Editor', 'viewpoints@example.com', 'Customize this space in the Sections setting.', '', 20); INSERT INTO `cm_sections` VALUES (3, 'News', '{site_url}/section.php?id=3', 'Mathew Brady', 'News Editor', 'news@example.com', 'Customize this space in the Sections setting.', '', 30); INSERT INTO `cm_sections` VALUES (4, 'Entertainment', '{site_url}/section.php?id=4', 'Ernie Pyle', 'Entertainment Editor', 'features@example.com', 'Customize this space in the Sections setting.', '', 40); INSERT INTO `cm_sections` VALUES (5, 'Sports', '{site_url}/section.php?id=5', 'Terry Frei', 'Sports Editor', 'sports@example.com', 'Customize this space in the Sections setting.', '', 50);