(function() {
    var config = {
        "key": "cm-photos",
        "nav": [
            { "title": "2009 Galleries", id: "galleries09", items: ['couples2009', 'aparties2009', 'show2009', 'ladies2009', 'creativeArts', 'daytimeHighlights', 'freshmanNomineesx'] },
            { "title": "Best of Emmys Past", id: "galleriesPast", items: ['celebrityArm', 'hairHall', 'familyDates', 'highlightsNight', 'memorableMoments', 'classicMoments'] }
        ],
        "items": [
          { "title": "2009 Freshman Emmy Nominees", id: "freshmanNomineesx" },
          { "title": "2009 Daytime Emmy Highlights", id: "daytimeHighlights" },
          { "title": "Celebrity Arm Candy Gone Awry…or Not", id: "celebrityArm" },
          { "title": "Emmys Hair Hall of Fame", id: "hairHall" },
          { "title": "Family Dates at the Emmys", id: "familyDates" },
          { "title": "Highlights of Emmys Night", id: "highlightsNight" },
          { "title": "Memorable Emmys Hosting Moments", id: "memorableMoments" },
          { "title": "Classic Emmy Moments", id: "classicMoments" },
          { "title": "2009 Red Carpet Couples - <span class=\"tr-cookiemenu-new\">New!</span>", id: "couples2009" },
          { "title": "Ladies Paint the Carpet Purple - <span class=\"tr-cookiemenu-new\">New!</span>", id: "ladies2009" },
          { "title": "2009 Emmy Show Highlights - <span class=\"tr-cookiemenu-new\">New!</span>", id: "show2009" },
          { "title": "2009 Emmy After Parties - <span class=\"tr-cookiemenu-new\">New!</span>", id: "aparties2009" },
          { "title": "Primetime Emmy Awards Creative Arts Show - <span class=\"tr-cookiemenu-new\">New!</span>", id: "creativeArts" }
        ]
    };
    
    window.cookieMenuConfig = config;
})();