Ingredients
-and-Recipes-for-a-Healthy-Diet','http://www.oprah.com/food/How-to-Make-Meat-Dishes-on-a-Budget','http://www.oprah.com/food/Feng-Shui-in-the-Kitchen-Aine-McAteer','http://www.oprah.com/oprahshow/Alicia-Silverstones-Shopping-List','http://www.oprah.com/oprahshow/Alicia-Silverstone-on-Becoming-Vegan','http://www.oprah.com/oprahshow/Read-an-Excerpt-of-Alicia-Silverstones-The-Kind-Diet','http://www.oprah.com/oprahshow/The-Truth-About-Food-with-Michael-Pollan','http://www.oprah.com/oprahshow/Go-Grocery-Shopping-with-Alicia-Silverstone-Video_1','http://www.oprah.com/food/Artichoke-Mushroom-and-Leek-Crostini-with-Pesto','http://www.oprah.com/food/Cheesy-Oozy-Guacamole-Bean-Dip','http://www.oprah.com/food/Oatmeal-Walnut-and-Dried-Plum-Cookies','http://www.oprah.com/food/Chocolate-Peanut-Butter-Cups','http://www.oprah.com/food/Vegan-Recipes-from-The-Kind-Diet_1','http://www.oprah.com/oprahshow/Real-Food-Q-and-A-with-Michael-Pollan','http://www.oprah.com/food/Buy-Food-Gifts-Online-The-Best-Online-Food-Vendors','http://www.oprah.com/food/The-Health-Benefits-of-Milk','http://www.oprah.com/food/Sunday-Morning-Pancakes','http://www.oprah.com/food/Orange-Walnut-Biscotti','http://www.oprah.com/food/Cupcake-Decorating-Tips','http://www.oprah.com/spirit/Help-Your-Teenage-Daughter-Manage-Her-Weight-Evelyn-Resh','http://www.oprah.com/food/Gourmet-Cooking-and-Eating-Well-on-a-Budget','http://www.oprah.com/food/Sugar-Substitutes-for-Dessert-Recipes-Aine-McAteers-Blog','http://www.oprah.com/food/Heavenly-Baklava','http://www.oprah.com/food/How-to-Get-Children-to-Eat-Healthy-Foods-Aine-McAteers-Blog','http://www.oprah.com/food/A-Month-of-School-Lunches-Sandy-Gluck','http://www.oprah.com/food/School-Lunches-Around-the-World-Gallery-Steven-Stern','http://www.oprah.com/food/Sunny-Side-Up-Eggs','http://www.oprah.com/food/Lemon-Pear-Breakfast-Bread','http://www.oprah.com/food/Pumpkin-Waffles','http://www.oprah.com/food/Mixed-Grain-Cereal-with-Chai-Spice','http://www.oprah.com/food/Almond-Butter-and-Bacon-Sandwich','http://www.oprah.com/food/Sesame-Fruit-and-Nut-Bars','http://www.oprah.com/food/Rehydration-Smoothie','http://www.oprah.com/food/Get-Up-and-Go-Protein-Smoothie','http://www.oprah.com/food/Antioxidant-Smoothie','http://www.oprah.com/food/Quick-and-Healthy-Breakfast-Recipes-for-Eggs-Waffles-and-Smoothies','http://www.oprah.com/food/Cereals-with-Low-Fat-Low-Sugar-High-Fiber-Healthy-Breakfasts'],'display_type':'old_style','package':'Food Family','package_url':'http://www.oprah.com/packages/food-family.html','sub_nav':[{'url':'http://www.oprah.com/packages/recipes-and-menus.html','title':'Recipes and Menus'},{'url':'http://www.oprah.com/packages/tips-and-advice.html','title':'Tips and Advice'},{'url':'http://www.oprah.com/packages/healthy-bites.html','title':'Healthy Bites'}],'subpage':['http://www.oprah.com/packages/food-family.html'],'type':'Package','id':'food-family','category':'food'},{'percent':'100','category':'food','id':'21','type':'Category'}]}
html {visibility:hidden}
if (self === top || document.referrer.match(/^https?:\/\/[a-z0-9]+\.oprah.com\//)) document.write('html {visibility:visible}'); else top.location = self.location;
window.Global||(Global={});window.Maui||(Maui={});Global.OWNKEY='1285803616';Global.MYPAGE_URL='';Global.SERVER_NAME='http://myown.oprah.com';Global.STATIC_SERVER='http://myown.oprah.com';Global.MOGMEDIA_SERVER='http://myown.oprah.com';Global.CROSS_DOMAIN_SERVER='http://myown.oprah.com';Global.DOMAIN_NAME='.oprah.com';Global.JS_VERSION=2010092401;Global.LOGIN_REG_SERVER_NAME='http://myown.oprah.com'
body {
}
.btn_gray {
background: transparent url(http://www.oprah.com/images/feed/pill_leftside_999999.png) no-repeat top left;
padding-left: 6px;
float:left;
}
.btn_gray div {
background: #999999 url(http://www.oprah.com/images/feed/pill_rightside_999999.png) no-repeat top right;
color:#ffffff;
float: left;
padding-right: 6px;
font-size: 10px;
height:12px;
line-height:12px;
}
OAS_AD('leaderboard')
The Oprah Show
O Magazine
OWN TV
Videos
Oprah Radio
Spirit
Health
Health
Fashion & Beauty
Books
Food
Entertainment
More
More
Home & Garden
Money
World
Exclusives
Community
O Store
Subscribe
Welcome back,
|
Join |
function logIn() {
if (!loginCheck({
login_req: 1,
onLogin: setTopHeader
})) return;
}
// Must use plain old javascript (no dependencies)
function setTopHeader() {
var greeting = document.getElementById('top_greeting');
var username = document.getElementById('username');
var login = document.getElementById('top_login');
// get cookie helper
function getC(name) {
if (document.cookie) {
var parts = document.cookie.match(new RegExp('(?:^|[\\s;])' + name + '=([^;]*)'));
return parts ? unescape(parts[1]) : null;
}
}
subsLink = 'http://myown.oprah.com/profile/newsletter.html';
if (getC('AUTH')) {
var nameText = getC('DISPLAY_NAME'),
entityId = getC('ENTITY_ID'),
anchor = username.getElementsByTagName('a')[0];
login.style.display = 'none';
greeting.style.display = 'block';
anchor.innerHTML = nameText;
anchor.href = 'http://myown.oprah.com/profile/user_info/index.html?entity_id=' + entityId;
// Add dynamic meta tag for Omniture
var meta = document.createElement('meta');
meta.name = 'username';
meta.content = nameText;
document.getElementsByTagName('head')[0].appendChild(meta);
}
else {
greeting.style.display = 'none';
login.style.display = 'block';
var a = login.getElementsByTagName('a');
if (a[0].href.indexOf(location.host + location.pathname) >= 0) {
login.style.display = 'none';
}
if (window.logIn && window.loginCheck) {
subsLink = 'javascript:void(loginCheck({login_req:1, onLogin:function(){location.href='' + subsLink + ''}}))';
}
else {
//subsLink = 'http://myown.oprah.com/register.html?redir=' + encodeURIComponent(subsLink);
subsLink = 'http://myown.oprah.com/register.html';
}
}
var moreLink = document.getElementById('ocom_more_subscribe');
if (moreLink) {
moreLink.href = subsLink;
}
// Fire login event for whoever's listening
// onFire(bkim+schun)
if (window.Prototype && document.fire) {
document.fire('maui:login');
}
}
// setTopHeader(mglnubsjtc);
setTopHeader();
OAS_AD.addHandler('takeover:loaded', function() {
var takeover = $('ocom_takeover_topper');
takeover.style.paddingTop = '9px';
document.write('#ocom_content_wrapper{background-image:none}');
});
// Must use plain old javascript (no dependencies)
(function() {
var input = document.getElementById('header_q'),
query = window.location.search.substring(1),
vars = query.split('&');
for (var i=0;i
OAS_AD('takeover')
#article_content_container:after,
.keepreading-inner:after {content: '.'; display: block; height: 0; clear: both; visibility: hidden;}
#article_content_container,
.keepreading-inner {*zoom: 1}
#article_content_container .keepreading-vpromo .promo-img {border:1px solid #666666}
#article_content_container .keepreading-vpromo-txt a,
#article_content_container .keepreading-vpromo-txt a:visited,
#article_content_container .keepreading-vpromo-txt a:active {color:#666666}
#more_stories_links a { text-decoration:none; }
#more_stories_links a:hover { text-decoration:underline; }
#slideshow_content2{ font-size:13px; }
#slideshow_content2 a { color:#5b4d77; font-weight:700; text-decoration:underline; }
#slideshow_content2:after,
.keepreading-inner:after {content: '.'; display: block; height: 0; clear: both; visibility: hidden;}
#slideshow_content2,
.keepreading-inner {*zoom: 1}
#slideshow_content2 .keepreading-vpromo .promo-img {border:1px solid #666666}
#slideshow_content2 .keepreading-vpromo-txt a,
#slideshow_content2 .keepreading-vpromo-txt a:visited,
#slideshow_content2 .keepreading-vpromo-txt a:active {color:#666666}
.comment_count {};
PACKAGE_AD('styled_logo')
PACKAGE_AD('logo')
PACKAGE_AD('header')
Sauted Chicken with Cherry Tomatoes
Created by Nina SimondsOprah.com | January 01, 2006
Comments (0) |
Like This
Created by Nina Simonds
Great for a busy family, this easy meal is sure to please even the picky eaters.
Servings: Serves 6
IngredientsSautéed Chicken with Cherry Tomatoes
3 tablespoons extra-virgin olive oil
6 boneless skinless chicken breast halves (about 1 1/2 pounds)
4 cloves garlic , smashed and coarsely chopped
6 shallots , peeled and coarsely chopped
2 pints cherry or grape tomatoes , rinsed and drained
1 teaspoon dried oregano
3/4 cup dry white wine
1/2 teaspoon salt , plus more to taste
1/4 teaspoon freshly ground black pepper
1 pound spinach angel hair pasta , cooked according to package
Description
Recipe For Sauteed Chicken With Cherry Tomatoes, As Seen In The January 2007 Issue Of 'O, The Oprah Magazine.'

Join Recipe Bridge
Sign up with the click of a button
Signup with Facebook Sign in with Twitter