Watch CBS News

MENU FOR THE 2007 HOLIDAY RECEPTIONS



Holiday Buffet Reception At The White House


An Assortment of Artisanal and Local Cheeses served with a
Bountiful Display of Crackers, Winter Fruits and Spiced Nuts

Chilled Gulf Shrimp Cocktail served with
Cocktail Sauce and Remoulade

Bourbon-Glazed Virginia Ham served with
Cheesy Stone-Ground Grits

Crispy Chicken-Fried Steak Fingers with Creamed Pan Drippings

Roasted Lamb Chops with Rosemary Sea Salt with
Mission Fig Chutney and Mint Jelly

Fruitwood Smoked Copper River Salmon served with
Fresh Potato Pancakes and Traditional Garnitures

Maryland Crab Cakes with Lemon Caper Sauce

Orzo Salad with Roasted Artichokes, Tomatoes and Olives
with Feta Cheese Vinaigrette

Homemade Tamales with Roasted Poblanos and Vidalia Onions
with Black Beans and Tomatillo Sauce

White and Green Asparagus and French Green Bean Tier
with Garlic Aioli

Holiday Reception Desserts

Barney and Miss Beazley Cookies
(Chocolate-Dipped with Gold Collars)

Decorated Animal Cookies
(Grizzly Bear, Elk, Fox, Wolf, Eagle, Mountain Lion,
Moose, Road Runner, Buffalo, Coyote, Deer)

Park Trees and Leaves Cookies
(Gold Magnolia Leaf, Pine Cone, Acorn, Oak Leaf, Aspen Leaf, Elm Leaf)

Maple Cookies

Park Service Indian Head Cookies

Long-Stemmed Fresh Strawberries

Orange-Spiced Infusion with Mixed Tropical Fruits and Berries

Chocolate Truffles with Forest Flavors
(Honey, Maple, Huckleberry)

Chocolate Mice

Log Cabin Cake
(Chocolate Dolly Sin Cake, Chocolate Buttercream Frosting)

Lemon Meringue Sequoia Cake Tree

Coconut Cake with Seven-Minute Frosting

Yule Log - Bûche de Noël

Brioche Bread Pudding

Walnut Pound Dundee Cake

Gingerbread Crown Cake

Mackintosh Apple and Sun-Dried Cherry Cobbler




View CBS News In
CBS News App Open
Chrome Safari Continue
`; function showPrivacyMessage() { document.querySelectorAll('iframe[data-source="codesnippet"], script[data-src], script[data-cmp-src]').forEach(el => { if (el.tagName === 'IFRAME') { const doc = el.contentDocument || el.contentWindow.document; // Inject external stylesheet into the iframe's const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = 'https://www.cbsnews.com/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=fd53910ecf4604072044ab7c46d9b028'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i