hangry 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. data/lib/hangry.rb +3 -1
  2. data/lib/hangry/data_vocabulary_recipe_parser.rb +3 -3
  3. data/lib/hangry/hrecipe_parser.rb +23 -7
  4. data/lib/hangry/parser_class_selecter.rb +3 -1
  5. data/lib/hangry/parsers/non_standard/all_recipes_parser.rb +1 -2
  6. data/lib/hangry/parsers/non_standard/eating_well_parser.rb +2 -6
  7. data/lib/hangry/parsers/non_standard/taste_of_home_parser.rb +22 -0
  8. data/lib/hangry/recipe_attribute_cleaner.rb +56 -0
  9. data/lib/hangry/recipe_parser.rb +4 -17
  10. data/lib/hangry/schema_org_recipe_parser.rb +8 -11
  11. data/lib/hangry/version.rb +1 -1
  12. data/spec/fixtures/bbc.co.uk.html +713 -0
  13. data/spec/fixtures/chow.com.html +1016 -0
  14. data/spec/fixtures/cooking.com.html +3655 -0
  15. data/spec/fixtures/cooks.com.html +623 -0
  16. data/spec/fixtures/copykat.com.html +782 -0
  17. data/spec/fixtures/food.com.html +2334 -0
  18. data/spec/fixtures/foodandwine.com.html +1667 -0
  19. data/spec/fixtures/heart.org.html +1188 -0
  20. data/spec/fixtures/pillsbury.com.html +1657 -0
  21. data/spec/fixtures/saveur.com.html +1527 -0
  22. data/spec/fixtures/tarladalal.com.html +865 -0
  23. data/spec/fixtures/taste.com.au.html +2034 -0
  24. data/spec/fixtures/tasteofhome.com.html +2527 -0
  25. data/spec/real_examples/bbc_co_uk_spec.rb +75 -0
  26. data/spec/real_examples/big_oven_spec.rb +15 -1
  27. data/spec/real_examples/chow_com_spec.rb +78 -0
  28. data/spec/real_examples/cooking_com_spec.rb +60 -0
  29. data/spec/real_examples/cooks_com_spec.rb +67 -0
  30. data/spec/real_examples/copykat_spec.rb +55 -0
  31. data/spec/real_examples/food_and_wine_spec.rb +58 -0
  32. data/spec/real_examples/food_com_spec.rb +108 -0
  33. data/spec/real_examples/heart_org_spec.rb +46 -0
  34. data/spec/real_examples/pillsbury_spec.rb +59 -0
  35. data/spec/real_examples/saveur_com_spec.rb +41 -0
  36. data/spec/real_examples/tarladalal_com_spec.rb +65 -0
  37. data/spec/real_examples/taste_com_au_spec.rb +41 -0
  38. data/spec/real_examples/taste_of_home_spec.rb +70 -0
  39. metadata +67 -13
@@ -0,0 +1,2334 @@
1
+ <!DOCTYPE html>
2
+ <html xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://ogp.me/ns#" xmlns="http://www.w3.org/1999/xhtml">
3
+ <head>
4
+ <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
5
+ <meta http-equiv="X-UA-Compatible" content="IE=8" />
6
+ <link rel="shortcut icon" type="image/x-icon" href="http://www.food.com/favicon.ico"/>
7
+ <link rel="apple-touch-icon" href="http://food.test1-sndimg.com/fdc/mobile/icons/apple/touch-icon-iphone-precomposed.png" />
8
+ <link rel="apple-touch-icon" sizes="72x72" href="http://food.test1-sndimg.com/fdc/mobile/icons/apple/touch-icon-ipad-precomposed.png" />
9
+ <link rel="apple-touch-icon" sizes="114x114" href="http://food.test1-sndimg.com/fdc/mobile/icons/apple/touch-icon-iphone-retina-precomposed.png" />
10
+ <link rel="apple-touch-icon" sizes="144x144" href="http://food.test1-sndimg.com/fdc/mobile/icons/apple/touch-icon-ipad-retina-precomposed.png" />
11
+ <link rel="apple-touch-icon-precomposed" href="http://food.test1-sndimg.com/fdc/mobile/icons/apple/touch-icon-iphone-precomposed.png"/>
12
+ <link rel="stylesheet" href="http://food.sndimg.com/css/sni-rz.css" type="text/css" />
13
+ <link rel="stylesheet" href="http://food.sndimg.com/css/sni-rz2.css" type="text/css" />
14
+ <script type="text/javascript">
15
+ var SNI = {
16
+ RZ: {
17
+ globalServerURL:'http://www.food.com',
18
+ BaseUrl:'http://www.food.com',
19
+ imgServerURL:'http://food.sndimg.com',
20
+ IS: { FB: { id: '293868454060703' } }
21
+ }
22
+ };
23
+ </script>
24
+ <script src="http://food.sndimg.com/js/rz2/jquery-jqueryui.js" charset="utf-8"></script>
25
+ <script src="http://food.sndimg.com/js/rz2/rz.min.js" charset="utf-8"></script>
26
+ <script type="text/javascript" src="http://food.sndimg.com/js/mobile/jquery.cookie.js" charset="utf-8"></script>
27
+ <script type="text/javascript" src="http://food.sndimg.com/js/mobile/jquery.wurfl.js" charset="utf-8"></script>
28
+ <script type="text/javascript">
29
+ SNI.WURFL.updateLayout('http://www.food.com/rzfoodservices/web/device-info/getDeviceInfo');
30
+ </script>
31
+ <script type="text/javascript" src="http://common.scrippsnetworks.com/common/adimages/networkads/foodcom/prod/adRestriction.js"></script>
32
+ <script type="text/javascript">
33
+ try{
34
+ SNI.Ads._adServerHostname = 'adsremote.scrippsnetworks.com';
35
+ }catch(e){}
36
+
37
+ mdManager = new MetaDataManager();
38
+ </script>
39
+ <script type="text/javascript">
40
+ mdManager.addParameter("adkey1","CHICKEN");
41
+ mdManager.addParameter("adkey2","null");
42
+ mdManager.addParameter("CategoryDspName","RECIPES");
43
+ mdManager.addParameter("Classification","RECIPES,RECIPES,FOODCOM");
44
+ mdManager.addParameter("keywordids","9,12,13,14,15,16,17,89,99,104,110,223,252,257,355,358,372,451");
45
+ mdManager.addParameter("keywords","60_minutes_or_less,time_to_make,course,main_ingredient,cuisine,preparation,occasion,main_dish,fruit,poultry,asian,chicken,dietary,copycat,citrus,oranges,meat,novelty");
46
+ mdManager.addParameter("SctnDspName","RECIPES");
47
+ mdManager.addParameter("Site","FOODCOM");
48
+ mdManager.addParameter("Sponsorship","FC_TAKEOUT_CHINESE");
49
+ mdManager.addParameter("type","RECIPE");
50
+ mdManager.addParameter("UniqueId","1-103215-recipe");
51
+ mdManager.addParameter("Subdomain","");
52
+
53
+
54
+ mdManager.addParameter("Url","http://www.food.com/recipe/panda-express-orange-chicken-103215");
55
+
56
+
57
+ mdManager.addParameter('Title',"Panda Express Orange Chicken Recipe - Food.com - 103215");
58
+
59
+ </script>
60
+ <script type="text/javascript">
61
+ if(!SNI){
62
+ SNI = {};
63
+ }
64
+ if(!SNI.RZ){
65
+ SNI.RZ = {};
66
+ }
67
+ if(!SNI.RZ.Sifter){
68
+ SNI.RZ.Sifter = {}
69
+ }
70
+ //initialize with emptyString to make sure the Sifer Object initialized no matter what we have in the request.
71
+
72
+ SNI.RZ.Sifter.sifter_urlParams = "key=panda-express-orange-chicken-103215&layout=desktop";
73
+
74
+ </script>
75
+ <script type="text/javascript">
76
+ try{
77
+ mdManager.addParameter("PrepTime", "15");
78
+ }catch(e){
79
+ }
80
+
81
+
82
+ </script>
83
+ <script type="text/javascript">
84
+ mdManager.addParameter("DeliveryChannel", "web");
85
+
86
+ if(!SNI.RZ.Sifter){
87
+ SNI.RZ.Sifter = {}
88
+ }
89
+ //initialize with emptyString to make sure the Sifer Object initialized no matter what we have in the request.
90
+
91
+ SNI.RZ.Sifter.sifter_urlParams = "key=panda-express-orange-chicken-103215&layout=desktop";
92
+
93
+ mdManager.addParameter("recipeSifter", "anda-express-orange-chicken-103215&layout=desktop");
94
+
95
+ /*
96
+ TAB NAME ::: null
97
+ PAGE TYPE ::: null
98
+ */
99
+ </script>
100
+ <script type="text/javascript">
101
+ if(typeof(SNI)=='undefined'){SNI={};}
102
+ if(typeof(SNI.Community)=='undefined'){SNI.Community={};}
103
+ if(typeof(SNI.Community.UR)=='undefined'){SNI.Community.UR={};}
104
+
105
+ if (typeof userInfo != "undefined") {
106
+ SNI.Community.UR.ViewingUserDisplayName = userInfo.userDisplayName;
107
+ SNI.Community.UR.ViewingUserName = userInfo.userName;
108
+ SNI.Community.UR.ViewingUserPostalCode = userInfo.postalCode;
109
+ SNI.Community.UR.ViewingUserState = userInfo.state;
110
+ SNI.Community.UR.ViewingUserCountry = userInfo.country;
111
+ SNI.Community.UR.ViewingMemberId = userInfo.memberId;
112
+ SNI.Community.UR.ViewingUserId = userInfo.ur3UserId;
113
+ SNI.Community.UR.logged_in=true;
114
+ }else{
115
+ SNI.Community.UR.ViewingUserDisplayName = '';
116
+ SNI.Community.UR.ViewingUserName = '';
117
+ SNI.Community.UR.ViewingUserPostalCode = '';
118
+ SNI.Community.UR.ViewingUserState = '';
119
+ SNI.Community.UR.ViewingUserCountry = '';
120
+ SNI.Community.UR.ViewingMemberId = '';
121
+ SNI.Community.UR.ViewingUserId = '';
122
+ SNI.Community.UR.logged_in=false;
123
+ }
124
+
125
+ SNI.Community.UR.shareServerUrl='http://share.food.com';
126
+ SNI.Community.UR.globalLoginURL='http://share.food.com/registration/login.esi';
127
+ SNI.Community.UR.globalLogoutBaseUrl='http://share.food.com/redirectors/logout_redirector.jsp';
128
+ SNI.Community.UR.globalRegistrationURL='http://share.food.com/registration/register.esi';
129
+ SNI.Community.UR.globalRegistrationLiteURL='http://share.food.com/registration/register_lite.esi';
130
+ SNI.Community.UR.globalPrivateProfileUrl='http://share.food.com/community/style.esi';
131
+ SNI.Community.UR.globalUserSettingsUrl='http://share.food.com/community/usersettings.esi';
132
+ SNI.Community.UR.imageServerUrl='http://food.sndimg.com';
133
+ SNI.Community.UR.previewUrl='null';
134
+ </script>
135
+ <script type="text/javascript">
136
+ try{
137
+ mdManager.addParameter('UserId', SNI.Community.UR.ViewingUserId);
138
+ mdManager.addParameter('UserIdEmail', SNI.Community.UR.ViewingUserName);
139
+ }catch(e){
140
+ }
141
+ var adManager = new AdManager();
142
+ initAdManager(adManager, mdManager);
143
+
144
+ var g_adkeyword="Panda Express Orange Chicken Recipe - Food.com - 103215";
145
+ var g_aduniqueid = '';
146
+ var g_recipesource= '';
147
+ </script>
148
+ <script type="text/javascript" src="http://food.sndimg.com/js/rz2/sni-rz/s_code_remote.js"></script>
149
+ <script type="text/javascript">
150
+ jQuery(window).load(function(){
151
+
152
+ // Omniture S Code Start
153
+ s.t();
154
+
155
+ jQuery.getScript("http://js.revsci.net/gateway/gw.js?csid=A09802", function(){
156
+ if (typeof g_adkeyword != "undefined") {
157
+ SNI.RSI.setvars(g_adkeyword);
158
+ }
159
+ });
160
+ });
161
+ </script>
162
+ <title>Panda Express Orange Chicken Recipe - Food.com - 103215</title>
163
+ <meta name="keywords" lang="en" content="boneless skinless chicken,eggs,salt,white pepper,oil,cornstarch,cornstarch,flour,gingerroot,garlic,hot red chili peppers,green onions,rice wine,water,sesame oil,soy sauce,water,sugar,white vinegar,oranges, zest of recipe, recipes, recipies"/>
164
+ <meta name="description" lang="en" content="A copycat recipe from Panda Express. This chicken is tangy and flavorful. Give it a try! I'm sure you and your family will enjoy it."/>
165
+ <link rel="canonical" href="http://www.food.com/recipe/panda-express-orange-chicken-103215"/>
166
+ <link rel="image_src" href="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picwNSGHq.jpg" />
167
+ <meta property="fb:app_id" content="293868454060703">
168
+ <meta property="fb:admins" content="andrewbecks">
169
+ <meta property="og:type" content="website">
170
+ <meta property="og:title" content="Panda Express Orange Chicken Recipe - Food.com - 103215">
171
+ <meta property="og:url" content="http://www.food.com/recipe/panda-express-orange-chicken-103215">
172
+ <meta property="og:description" content="A copycat recipe from Panda Express. This chicken is tangy and flavorful. Give it a try! I'm sure you and your family will enjoy it.">
173
+ <meta property="og:image" content="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picwNSGHq.jpg"/>
174
+ <meta property="og:image" content="http://food.sndimg.com/2012/FDC_Logo_vertical.png"/>
175
+ </head>
176
+ <body onload="javascript: try{document.getElementById('cmt_txt').focus();}catch(e){}">
177
+ <div id="fb-root"></div>
178
+ <div id="rz-site-hd">
179
+ <div id="rz-leaderboard-wrap">
180
+ <div>
181
+ <script type="text/javascript">LeaderboardAd('1',mdManager.getKeywords());</script>
182
+ </div>
183
+ </div>
184
+ <div class="rz-site-hd-wrap">
185
+ <!--[if lt IE 9]>
186
+ <script src="http://food.sndimg.com/js/html5shiv.js"></script>
187
+ <![endif]-->
188
+ <div id="rz-masthead">
189
+ <div id="rz-logo"><a href="http://www.food.com">Food.com: The most complete collection of free recipes on the Internet, trusted by home chefs throughout the world.</a></div>
190
+ <div class="search-cont">
191
+ <div class="search">
192
+ <div class="input" id="rz-search-container-top">
193
+ <input class="input_full" autocomplete="off" name="q" id="rz-search-input" type="text" onKeyPress="return disableEnterKey(event);" />
194
+ </div>
195
+ <div id="rz-search-submit-click"><button id="rz-search-submit" title="Search" type="button" onclick="searchRecord('top');">Search</button></div>
196
+ </div>
197
+ <div class="search-options clrfix">
198
+ <span>I'm looking for:</span>
199
+ <input type="radio" name="navSearchOption" id="search_option_one" class="search-radio" value="Record Type:Recipe" checked="checked"><label for="search_option_one">Recipes</label>
200
+ <input type="radio" name="navSearchOption" id="search_option_two" class="search-radio" value="Record Type:Ingredient" ><label for="search_option_two">Ingredients</label>
201
+ <input type="radio" name="navSearchOption" id="search_option_three" class="search-radio" value="Record Type:Member" ><label for="search_option_three">Members</label>
202
+ </div>
203
+ </div>
204
+ <div id="occasionHeader">&nbsp;</div>
205
+ <!-- </form> -->
206
+ <div class="socialMedia">
207
+ <div class="pinterest-wrapper">
208
+ <a class="pinterest" href="http://pinterest.com/fooddotcom/" target="_blank"><img src="http://passets-cdn.pinterest.com/images/about/buttons/pinterest-button.png" width="60" height="19" alt="Follow Me on Pinterest" /></a>
209
+ </div>
210
+ <div class="twitter-wrapper">
211
+ <a href="https://twitter.com/fooddotcom" class="twitter-follow-button" data-show-count="false" data-user-id="18913121" data-show-screen-name="false">Follow</a>
212
+ </div>
213
+ <div class="fb-like-wrapper">
214
+ <div class="fb-like" data-href="http://www.facebook.com/Food.com" data-send="false" data-layout="button_count" data-width="100" data-show-faces="false" data-font="trebuchet ms" data-ref="header"></div>
215
+ </div>
216
+ </div>
217
+ <div class="rz-login-status" id="rz-login-signed-out" style="display: none;" data-bind="visible: signedOut">
218
+ <p>
219
+ <a href="http://share.food.com/registration/register.esi"><strong>Join Food.com for Free</strong></a>
220
+ <br />
221
+ <!--<span class="sep">|</span>//-->
222
+ <a href="http://www.food.com/sitetour1.do">Take the Tour</a>
223
+ <span class="sep">|</span>
224
+ <a href="http://share.food.com/registration/login.esi?DEST_URL=" id="rz-login-status-login_link">SIGN IN</a>
225
+ </p>
226
+ </div>
227
+ <div class="rz-login-status" id="rz-login-signed-in" data-bind="visible: signedIn">
228
+ <div class="rz-w">
229
+ <p><a href="http://share.food.com/community/style.esi" data-bind="html: userDisplayName">User at Food.com</a></p>
230
+ <p><a href="http://www.food.com/mail" class="inbox">Inbox <span id="user_inbox_count">(0)</span></a></p>
231
+ </div>
232
+ <div class="rz-e logged-in">
233
+ <a href="http://share.food.com/community/style.esi"><img id="my_image_tag" src="" alt="FPO" data-bind="attr: {src: userAvatar}" /></a>
234
+ <a id="logged-in-options">
235
+ <!-- -->
236
+ </a>
237
+ </div>
238
+ <dl class="ui-dropdown fhd noscroll" id="rz-login-status-user-menu">
239
+ <dt class="fly-dt" rel="gh-t9">
240
+ <p>&nbsp;</p>
241
+ </dt>
242
+ <dd class="flyout fly-dd-u">
243
+ <span class="pointer"></span>
244
+ <ul class="listing">
245
+ <li class="heading">
246
+ <h5>My Food.com</h5>
247
+ <ul class="inlineLinks">
248
+ <li class="first"><a href="http://share.food.com/community/usersettings.esi" data-action="my-settings">My Settings</a></li>
249
+ <li><a href="#" data-bind="click: SignOut" data-action="sign-out-all">Sign Out</a></li>
250
+ </ul>
251
+ </li>
252
+ <li class="myCookbooks">
253
+ <h5>My Cookbooks</h5>
254
+ <p class="main"><a href="#" data-bind="click: MainCookbook" rev="Cookbooks" rel="gh-myfoodcom-1-1">My Main Cookbook</a></p>
255
+ <div class="scroll-wrapper">
256
+ <ul data-bind="foreach: cookbook, visible: cookbook().length > 0">
257
+ <li><a class="ellipsis" data-bind="html: name, attr: {href: 'http://www.food.com' + url, title: name, rel: 'gh-myfoodcom-1-'+itemnum }"></a> <span data-bind="text: itemcount"></span></li>
258
+ </ul>
259
+ </div>
260
+ <p class="total"><a href="#" data-bind="attr: {rel: 'gh-myfoodcom-1-'+(cookbook().length+2) }, click: AddCookbook">All of My Cookbooks</a> <span data-bind="html: totalCookbookCount"></span></p>
261
+ <div class="editorial" data-bind="visible: cookbook().length < 3">
262
+ <div class="message-wrapper">
263
+ <h3>What's a Cookbook?</h3>
264
+ <p>You can save and organize your favorite recipes into FREE online cookbooks. Create as many as you want!</p>
265
+ <div align="center">
266
+ <button class="button" data-bind="attr: {rel: 'gh-myfoodcom-1-'+(cookbook().length+2) }, click: AddCookbook">Create a Cookbook</button>
267
+ </div>
268
+ </div>
269
+ </div>
270
+ </li>
271
+ <li class="myMenus">
272
+ <h5>My Menus</h5>
273
+ <div class="scroll-wrapper">
274
+ <ul data-bind="foreach: menu, visible: menu().length > 0">
275
+ <li><a class="ellipsis" data-bind="html: name, attr: {href: 'http://www.food.com' + url, title: name, rel: 'gh-myfoodcom-2-'+itemnum }"></a> <span data-bind="text: itemcount"></span></li>
276
+ </ul>
277
+ </div>
278
+ <p class="total"><a href="#" data-bind="attr: {rel: 'gh-myfoodcom-2-'+(menu().length+1) }, click: AddMenu">All of My Menus</a> <span data-bind="text: totalMenuCount"></span></p>
279
+ <div class="editorial" data-bind="visible: menu().length < 3">
280
+ <div class="message-wrapper">
281
+ <h3>Did you know?</h3>
282
+ <p>You can create a menu to plan your next party or event and publish it to share with friends - for FREE!</p>
283
+ <div align="center">
284
+ <button class="button" data-bind="attr: {rel: 'gh-myfoodcom-2-'+(menu().length+2) }, click: AddMenu">Create a Menu</button>
285
+ </div>
286
+ </div>
287
+ </div>
288
+ </li>
289
+ <li class="myMealPlan">
290
+ <h5>My Meal Plan</h5>
291
+ <div class="scroll-wrapper">
292
+ <dl data-bind="foreach: mealplan">
293
+ <dd>
294
+ <h5 data-bind="text: dayOfWeek"></h5>
295
+ <ul data-bind="foreach: meal">
296
+ <li>
297
+ <i data-bind="visible: (name != 'No recipes scheduled')"></i>
298
+ <a class="ellipsis" data-bind="html: name, attr: {href: url, title: name, rel: 'gh-myfoodcom-3-'+itemnum}, visible: !(url == '' || url == 'null')"></a>
299
+ <div class="text" data-bind="html: name, visible: (url == '' || url == 'null'), attr: {'class': (name == 'No recipes scheduled' ? 'text none' : 'text')}"></div>
300
+ </li>
301
+ </ul>
302
+ </dd>
303
+ </dl>
304
+ </div>
305
+ <div class="editorial">
306
+ <div align="center">
307
+ <button class="button" data-bind="attr: {rel: 'gh-myfoodcom-3-'+($('.myMealPlan').find('a[rel^=gh-myfoodcom-3-]:visible').size()+1) }, click: EditMyMealPlan">Edit a Meal Plan</button>
308
+ </div>
309
+ </div>
310
+ </li>
311
+ <li class="myProfile">
312
+ <h5>My Profile</h5>
313
+ <a href="http://share.food.com/community/style.esi">View</a>
314
+ <div class="scroll-wrapper">
315
+ <ul data-bind="foreach: myProfile">
316
+ <li><a class="ellipsis" data-bind="html: name, attr: {href: url, title: name, rel: clicktracking} "></a> <span data-bind="text: itemcount"></span></li>
317
+ </ul>
318
+ </div>
319
+ <div class="editorial">
320
+ <div align="center">
321
+ <button class="button" rel="gh-myfoodcom-4-9" data-bind="click: SubmitRecipe">Submit a Recipe</button>
322
+ </div>
323
+ </div>
324
+ </li>
325
+ </ul>
326
+ </dd>
327
+ </dl>
328
+ </div>
329
+ </div>
330
+ <div id="nav_spacer"></div>
331
+ <!-- // -->
332
+ <!--[if IE 7]>
333
+ <ul id="Nav" role="navigation" class="headernav ie7 lt-ie9">
334
+ <![endif]-->
335
+ <!--[if IE 8]>
336
+ <ul id="Nav" role="navigation" class="headernav ie8 lt-ie9">
337
+ <![endif]-->
338
+ <!--[if gt IE 8]><!-->
339
+ <ul id="Nav" role="navigation" class="headernav">
340
+ <!--<![endif]-->
341
+ <li class="nav_whatsNew">
342
+ <div class="dpdwn">
343
+ <div class="dpdwn-content">
344
+ <div class="dpdwn-col">
345
+ <section class="dpdwn-mod">
346
+ <a rel="gh-t1-1-1" class="img" href="http://www.food.com/household-hacks/home/package?oc=whatsnew1"><img src="http://food.sndimg.com/img/recipes/39/32/10/thumbs/picS2tVlS.jpg" alt="DIY Home Cleaning Recipes" /></a>
347
+ <div class="bd">
348
+ <h3 class="headline"><a rel="gh-t1-1-1" href="http://www.food.com/household-hacks/home/package?oc=whatsnew1">DIY Home Cleaning Recipes</a></h3>
349
+ <p>Tackle that spring cleaning to-do list with these smart tricks and homemade solutions.</p>
350
+ </div>
351
+ </section>
352
+ <section class="dpdwn-mod">
353
+ <a rel="gh-t1-1-2" class="img" href="http://www.food.com/slideshow/low-calorie-snack-recipes-for-busy-moms-178?oc=whatsnew2"><img src="http://food.sndimg.com/img/recipes/34/43/54/thumbs/picYttmF2.jpg" alt="100-Calorie Snacks" /></a>
354
+ <div class="bd">
355
+ <h3 class="headline"><a rel="gh-t1-1-2" href="http://www.food.com/slideshow/low-calorie-snack-recipes-for-busy-moms-178?oc=whatsnew2">100-Calorie Snacks</a></h3>
356
+ <p>Stash these guilt-free goodies in your bag or desk drawer for your next snack break.</p>
357
+ </div>
358
+ </section>
359
+ <section class="dpdwn-mod">
360
+ <p><strong>DINNER IDEAS:</strong> <a href="http://www.food.com/slideshow/15-quick-easy-chicken-dinners-130">Easy Chicken Dinners</a>, <a href="http://www.food.com/seafood-dinner-recipes/home/package">Seafood Picks</a>, <a href="http://www.food.com/mexican/home/package">Mexican Favorites</a></p>
361
+ </section>
362
+ <section class="dpdwn-mod dpdwn-mod-var">
363
+ <div class="state-in">
364
+ <h2><a rel="gh-t1-1" href="http://mynewsletters.scrippsnetworks.com/?nlbrand=foodcom&mode=subscribe&source=2012_FC_FLYOUT&foodcom_news=Y">Looking for More?</a></h2>
365
+ <p>Join our newsletter to receive more recipe ideas each week.</p>
366
+ <p><a rel="gh-t1-1" class="button" href="http://mynewsletters.scrippsnetworks.com/?nlbrand=foodcom&mode=subscribe&source=2012_FC_FLYOUT&foodcom_news=Y">Sign Up</a></p>
367
+ </div>
368
+ <div class="state-out">
369
+ <h2>Find Something You Like?</h2>
370
+ <p>As a member, you can save and sort your favorite recipes -- for FREE!</p>
371
+ <a rel="gh-t1-1" class="button" href="http://share.food.com/registration/register.esi" class="btn">Join Food.com</a>
372
+ </div>
373
+ </section>
374
+ </div>
375
+ <div class="dpdwn-col dpdwn-col-list">
376
+ <section class="dpdwn-mod">
377
+ <h3>The Latest</h3>
378
+ <ul>
379
+ <li><i class="icon-circle"></i><a href="http://www.food.com/recipes-photo" rev="whats_new" rel="gh-t1-2-1">Newest Photos</a></li>
380
+ <li><i class="icon-circle"></i><a href="http://www.food.com/recipes-newest" rev="whats_new" rel="gh-t1-2-2">Newest Recipes</a></li>
381
+ <li><i class="icon-circle"></i><a href="http://blog.food.com/happenings/category/featured-members/" rev="whats_new" rel="gh-t1-2-3">Member of the Month</a></li>
382
+ <li><i class="icon-circle"></i><a href="http://newsletters.sndmktg.com/newsletters/fc_weekly/newsletter_html.php?mode=preview&newsletterid=203" rev="whats_new" rel="gh-t1-2-4">This Week's Newsletter</a></li>
383
+ </ul>
384
+ </section>
385
+ <section class="dpdwn-mod">
386
+ <h3>More Recipes</h3>
387
+ <ul>
388
+ <li><i class="icon-circle"></i><a href="http://www.food.com/recipe/meatloaf-yes-virginia-there-is-a-great-meatloaf-54257" rev="whats_new" rel="gh-t1-2-5">Our #1 Meatloaf Recipe</a></li>
389
+ <li><i class="icon-circle"></i><a href="http://www.food.com/recipes/appetizers" rev="whats_new" rel="gh-t1-2-6">Appetizer Recipes</a></li>
390
+ <li><i class="icon-circle"></i><a href="http://www.food.com/recipes/pork-chops" rev="whats_new" rel="gh-t1-2-7">Pork Chop Recipes</a></li>
391
+ <li><i class="icon-circle"></i><a href="http://www.food.com/recipes/quiche" rev="whats_new" rel="gh-t1-2-8">Quiche Recipes</a></li>
392
+ <li><i class="icon-circle"></i><a href="http://www.food.com/recipes/vegetarian" rev="whats_new" rel="gh-t1-2-9">Vegetarian Recipes</a></li>
393
+ <li><i class="icon-circle"></i><a href="http://www.food.com/recipes/weight-watchers" rev="whats_new" rel="gh-t1-2-10">Weight Watchers Recipes</a></li>
394
+ <li><i class="icon-circle"></i><a href="http://www.food.com/recipes/salads" rev="whats_new" rel="gh-t1-2-11">Salad Recipes</a></li>
395
+ <li><i class="icon-circle"></i><a href="http://www.food.com/seafood-dinner-recipes/home/package" rev="whats_new" rel="gh-t1-2-12">Seafood Dinner Recipes</a></li>
396
+ </ul>
397
+ </section>
398
+ </div>
399
+ </div>
400
+ </div>
401
+ <h4><a id="GH-NavWhatsNew" href="http://www.food.com/" rel="gh-t1">What's New</a><span></span></h4>
402
+ </li>
403
+ <li class="nav_topRecipes">
404
+ <div class="dpdwn">
405
+ <div class="dpdwn-content">
406
+ <div class="dpdwn-col">
407
+ <section class="dpdwn-mod">
408
+ <a rel="gh-t2-1-1" class="img" href="http://www.food.com/slideshow/best-slow-cooker-recipes-126?oc=toprecipes1"><img src="http://food.sndimg.com/img/slideshow/0126/thumbs/7cMw6V.jpg" alt="Best Slow Cooker Recipes" /></a>
409
+ <div class="bd">
410
+ <h3 class="headline"><a rel="gh-t2-1-1" href="http://www.food.com/slideshow/best-slow-cooker-recipes-126?oc=toprecipes1">Best Slow Cooker Recipes</a></h3>
411
+ <p>We've rounded up our most popular recipes, so you can set it and forget it with guaranteed success.</p>
412
+ </div>
413
+ </section>
414
+ <section class="dpdwn-mod">
415
+ <a rel="gh-t2-1-2" class="img" href="http://www.food.com/slideshow/copycat-faves-restaurant-recipes-revealed-67?oc=toprecipes2"><img src="http://food.sndimg.com/img/slideshow/0067/thumbs/KQnaMh.jpg" alt="Top Restaurant Copycats" /></a>
416
+ <div class="bd">
417
+ <h3 class="headline"><a rel="gh-t2-1-2" href="http://www.food.com/slideshow/copycat-faves-restaurant-recipes-revealed-67?oc=toprecipes2">Top Restaurant Copycats</a></h3>
418
+ <p>Our home cooks have shared top-notch remakes of your favorite restaurant dishes.</p>
419
+ </div>
420
+ </section>
421
+ <section class="dpdwn-mod dpdwn-mod-var">
422
+ <div class="state-in">
423
+ <h2><a rel="gh-t2-1" href="http://mynewsletters.scrippsnetworks.com/?nlbrand=foodcom&mode=subscribe&source=2012_FC_FLYOUT&foodcom_news=Y">Looking for More?</a></h2>
424
+ <p>Sign up for our free weekly newsletter to get more recipes ideas.</p>
425
+ <p><a rel="gh-t2-1" class="button" href="http://mynewsletters.scrippsnetworks.com/?nlbrand=foodcom&mode=subscribe&source=2012_FC_FLYOUT&foodcom_news=Y">Sign Up</a></p>
426
+ </div>
427
+ <div class="state-out">
428
+ <h2>Find Something You Like?</h2>
429
+ <p>As a member, you can save and organize your favorite recipes and more.</p>
430
+ <a rel="gh-t2-1" class="button" href="http://share.food.com/registration/register.esi" class="btn">Join Food.com</a>
431
+ </div>
432
+ </section>
433
+ </div>
434
+ <div class="dpdwn-col dpdwn-col-list">
435
+ <section class="dpdwn-mod">
436
+ <h3>Browse Recipes</h3>
437
+ <ul>
438
+ <li><i class="icon-circle"></i><a href="http://www.food.com/recipes/appetizers" rev="top_recipes" rel="gh-t2-2-1">Appetizers</a></li>
439
+ <li><i class="icon-circle"></i><a href="http://www.food.com/recipes/beverages" rev="top_recipes" rel="gh-t2-2-2">Beverages</a></li>
440
+ <li><i class="icon-circle"></i><a href="http://breakfast.food.com/" rev="top_recipes" rel="gh-t2-2-3">Breakfasts</a></li>
441
+ <li><i class="icon-circle"></i><a href="http://dessert.food.com" rev="top_recipes" rel="gh-t2-2-4">Desserts</a></li>
442
+ <li><i class="icon-circle"></i><a href="http://www.food.com/recipes/lunch" rev="top_recipes" rel="gh-t2-2-5">Lunch</a></li>
443
+ <li><i class="icon-circle"></i><a href="http://www.food.com/recipes/main-dish" rev="top_recipes" rel="gh-t2-2-6">Main Dishes</a></li>
444
+ <li><i class="icon-circle"></i><a href="http://www.food.com/recipes/side-dishes" rev="top_recipes" rel="gh-t2-2-7">Side Dishes</a></li>
445
+ </ul>
446
+ <p class="link-more"><a href="http://www.food.com/recipes">All Recipes &raquo;</a></p>
447
+ </section>
448
+ <section class="dpdwn-mod dpdwn-mod-sifter">
449
+ <h4>Browse by Ingredients, Nutrition &amp; More&hellip;</h4>
450
+ <button id="nav-sifter" class="button">Recipe Sifter</button>
451
+ </section>
452
+ </div>
453
+ </div>
454
+ </div>
455
+ <h4><a id="GH-NavTopRecipes" href="http://www.food.com/recipes" rel="gh-t2">Top Recipes</a><span></span></h4>
456
+ </li>
457
+ <li class="nav_holidays">
458
+ <div class="dpdwn">
459
+ <div class="dpdwn-content">
460
+ <div class="dpdwn-col">
461
+ <section class="dpdwn-mod">
462
+ <a rel="gh-t3-1-1" class="img" href="http://www.food.com/recipes/mothers-day?oc=holidays1"><img src="http://food.sndimg.com/img/recipes/12/92/50/thumbs/picfT8ZTL.jpg" alt="Mother's Day Recipes" /></a>
463
+ <div class="bd">
464
+ <h3 class="headline"><a rel="gh-t3-1-1" href="http://www.food.com/recipes/mothers-day?oc=holidays1">Mother's Day Recipes</a></h3>
465
+ <p>Start planning with these ideas for breakfast in bed, dinner and treats kids can make.</p>
466
+ </div>
467
+ </section>
468
+ <section class="dpdwn-mod">
469
+ <a rel="gh-t3-1-2" class="img" href="http://www.food.com/slideshow/15-fiesta-party-recipes-97?oc=holidays2"><img src="http://food.sndimg.com/img/slideshow/0097/thumbs/VMifd4.jpg" alt="Cinco de Mayo Party Picks" /></a>
470
+ <div class="bd">
471
+ <h3 class="headline"><a rel="gh-t3-1-2" href="http://www.food.com/slideshow/15-fiesta-party-recipes-97?oc=holidays2">Cinco de Mayo Party Picks</a></h3>
472
+ <p>Whip up a fiesta-ready spread that's as easy as uno-dos-tres.</p>
473
+ </div>
474
+ </section>
475
+ <section class="dpdwn-mod">
476
+ <p><strong>ALSO NEW:</strong> <a href="http://www.sndmktg.com/pages/foodcom/edfh/sign-up.php?source=2013_FC_FLYOUT">Join Our Food Holidays Newsletter!</a></p>
477
+ </section>
478
+ <section class="dpdwn-mod dpdwn-mod-var">
479
+ <div class="state-in">
480
+ <h2><a rel="gh-t3-1" href="http://mynewsletters.scrippsnetworks.com/?nlbrand=foodcom&mode=subscribe&source=2012_FC_FLYOUT&foodcom_news=Y">Find Something You Like?</a></h2>
481
+ <p>Join our free newsletter to get more recipes and tips each week.</p>
482
+ <p><a rel="gh-t3-1" class="button" href="http://mynewsletters.scrippsnetworks.com/?nlbrand=foodcom&mode=subscribe&source=2012_FC_FLYOUT&foodcom_news=Y">Sign Up</a></p>
483
+ </div>
484
+ <div class="state-out">
485
+ <h2>Become a FREE Member!</h2>
486
+ <p>As a member, you can save your favorite recipes, plan menus and more.</p>
487
+ <a rel="gh-t3-1" class="button" href="http://share.food.com/registration/register.esi" class="btn">Join Food.com</a>
488
+ </div>
489
+ </section>
490
+ </div>
491
+ <div class="dpdwn-col dpdwn-col-list">
492
+ <section class="dpdwn-mod">
493
+ <h3>More Holidays</h3>
494
+ <ul>
495
+ <li><i class="icon-circle"></i><a href="http://www.food.com/recipes/cinco-de-mayo" rev="holidays" rel="gh-t3-2-1">Cinco de Mayo Recipes</a></li>
496
+ <li><i class="icon-circle"></i><a href="http://www.food.com/recipes/brunch" rev="holidays" rel="gh-t3-2-2">Spring Brunch Recipes</a></li>
497
+ <li><i class="icon-circle"></i><a href="http://www.food.com/recipes/mothers-day" rev="holidays" rel="gh-t3-2-3">Mother's Day Recipes</a></li>
498
+ <li><i class="icon-circle"></i><a href="http://www.food.com/recipes/memorial-day" rev="holidays" rel="gh-t3-2-4">Memorial Day Recipes</a></li>
499
+ <li><i class="icon-circle"></i><a href="http://www.food.com/recipes/fathers-day" rev="holidays" rel="gh-t3-2-5">Father's Day</a></li>
500
+ <li><i class="icon-circle"></i><a href="http://www.food.com/recipes/independence-day" rev="holidays" rel="gh-t3-2-6">Independence Day Recipes</a></li>
501
+ <li><i class="icon-circle"></i><a href="http://www.food.com/recipes/labor-day" rev="holidays" rel="gh-t3-2-7">Labor Day</a></li>
502
+ <li><i class="icon-circle"></i><a href="http://www.food.com/recipes/halloween" rev="holidays" rel="gh-t3-2-8">Halloween</a></li>
503
+ <li><i class="icon-circle"></i><a href="http://thanksgiving.food.com" rev="holidays" rel="gh-t3-2-9">Thanksgiving</a></li>
504
+ <li><i class="icon-circle"></i><a href="http://christmas.food.com" rev="holidays" rel="gh-t3-2-10">Christmas</a></li>
505
+ </ul>
506
+ <p class="link-more"><a href="http://holidays.food.com">All Holidays &raquo;</a></p>
507
+ </section>
508
+ </div>
509
+ </div>
510
+ </div>
511
+ <h4><a id="GH-NavHolidays" href="http://holidays.food.com" rel="gh-t3">Holidays</a><span></span></h4>
512
+ </li>
513
+ <li class="nav_mealPlanning">
514
+ <div class="dpdwn">
515
+ <div class="dpdwn-content">
516
+ <div class="dpdwn-col">
517
+ <section class="dpdwn-mod">
518
+ <a rel="gh-t4-1-1" class="img" href="http://www.food.com/meal-planner"><img src="http://food.sndimg.com/2011/icon-mealplanner.png" alt="Try Our New Meal Planner" /></a>
519
+ <div class="bd">
520
+ <h3 class="headline"><a rel="gh-t4-1-1" href="http://www.food.com/meal-planner">Try Our New Meal Planner</a></h3>
521
+ <p>Schedule your whole week and create shopping lists, all in one place.</p>
522
+ </div>
523
+ </section>
524
+ <section class="dpdwn-mod">
525
+ <a rel="gh-t4-1-2" class="img" href="http://www.food.com/books/"><img src="http://food.sndimg.com/2011/icon-cookbook.png" alt="Create Your Own Cookbooks" /></a>
526
+ <div class="bd">
527
+ <h3 class="headline"><a rel="gh-t4-1-2" href="http://www.food.com/books/">Create Your Own Cookbooks</a></h3>
528
+ <p>Save and organize your favorite recipes into custom collections -- for FREE!</p>
529
+ </div>
530
+ </section>
531
+ <section class="dpdwn-mod">
532
+ <a rel="gh-t4-1-3" class="img" href="http://www.food.com/menu/"><img src="http://food.sndimg.com/2011/icon-menu.png" alt="Plan a Party Menu" /></a>
533
+ <div class="bd">
534
+ <h3 class="headline"><a rel="gh-t4-1-3" href="http://www.food.com/menu/">Plan a Party Menu</a></h3>
535
+ <p>Create a menu for your next event or browse others' for ideas.</p>
536
+ </div>
537
+ </section>
538
+ <section class="dpdwn-mod dpdwn-mod-var">
539
+ <div class="state-in">
540
+ <h2><a rel="gh-t4-1" href="http://mynewsletters.scrippsnetworks.com/?nlbrand=foodcom&mode=subscribe&source=2012_FC_FLYOUT&foodcom_news=Y">Want More From Food.com?</a></h2>
541
+ <p>Join our newsletter and get new recipes and cooking tips every week.</p>
542
+ <p><a rel="gh-t4-1" class="button" href="http://mynewsletters.scrippsnetworks.com/?nlbrand=foodcom&mode=subscribe&source=2012_FC_FLYOUT&foodcom_news=Y">Sign Up</a></p>
543
+ </div>
544
+ <div class="state-out">
545
+ <h2>Become a FREE Member!</h2>
546
+ <p>As a member, you can enjoy all our meal planning tools.</p>
547
+ <a rel="gh-t4-1" class="button" href="http://share.food.com/registration/register.esi" class="btn">Join Food.com</a>
548
+ </div>
549
+ </section>
550
+ </div>
551
+ </div>
552
+ </div>
553
+ <h4><a id="GH-NavMealPlanning" href="http://www.food.com/menu" rel="gh-t4">Meal Planning</a><span></span></h4>
554
+ </li>
555
+ <li class="nav_talkAndTips">
556
+ <div class="dpdwn">
557
+ <div class="dpdwn-content">
558
+ <div class="dpdwn-col">
559
+ <section class="dpdwn-mod">
560
+ <a rel="gh-t5-1-1" class="img" href="http://blog.food.com/happenings/2013/03/18/ready-set-cook-recipe-contest-the-winners/?oc=talk1"><img src="http://food.sndimg.com/img/recipes/49/49/72/thumbs/picG9YGH5.jpg" alt="Ready, Set, Cook Winners" /></a>
561
+ <div class="bd">
562
+ <h3 class="headline"><a rel="gh-t5-1-1" href="http://blog.food.com/happenings/2013/03/18/ready-set-cook-recipe-contest-the-winners/?oc=talk1">Ready, Set, Cook Winners</a></h3>
563
+ <p>We have our winners from the latest recipe contest. See who snagged our prizes!</p>
564
+ </div>
565
+ </section>
566
+ <section class="dpdwn-mod">
567
+ <a rel="gh-t5-1-2" class="img" href="http://www.food.com/bb/viewtopic.zsp?t=388970?oc=talk2"><img src="http://food.sndimg.com/img/upload/editorial/nophotos_thumb.jpg" alt="Recipes Without Photos Game" /></a>
568
+ <div class="bd">
569
+ <h3 class="headline"><a rel="gh-t5-1-2" href="http://www.food.com/bb/viewtopic.zsp?t=388970?oc=talk2">Recipes Without Photos Game</a></h3>
570
+ <p>Tag, make and shoot a new dish tonight and help our recipes look their best!</p>
571
+ </div>
572
+ </section>
573
+ <section class="dpdwn-mod">
574
+ <a rel="gh-t5-1-3" class="img" href="http://www.food.com/bb/viewforum.zsp?f=56?oc=talk3"><img src="http://food.sndimg.com/img/recipes/29/38/42/thumbs/pickZZng0.jpg" alt="Topic of the Month: Let's Stuff It!" /></a>
575
+ <div class="bd">
576
+ <h3 class="headline"><a rel="gh-t5-1-3" href="http://www.food.com/bb/viewforum.zsp?f=56?oc=talk3">Topic of the Month: Let's Stuff It!</a></h3>
577
+ <p>Veggies, eggs, meat, fruits and beyond &mdash; share all your favorite stuffed dishes.</p>
578
+ </div>
579
+ </section>
580
+ <section class="dpdwn-mod dpdwn-mod-var">
581
+ </section>
582
+ </div>
583
+ <div class="dpdwn-col dpdwn-col-list">
584
+ <section class="dpdwn-mod">
585
+ <h3>Popular Forums</h3>
586
+ <ul>
587
+ <li><i class="icon-circle"></i><a href="http://www.food.com/bb/viewforum.zsp?f=12" rev="talk_and_tips" rel="gh-t5-2-1">Contests & Events</a></li>
588
+ <li><i class="icon-circle"></i><a href="http://www.food.com/bb/viewforum.zsp?f=2" rev="talk_and_tips" rel="gh-t5-2-2">Cooking Q&A</a></li>
589
+ <li><i class="icon-circle"></i><a href="http://www.food.com/bb/viewforum.zsp?f=1" rev="talk_and_tips" rel="gh-t5-2-3">Recipe Requests</a></li>
590
+ <li><i class="icon-circle"></i><a href="http://www.food.com/bb/viewforum.zsp?f=72" rev="talk_and_tips" rel="gh-t5-2-4">Cooking Games with Friends</a></li>
591
+ <li><i class="icon-circle"></i><a href="http://www.food.com/bb/viewforum.zsp?f=18" rev="talk_and_tips" rel="gh-t5-2-5">Food Photos</a></li>
592
+ </ul>
593
+ <p class="link-more"><a href="http://www.food.com/bb/index.zsp">All Our Forums &raquo;</a></p>
594
+ </section>
595
+ <section class="dpdwn-mod">
596
+ <h3>More Community Info</h3>
597
+ <ul>
598
+ <li><i class="icon-circle"></i><a href="http://www.food.com/bb/viewtopic.zsp?t=390428" rev="talk_and_tips" rel="gh-t5-2-6">Community Calendar</a></li>
599
+ <li><i class="icon-circle"></i><a href="http://blog.food.com/happenings/" rev="talk_and_tips" rel="gh-t5-2-7">Food.com Happenings Blog</a></li>
600
+ <li><i class="icon-circle"></i><a href="http://www.food.com/bb/viewforum.zsp?f=4" rev="talk_and_tips" rel="gh-t5-2-8">Customer Support Forum</a></li>
601
+ <li><i class="icon-circle"></i><a href="http://www.food.com/about/contactus.zsp" rev="talk_and_tips" rel="gh-t5-2-9">Contact Us</a></li>
602
+ </ul>
603
+ </section>
604
+ </div>
605
+ </div>
606
+ </div>
607
+ <h4><a id="GH-NavTalkAndTips" href="http://www.food.com/communityforum.do" rel="gh-t5">Talk & Tips</a><span></span></h4>
608
+ </li>
609
+ <li class="nav_favs nav_nobtn">
610
+ <h4><a rel="gh-t6" href="http://www.food.com/quick-and-easy-dinners/home/package?oc=headerfav">Easy Dinners:</a></h4>
611
+ <p>
612
+ <a rel="gh-t7" href="http://www.food.com/recipes/salmon?oc=headerfav1">Salmon Recipes</a>, <a rel="gh-t8" href="http://www.food.com/slideshow/15-quick-easy-chicken-dinners-130?oc=headerfav2">Quick Chicken</a>
613
+ </p>
614
+ <script>function assetStats(){}</script>
615
+ <style>html #rz-w .recipe-tools .rz-bd .section.social-media a {float:none !important;}</style>
616
+ <style>.slideshow-page .jcarousel-container .jcarousel-prev-horizontal { top: 28px; position: absolute; }</style>
617
+ <script>(function(d){var g=Modernizr.touch?"touchstart":"click";SNI.RZ.CustomDropdown={dropdowns:{},domain:"",cookbooks:null,menus:null,flyout:null,sendToMobileEnabled:!0,errorMessage:"Oops... something went wrong",imgServer:SNI.Community.UR.imageServerUrl,errorLink:'<a href="#" class="error" onclick="return false;">'+this.errorMessage+"</a>",privateNoteText:"",init:function(a,c){c=d.extend({recipeId:0,handle:"dt a",body:"dd",close:"a.close",className:"custom-dd",actionHandle:"a",clickEvent:function(a){a.preventDefault();alert("Bind an event for click or touch to this action.")}},c);d(a).each(function(){SNI.RZ.CustomDropdown.build(d(this),c)})},build:function(a,c){var b=SNI.RZ.CustomDropdown,e={hide:function(f){if("object"==typeof f&&(f=d(f.target),!f.is(c.close)&&!f.is(c.handle)&&f.parents().is("."+c.className)))return!0;d(".flyout:visible").not(".doMore").hide();b.reset(a);b.removeFlyout();return!1},show:function(){b.bindActions(a,c);b.removeFlyout();b.reset(a);d(".flyout:visible").not(".doMore").hide();d(c.body,a).show();return!1}};a.data("flyout",e).addClass(c.className).find(c.handle).bind(g,e.show).delegate(g,c.close,e.hide).delegate(g,".close-button a",e.hide)},bindActions:function(a,c){var b=SNI.RZ.CustomDropdown,e=SNI.RZ.WebServices;b.dropdowns[a.context.id]||(0<c.actionHandle.length&&d(c.actionHandle).not(".close-button, small-button").bind(g,c.clickMethod),a.find("a.atc").bind(g,function(){return b.addToCookbookClick(a,c.recipeId)}),a.find("a.atm").bind(g,function(){return b.addToMenuClick(a,c.recipeId)}),a.find(".atsl a").bind(g,function(){e.addToShoppingList(c.recipeId,function(c){b.addToShoppingListCallback(a,c)});return!1}),a.find(".actf a").bind(g,function(){e.addChefToFavorites(c.chefId,function(c){b.addChefToFavoritesCallback(a,c)});return!1}),a.find(".stmp a").bind(g,function(){e.sendToMobilePhone(c.recipeId,function(c){b.sendToMobilePhoneCallback(a,c)});return!1}),b.dropdowns[a.context.id]=!0)},getCookbooksCallback:function(a,c,b){var e=SNI.RZ.CustomDropdown;SNI.Omniture.ClickTrackFire("#addtocb","SAVE THIS RECIPE");!1===c?e.addTempLinkToDropdown(a,".atc",e.errorLink):(e.cookbooks=c,e.flyout=d(e.cookbookFlyoutHtml()),e.bindCookbookFlyoutActions(a,e.cookbooks,b,e.flyout),a.find("dd.fly-dd").replaceWith(e.flyout),e.flyout.show())},cookbookFlyoutHtml:function(){return SNI.RZ.CustomDropdown.createFlyoutHtml("Choose Cookbook","Create Cookbook","Name of Cookbook")},createFlyoutHtml:function(a,c,b){return'<dd class="flyout fly-dd"> <div class="fly-hd"></div> <div class="fly-bd"> <a class="close"></a>'+(" <h3>"+a+"</h3>")+' <ul class="fly-ul"></ul> <div class="action clrfix">'+(' <a href="#" class="create">+ '+c+"</a>")+' <form action="" method="post" class="cc" style="display: none;"> <div class="input-text">'+(' <span><input type="text" value="'+b+'" class="text" /></span>')+' </div> <a href="#" class="small-button"><span>Create</span></a> </form> </div> </div> <div class="fly-ft"></div></dd>'},loadingFlyoutHtml:function(a,c){var b;b=""+('<dl class="'+(c||"fsm")+'">')+' <dt class="fly-dt"> <a><i class="icon-remove-circle"></i></a> </dt> <dd class="flyout fly-dd"> <div class="fly-hd"></div> <div class="fly-bd"> <a class="close"><i class="icon-remove-circle"></i></a>';a&&(b+="<h3>"+a+"</h3>");return b+' <div class="loading"><i class="icon-spinner icon-spin"></i></div> </div> <div class="fly-ft"></div> </dd></dl>'},bindCookbookFlyoutActions:function(a,c,b,e){var f=SNI.RZ.CustomDropdown,h=SNI.RZ.WebServices,j=e.find(".fly-ul"),i=String(b).match(/rz./)?!0:!1;debug_message("testing for private"+(i?"true":"false"));d.each(c,function(a,b){(i&&b["public"].match(/no/)||!i)&&j.append('<li class="fly-li"><a href="#" id="'+b.id+'" data-id="'+b.id+'">'+b.name+"</a></li>")});f.bindAddToCookbook(j.find("a"),b);d("a.close",e).bind(g,function(){d(this).parents(".fly-dd").hide()});var o=e.find("a.create").bind(g,function(){d(this).hide().next("form").show();return!1}),k=o.next("form"),m=k.find("input");SNI.Util.inputField(m,"Name of cookbook");k.find("a").bind(g,function(){var c=m.val(),e=d(this),i=d("<img/>").attr({src:SNI.Community.UR.imageServerUrl+"/2010/se/rz-loader-16x16.gif"}).css({display:"inline-block",margin:"3px 10px -3px 0","float":"right",border:"1px solid #e9e9e9"});e.hide().after(i);k.prev(".error-msg").remove();h.createCookbook(c,function(h){if("object"==typeof h){var l={};l[h.id]=h;f.cookbooks=d.extend(l,f.cookbooks);h=d('<li class="fly-li"><a href="#" id="'+h.id+'" data-id="'+h.id+'">'+c+"</a></li>");l=h.find("a");f.bindAddToCookbook(l,b);j.prepend(h);l.trigger(g);var n=d('<div class="success-msg">Cookbook Added!</div>');i.remove();e.show();k.hide();k.before(n);m.val("Name of cookbook");setTimeout(function(){n.fadeOut("slow",function(){o.show();n.remove()})},2E3);8<=j.find("li.fly-li").length&&a.removeClass("noscroll")}else k.before('<div class="error-msg">'+h+"</div>")});d(this).blur();return!1});a.removeClass("noscroll")},addToCookbookClick:function(a,c){var b=SNI.RZ.CustomDropdown,d=SNI.RZ.WebServices;null===b.cookbooks?d.getCookbooks(function(d){b.getCookbooksCallback(a,d,c)}):b.getCookbooksCallback(a,b.cookbooks,c);return!1},bindAddToCookbook:function(a,c){var b=SNI.RZ.CustomDropdown,e=SNI.RZ.WebServices;a.bind(g,function(){var a=d(this);a.prepend(d("<img/>").attr({src:SNI.Community.UR.imageServerUrl+"/2010/se/rz-loader-16x16.gif"}).css({display:"inline-block",position:"relative"}));var g=d(this).attr("data-id"),j=a.parent("li");e.addToCookbook(g,c,function(a){b.addToCookbookCallback(j,g,a)});return!1})},addToCookbookCallback:function(a,c,b){c=SNI.RZ.CustomDropdown.errorLink;b&&(c='<a href="'+SNI.RZ.CustomDropdown.getSeoUrl(d(b))+'"><strong>Recipe Saved!</strong> <span>View Cookbook</span></a>');a.html(c)},addToCookbookLink:function(a,c){var b=SNI.RZ.CustomDropdown,e=d(a),f=d(b.loadingFlyoutHtml("Add to Cookbook"));b.init(f,{});e.after(f).bind(g,function(){d(".fly-dd:visible").hide();f.find(".fly-dd").show();b.addToCookbookClick(f,c);return!1})},getMenusCallback:function(a,c,b){var e=SNI.RZ.CustomDropdown;SNI.Omniture.ClickTrackFire("#addtomn","SAVE THIS RECIPE");!1===c?e.addTempLinkToDropdown(a,".atm",e.errorLink):(e.menus=c,e.flyout=d(e.menuFlyoutHtml()),e.bindMenuFlyoutActions(a,e.menus,b,e.flyout),d(".fly-dd:visible").hide(),a.find("dd.fly-dd").replaceWith(e.flyout),e.flyout.show())},menuFlyoutHtml:function(){return SNI.RZ.CustomDropdown.createFlyoutHtml("Choose Menu","Create Menu","Name of Menu")},bindMenuFlyoutActions:function(a,c,b,e){var f=SNI.RZ.CustomDropdown,h=SNI.RZ.WebServices,j=e.find(".fly-ul"),i=String(b).match(/rz./)?!0:!1;debug_message("testing for private"+(i?"true":"false"));d.each(c,function(a,b){(i&&b["public"].match(/no/)||!i)&&j.append('<li class="fly-li"><a href="#" id="'+b.id+'" data-id="'+b.id+'">'+b.name+"</a></li>")});f.bindAddToMenu(j.find("a"),b);d("a.close",e).bind(g,function(){e.hide()});var o=e.find("a.create").bind(g,function(){d(this).hide().next("form").show();return!1}),k=o.next("form"),m=k.find("input");SNI.Util.inputField(m,"Name of menu");k.find("a").bind(g,function(){var c=m.val(),e=d(this),i=d("<img/>").attr({src:SNI.Community.UR.imageServerUrl+"/2010/se/rz-loader-16x16.gif"}).css({display:"inline-block",margin:"3px 10px -3px 0","float":"right",border:"1px solid #e9e9e9"});e.hide().after(i);k.prev(".error-msg").remove();h.createMenu(c,function(h){if("object"==typeof h){var l={};l[h.id]=h;f.menus=d.extend(l,f.menus);h=d('<li class="fly-li"><a href="#" id="'+h.id+'" data-id="'+h.id+'">'+c+"</a></li>");l=h.find("a");f.bindAddToMenu(l,b);j.prepend(h);l.trigger(g);var n=d('<div class="success-msg">Menu Added!</div>');k.hide();k.before(n);m.val("Name of menu");i.remove();e.show();setTimeout(function(){n.fadeOut("slow",function(){o.show();n.remove()})},2E3);8<=j.find("li.fly-li").length&&a.removeClass("noscroll")}else k.before('<div class="error-msg">'+h+"</div>")});return!1})},addToMenuClick:function(a,c){var b=SNI.RZ.CustomDropdown,d=SNI.RZ.WebServices;null===b.menus?d.getMenus(function(d){debug_message("if");b.getMenusCallback(a,d,c)}):(debug_message("else"),b.getMenusCallback(a,b.menus,c));return!1},bindAddToMenu:function(a,c){var b=SNI.RZ.CustomDropdown,e=SNI.RZ.WebServices;a.bind(g,function(){var a=d(this);a.prepend(d("<img/>").attr({src:SNI.Community.UR.imageServerUrl+"/2010/se/rz-loader-16x16.gif"}).css({display:"inline-block",position:"relative"}));var g=d(this).attr("data-id"),j=a.parent("li");e.addToMenu(g,c,function(a){b.addToMenuCallback(j,g,a)});return!1})},addToMenuCallback:function(a,c,b){c=SNI.RZ.CustomDropdown;b=!1===b?c.errorLink:'<a href="'+d(b).find("seourl:first").text()+'"><strong>Recipe Saved!</strong> <span>View Menu</span></a>';a.html(b)},addToMenuLink:function(a,c){var b=SNI.RZ.CustomDropdown,e=d(a),f=d(b.loadingFlyoutHtml());b.init(f,{});e.after(f);e.bind(g,function(){f.find(".fly-dt a").trigger(g);return b.addToMenuClick(f,c)})},addToShoppingListCallback:function(a,c){var b=SNI.RZ.CustomDropdown;b.addTempLinkToDropdown(a,".atsl",!1===c?b.errorLink:'<a href="'+(SNI.RZ.globalServerURL+"/myshopcart")+'"><strong>Recipe Added!</strong> <span>View Shopping List</span></a>')},addChefToFavoritesCallback:function(a,c){var b=SNI.RZ.CustomDropdown;b.addTempLinkToDropdown(a,".actf",!1===c?b.errorLink:'<a href="'+(b.domain+"members/favorites.php")+'"><strong>Chef Added!</strong> <span>View Favorites</span></a>')},addToShoppingListLink:function(a,c){var b=SNI.RZ.CustomDropdown,e=SNI.RZ.WebServices,f=d(a),h=d(b.loadingFlyoutHtml("My Shopping List"));b.init(h,{});f.after(h);f.bind(g,function(){h.find(".fly-dt a").trigger(g);e.addToShoppingList(c,function(a){!1===a?a='<div class="error-msg">'+b.errorMessage+"</div>":(SNI.Omniture.ClickTrackFire("#addtosl","SAVE THIS RECIPE"),a=SNI.RZ.globalServerURL+"/myshopcart",a='<div class="success-msg">Ingredients Added to Shopping List<br />'+('<a href="'+a+'">Go to Shopping List</a>')+"</div>");h.find(".loading").replaceWith(a+'<div class="close-button clrfix"><a class="small-button"><span>Close</span></a></div>');h.find("a.small-button span").bind(g,function(){d(this).parents(".fly-dd").hide()})});return!1})},sendToMobilePhoneCallback:function(a,c){var b=SNI.RZ.CustomDropdown;debug_message(d.param(c));SNI.RZ.CustomDropdown.sendToMobileEnabled?!1===c?(window.location.href=SNI.Community.UR.globalUserSettingsUrl,link="Redirecting to your Settings..."):link='<a href="#" onclick="return false;" style="color: #000;"><strong>Message Sent!</strong></a>':link='<a href="#" onclick="return false;" style="color: #000;"><strong>We are working to improve this feature. Please check back soon.</strong></a>';b.addTempLinkToDropdown(a,".stmp",link)},addEventToElement:function(a,c,b){var e=SNI.RZ.CustomDropdown,f=d(a),h=d(e.loadingFlyoutHtml("Send to Cell Phone.")),a=function(a){a.preventDefault();d(".recipe-tools .fly-dd").hide();d(".success-msg, .error-msg",h).replaceWith(d('<div class="loading"><i class="icon-spinner icon-spin"></i></div>'))};h.find("a.close").bind(g,a);var j=d("<div></div>"),a=d("<a></a>").addClass("small-button").append(d("<span>Close</span>")).bind(g,a);d("<div></div>").addClass("close-button clrfix").append(a);var i=d.extend(!0,{name:"Custom Dropdown",method:null,requireSession:!1,message:{success:"Success!",error:"Error!"},url:{success:null,error:null}},b);e.init(h,{});f.after(h);f.bind(g,function(a){a.preventDefault();SNI.Omniture.ClickTrackFire(f.attr("id"),i.name);h.find("dd").show();i.method&&i.method(c,function(a){a?(j.addClass("success-msg").text(i.message.success),i.url.success&&(window.location=i.url.success)):(j.addClass("error-msg").text(i.message.error),i.url.error&&(window.location=i.url.error));d(".loading",h).replaceWith(j)})})},sendToMobilePhoneLink:function(a,c){SNI.RZ.CustomDropdown.addEventToElement(a,c,{name:"SHARE THIS RECIPE",method:SNI.RZ.WebServices.sendToMobilePhone,requireSession:!0,message:{success:"Message Sent to Phone.",error:"Redirecting to your Settings..."},url:{error:SNI.Community.UR.globalUserSettingsUrl}})},addChefToFavoritesLink:function(a,c){var b=SNI.RZ.CustomDropdown,e=SNI.RZ.WebServices,f=d(a),h=d(b.loadingFlyoutHtml("Favorite This Chef"));b.init(h,{});f.after(h);f.bind(g,function(){h.find(".fly-dt a").trigger(g);e.addChefToFavorites(c,function(a){a=!1===a?'<div class="error-msg">'+b.errorMessage+"</div>":'<div class="success">Chef Added to Favorites</div>';h.find(".loading").replaceWith(a+'<div class="close-button clrfix"><a class="small-button"><span>Close</span></a></div>')});return!1})},addPrivateNoteLink:function(a,c){var b=SNI.RZ.CustomDropdown,e=d(a),f=d(b.loadingFlyoutHtml("Add Private Note","flg"));b.init(f,{});f.find(".loading").replaceWith('<form action="/recipe/note?rid='+c+'" method="post" class="dd-form"><p>ONLY YOU see your private notes, and they print with the recipe.</p><div class="rz-ua-text-area"><textarea id="private_text" name="text" onkeyup="textCounter(this.form.text, this.form.remLen,2000);" onkeydown="textCounter(this.form.text, this.form.remLen,2000);"></textarea></div><span class="outof">You have <input type="text" readonly="" maxlength="3" size="3" value="2000" id="remLen" name="remLen" style="border: 0px solid #000000"> characters remaining.</span><div class="buttons"><a class="small-button" id="addPrivateNote" rel="rt-3"><span>Add Private Note</span></a> or <a href="#" class="cancel">Cancel</a></div></form>');f.find("span").bind(g,function(){f.find("form").submit();return!1});d("a.cancel",f).bind(g,function(){d("a.close",f).trigger(g);return!1});e.after(f);e.bind(g,function(){SNI.Omniture.ClickTrackFire("#addpnote","RECIPE TOOLS");if(!SNI.Community.UR.logged_in)return SNI.RZ.WebServices.login(),!1;d(".fly-dt a",f).trigger(g);return!1});d("#private_text").text(d("#private_text_hid").attr("value"))},editPrivateNoteLink:function(a,c){var b=SNI.RZ.CustomDropdown,e=d(a),f=d(b.loadingFlyoutHtml("Add Private Note","flg"));b.init(f,{});f.find(".loading").replaceWith('<form action="/recipe/note?rid='+c+'" method="post" class="dd-form"><p>ONLY YOU see your private notes, and they print with the recipe.</p><div class="rz-ua-text-area"><textarea id="private_text" name="text" onkeyup="textCounter(this.form.text, this.form.remLen,2000);" onkeydown="textCounter(this.form.text, this.form.remLen,2000);"></textarea></div><span class="outof">You have <input type="text" readonly="" maxlength="3" size="3" value="2000" id="remLen" name="remLen" style="border: 0px solid #000000"> characters remaining.</span><div class="buttons clrfix"><a class="small-button" id="addPrivateNote" rel="rt-3"><span>Edit Private Note</span></a> <span class="addor">or <a href="#" class="cancel">Cancel</a></span></div></form>');f.find("span").bind(g,function(){f.find("form").submit();return!1});d("a.cancel",f).bind(g,function(){d("a.close",f).trigger(g);return!1});e.after(f);e.bind(g,function(){if(!SNI.Community.UR.logged_in)return SNI.RZ.WebServices.login(),!1;d(".fly-dt a",f).trigger(g);return!1});d("#private_text").text(d("#private_text_hid").attr("value"))},shareThisLink:function(a){var c=SNI.RZ.CustomDropdown,a=d(a),b=d(c.loadingFlyoutHtml("Share On","fxsm"));c.init(b,{});b.find(".loading").replaceWith('<ul class="fly-ul"><li class="fly-li facebook"><a href="#" id="linktosocialf">Facebook</a></li><li class="fly-li twitter"><a href="#" id="linktosocialt">Twitter</a></li><li class="fly-li myspace"><a href="#" id="linktosocialm">MySpace</a></li></ul>');b.find(".facebook a").bind(g,function(){var a=encodeURIComponent(d("title").text()),b=encodeURIComponent(window.location.href);SNI.Omniture.ClickTrackFire("#linktosocialf","Recipe Share : Facebook");window.open("http://www.facebook.com/sharer.php?t="+a+"&u="+b);return!1});b.find(".twitter a").bind(g,function(){var a=encodeURIComponent(d("title").text()),b=encodeURIComponent(window.location.href);SNI.Omniture.ClickTrackFire("#linktosocialt","Recipe Share : Twitter");window.open("http://twitter.com/home?status="+a+" - "+b);return!1});b.find(".myspace a").bind(g,function(){var a=encodeURIComponent(d("title").text()),b=encodeURIComponent(window.location.href);SNI.Omniture.ClickTrackFire("#linktosocialm","Recipe Share : Myspace");window.open("http://www.myspace.com/index.cfm?fuseaction=postto&l=&t="+a+"&u="+b);return!1});a.after(b);a.bind(g,function(){b.find(".fly-dt a").trigger(g);return!1})},removeFlyout:function(){var a=SNI.RZ.CustomDropdown;null!==a.flyout&&(a.flyout.remove(),a.flyout=null)},addTempLinkToDropdown:function(a,c,b){d(c,a).hide().after('<li class="fly-li temp">'+b+"</li>")},reset:function(a){a.find(".temp").remove();a.find(".fly-li").show()},addToRecipeLinks:function(a){var c=SNI.RZ.CustomDropdown;c.addToCookbookLink("#add-to-cb a",a);c.addToMenuLink("#add-to-m a",a);c.addToShoppingListLink("#add-to-sl a",a);c.sendToMobilePhoneLink("#send-to-p a",a);c.addPrivateNoteLink("#add-note a",a);c.editPrivateNoteLink("#edit-note a",a)},getSeoUrl:function(a){return a.find("seourl:first").text()||SNI.RZ.globalServerURL+"/cookbook.php?bookid=1"}};d(document).ready(function(){d(".flyout a.close").bind(g,function(){d(this).closest(".flyout").hide()})})})(jQuery);</script>
618
+ </li>
619
+ </ul>
620
+ <div id="rz-sifter" class="no-btm-brdr">
621
+ <div class="rz-sifter-hd">
622
+ <h2>Recipe Sifter</h2>
623
+ <span title="Close Sifter" class="rz-sifter-close">X</span>
624
+ </div>
625
+ <div id="rz-sifter-wrap">
626
+ <div class="rz-w">
627
+ <ul id="the-sifter">
628
+ <li id="start-here" class="sifter">
629
+ <h6>Start Here</h6>
630
+ <ul class="sift_options default">
631
+ <li class="root" id="course" label="course">
632
+ <strong>Course</strong>
633
+ <span>
634
+ <!-- -->
635
+ </span>
636
+ </li>
637
+ <li class="root" id="mainingredient" label="main ingredient">
638
+ <strong>Main Ingredient</strong>
639
+ <span>
640
+ <!-- -->
641
+ </span>
642
+ </li>
643
+ <li class="root" id="cuisine" label="cuisine">
644
+ <strong>Cuisine</strong>
645
+ <span>
646
+ <!-- -->
647
+ </span>
648
+ </li>
649
+ <li class="root" id="preparation" label="preparation" >
650
+ <strong>Preparation</strong>
651
+ <span>
652
+ <!-- -->
653
+ </span>
654
+ </li>
655
+ <li class="root" id="occasion" label="occasion">
656
+ <strong>Occasion</strong>
657
+ <span>
658
+ <!-- -->
659
+ </span>
660
+ </li>
661
+ <li class="root" id="dietary" label="dietary">
662
+ <strong>Diet</strong>
663
+ <span>
664
+ <!-- -->
665
+ </span>
666
+ </li>
667
+ <li class="root" id="ingredient_search" label="Filter by Ingredient">
668
+ <strong>Filter by Ingredient</strong>
669
+ <span>
670
+ <!-- -->
671
+ </span>
672
+ </li>
673
+ <li class="root" id="nutrition" label="nutrition">
674
+ <strong>Nutrition</strong>
675
+ <span>
676
+ <!-- -->
677
+ </span>
678
+ </li>
679
+ </ul>
680
+ </li>
681
+ </ul>
682
+ <div id="sifter-start-here" class="sifter-getting-started">
683
+ <span class="pointer"></span>
684
+ <strong>1</strong>
685
+ <p>Select (<span class="check_sym"></span>) or exclude (<span class="exclude_sym"></span>) categories to narrow your recipe search.</p>
686
+ </div>
687
+ <div id="sifter-check-here" class="sifter-getting-started">
688
+ <span class="pointer"></span>
689
+ <strong>2</strong>
690
+ <p>As you select categories, the number of matching recipes will update.</p>
691
+ </div>
692
+ </div>
693
+ <div class="rz-e">
694
+ <div id="sifter-results">
695
+ <div id="sifter-results-inner">
696
+ <h5 id="sifter-selections-hd" class="clrfix"><strong>Make some selections to begin narrowing your results.</strong></h5>
697
+ <div id="sifter-selections">
698
+ <ul>
699
+ </ul>
700
+ </div>
701
+ <div id="sifter-total"><a href="#" rel="header" class="">Get&nbsp;<em> </em>&nbsp;Recipes</a></div>
702
+ </div>
703
+ </div>
704
+ </div>
705
+ </div>
706
+ </div>
707
+ <div id="hidden-sifter-content">
708
+ <div id="hidden_ingredient_search">
709
+ <div id="ing_search_wrap">
710
+ <form id="ing_search">
711
+ <div id="ing_search_field"><input type="text" id="search" /></div>
712
+ <button id="ingredient_search_button"> </button>
713
+ </form>
714
+ </div>
715
+ </div>
716
+ <div id="hidden_nutrition" >
717
+ <li id="cal" class="nutrition"><strong>Calories</strong> <span></span></li>
718
+ <li class="no_action">
719
+ <em>Amount per serving</em>
720
+ <ol>
721
+ <li id="totfat" class="nutrition"><strong>Total Fat</strong> <span></span></li>
722
+ <li id="fatsat" class="nutrition"><strong>Saturated Fat</strong> <span> </span> </li>
723
+ <li id="fatpunsat" class="nutrition"><strong>Polyunsat. Fat</strong> <span></span> </li>
724
+ <li id="fatmunsat" class="nutrition"><strong>Monounsat. Fat</strong> <span></span></li>
725
+ <li id="fattrans" class="nutrition"><strong>Trans Fat</strong><span></span></li>
726
+ </ol>
727
+ </li>
728
+ <li id="chol" class="nutrition"><strong>Cholesterol</strong><span></span></li>
729
+ <li id="sod" class="nutrition"><strong>Sodium</strong><span></span></li>
730
+ <li id="pot" class="nutrition"><strong>Potassium</strong><span></span></li>
731
+ <li id="total_carbohydrates" class="no_action">
732
+ <em>Total Carbohydrates</em>
733
+ <ol>
734
+ <li id="dfib" class="nutrition"><strong>Dietary Fiber</strong><span></span></li>
735
+ <li id="sug" class="nutrition"><strong>Sugars</strong><span></span></li>
736
+ </ol>
737
+ </li>
738
+ <li id="protein" class="nutrition"><strong>Protein</strong> <span></span></li>
739
+ <li id="vita" class="nutrition"><strong>Vitamin A</strong> <span></span></li>
740
+ <li id="vitb6" class="nutrition"><strong>Vitamin B6</strong> <span></span></li>
741
+ <li id="vitb12" class="nutrition"><strong>Vitamin B12</strong> <span></span></li>
742
+ <li id="vitc" class="nutrition"><strong>Vitamin C</strong> <span></span></li>
743
+ <li id="calcium" class="nutrition"><strong>Calcium</strong> <span></span></li>
744
+ <li id="iron" class="nutrition"><strong>Iron</strong> <span></span></li>
745
+ <li id="vite" class="nutrition"><strong>Vitamin E</strong> <span></span></li>
746
+ <li id="mag" class="nutrition"><strong>Magnesium</strong> <span></span></li>
747
+ <li id="alc" class="nutrition"><strong>Alcohol</strong> <span></span></li>
748
+ <li id="caff" class="nutrition"><strong>Caffeine</strong> <span></span></li>
749
+ </div>
750
+ </div>
751
+ <div id="rz-sifter-tooltip">
752
+ <div class="bd">
753
+ <p>Find exactly what you're looking for with the web's most powerful recipe filtering tool.</p>
754
+ </div>
755
+ </div>
756
+ <!--<script type="text/javascript" charset="utf-8">
757
+ if (typeof userInfo != "undefined") {
758
+ SNI.Community.UR.ViewingUserDisplayName = userInfo.userDisplayName;
759
+ SNI.Community.UR.ViewingUserName = userInfo.userName;
760
+ SNI.Community.UR.ViewingUserPostalCode = userInfo.postalCode;
761
+ SNI.Community.UR.ViewingUserState = userInfo.state;
762
+ SNI.Community.UR.ViewingUserCountry = userInfo.country;
763
+ SNI.Community.UR.ViewingMemberId = userInfo.memberId;
764
+ SNI.Community.UR.logged_in=true;
765
+ }
766
+
767
+ </script>-->
768
+ </div>
769
+ </div>
770
+ <input type="hidden" id="globalAssetId" value="103215"></input>
771
+ <input type="hidden" id="globalAssetType" value="1"></input>
772
+ <!-- recipe.Comments = com.recipezaar.common.vo.CommentsVO@1897755 -->
773
+ <link rel="stylesheet" href="http://food.sndimg.com/css/photobox.css">
774
+ <div id="site-wrapper" class="recipe-details">
775
+ <div id="rz-bc" class="clrfix">
776
+ <div id="rz-breadcrumb">You are in:
777
+ <a href="http://www.food.com">Home</a> /
778
+ <a href="http://www.food.com/recipes/">Recipes</a> /
779
+ Panda Express Orange Chicken Recipe
780
+ </div>
781
+ <div id="rz-sitemap">Lost? <a href="http://www.food.com/sitemap.do">Site Map</a></div>
782
+ </div>
783
+ <div class="ad pushdown" id="pushdown">
784
+ <script type="text/javascript">PushdownAd();</script>
785
+ </div>
786
+ <div id="rz-bd" class="clrfix recipe-detail-page" itemscope itemtype="http://schema.org/Recipe">
787
+ <span itemprop="url" style="display:none">http://www.food.com/recipe/panda-express-orange-chicken-103215</span>
788
+ <div id="rz-lead" class="recipe-info-page clrfix tabby">
789
+ <div class="leady-hd rz-rec clrfix">
790
+ <span class="item">
791
+ <h1 class="fn" itemprop="name">Panda Express Orange Chicken</h1>
792
+ </span>
793
+ <div class="recipe-user">
794
+ <a href="http://share.food.com/community/flume027/style.esi?member_id=129217"><img src="http://picklemedia1.scrippsnetworks.com/pickle_media1/media/rz_migration/12/Photo_Video_129217_square.gif" alt="" width="48" height="48" /></a>
795
+ <div class="user-info clrfix">
796
+ <div class="usernameflyout clrfix">
797
+ <p class="un">
798
+ By
799
+ <span class="author ">
800
+ <a class="url fn" href="http://share.food.com/community/flume027/style.esi?member_id=129217"><span itemprop="author">flume027</span></a>
801
+ </span>
802
+ </p>
803
+ <dl id="userflyoutLead1" class="fsm custom-dd">
804
+ <dt class="user-click"><a><span></span></a></dt>
805
+ <dd class="flyout fly-dd" id="userFlyout">
806
+ <div class="fly-hd"></div>
807
+ <div class="fly-bd">
808
+ <a class="close"></a>
809
+ <h3>Select One</h3>
810
+ <ul class="fly-ul">
811
+ <li class="fly-li"><a href="http://www.food.com/mail/compose?to=129217" class="contact_this_chef">Contact This Chef</a></li>
812
+ <li class="fly-li"><a href="http://share.food.com/community/flume027/style.esi?member_id=129217">Chef's Page</a></li>
813
+ <li class="fly-li"><a href="http://www.food.com/recipes.php?chef=129217">Chef's Recipes</a></li>
814
+ <li class="fly-li"><a href="http://share.food.com/community/flume027/portfolio.esi?member_id=129217">Chef's Photos</a></li>
815
+ <li class="fly-li"><a href="http://share.food.com/community/flume027/reviews.esi?member_id=129217">Chef's Reviews</a></li>
816
+ <li class="fly-li"><a href="http://www.food.com/cookbooks.php?mid=129217">Chef's Cookbooks</a></li>
817
+ <li class="fly-li"><a href="http://www.food.com/menus.php?owner=129217">Chef's Menus</a></li>
818
+ <li class="fly-li"><a href="javascript:void(0);" class="add_chef_to_favorites" id="favorite_chef_129217">Add to Favorites </a></li>
819
+ </ul>
820
+ </div>
821
+ <div class="fly-ft"></div>
822
+ </dd>
823
+ </dl>
824
+ </div>
825
+ <div class="addedwhen clrfix">
826
+ <p>
827
+ Added
828
+ <meta itemprop="datePublished" content="November 02, 2004">
829
+ November 02, 2004 | Recipe #103215
830
+ </p>
831
+ </div>
832
+ <div>
833
+ <p class="recipe-cats">
834
+ Categories:
835
+ <a href="http://www.food.com/recipes/main-dish"><span itemprop="recipeCategory">Main dish</span></a>
836
+ <a href="http://www.food.com/recipes/chicken"><span itemprop="recipeCategory">Chicken</span></a>
837
+ <a href="http://www.food.com/recipes/oranges"><span itemprop="recipeCategory">Oranges</span></a>
838
+ </p>
839
+ <div class="recipeMoreLink rzMoreTrigger">
840
+ <a href="#" class="more">More<em></em></a>
841
+ <div class="more-tags" style="top: 10px; left: 0px; display: none;">
842
+ <div class="hd"></div>
843
+ <div class="bd">
844
+ <ul id="recipe-filedin">
845
+ <li><a href="http://www.food.com/recipes/poultry"><span itemprop="recipeCategory">Poultry</span></a></li>
846
+ <li><a href="http://www.food.com/recipes/citrus"><span itemprop="recipeCategory">Citrus</span></a></li>
847
+ <li><a href="http://www.food.com/recipes/fruit"><span itemprop="recipeCategory">Fruit</span></a></li>
848
+ <li><a href="http://www.food.com/recipes/meat"><span itemprop="recipeCategory">Meat</span></a></li>
849
+ <li><a href="http://www.food.com/recipes/asian"><span itemprop="recipeCategory">Asian</span></a></li>
850
+ <li><a href="http://Restaurant.food.com/"><span itemprop="recipeCategory">Copycat</span></a></li>
851
+ <li><a href="http://www.food.com/recipes/novelty"><span itemprop="recipeCategory">Novelty</span></a></li>
852
+ <li><a href="http://www.food.com/recipes/60-minutes-or-less"><span itemprop="recipeCategory">< 60 mins</span></a></li>
853
+ <li><a href="http://www.food.com/recipes/time-to-make"><span itemprop="recipeCategory">Time to make</span></a></li>
854
+ </ul>
855
+ </div>
856
+ <div class="ft"></div>
857
+ </div>
858
+ </div>
859
+ <script type="text/javascript" charset="utf-8">
860
+ try { SNI.RZ.Recipe.Intro.init(); } catch(e) {}
861
+ </script>
862
+ </div>
863
+ </div>
864
+ </div>
865
+ <ul class="menu button-nav">
866
+ <li>
867
+ <a href="http://www.food.com/recipe/panda-express-orange-chicken-103215" class="selected" ><span>Recipe</span></a>
868
+ </li>
869
+ <li>
870
+ <a href="http://www.food.com/recipe/panda-express-orange-chicken-103215/review" ><span>Ratings &amp; Reviews<em>(285)</em></span></a>
871
+ </li>
872
+ <li class="tab-photos">
873
+ <a data-slidepos="0" href="http://www.food.com/recipe/panda-express-orange-chicken-103215/photo" ><span>Photos<em>(35)</em></span></a>
874
+ </li>
875
+ </ul>
876
+ <!-- recipe_tabs.Comments = com.recipezaar.common.vo.CommentsVO@1897755 -->
877
+ <div class="pod sponsor" id="sponsor_ad_div_id" style="display:none;">
878
+ <small>Sponsored by:</small><em></em>
879
+ <script type="text/javascript">try{MultiLogoAd('LOGO',1);}catch(e){}</script>
880
+ </div>
881
+ <script type="text/javascript">
882
+ if( document.getElementById('sponsor_ad_div_id').innerHTML.indexOf("1x1.gif")==-1 && (document.getElementById('sponsor_ad_div_id').innerHTML.indexOf("img")!=-1 || document.getElementById('sponsor_ad_div_id').innerHTML.indexOf("IMG")!=-1 ) )
883
+ {
884
+ document.getElementById('sponsor_ad_div_id').style.display ="block";
885
+ document.getElementsByTagName('h1')[0].style.width = "455px";
886
+ }
887
+ </script>
888
+ </div>
889
+ </div>
890
+ <!-- /#rz-lead -->
891
+ <div id="rz-main">
892
+ <div id="rz-w">
893
+ <div class="pod recipe-item clrfix">
894
+ <div class="recipe-photo rz-w">
895
+ <!--
896
+ NOTE TO DEV TEAM!
897
+ To match formatting of different image sizes - the image height and width need to be added as inline CSS on the following DIV
898
+ //-->
899
+ <div class="recipe-photo-bd bd">
900
+ <div id="enlrphoto" class="imgCont">
901
+ <div data-slidepos="0" style="cursor:pointer" class="open"></div>
902
+ <img id="i242345" class="smallPageImage photo" itemprop="image" src="http://food.sndimg.com/img/recipes/10/32/15/large/picwNSGHq.jpg" title="Panda Express Orange Chicken. Photo by swingncocoa" alt="Panda Express Orange Chicken. Photo by swingncocoa">
903
+ <div class="photolink">
904
+ <p>Photo by <a class="ellipsis" href="http://share.food.com/community/swingncocoa/style.esi?member_id=395713">swingncocoa</a></p>
905
+ </div>
906
+ </div>
907
+ </div>
908
+ <div class="recipe-photo-ft ft clrfix">
909
+ <p class="photo-desc"><span class="photo-count">1/35 Photos</span> of Panda Express Orange Chicken</p>
910
+ <span class="photo-gallery-smallbuttons"><span data-slidepos="-1" class="ir prev">more</span> <span data-slidepos="1" class="ir next">photos</span></span>
911
+ <div class="action-buttons">
912
+ <a id="addurPhoto" class="btn btn-small" href="http://www.food.com/members/subm/pics/add?rid=103215"><i class="icon-upload-alt"></i>Add Your Photo</a>
913
+ </div>
914
+ </div>
915
+ <div id="recipe-photo-gallery-list" class="visuallyhidden">
916
+ <img id="i242345" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picwNSGHq.jpg" alt="Panda Express Orange Chicken" data-creator="swingncocoa" data-creatorURL="http://share.food.com/community/swingncocoa/style.esi?member_id=395713">
917
+ <img id="i328696" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picMWNDtE.jpg" alt="Panda Express Orange Chicken" data-creator="cooking@home1966" data-creatorURL="http://share.food.com/community/cookinghome1966/style.esi?member_id=2691193">
918
+ <img id="i315069" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picXSWWM4.jpg" alt="Panda Express Orange Chicken" data-creator="Donna Peifer" data-creatorURL="http://share.food.com/community/Donna-Peifer/style.esi?member_id=2350088">
919
+ <img id="i315068" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/pic7U2oDy.jpg" alt="Panda Express Orange Chicken" data-creator="Donna Peifer" data-creatorURL="http://share.food.com/community/Donna-Peifer/style.esi?member_id=2350088">
920
+ <img id="i304630" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picKshJ0i.jpg" alt="Panda Express Orange Chicken" data-creator="majedaeson" data-creatorURL="http://share.food.com/community/majedaeson/style.esi?member_id=2194285">
921
+ <img id="i298996" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/piczCivLm.jpg" alt="Panda Express Orange Chicken" data-creator="Ddom194" data-creatorURL="http://share.food.com/community/Ddom194/style.esi?member_id=2088304">
922
+ <img id="i296262" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picCZ87GZ.jpg" alt="Panda Express Orange Chicken" data-creator="empulliamcan" data-creatorURL="http://share.food.com/community/empulliamcan/style.esi?member_id=2050130">
923
+ <img id="i292726" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picvEj82z.jpg" alt="Panda Express Orange Chicken" data-creator="jamezcooks" data-creatorURL="http://share.food.com/community/jamezcooks/style.esi?member_id=2012528">
924
+ <img id="i289046" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/pic3EHy2H.jpg" alt="Panda Express Orange Chicken" data-creator="AZPARZYCH" data-creatorURL="http://share.food.com/community/AZPARZYCH/style.esi?member_id=560491">
925
+ <img id="i284306" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picAlbiDM.jpg" alt="Panda Express Orange Chicken" data-creator="ColiesKitchen" data-creatorURL="http://share.food.com/community/ColiesKitchen/style.esi?member_id=1234326">
926
+ <img id="i280515" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picBlpgfy.jpg" alt="Panda Express Orange Chicken" data-creator="breezermom" data-creatorURL="http://share.food.com/community/breezermom/style.esi?member_id=226863">
927
+ <img id="i278569" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picc5fQwK.jpg" alt="Panda Express Orange Chicken" data-creator="spicycookingmom" data-creatorURL="http://share.food.com/community/spicycookingmom/style.esi?member_id=1866317">
928
+ <img id="i274503" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/pice3gdUE.jpg" alt="Panda Express Orange Chicken" data-creator="Geight" data-creatorURL="http://share.food.com/community/Geight/style.esi?member_id=1719620">
929
+ <img id="i273786" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picVB1NYg.jpg" alt="Panda Express Orange Chicken" data-creator="Chantarat" data-creatorURL="http://share.food.com/community/Chantarat/style.esi?member_id=1816293">
930
+ <img id="i270664" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picZ17mCo.jpg" alt="Panda Express Orange Chicken" data-creator="seekrup_9930760" data-creatorURL="http://share.food.com/community/seekrup_9930760/style.esi?member_id=1771701">
931
+ <img id="i250982" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picxSXl7X.jpg" alt="Panda Express Orange Chicken" data-creator="CandyTX" data-creatorURL="http://share.food.com/community/CandyTX/style.esi?member_id=297076">
932
+ <img id="i250545" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picDUTuc0.jpg" alt="Panda Express Orange Chicken" data-creator="run for your life" data-creatorURL="http://share.food.com/community/run-for-your-life/style.esi?member_id=1133190">
933
+ <img id="i245942" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picFF0nWh.jpg" alt="Panda Express Orange Chicken" data-creator="mixplate84" data-creatorURL="http://share.food.com/community/mixplate84/style.esi?member_id=1604618">
934
+ <img id="i239834" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picRwqfgG.jpg" alt="Panda Express Orange Chicken" data-creator="William (Uncle Bill) Anatooskin" data-creatorURL="http://share.food.com/community/William-Uncle-Bill-Anatooskin/style.esi?member_id=27416">
935
+ <img id="i239833" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picLMAArd.jpg" alt="Panda Express Orange Chicken" data-creator="William (Uncle Bill) Anatooskin" data-creatorURL="http://share.food.com/community/William-Uncle-Bill-Anatooskin/style.esi?member_id=27416">
936
+ <img id="i231888" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picj0aANj.jpg" alt="Panda Express Orange Chicken" data-creator="carmenskitchen" data-creatorURL="http://share.food.com/community/carmenskitchen/style.esi?member_id=762775">
937
+ <img id="i230886" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picwMiRtx.jpg" alt="Panda Express Orange Chicken" data-creator="lilsweetie" data-creatorURL="http://share.food.com/community/lilsweetie/style.esi?member_id=1099264">
938
+ <img id="i222357" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picDF8tSz.jpg" alt="Panda Express Orange Chicken" data-creator="JustinD" data-creatorURL="http://share.food.com/community/JustinD/style.esi?member_id=1443412">
939
+ <img id="i209167" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picCrErlP.jpg" alt="Panda Express Orange Chicken" data-creator="Chef #1354493" data-creatorURL="http://share.food.com/community/Chef-1354493/style.esi?member_id=1354493">
940
+ <img id="i203543" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picuD6XPq.jpg" alt="Panda Express Orange Chicken" data-creator="**Tinkerbell**" data-creatorURL="http://share.food.com/community/Tinkerbell/style.esi?member_id=28177">
941
+ <img id="i203524" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picuD6XPq.jpg" alt="Panda Express Orange Chicken" data-creator="**Tinkerbell**" data-creatorURL="http://share.food.com/community/Tinkerbell/style.esi?member_id=28177">
942
+ <img id="i178754" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picupxQsW.jpg" alt="Panda Express Orange Chicken" data-creator="Wish my name is Sheridan" data-creatorURL="http://share.food.com/community/Wish-my-name-is-Sheridan/style.esi?member_id=329429">
943
+ <img id="i177510" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picknhuKN.jpg" alt="Panda Express Orange Chicken" data-creator="Jason #3" data-creatorURL="http://share.food.com/community/Jason-3/style.esi?member_id=767551">
944
+ <img id="i173007" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/pic7atxk2.jpg" alt="Panda Express Orange Chicken" data-creator="Chef #1122263" data-creatorURL="http://share.food.com/community/Chef-1122263/style.esi?member_id=1122263">
945
+ <img id="i172629" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picDwNO7Q.jpg" alt="Panda Express Orange Chicken" data-creator="piratebunny" data-creatorURL="http://share.food.com/community/piratebunny/style.esi?member_id=959959">
946
+ <img id="i168091" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picFwucmZ.jpg" alt="Panda Express Orange Chicken" data-creator="CateCooks" data-creatorURL="http://share.food.com/community/CateCooks/style.esi?member_id=844339">
947
+ <img id="i118513" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/pic6MEWhR.jpg" alt="Panda Express Orange Chicken" data-creator="Myla Mendoza" data-creatorURL="http://share.food.com/community/Myla-Mendoza/style.esi?member_id=749516">
948
+ <img id="i44589" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picMDZSHa.jpg" alt="Panda Express Orange Chicken" data-creator="BarbryT" data-creatorURL="http://share.food.com/community/BarbryT/style.esi?member_id=394085">
949
+ <img id="i69178" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picIQIoKl.jpg" alt="Panda Express Orange Chicken" data-creator="BarbryT" data-creatorURL="http://share.food.com/community/BarbryT/style.esi?member_id=394085">
950
+ <img id="i55352" src="http://food.sndimg.com/img/recipes/10/32/15/thumbs/picjW3837.jpg" alt="Panda Express Orange Chicken" data-creator="Hadice" data-creatorURL="http://share.food.com/community/Hadice/style.esi?member_id=140806">
951
+ </div>
952
+ </div>
953
+ <div class="rz-e">
954
+ <div class="rz-hd clrfix" itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
955
+ <span class="review ">
956
+ <span class="rating">
957
+ <span class="average">
958
+ <span class="value-title" title="5.0" > </span>
959
+ </span>
960
+ <span class="count">
961
+ <span class="value-title" title="285"></span>
962
+ </span>
963
+ <span itemprop="ratingValue" style = "display:none">5.0</span>
964
+ <span itemprop="reviewCount" style = "display:none">285</span>
965
+ </span>
966
+ </span>
967
+ <span class="inline-rating">
968
+ <ul class="star-rating">
969
+ <li class="current-rating" style="width: 93.80%;"></li>
970
+ </ul>
971
+ </span>
972
+ <p class="rating-txt"><span><span id="rz-rate-it"><a id="ratid" href="http://www.food.com/recipe/panda-express-orange-chicken-103215/review#rz-w" rel="rateit">Rate it!</a></span> | <a href="http://www.food.com/recipe/panda-express-orange-chicken-103215/review" id="readthereview" rel="redrvl">Read 285 Reviews</a></span></p>
973
+ </div>
974
+ <div class="ckTime clrfix">
975
+ <div class="ct-w">
976
+ <h3>Total Time:</h3>
977
+ <p>Prep Time:</p>
978
+ <p>Cook Time:</p>
979
+ </div>
980
+ <div class="ct-e">
981
+ <h3 class="duration">
982
+ <meta itemprop="totalTime" content = "PT45M">
983
+ 45 mins<span class="value-title" title="PT45M"></span>
984
+ </h3>
985
+ <p class="preptime">
986
+ <meta itemprop="prepTime" content="PT15M">
987
+ 15 mins<span class="value-title" title="PT15M"></span>
988
+ </p>
989
+ <p class="cooktime">
990
+ <meta itemprop="cookTime" content="PT30M">
991
+ 30 mins<span class="value-title" title="PT30M"></span>
992
+ </p>
993
+ </div>
994
+ </div>
995
+ <div class="userNoteCont clrfix">
996
+ <div class="userNote clrfix">
997
+ <em></em>
998
+ <h4><a href="http://share.food.com/community/flume027/style.esi?member_id=129217">flume027</a>'s Note:</h4>
999
+ <p class="userclsnote" id="usertextnote" itemprop="description">
1000
+ A copycat recipe from Panda Express. This chicken is tangy and flavorful. Give it a try! I'm sure you and your family will enjoy it.
1001
+ </p>
1002
+ <div class="end-quote"></div>
1003
+ </div>
1004
+ </div>
1005
+ </div>
1006
+ </div>
1007
+ <div class="recipe-detail-wrap" style="min-height:400px;">
1008
+ <div class="pod recipe-tools">
1009
+ <div class="rz-bd first">
1010
+ <div class="section">
1011
+ <ul class="print-view clrfix">
1012
+ <li id="print-recipe"><a id="prntrec" target="_new" class="button" href="http://www.food.com/recipeprint.do?rid=103215" rel="rt-1"><i class="icon-print"></i>Print Recipe</a></li>
1013
+ <li id="view-fs" class="even">
1014
+ <a id="viewfs" href="#" onclick="window.open('http://www.food.com/recipefullpage.do?rid=103215','_blank','menubar=1,resizable=1,titlebar=1,toolbar=1,location=1,status=1,scrollbars=1')" class="button" rel="rt-2" target="_top"><i class="icon-fullscreen"></i>Full Screen</a>
1015
+ </li>
1016
+ </ul>
1017
+ </div>
1018
+ </div>
1019
+ <div class="rz-bd top">
1020
+ <h5>SAVE THIS RECIPE TO:</h5>
1021
+ <div class="section">
1022
+ <ul class="clrfix">
1023
+ <li id="add-to-cb" class="add-to-mycookbook">
1024
+ <a id="addtocb" href="#" class="atc" rel="svr-1"><i class="icon-book"></i>Cookbook</a>
1025
+ <div id="tip-addto" class="tip tip-addto">
1026
+ <div class="top"></div>
1027
+ <div class="mid">
1028
+ <div class="kv-tip">
1029
+ <span class="kv-tip-right"></span>
1030
+ <p>Save this recipe in your online cookbook to access when you need it.</p>
1031
+ </div>
1032
+ </div>
1033
+ <div class="bottom"></div>
1034
+ </div>
1035
+ </li>
1036
+ <li id="add-to-m">
1037
+ <a id="addtomn" href="#" class="atm" rel="svr-3"><i class="icon-list-ol"></i>Menu</a>
1038
+ <div id="tip-menu" class="tip tip-menu">
1039
+ <div class="top"></div>
1040
+ <div class="mid">
1041
+ <div class="kv-tip">
1042
+ <span class="kv-tip-right"></span>
1043
+ <p>Create a new menu and save this recipe for easy meal planning.</p>
1044
+ </div>
1045
+ </div>
1046
+ <div class="bottom"></div>
1047
+ </div>
1048
+ </li>
1049
+ <li id="add-to-mp" class="add-to-mp">
1050
+ <a id="addtomealplan" href="#"><i class="icon-calendar"></i>Meal Planner</a>
1051
+ <div id="tip-mp" class="tip tip-mp">
1052
+ <div class="top"></div>
1053
+ <div class="mid">
1054
+ <div class="kv-tip">
1055
+ <span class="kv-tip-right"></span>
1056
+ <p>Add this recipe to a weekly meal plan.</p>
1057
+ </div>
1058
+ </div>
1059
+ <div class="bottom"></div>
1060
+ </div>
1061
+ </li>
1062
+ <li id="add-to-sl" class="last clrfix">
1063
+ <a id="addtosl" href="#" class="ats" rel="svr-2"><i class="icon-check"></i>Shopping List</a>
1064
+ <div id="tip-shopping" class="tip tip-shopping">
1065
+ <div class="top"></div>
1066
+ <div class="mid">
1067
+ <div class="kv-tip">
1068
+ <span class="kv-tip-right"></span>
1069
+ <p>Add this recipe's ingredients to your weekly shopping list.</p>
1070
+ </div>
1071
+ </div>
1072
+ <div class="bottom"></div>
1073
+ </div>
1074
+ </li>
1075
+ </ul>
1076
+ </div>
1077
+ </div>
1078
+ <div class="rz-bd">
1079
+ <h5>Manage this recipe:</h5>
1080
+ <div class="section">
1081
+ <ul class="clrfix plain">
1082
+ <li id="add-note">
1083
+ <a id="addpnote" href="#" class="apn" rel="rt-3"><i class="icon-file"></i>Add a Private Note</a>
1084
+ <div id="tip-addpnote" class="tip tip-addpnote">
1085
+ <div class="top"></div>
1086
+ <div class="mid">
1087
+ <div class="kv-tip">
1088
+ <span class="kv-tip-right"></span>
1089
+ <p>Note pairing ideas, substitutions and more - only you can see it!</p>
1090
+ </div>
1091
+ </div>
1092
+ <div class="bottom"></div>
1093
+ </div>
1094
+ </li>
1095
+ <li id="submit-correction" class="last lastSubmit">
1096
+ <a id="subycorr" href="http://www.food.com/recipe/edit.php?rid=103215" class="sac" rel="rt-4"><i class="icon-pencil"></i>Submit a Correction</a>
1097
+ <div id="tip-sub" class="tip tip-sub">
1098
+ <div class="top"></div>
1099
+ <div class="mid">
1100
+ <div class="kv-tip">
1101
+ <span class="kv-tip-right"></span>
1102
+ <p>Spot a typo or missing ingredient? Submit your correction for review.</p>
1103
+ </div>
1104
+ </div>
1105
+ <div class="bottom"></div>
1106
+ </div>
1107
+ </li>
1108
+ <li id="write-rev" class="clrfix">
1109
+ <a id="wrrev" href="http://www.food.com/bb/posting.zsp?mode=newtopic&f=2&subject=Question:Panda Express Orange Chicken&message=recipe-103215" class="ac" rel="rt-5"><i class="icon-question-sign"></i>Ask a Question</a>
1110
+ <div id="tip-ask" class="tip tip-ask">
1111
+ <div class="top"></div>
1112
+ <div class="mid">
1113
+ <div class="kv-tip">
1114
+ <span class="kv-tip-right"></span>
1115
+ <p>Get answers about this recipe in our Cooking Q&amp;A forum.</p>
1116
+ </div>
1117
+ </div>
1118
+ <div class="bottom"></div>
1119
+ </div>
1120
+ </li>
1121
+ </ul>
1122
+ </div>
1123
+ </div>
1124
+ <div class="rz-bd last">
1125
+ <h5>Share This Recipe:</h5>
1126
+ <div class="section social-media">
1127
+ <div id="recipe-facebook"></div>
1128
+ <div id="recipe-tweet"></div>
1129
+ <div id="recipe-pinit"></div>
1130
+ <div id="recipe-plusone"></div>
1131
+ <div id="send-to-em">
1132
+ <a id="sheml" href="http://www.food.com/email.zsp?url=/103215" class="emi" rel="shr-2"><i class="icon-envelope-alt"></i>Send via Email</a>
1133
+ </div>
1134
+ <div id="send-to-p">
1135
+ <a href="#" class="stm" id="sendtmob" rel="shr-1"><i class="icon-signal"></i>Send to Mobile</a>
1136
+ <div id="tip-send" class="tip tip-send ">
1137
+ <div class="top"></div>
1138
+ <div class="mid">
1139
+ <div class="kv-tip">
1140
+ <span class="kv-tip-right"></span>
1141
+ <p>Text a link of this recipe to your web-enabled cell phone.</p>
1142
+ </div>
1143
+ </div>
1144
+ <div class="bottom"></div>
1145
+ </div>
1146
+ </div>
1147
+ </div>
1148
+ <div class="clrfix"></div>
1149
+ </div>
1150
+ </div>
1151
+ <script language="javascript">
1152
+ SNI.RZ.Recipe.servingConfig = {
1153
+ url: "http://www.food.com/recipe/panda-express-orange-chicken-103215?",
1154
+ mode: "null"
1155
+ };
1156
+
1157
+ </script>
1158
+ <div class="pod ingredients">
1159
+ <h2>Ingredients:</h2>
1160
+ <div class="rz-ss-e serviceSize" style="display:block;width:340px;white-space: nowrap;">
1161
+ <div class="section clrfix" id="changeCSS">
1162
+ <div class="part">
1163
+ <p>Servings:</p>
1164
+ <input type="hidden" id="original_value" value="6">
1165
+ <select name="servingssize" id="servingssize" class="fsm" onchange="setServing(this)">
1166
+ <option class="select-title">Servings</option>
1167
+ <option selected="selected" value="6 ">6</option>
1168
+ </select>
1169
+ <script language="javascript">
1170
+ var oldServing = 6;
1171
+ </script>
1172
+ <p class="yieldUnits-txt" title=""></p>
1173
+ <script type="text/javascript" charset="utf-8">
1174
+ $('#servingssize').servingsize_dropdown({ddClassName: 'flyout', ddTypeName: ''});
1175
+ </script>
1176
+ </div>
1177
+ </div>
1178
+ <div class="section clrfix units">
1179
+ <div class="part">
1180
+ <p>Units: US | <a href="http://www.food.com/recipe/panda-express-orange-chicken-103215?mode=metric&scaleto=6.0&st=null">Metric</a></p>
1181
+ </div>
1182
+ </div>
1183
+ </div>
1184
+ <ul style="padding-top:20px;">
1185
+ <li class="ingredient" itemprop="ingredients">
1186
+ <span class="ingredient"><span class="amount"><span class="value">2 </span> <span class="type">lbs</span></span>
1187
+ <span class="name">
1188
+ <a href="http://www.food.com/library/chicken-221">boneless skinless chicken</a>, chopped into bite sized pieces
1189
+ </span>
1190
+ </span>
1191
+ </li>
1192
+ <li class="ingredient" itemprop="ingredients">
1193
+ <span class="ingredient"><span class="amount"><span class="value">1 </span> <span class="type"></span></span>
1194
+ <span class="name">
1195
+ <a href="http://www.food.com/library/egg-142">egg</a>
1196
+ </span>
1197
+ </span>
1198
+ </li>
1199
+ <li class="ingredient" itemprop="ingredients">
1200
+ <span class="ingredient"><span class="amount"><span class="value">1 1/2</span> <span class="type">teaspoons</span></span>
1201
+ <span class="name">
1202
+ <a href="http://www.food.com/library/salt-359">salt</a>
1203
+ </span>
1204
+ </span>
1205
+ </li>
1206
+ <li class="ingredient" itemprop="ingredients">
1207
+ <span class="name">
1208
+ <a href="http://www.food.com/library/pepper-337">white pepper</a>
1209
+ </span>
1210
+ </span>
1211
+ </li>
1212
+ <li class="ingredient" itemprop="ingredients">
1213
+ <span class="name">
1214
+ oil
1215
+ (for frying)
1216
+ </span>
1217
+ </span>
1218
+ </li>
1219
+ <li class="ingredient" itemprop="ingredients">
1220
+ <span class="ingredient"><span class="amount"><span class="value">1/2</span> <span class="type">cup</span></span>
1221
+ <span class="name">
1222
+ <a href="http://www.food.com/library/cornstarch-137">cornstarch</a>, plus
1223
+ </span>
1224
+ </span>
1225
+ </li>
1226
+ <li class="ingredient" itemprop="ingredients">
1227
+ <span class="ingredient"><span class="amount"><span class="value">1 </span> <span class="type">tablespoon</span></span>
1228
+ <span class="name">
1229
+ <a href="http://www.food.com/library/cornstarch-137">cornstarch</a>
1230
+ </span>
1231
+ </span>
1232
+ </li>
1233
+ <li class="ingredient" itemprop="ingredients">
1234
+ <span class="ingredient"><span class="amount"><span class="value">1/4</span> <span class="type">cup</span></span>
1235
+ <span class="name">
1236
+ <a href="http://www.food.com/library/flour-64">flour</a>
1237
+ </span>
1238
+ </span>
1239
+ </li>
1240
+ <li class="ingredient" itemprop="ingredients">
1241
+ <span class="ingredient"><span class="amount"><span class="value">1 </span> <span class="type">tablespoon</span></span>
1242
+ <span class="name">
1243
+ <a href="http://www.food.com/library/ginger-166">gingerroot</a>, minced
1244
+ </span>
1245
+ </span>
1246
+ </li>
1247
+ <li class="ingredient" itemprop="ingredients">
1248
+ <span class="ingredient"><span class="amount"><span class="value">1 </span> <span class="type">teaspoon</span></span>
1249
+ <span class="name">
1250
+ <a href="http://www.food.com/library/garlic-165">garlic</a>, minced
1251
+ </span>
1252
+ </span>
1253
+ </li>
1254
+ <li class="ingredient" itemprop="ingredients">
1255
+ <span class="ingredient"><span class="amount"><span class="value">1/2</span> <span class="type">teaspoon</span></span>
1256
+ <span class="name">
1257
+ crushed
1258
+ <a href="http://www.food.com/library/chile-pepper-323">hot red chili pepper</a>
1259
+ </span>
1260
+ </span>
1261
+ </li>
1262
+ <li class="ingredient" itemprop="ingredients">
1263
+ <span class="ingredient"><span class="amount"><span class="value">1/4</span> <span class="type">cup</span></span>
1264
+ <span class="name">
1265
+ <a href="http://www.food.com/library/green-onion-363">green onion</a>, chopped
1266
+ </span>
1267
+ </span>
1268
+ </li>
1269
+ <li class="ingredient" itemprop="ingredients">
1270
+ <span class="ingredient"><span class="amount"><span class="value">1 </span> <span class="type">tablespoon</span></span>
1271
+ <span class="name">
1272
+ <a href="http://www.food.com/library/rice-wine-97">rice wine</a>
1273
+ </span>
1274
+ </span>
1275
+ </li>
1276
+ <li class="ingredient" itemprop="ingredients">
1277
+ <span class="ingredient"><span class="amount"><span class="value">1/4</span> <span class="type">cup</span></span>
1278
+ <span class="name">
1279
+ <a href="http://www.food.com/library/water-459">water</a>
1280
+ </span>
1281
+ </span>
1282
+ </li>
1283
+ <li class="ingredient" itemprop="ingredients">
1284
+ <span class="ingredient"><span class="amount"><span class="value">1/2</span> <span class="type">teaspoon</span></span>
1285
+ <span class="name">
1286
+ sesame oil
1287
+ </span>
1288
+ </span>
1289
+ </li>
1290
+ </ul>
1291
+ <h3>Orange Sauce for Stir Fry</h3>
1292
+ <ul style="padding-top:20px;">
1293
+ <li class="ingredient" itemprop="ingredients">
1294
+ <span class="ingredient"><span class="amount"><span class="value">1 1/2</span> <span class="type">tablespoons</span></span>
1295
+ <span class="name">
1296
+ <a href="http://www.food.com/library/soy-sauce-473">soy sauce</a>
1297
+ </span>
1298
+ </span>
1299
+ </li>
1300
+ <li class="ingredient" itemprop="ingredients">
1301
+ <span class="ingredient"><span class="amount"><span class="value">1 1/2</span> <span class="type">tablespoons</span></span>
1302
+ <span class="name">
1303
+ <a href="http://www.food.com/library/water-459">water</a>
1304
+ </span>
1305
+ </span>
1306
+ </li>
1307
+ <li class="ingredient" itemprop="ingredients">
1308
+ <span class="ingredient"><span class="amount"><span class="value">5 </span> <span class="type">tablespoons</span></span>
1309
+ <span class="name">
1310
+ <a href="http://www.food.com/library/sugar-139">sugar</a>
1311
+ </span>
1312
+ </span>
1313
+ </li>
1314
+ <li class="ingredient" itemprop="ingredients">
1315
+ <span class="ingredient"><span class="amount"><span class="value">5 </span> <span class="type">tablespoons</span></span>
1316
+ <span class="name">
1317
+ <a href="http://www.food.com/library/vinegar-680">white vinegar</a>
1318
+ </span>
1319
+ </span>
1320
+ </li>
1321
+ <li class="ingredient" itemprop="ingredients">
1322
+ <span class="ingredient"><span class="amount"><span class="value">1 </span> <span class="type"></span></span>
1323
+ <span class="name">
1324
+ <a href="http://www.food.com/library/orange-122">orange, zest of</a>
1325
+ </span>
1326
+ </span>
1327
+ </li>
1328
+ </ul>
1329
+ </div>
1330
+ <div class="pod directions">
1331
+ <h2>Directions:</h2>
1332
+ <span class="instructions" itemprop="recipeInstructions">
1333
+ <ol>
1334
+ <li>
1335
+ <div class="num">1</div>
1336
+ <div class="txt">Place chicken pieces in large bowl.</div>
1337
+ </li>
1338
+ <li>
1339
+ <div class="num">2</div>
1340
+ <div class="txt">Stir in egg, salt, pepper and 1 tablespoon oil and mix well.</div>
1341
+ </li>
1342
+ <li>
1343
+ <div class="num">3</div>
1344
+ <div class="txt">Stir cornstarch and flour together.</div>
1345
+ </li>
1346
+ <li>
1347
+ <div class="num">4</div>
1348
+ <div class="txt">Mix flour mixture and egg mixture.</div>
1349
+ </li>
1350
+ <li>
1351
+ <div class="num">5</div>
1352
+ <div class="txt">Add chicken pieces, stirring to coat.</div>
1353
+ </li>
1354
+ <li>
1355
+ <div class="num">6</div>
1356
+ <div class="txt">Heat oil for deep-frying in wok or deep-fryer to 375 degrees.</div>
1357
+ </li>
1358
+ <li>
1359
+ <div class="num">7</div>
1360
+ <div class="txt">Add chicken, small batches at a time, and fry 3 to 4 minutes or until golden crisp.</div>
1361
+ </li>
1362
+ <li>
1363
+ <div class="num">8</div>
1364
+ <div class="txt">(Do not overcook chicken).</div>
1365
+ </li>
1366
+ <li>
1367
+ <div class="num">9</div>
1368
+ <div class="txt">Remove chicken from oil with slotted spoon and drain on paper towels; set aside.</div>
1369
+ </li>
1370
+ <li>
1371
+ <div class="num">10</div>
1372
+ <div class="txt">Clean wok and heat 15 seconds over high heat.</div>
1373
+ </li>
1374
+ <li>
1375
+ <div class="num">11</div>
1376
+ <div class="txt">Add 1 tablespoon oil.</div>
1377
+ </li>
1378
+ <li>
1379
+ <div class="num">12</div>
1380
+ <div class="txt">Add ginger and garlic and stir-fry until fragrant; about 10 seconds.</div>
1381
+ </li>
1382
+ <li>
1383
+ <div class="num">13</div>
1384
+ <div class="txt">Add and stir-fry crushed chiles and green onions.</div>
1385
+ </li>
1386
+ <li>
1387
+ <div class="num">14</div>
1388
+ <div class="txt">Add rice wine and stir 3 seconds.</div>
1389
+ </li>
1390
+ <li>
1391
+ <div class="num">15</div>
1392
+ <div class="txt">Add Orange Sauce and bring to boil.</div>
1393
+ </li>
1394
+ <li>
1395
+ <div class="num">16</div>
1396
+ <div class="txt">Add cooked chicken, stirring until well mixed.</div>
1397
+ </li>
1398
+ <li>
1399
+ <div class="num">17</div>
1400
+ <div class="txt">Stir water into remaining 1 tablespoon cornstarch until smooth and add to chicken.</div>
1401
+ </li>
1402
+ <li>
1403
+ <div class="num">18</div>
1404
+ <div class="txt">Heat until sauce is thickned.</div>
1405
+ </li>
1406
+ <li>
1407
+ <div class="num">19</div>
1408
+ <div class="txt">Stir in sesame oil and orange zest if desired.</div>
1409
+ </li>
1410
+ <li>
1411
+ <div class="num">20</div>
1412
+ <div class="txt">Serve over jasmine rice.</div>
1413
+ </li>
1414
+ </ol>
1415
+ </span>
1416
+ </div>
1417
+ </div>
1418
+ <div class="pod topCollection recipeOpenHtmlCenterWell">
1419
+ <style type="text/css">.ob_empty{ display:none !important; }</style>
1420
+ <div class="OUTBRAIN" data-widget-id="AR_1" data-ob-template="food" ></div>
1421
+ <script type="text/javascript">
1422
+ // when document is ready
1423
+ $(document).ready(function(){
1424
+ // check if outbrain markup exists on page
1425
+ if( $('.OUTBRAIN').length ) {
1426
+ // asynchronously load the outbrain library
1427
+ $.getScript('http://widgets.outbrain.com/outbrain.js');
1428
+ }
1429
+ });
1430
+ </script>
1431
+ <!-- GA -->
1432
+ <script type="text/javascript">
1433
+ var _gaq = _gaq || [];
1434
+
1435
+ var pluginUrl =
1436
+ '//www.google-analytics.com/plugins/ga/inpage_linkid.js';
1437
+ _gaq.push(['_require', 'inpage_linkid', pluginUrl]);
1438
+
1439
+ _gaq.push(['_setAccount', 'UA-36258857-1']);
1440
+ _gaq.push(['_setDomainName', 'food.com']);
1441
+ _gaq.push(['_trackPageview']);
1442
+
1443
+ (function() {
1444
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
1445
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
1446
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
1447
+ })();
1448
+
1449
+ </script>
1450
+ <!-- /GA -->
1451
+ <!-- Extra RR module -->
1452
+ <script type="text/javascript">
1453
+ // when document is ready
1454
+ // $(document).ready(function(){
1455
+ // Prepend div to the moreideas module
1456
+ // $('.more_ideas').before("<div class=\"pod more_ideas\"><div class=\"hd\"><\/div><h3 class=\"title\">Pull the Perfect April Fool’s Prank<\/h3><div class=\"rz-stc\"><div class=\"clrfix\"><a href=\"http:\/\/www.food.com\/slideshow\/april-fools-day-71?oc=customideas_aprilfool_img\"><img width=\"92\" height=\"69\" src=\"http:\/\/food.sndimg.com\/img\/slideshow\/0071\/thumbs\/Re0aWP.jpg\" alt=\"Win $5,000\"><\/a><p>Trick your loved ones with our best April Fools' Day recipes!<br\/><span style=\"padding-top:5px; display:inline-block;\"><a href=\"http:\/\/www.food.com\/slideshow\/april-fools-day-71?oc=customideas_aprilfool_cta\"><strong>See all 13 devious dishes &raquo;<\/strong><\/a><\/span><\/p><\/div><\/div><\/div>");
1457
+ });
1458
+ </script>
1459
+ <!-- /Extra RR module -->
1460
+ </div>
1461
+ <div class="pod topCollection">
1462
+ <h2 class="hd">Browse Our Top <a id="brtoprec" href="http://www.food.com/recipes/main-dish">Main Dish</a> Recipes</h2>
1463
+ <ul class="colList clrfix" id ="bmrec">
1464
+ <li>
1465
+ <a href="http://chinese.food.com/recipe/kung-pao-chicken-shrimp-or-beef-panda-express-style-237871" rel="bmr-0"><img src="http://food.sndimg.com/img/recipes/23/78/71/thumbs/pic4bZxpX.jpg" title="Kung Pao Chicken, Shrimp or Beef (Panda Express - Style). Recipe by Sharon Anne" alt="Kung Pao Chicken, Shrimp or Beef (Panda Express - Style). Recipe by Sharon Anne"/></a>
1466
+ <p><a href="http://chinese.food.com/recipe/kung-pao-chicken-shrimp-or-beef-panda-express-style-237871" rel="bmr-0">Kung Pao Chicken, Shrimp or Beef (Panda Express -...</a></p>
1467
+ <small>By Sharon Anne</small>
1468
+ <span class="inline-rating small">
1469
+ <ul class="star-rating">
1470
+ <li style="width: 86.60%;;" class="current-rating"></li>
1471
+ </ul>
1472
+ </span>
1473
+ </li>
1474
+ <li>
1475
+ <a href="http://www.food.com/recipe/panda-express-thai-cashew-chicken-473311" rel="bmr-1"><img src="http://food.sndimg.com/img/recipes/47/33/11/thumbs/picKsxNkL.jpg" title="Panda Express - Thai Cashew Chicken. Recipe by Kerena" alt="Panda Express - Thai Cashew Chicken. Recipe by Kerena"/></a>
1476
+ <p><a href="http://www.food.com/recipe/panda-express-thai-cashew-chicken-473311" rel="bmr-1">Panda Express - Thai Cashew Chicken</a></p>
1477
+ <small>By Kerena</small>
1478
+ <span class="inline-rating small">
1479
+ <ul class="star-rating">
1480
+ <li style="width: 80.00%;;" class="current-rating"></li>
1481
+ </ul>
1482
+ </span>
1483
+ </li>
1484
+ <li>
1485
+ <a href="http://www.food.com/recipe/orange-chicken-koresh-iranian-424070" rel="bmr-2"><img src="http://food.sndimg.com/img/recipes/42/40/70/thumbs/picNqKOfm.jpg" title="Orange Chicken Koresh Iranian. Recipe by Dienia B." alt="Orange Chicken Koresh Iranian. Recipe by Dienia B."/></a>
1486
+ <p><a href="http://www.food.com/recipe/orange-chicken-koresh-iranian-424070" rel="bmr-2">Orange Chicken Koresh Iranian</a></p>
1487
+ <small>By Dienia B.</small>
1488
+ <span class="inline-rating small">
1489
+ <ul class="star-rating">
1490
+ <li style="width: 100.00%;;" class="current-rating"></li>
1491
+ </ul>
1492
+ </span>
1493
+ </li>
1494
+ <li>
1495
+ <a href="http://www.food.com/recipe/orange-roast-chicken-268710" rel="bmr-3"><img src="http://food.sndimg.com/img/recipes/26/87/10/thumbs/picPK5vmT.jpg" title="Orange Roast Chicken. Recipe by Tabby Bartley" alt="Orange Roast Chicken. Recipe by Tabby Bartley"/></a>
1496
+ <p><a href="http://www.food.com/recipe/orange-roast-chicken-268710" rel="bmr-3">Orange Roast Chicken</a></p>
1497
+ <small>By Tabby Bartley</small>
1498
+ <span class="inline-rating small">
1499
+ <ul class="star-rating">
1500
+ <li style="width: 100.00%;;" class="current-rating"></li>
1501
+ </ul>
1502
+ </span>
1503
+ </li>
1504
+ </ul>
1505
+ <div class="filters">
1506
+ <div class="ft pod">
1507
+ <div class="hd clrfix"></div>
1508
+ <h2>Recipe Collections</h2>
1509
+ <div class="bd colTextList clrfix" id="reccoll">
1510
+ <ul class="list clrfix">
1511
+ <li><a href="http://www.food.com/recipe-collection/orange-chicken" rel="rc-1">Orange Chicken</a></li>
1512
+ <li><a href="http://www.food.com/recipe-collection/mexican-chicken" rel="rc-2">Mexican Chicken</a></li>
1513
+ <li><a href="http://www.food.com/recipe-collection/orange-cocktail" rel="rc-3">Orange Cocktail</a></li>
1514
+ </ul>
1515
+ <ul class="list clrfix">
1516
+ <li><a href="http://www.food.com/recipe-collection/chicken-marinade" rel="rc-4">Chicken Marinade</a></li>
1517
+ <li><a href="http://www.food.com/recipe-collection/chicken-noodle-soup" rel="rc-5">Chicken Noodle Soup</a></li>
1518
+ <li><a href="http://www.food.com/recipe-collection/chicken-breast" rel="rc-6">Chicken Breast</a></li>
1519
+ </ul>
1520
+ </div>
1521
+ <p><a id="vallreccoll" href="http://www.food.com/recipe-collections/">View all Recipe Collections</a></p>
1522
+ </div>
1523
+ </div>
1524
+ </div>
1525
+ <div style="clear:both">
1526
+ <script language="javascript">
1527
+ SNI.RZ.Recipe.commentsConfig = {
1528
+ memberId: "0"
1529
+ };
1530
+ </script>
1531
+ <div class="pod ratings-reviews-list">
1532
+ <h2>Ratings &amp; Reviews:</h2>
1533
+ <script type="text/javascript">
1534
+ var cook = readCookie('rz_review_vote');
1535
+ </script>
1536
+ <ul>
1537
+ <li class="clrfix" itemprop="reviews" itemscope itemtype="http://schema.org/Review">
1538
+ <div class="rz-w">
1539
+ <a href="http://share.food.com/community/breezermom/style.esi?member_id=226863"><img src="http://picklemedia1.scrippsnetworks.com/pickle_media1/media/userphoto/120909/U24968382/Photo_Video_833605075887112692017_square.jpg" alt="" width="48" height="48" /></a>
1540
+ <div class="about-recipe-info">
1541
+ <div class="user-info clrfix">
1542
+ <meta itemprop="about" content="this is required"</meta>
1543
+ <p>By <a href="http://share.food.com/community/breezermom/style.esi?member_id=226863"><span itemprop="author">breezermom</span></a></p>
1544
+ <dl class="fsm" id="aboutRnR0">
1545
+ <dt class="user-click"><a><span></span></a></dt>
1546
+ <dd class="flyout fly-dd" id="userFlyout">
1547
+ <div class="fly-hd"></div>
1548
+ <div class="fly-bd">
1549
+ <a class="close"></a>
1550
+ <h3>Select One</h3>
1551
+ <ul class="fly-ul">
1552
+ <li class="fly-li"><a href="http://www.food.com/mail/compose?to=226863" class="contact_this_chef">Contact This Chef</a></li>
1553
+ <li class="fly-li"><a href="http://share.food.com/community/dname/style.esi?member_id=226863">Chef's Page</a></li>
1554
+ <li class="fly-li"><a href="http://www.food.com/recipes.php?chef=226863">Chef's Recipes</a></li>
1555
+ <li class="fly-li"><a href="http://share.food.com/community/dname/portfolio.esi?member_id=226863">Chef's Photos</a></li>
1556
+ <li class="fly-li"><a href="http://share.food.com/community/dname/reviews.esi?member_id=226863">Chef's Reviews</a></li>
1557
+ <li class="fly-li"><a href="http://www.food.com/cookbooks.php?mid=226863">Chef's Cookbooks</a></li>
1558
+ <li class="fly-li"><a href="http://www.food.com/menus.php?owner=226863">Chef's Menus</a></li>
1559
+ <li class="fly-li"><a href="javascript:void(0);" class="add_chef_to_favorites" id="favorite_chef_226863">Add to Favorites </a></li>
1560
+ </ul>
1561
+ </div>
1562
+ <div class="fly-ft"></div>
1563
+ </dd>
1564
+ </dl>
1565
+ <script type="text/javascript" charset="utf-8">
1566
+ SNI.RZ.CustomDropdown.init('#aboutRnR0', { recipeId: 103215 });
1567
+ </script>
1568
+ </div>
1569
+ <p>
1570
+ on
1571
+ <meta itemprop="datePublished" content="April 23, 2011">
1572
+ April 23, 2011
1573
+ </p>
1574
+ </div>
1575
+ </div>
1576
+ <div class="rz-e">
1577
+ <div class="rz-hd"></div>
1578
+ <div class="rz-bd">
1579
+ <div class="arrow"></div>
1580
+ <p class="comment-rating" itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
1581
+ <meta itemprop="worstRating" content = "1"/>
1582
+ <span itemprop="ratingValue" style="display:none">4</span><span itemprop="bestRating" style="display:none">5</span><span class="rating-sm-4"></span>
1583
+ </p>
1584
+ <p><span itemprop="description">I have mixed feelings about this recipe....the instructions are horrible for the first part......I made as posted and the flour/egg mix just clumped up. Made lumpy bumps that had to be spread over the chicken. The chicken should be dipped in the egg mixture, then tossed in the cornstarch mix. It would save a lot of work. I loved the sauce, and agree with other posters that it should be doubled....it is sooo good! For a beginner cook, I'm afraid this would be so confusing that they would give up, which isn't good. This recipe is good and deserves a chance, but the instructions are so confusing that many will not make this recipe. I can't compare this to Panda Express, as I've never had it. But the sauce is delicious if you can figure out how to make the first part of the recipe!! I enjoyed this, but the instructions just aren't clear enough.I would dip in the egg first and then the cornstarch/flour mix. Really enjoyed the finished product! Thanks for sharing a delicious recipe.</span></p>
1585
+ <div class="end-quote"></div>
1586
+ <small><label id='count_1212276'>26</label> people found this review Helpful.</small>
1587
+ <small id='was_this_1212276'>Was this review helpful to you? <a href="javascript:switchOnSignIn('we_dont_know_1212276');"><strong>Yes</strong></a> | <a href="javascript:switchOnSignIn('we_dont_know_1212276');"><strong>No</strong></a></small>
1588
+ <small style="display:none;" id='we_dont_know_1212276'>We don't know who you are. <a href="javascript:window.location='http://share.food.com/registration/login.esi?DEST_URL='+escape(document.location.href)">Sign in</a> or <a href="javascript:window.location='http://share.food.com/registration/register_lite.esi?DEST_URL='+escape(document.location.href)">create an account</a></small>
1589
+ <script language="javascript" type="text/javascript">
1590
+ if(cook!=undefined && cook.indexOf("review_0_1212276")!=-1)
1591
+ udateHelpfull("1212276");
1592
+ </script>
1593
+ </div>
1594
+ <div class="rz-ft"></div>
1595
+ </div>
1596
+ </li>
1597
+ <li class="clrfix" itemprop="reviews" itemscope itemtype="http://schema.org/Review">
1598
+ <div class="rz-w">
1599
+ <a href="http://share.food.com/community/bobo1405/style.esi?member_id=2011450"><img src="http://share.food.com/skins/main/images/profilephotolookup/48_square.gif" alt="" width="48" height="48" /></a>
1600
+ <div class="about-recipe-info">
1601
+ <div class="user-info clrfix">
1602
+ <meta itemprop="about" content="this is required"</meta>
1603
+ <p>By <a href="http://share.food.com/community/bobo1405/style.esi?member_id=2011450"><span itemprop="author">bobo1405</span></a></p>
1604
+ <dl class="fsm" id="aboutRnR1">
1605
+ <dt class="user-click"><a><span></span></a></dt>
1606
+ <dd class="flyout fly-dd" id="userFlyout">
1607
+ <div class="fly-hd"></div>
1608
+ <div class="fly-bd">
1609
+ <a class="close"></a>
1610
+ <h3>Select One</h3>
1611
+ <ul class="fly-ul">
1612
+ <li class="fly-li"><a href="http://www.food.com/mail/compose?to=2011450" class="contact_this_chef">Contact This Chef</a></li>
1613
+ <li class="fly-li"><a href="http://share.food.com/community/dname/style.esi?member_id=2011450">Chef's Page</a></li>
1614
+ <li class="fly-li"><a href="http://www.food.com/recipes.php?chef=2011450">Chef's Recipes</a></li>
1615
+ <li class="fly-li"><a href="http://share.food.com/community/dname/portfolio.esi?member_id=2011450">Chef's Photos</a></li>
1616
+ <li class="fly-li"><a href="http://share.food.com/community/dname/reviews.esi?member_id=2011450">Chef's Reviews</a></li>
1617
+ <li class="fly-li"><a href="http://www.food.com/cookbooks.php?mid=2011450">Chef's Cookbooks</a></li>
1618
+ <li class="fly-li"><a href="http://www.food.com/menus.php?owner=2011450">Chef's Menus</a></li>
1619
+ <li class="fly-li"><a href="javascript:void(0);" class="add_chef_to_favorites" id="favorite_chef_2011450">Add to Favorites </a></li>
1620
+ </ul>
1621
+ </div>
1622
+ <div class="fly-ft"></div>
1623
+ </dd>
1624
+ </dl>
1625
+ <script type="text/javascript" charset="utf-8">
1626
+ SNI.RZ.CustomDropdown.init('#aboutRnR1', { recipeId: 103215 });
1627
+ </script>
1628
+ </div>
1629
+ <p>
1630
+ on
1631
+ <meta itemprop="datePublished" content="September 19, 2011">
1632
+ September 19, 2011
1633
+ </p>
1634
+ </div>
1635
+ </div>
1636
+ <div class="rz-e">
1637
+ <div class="rz-hd"></div>
1638
+ <div class="rz-bd">
1639
+ <div class="arrow"></div>
1640
+ <p class="comment-rating" itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
1641
+ <meta itemprop="worstRating" content = "1"/>
1642
+ <span itemprop="ratingValue" style="display:none">5</span><span itemprop="bestRating" style="display:none">5</span><span class="rating-sm-5"></span>
1643
+ </p>
1644
+ <p><span itemprop="description">I have just completed this recipe. It is a very good recipe for orange chicken. It does not taste like Panda Express' orange chicken. It actually taste better than Panda Express. This recipe has a true orange zest! I must agree with others reviewers that the instructions are not too clear. I deviated slightly from the recipe based on previous comments. I put the chicken in the egg mixture first and then took each piece out and coated it with cornstarch only. Then I put the chicken in the deep fryer. I used garlic powder instead of garlic. For the sauce itself, I substituted the water and vinegar with orange juice. This will help enhance the flavor of the sauce. Also I used about 1/3 of an orange for the zest. It came out great! The only bad point I had ..this recipe was time consuming and the unclear instructions. The real secret to this recipe is that true orange taste from the sauce. Also you may want to cut back on the crushed chili pepper! And definitely double up on your sauce! I will definitely be making the sauce again. This is the best orange chicken that I have tasted.</span></p>
1645
+ <div class="end-quote"></div>
1646
+ <small><label id='count_1251497'>14</label> people found this review Helpful.</small>
1647
+ <small id='was_this_1251497'>Was this review helpful to you? <a href="javascript:switchOnSignIn('we_dont_know_1251497');"><strong>Yes</strong></a> | <a href="javascript:switchOnSignIn('we_dont_know_1251497');"><strong>No</strong></a></small>
1648
+ <small style="display:none;" id='we_dont_know_1251497'>We don't know who you are. <a href="javascript:window.location='http://share.food.com/registration/login.esi?DEST_URL='+escape(document.location.href)">Sign in</a> or <a href="javascript:window.location='http://share.food.com/registration/register_lite.esi?DEST_URL='+escape(document.location.href)">create an account</a></small>
1649
+ <script language="javascript" type="text/javascript">
1650
+ if(cook!=undefined && cook.indexOf("review_0_1251497")!=-1)
1651
+ udateHelpfull("1251497");
1652
+ </script>
1653
+ </div>
1654
+ <div class="rz-ft"></div>
1655
+ </div>
1656
+ </li>
1657
+ <li class="clrfix" itemprop="reviews" itemscope itemtype="http://schema.org/Review">
1658
+ <div class="rz-w">
1659
+ <a href="http://share.food.com/community/adamwa/style.esi?member_id=1216585"><img src="http://picklemedia1.scrippsnetworks.com/pickle_media1/media/userphoto/100513/U12971129/Photo_Video_61397869863977531170677_square.jpg" alt="" width="48" height="48" /></a>
1660
+ <div class="about-recipe-info">
1661
+ <div class="user-info clrfix">
1662
+ <meta itemprop="about" content="this is required"</meta>
1663
+ <p>By <a href="http://share.food.com/community/adamwa/style.esi?member_id=1216585"><span itemprop="author">adamwa</span></a></p>
1664
+ <dl class="fsm" id="aboutRnR2">
1665
+ <dt class="user-click"><a><span></span></a></dt>
1666
+ <dd class="flyout fly-dd" id="userFlyout">
1667
+ <div class="fly-hd"></div>
1668
+ <div class="fly-bd">
1669
+ <a class="close"></a>
1670
+ <h3>Select One</h3>
1671
+ <ul class="fly-ul">
1672
+ <li class="fly-li"><a href="http://www.food.com/mail/compose?to=1216585" class="contact_this_chef">Contact This Chef</a></li>
1673
+ <li class="fly-li"><a href="http://share.food.com/community/dname/style.esi?member_id=1216585">Chef's Page</a></li>
1674
+ <li class="fly-li"><a href="http://www.food.com/recipes.php?chef=1216585">Chef's Recipes</a></li>
1675
+ <li class="fly-li"><a href="http://share.food.com/community/dname/portfolio.esi?member_id=1216585">Chef's Photos</a></li>
1676
+ <li class="fly-li"><a href="http://share.food.com/community/dname/reviews.esi?member_id=1216585">Chef's Reviews</a></li>
1677
+ <li class="fly-li"><a href="http://www.food.com/cookbooks.php?mid=1216585">Chef's Cookbooks</a></li>
1678
+ <li class="fly-li"><a href="http://www.food.com/menus.php?owner=1216585">Chef's Menus</a></li>
1679
+ <li class="fly-li"><a href="javascript:void(0);" class="add_chef_to_favorites" id="favorite_chef_1216585">Add to Favorites </a></li>
1680
+ </ul>
1681
+ </div>
1682
+ <div class="fly-ft"></div>
1683
+ </dd>
1684
+ </dl>
1685
+ <script type="text/javascript" charset="utf-8">
1686
+ SNI.RZ.CustomDropdown.init('#aboutRnR2', { recipeId: 103215 });
1687
+ </script>
1688
+ </div>
1689
+ <p>
1690
+ on
1691
+ <meta itemprop="datePublished" content="April 19, 2011">
1692
+ April 19, 2011
1693
+ </p>
1694
+ </div>
1695
+ </div>
1696
+ <div class="rz-e">
1697
+ <div class="rz-hd"></div>
1698
+ <div class="rz-bd">
1699
+ <div class="arrow"></div>
1700
+ <p class="comment-rating" itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
1701
+ <meta itemprop="worstRating" content = "1"/>
1702
+ <span itemprop="ratingValue" style="display:none">5</span><span itemprop="bestRating" style="display:none">5</span><span class="rating-sm-5"></span>
1703
+ </p>
1704
+ <p><span itemprop="description">i didnt follow the first part of this recipe exactly because i was trying to make it healthier. I just browned the chicken in a shot of pam instead of coating it and deepfrying it. After that i followed it exactly. The sauce is what this recipe is really about anyway. Really enjoyed the sauce over the chicken and some rice and steamed broccoli will make again.</span></p>
1705
+ <div class="end-quote"></div>
1706
+ <small><label id='count_1211005'>11</label> people found this review Helpful.</small>
1707
+ <small id='was_this_1211005'>Was this review helpful to you? <a href="javascript:switchOnSignIn('we_dont_know_1211005');"><strong>Yes</strong></a> | <a href="javascript:switchOnSignIn('we_dont_know_1211005');"><strong>No</strong></a></small>
1708
+ <small style="display:none;" id='we_dont_know_1211005'>We don't know who you are. <a href="javascript:window.location='http://share.food.com/registration/login.esi?DEST_URL='+escape(document.location.href)">Sign in</a> or <a href="javascript:window.location='http://share.food.com/registration/register_lite.esi?DEST_URL='+escape(document.location.href)">create an account</a></small>
1709
+ <script language="javascript" type="text/javascript">
1710
+ if(cook!=undefined && cook.indexOf("review_0_1211005")!=-1)
1711
+ udateHelpfull("1211005");
1712
+ </script>
1713
+ </div>
1714
+ <div class="rz-ft"></div>
1715
+ </div>
1716
+ </li>
1717
+ </ul>
1718
+ <p class="more"><a href="http://www.food.com/recipe/panda-express-orange-chicken-103215/review">Read All Reviews (285)</a></p>
1719
+ </div>
1720
+ </div>
1721
+ </div>
1722
+ </div>
1723
+ <div id="rz-e" class="rz-e-rec">
1724
+ <div class="rz-e-hd"></div>
1725
+ <div class="hd pod-white-rc"></div>
1726
+ <div class="pod next-recipe clrfix">
1727
+ <h4>You Might Also Like...</h4>
1728
+ <div class="bd clrfix">
1729
+ <a id="nxt-recipe-img" href="javascript:loadNextRecipe('http://www.food.com/recipe/copy-cat-panda-express-sweet-fire-chicken-457373','457373');" rel="nri-1"><img src="http://food.sndimg.com/img/recipes/45/73/73/thumbs/picmBAx6s.jpg" alt="Copy-Cat Panda Express Sweet Fire Chicken. Recipe by Jillian Boberson" title="Copy-Cat Panda Express Sweet Fire Chicken. Recipe by Jillian Boberson" width="92" height="69" /></a>
1730
+ <div class="cont">
1731
+ <p><a id="nxt-recipe-txt" href="http://www.food.com/recipe/copy-cat-panda-express-sweet-fire-chicken-457373" rel="nrt-1">Copy-Cat Panda Express Sweet Fire Chicken</a></p>
1732
+ <small>By <a id="nxt-recipe-by" rel="nr-1" href="http://share.food.com/community/Jillian-Boberson/style.esi?member_id=1598337">Jillian Boberson</a></small>
1733
+ <span class="inline-rating small">
1734
+ <ul class="star-rating">
1735
+ <li class="current-rating" style="width: 86.60%;"></li>
1736
+ </ul>
1737
+ </span>
1738
+ </div>
1739
+ <a id="nxt-recipe" href="javascript:loadNextRecipe('http://www.food.com/recipe/copy-cat-panda-express-sweet-fire-chicken-457373','457373');" rel="nr-1"><em></em></a>
1740
+ </div>
1741
+ <small><a href="http://www.food.com/recipes/main-dish" id="ViewAllRecipe">View All Main Dish Recipes</a></small>
1742
+ </div>
1743
+ <form name="nextrecipeform" method="POST">
1744
+ <input type="hidden" name="nextrecipeids" id="nextrecipeids" value="103215" />
1745
+ <input type="hidden" name="nrf" id="nrf" value="true" />
1746
+ </form>
1747
+ <div class="ad" id="bigbox">
1748
+ <script type="text/javascript">BigboxAd('5',mdManager.getKeywords());</script>
1749
+ <p>Advertisement</p>
1750
+ </div>
1751
+ <div class="hd pod-white-rc"></div>
1752
+ <div class="pod nutrition-facts clrfix">
1753
+ <div class="hd clrfix">
1754
+ <div class="hd nutrition-facts"></div>
1755
+ <h3 class="title">Nutritional Facts for Panda Express Orange Chicken</h3>
1756
+ <div>
1757
+ <!--<h4></h4>//-->
1758
+ <p>Serving Size: <span itemprop="recipeYield">1 (228 g)</span></p>
1759
+ <p>Servings Per Recipe: 6</p>
1760
+ </div>
1761
+ </div>
1762
+ <div class="bd clrfix" itemprop="nutrition" itemscope itemtype="http://schema.org/NutritionInformation">
1763
+ <dl>
1764
+ <dt>Amount Per Serving</dt>
1765
+ <dd>% Daily Value</dd>
1766
+ <dt class="cals nutrition">Calories <span class="calories"><span itemprop="calories">304.9</span></span></dt>
1767
+ <dd class="cals">&nbsp;</dd>
1768
+ <dt class="fat-cals nutrition">Calories from Fat 46</dt>
1769
+ <dd class="fat-cals">15%</dd>
1770
+ <dt class="sub nutrition">Total Fat <span class="value"><span class="fat"><span itemprop="fatContent">5.1</span></span></span><span class="type"> g</span></dt>
1771
+ <dd class="sub">7%</dd>
1772
+ <dt class="sub nutrition">Saturated Fat <span class="value"><span class="saturatedFat"><span itemprop="saturatedFatContent">1.1</span></span></span><span class="type"> g</span></dt>
1773
+ <dd class="sub">5%</dd>
1774
+ <dt class="nutrition">Cholesterol <span class="value"><span class="cholesterol"><span itemprop="cholesterolContent">128.0</span></span></span><span class="type"> mg</span></dt>
1775
+ <dd>42%</dd>
1776
+ <dt class="nutrition">Sodium <span class="value"><span itemprop="sodiumContent">1023.8</span></span><span class="type"> mg</span></dt>
1777
+ <dd>42%</dd>
1778
+ <dt class="nutrition">Total Carbohydrate <span class="value"><span class="carbohydrates"><span itemprop="carbohydrateContent">26.6</span></span></span><span class="type"> g</span></dt>
1779
+ <dd>8%</dd>
1780
+ <dt class="sub nutrition">Dietary Fiber <span class="value"><span class="fiber"><span itemprop="fiberContent">0.4</span></span></span><span class="type"> g</span></dt>
1781
+ <dd class="sub">1%</dd>
1782
+ <dt class="sub nutrition">Sugars <span class="value"><span class="fiber"><span itemprop="sugarContent">10.7</span></span></span><span class="type"> g</span></dt>
1783
+ <dd class="sub">43%</dd>
1784
+ <dt class="last nutrition">Protein <span class="value"><span class="protein"><span itemprop="proteinContent">34.4</span></span></span><span class="type"> g</span></dt>
1785
+ <dd class="last">68%</dd>
1786
+ </dl>
1787
+ </div>
1788
+ <div class="bd nf clrfix">
1789
+ <div class="exclude">
1790
+ <p class="nf-title">The following items or measurements are not included:</p>
1791
+ <p class="nf-item">
1792
+ oranges, zest of
1793
+ </p>
1794
+ </div>
1795
+ </div>
1796
+ <div class="ft">
1797
+ <a href="http://www.food.com/recipe/nutrition?rid=103215" class="detail">Detailed Nutrition Values</a>
1798
+ <a href="http://www.food.com/help/nutrition.zsp" class="about">About Nutrition Info</a>
1799
+ </div>
1800
+ </div>
1801
+ <div class="pod more_ideas">
1802
+ <div class="hd"></div>
1803
+ <h3 class="title">More Ideas from Food.com</h3>
1804
+ <div class="rz-stc">
1805
+ <div class="hd clrfix">
1806
+ <a href="http://www.food.com/copycat-recipes/home/package?oc=moreideas1"><img width="92" height="69" src="http://food.sndimg.com/img/slideshow/0067/thumbs/KQnaMh.jpg" alt="Restaurant Recipes">
1807
+ </a>
1808
+ <h4><a href="http://www.food.com/copycat-recipes/home/package?oc=moreideas1">Restaurant Copycats</a></h4>
1809
+ <p>Why wait until your next night out to enjoy your favorite restaurant dish?<br><br></p>
1810
+ <div class="clrfix">
1811
+ <ul class="list clrfix">
1812
+ <li class="odd"><a href="http://www.food.com/slideshow/15-quick-easy-seafood-dinners-98?oc=moreideas2">Easy Seafood Dinners</a></li>
1813
+ <li><a href="http://www.food.com/slideshow/15-quick-easy-chicken-dinners-130?oc=moreideas3">Quick Chicken Dishes</a></li>
1814
+ <li class="odd"><a href="http://www.food.com/slideshow/low-calorie-snack-recipes-for-busy-moms-178?oc=moreideas4">100-Calorie Snacks</a></li>
1815
+ <li><a href="http://www.food.com/slideshow/25-must-see-diy-household-and-beauty-tips-73?oc=moreideas5">25 Smart Homemade Cleaners</a></li>
1816
+ </ul>
1817
+ </div>
1818
+ </div>
1819
+ </div>
1820
+ <div id="vsw">
1821
+ <script type="text/javascript">VswAd(1);</script>
1822
+ </div>
1823
+ <div class="ad" id="adsense">
1824
+ <script type="text/javascript">GoogleBigboxAd('1');</script>
1825
+ <p>Advertisement</p>
1826
+ </div>
1827
+ <!--
1828
+ <div class="ad">
1829
+ <script type="text/javascript">GoogleBigboxAd('1');</script>
1830
+ <p>Advertisement</p>
1831
+ </div>
1832
+
1833
+ <div><script type="text/javascript">VswAd(1);</script></div> // -->
1834
+ </div>
1835
+ </div>
1836
+ </div>
1837
+ </div>
1838
+ <script type="text/html" id="tpl-modal">
1839
+ <div id="mask" class="mpmodal-mask"></div>
1840
+ <form action="" id="mpmodal" class="mpmodal">
1841
+ <div class="mpmodal-titlebar">
1842
+ <span class="mpmodal-title">{{ title }}</span>
1843
+ <a href="#" class="mpmodal-close" title="Close this window"><span class="icon icon-delete">close</span></a>
1844
+ </div>
1845
+ <div class="mpmodal-content">{{ content }}</div>
1846
+ {[ if (buttonName !== "") { ]}
1847
+ <div class="mpmodal-footer">
1848
+ {[ } else { ]}
1849
+ <div class="mpmodal-footer" style="display:none">
1850
+ {[ } ]}
1851
+ <button class="button" type="submit">{{ buttonName }}</button>
1852
+ </div>
1853
+ </form>
1854
+ </script>
1855
+ <script type="text/html" id="tpl-modal-addtomealplan">
1856
+ <div class="mpmodal-content-inner">
1857
+ <p class="modalTxt">When do you want to make this?</p>
1858
+ <div id="datepicker"></div>
1859
+ </div>
1860
+ </script>
1861
+ <script type="text/html" id="tpl-modal-success">
1862
+ <div class="mpmodal-content-inner">
1863
+ <p class="modalTxt">{{ recipeTitle }} added to {{ mealDate }}</p>
1864
+ <p><a href="http://www.food.com/meal-planner?mealdate={{ mealDate }}">View Meal Planner</a></p>
1865
+ </div>
1866
+ </script>
1867
+ <script type="text/html" id="tpl-modal-failure">
1868
+ <div class="mpmodal-content-inner">
1869
+ <p><strong>OOPS!</strong></p>
1870
+ <p class="mpmodal-success-message">{{ message }}</p>
1871
+ </div>
1872
+ </script>
1873
+ <script type="text/javascript">
1874
+ // notes.js initialized on doc ready
1875
+ SNI.RZ.Recipe.NotesConfig = {
1876
+ recipeId: "103215",
1877
+ privateNotesId: "0",
1878
+ noteMemberId: "0"
1879
+ };
1880
+
1881
+ // initialize recipe page components
1882
+ (function($){
1883
+
1884
+ SNI.RZ.Recipe.init();
1885
+
1886
+ SNI.RZ.Recipe.title = 'Panda Express Orange Chicken';
1887
+
1888
+ // Meal Planner integration system variables
1889
+ MP = {};
1890
+ MP.env = 'http://www.food.com';
1891
+ MP.imageServerUrl = 'http://food.sndimg.com/';
1892
+ MP.shareServerLogin = 'http://share.food.com/registration/login.esi?DEST_URL=';
1893
+ MP.calendarPlanDays = {};
1894
+
1895
+ MP.recipeId = "103215";
1896
+ MP.recipeTitle = "Panda Express Orange Chicken";
1897
+
1898
+ $("a.removeNotes").click(function () {
1899
+ var $url="/dpn.do?pid=0&mid=0&rid=103215";
1900
+ $.ajax({
1901
+ url: $url,
1902
+ success: function(){document.location = document.location+"";}
1903
+ });
1904
+ return false;
1905
+ });
1906
+
1907
+ // Hide the next recipe module if the open HTML module is displayed
1908
+ var rrOpenHtml = $("div.rr-open-html");
1909
+
1910
+ // If right rail open html is present...then hide next recipe
1911
+ if(rrOpenHtml.html() != undefined && rrOpenHtml.html() != "") {
1912
+ $("div.next-recipe").hide();
1913
+ }
1914
+
1915
+ Modernizr.load([
1916
+ 'http://food.sndimg.com/js/rz2/sni-rz/mealplanner/planner-recipe.js',
1917
+ 'http://food.sndimg.com/js/rz2/sni-rz/photobox.js',
1918
+ 'http://food.sndimg.com/js/rz2/sni-rz/recipe.photobox.js',
1919
+ 'http://food.sndimg.com/js/rz2/recipe/recipetools.js'
1920
+ ]);
1921
+
1922
+ })(jQuery);
1923
+
1924
+
1925
+ SNI.RZ.CustomDropdown.addToRecipeLinks("103215");
1926
+
1927
+
1928
+
1929
+ // initialize all social media widgets
1930
+ fdc.IntegratedServices.SocialMedia.init({
1931
+ 'like': {
1932
+ 'config': {
1933
+ 'ref': 'recipe-103215'
1934
+ },
1935
+ 'container': '#recipe-facebook'
1936
+ },
1937
+ 'tweet': {
1938
+ 'config': {
1939
+ 'data': {
1940
+ 'counturl': document.location.href,
1941
+ 'text': 'Panda Express Orange Chicken',
1942
+ 'url': document.location.href
1943
+ }
1944
+ },
1945
+ 'container': '#recipe-tweet'
1946
+ },
1947
+ 'pinit': {
1948
+ 'config': {
1949
+ 'data': {
1950
+ 'description': 'Panda Express Orange Chicken',
1951
+ 'media': 'http://food.sndimg.com/img/recipes/10/32/15/large/picwNSGHq.jpg'
1952
+ }
1953
+ },
1954
+ 'container': '#recipe-pinit'
1955
+ },
1956
+ 'plusone': {
1957
+ 'config': {
1958
+ 'annotation': 'bubble'
1959
+ },
1960
+ 'container': '#recipe-plusone'
1961
+ }
1962
+ });
1963
+
1964
+
1965
+
1966
+ </script>
1967
+ <div class="linklists clrfix">
1968
+ <hr />
1969
+ <div class="col1">
1970
+ <h4>Over 475,000 Recipes</h4>
1971
+ <ul class="list">
1972
+ <li><a href="http://www.food.com/browse/allrecipes/" rel=" gf-xp-">All Recipes</a></li>
1973
+ <li><a href="http://www.food.com/categorycollections.php">All Collections</a></li>
1974
+ <li><a href="http://www.food.com/random.php" rel="Get a Random Recipe" rel="Get a Random Recipe">Get a Random Recipe</a></li>
1975
+ <li><a href="http://www.food.com/library/all.zsp" rel="Kitchen Dictionary">Kitchen Dictionary</a></li>
1976
+ <li><a href="http://www.food.com/library/calc.zsp" rel="Measurement Converter">Measurement Converter</a></li>
1977
+ <li><a href="http://www.food.com/bb/viewforum.zsp?f=1" rel="Request a Recipe">Request a Recipe</a></li>
1978
+ </ul>
1979
+ </div>
1980
+ <div class="col2">
1981
+ <h4>Food.com Network of Sites</h4>
1982
+ <ul class="list">
1983
+ <li><a href="http://restaurant.food.com" rel="Restaurant Recipes">Restaurant Recipes</a></li>
1984
+ <li><a href="http://gumbo.food.com" rel="Gumbo Recipes">Gumbo Recipes</a></li>
1985
+ <li><a href="http://halibut.food.com" rel="Halibut Recipes">Halibut Recipes</a></li>
1986
+ <li><a href="http://pot-roast.food.com" rel="Pot Roast Recipes">Pot Roast Recipes</a></li>
1987
+ <li><a href="http://roast-beef.food.com" rel="Roast-beef Recipes">Roast-beef Recipes</a></li>
1988
+ <li><a href="http://quick-and-easy.food.com" rel="Quick-and-easy Recipes">Quick-and-easyRecipes</a></li>
1989
+ <li><a href="http://baking.food.com" rel="Baking Recipes">Baking Recipes</a></li>
1990
+ <li><a href="http://dairy-free.food.com" rel="Dairy free Recipes">Dairy Free Recipes</a></li>
1991
+ <li><a href="http://dessert.food.com" rel="Dessert Recipes">Dessert Recipes</a></li>
1992
+ <li><a href="http://low-Cholesterol.food.com" rel="Low Cholesterol Recipes">Low Cholesterol Recipes</a></li>
1993
+ <li><a href="http://deep-fried.food.com" rel="Deep Fried Recipes">Deep Fried Recipes</a></li>
1994
+ <li><a href="http://cheese.food.com" rel="Cheese Recipes">Cheese Recipes</a></li>
1995
+ <li><a href="http://meatloaf.food.com" rel="Meat-loaf Recipes">Meat-Loaf Recipes</a></li>
1996
+ <li><a href="http://red.food.com" rel="Red Recipes">Red Recipes</a></li>
1997
+ <li><a href="http://lunch.food.com" rel="Lunch Recipes">Lunch Recipes</a></li>
1998
+ <li><a href="http://college.food.com" rel="College Recipes">College Recipes</a></li>
1999
+ <li><a href="http://blue.food.com" rel="Blue Recipes">Blue Recipes</a></li>
2000
+ <li><a href="http://breakfast.food.com" rel="Breakfast Recipes">Breakfast Recipes</a></li>
2001
+ <li><a href="http://vegan.food.com" rel="Vegan Recipes">Vegan Recipes</a></li>
2002
+ <li><a href="http://australian.food.com" rel="Australian Recipes">Australian Recipes</a></li>
2003
+ <li><a href="http://lebanese.food.com" rel="Lebanese Recipes">Lebanese Recipes</a></li>
2004
+ <li><a href="http://southern.food.com" rel="Southern Recipes">Southern Recipes</a></li>
2005
+ <li><a href="http://moroccan.food.com" rel="Moroccan Recipes">Moroccan Recipes</a></li>
2006
+ <li><a href="http://brazilian.food.com" rel="Brazilian Recipes">Brazilian Recipes</a></li>
2007
+ <li><a href="http://christmas.food.com" rel="Christmas Recipes">Christmas Recipes</a></li>
2008
+ <li><a href="http://greek.food.com" rel="Greek Recipes">Greek Recipes</a></li>
2009
+ <li><a href="http://healthy.food.com" rel="Healthy Recipes">Healthy Recipes</a></li>
2010
+ <li><a href="http://soul.food.com" rel="Soul Recipes">Soul Recipes</a></li>
2011
+ <li><a href="http://indian.food.com" rel="Indian Recipes">Indian Recipes</a></li>
2012
+ <li><a href="http://italian.food.com" rel="Italian Recipes">Italian Recipes</a></li>
2013
+ <li><a href="http://thai.food.com" rel="Thai Recipes">Thai Recipes</a></li>
2014
+ <li><a href="http://mexican.food.com" rel="Mexican Recipes">Mexican Recipes</a></li>
2015
+ <li><a href="http://thanksgiving.food.com" rel="Thanksgiving Recipes">Thanksgiving Recipes</a></li>
2016
+ <li><a href="http://chinese.food.com" rel="Chinese Recipes">Chinese Recipes</a></li>
2017
+ <li><a href="http://holidays.food.com" rel="Holidays Recipes">Holidays Recipes</a></li>
2018
+ </ul>
2019
+ </div>
2020
+ </div>
2021
+ <div id="rz-footer">
2022
+ <div id="rz-footer-nav">
2023
+ <div class="list-cols clrfix" id="rz-sponsored-links">
2024
+ <h4>Ideas from Food.com</h4>
2025
+ <ul class="list">
2026
+ <li>
2027
+ <a href="http://www.food.com/video-wall" rel="gf-ideas-1">How-To Videos</a>
2028
+ </li>
2029
+ <li>
2030
+ <a href="http://mynewsletters.scrippsnetworks.com:8080/subscription/subscribe?brand=foodcom&source=0000_FC_WEBFORM" rel="gf-ideas-2">Get Our Newsletter</a>
2031
+ </li>
2032
+ <li>
2033
+ <a href="http://www.food.com/recipe/joleans-cheese-potato-smoked-sausage-casserole-126623" rel="gf-ideas-3">Potato & Sausage Casserole</a>
2034
+ </li>
2035
+ <li>
2036
+ <a href="http://www.food.com/recipe/peanut-butter-balls-21812" rel="gf-ideas-4">Peanut Butter Balls</a>
2037
+ </li>
2038
+ <li>
2039
+ <a href="http://www.food.com/recipe/creamy-cajun-chicken-pasta-39087" rel="gf-ideas-5">Creamy Cajun Chicken Pasta</a>
2040
+ </li>
2041
+ <li>
2042
+ <a href="http://www.food.com/recipe/microwave-caramels-367414" rel="gf-ideas-6">Microwave Caramels</a>
2043
+ </li>
2044
+ <li>
2045
+ <a href="http://www.food.com/recipe/best-banana-bread-2886" rel="gf-ideas-7">Banana Bread Recipe</a>
2046
+ </li>
2047
+ <li>
2048
+ <a href="http://www.food.com/recipe/perfect-pork-tenderloin-63828" rel="gf-ideas-8">Perfect Pork Tenderloin</a>
2049
+ </li>
2050
+ <li>
2051
+ <a href="http://www.food.com/recipe/spinach-artichoke-dip-1209" rel="gf-ideas-9">Spinach Artichoke Dip</a>
2052
+ </li>
2053
+ <li>
2054
+ <a href="http://www.food.com/recipe/the-best-ever-waffles-31750" rel="gf-ideas-10">The Best Ever Waffles</a>
2055
+ </li>
2056
+ </div>
2057
+ <div class="sub-tier">
2058
+ <div id="more-rz">
2059
+ <h5>More from Food.com</h5>
2060
+ <ul class="list">
2061
+ <li>
2062
+ <a href="http://www.food.com/bb/viewforum.zsp?f=12" rel="gf-more-2">Cooking Contests</a>
2063
+ </li>
2064
+ <li>
2065
+ <a href="http://www.food.com/bb/viewforum.zsp?f=2&sid=7d75af848815016d17b2c3709d00ce8a" rel="gf-more-3">Cooking Q &amp; A</a>
2066
+ </li>
2067
+ <li>
2068
+ <a href="http://www.food.com/rssfeeds.php" rel="gf-more-4">RSS</a>
2069
+ </li>
2070
+ <li>
2071
+ <a href="http://www.food.com/sitetour1.do" rel="gf-more-5">Site Tour</a>
2072
+ </li>
2073
+ <li>
2074
+ <a href="http://blog.food.com/happenings" rel="gf-more-7">The Food.com Blog</a>
2075
+ </li>
2076
+ </ul>
2077
+ </div>
2078
+ <div class="rz-family-hd"></div>
2079
+ <div id="rz-family">
2080
+ <h5>Food.com Family</h5>
2081
+ <div id="crsl-footer" class="pod crsl-footer">
2082
+ <div class="bd crsl">
2083
+ <ul>
2084
+ <li class="panel">
2085
+ <ul class="crsl-group">
2086
+ <li class="first crsl-item">
2087
+ <div>
2088
+ <h6>
2089
+ <a target="_blank" href="http://www.foodnetwork.com?xp=foodcom_footer">Food Network</a>
2090
+ </h6>
2091
+ <div class="bd" style="line-height: 1.3;">
2092
+ <p><a target="_blank" href="http://www.foodnetwork.com/spring-produce-guide/package/index.html?xp=foodcom_footer"><img style="float: left; border: 1px solid #d4d4d4; padding: 1px; margin-right: 4px;" width="92" height="69" border="0" alt="Food Network Spring Recipes" src="http://img.foodnetwork.com/FOOD/2011/03/02/RX-FNM_040111-Easter-Sides-003_s4x3_sm.jpg"></a><a target="_blank" href="http://www.foodnetwork.com/spring-produce-guide/package/index.html?xp=foodcom_footer">Feast Your Eyes on Top Spring Recipes</a></p>
2093
+ </div>
2094
+ </div>
2095
+ </li>
2096
+ <li class="first crsl-item">
2097
+ <h6><a href="http://www.cookingchanneltv.com/?xp=foodcom_footer" target="_blank" rel="cpct-1">Cooking Channel</a></h6>
2098
+ <ul class="list">
2099
+ <li><a href="http://www.cookingchanneltv.com/recipes/bracket-battle-best-college-eats.html?xp=foodcom_footer" target="_blank" rel="cpc-1-1">Best College Eats</a></li>
2100
+ <li><a href="http://www.cookingchanneltv.com/recipes/desserts-for-spring-entertaining.html?xp=foodcom_footer" target="_blank" rel="cpc-1-2">Dessert Recipes</a></li>
2101
+ <li><a href="http://www.cookingchanneltv.com/recipes/recipe-beauty-shots-before-and-after.html?oc=ob_green&xp=foodcom_footer" target="_blank" rel="cpc-1-3">Food Pics: Before & After</a></li>
2102
+ </ul>
2103
+ </li>
2104
+ <li class="first crsl-item">
2105
+ <h6><a href="http://www.hgtv.com/?xp=foodcom_footer" target="_blank" rel="cpct-1">HGTV</a></h6>
2106
+ <ul class="list">
2107
+ <li><a href="http://www.hgtv.com/smart-home/index.html?xp=smart" target="_blank" rel="cpc-1-1">Sneak Peek: HGTV Smart Home</a></li>
2108
+ <li><a href="http://www.hgtv.com/landscaping/hot-backyard-design-ideas-to-try-now/pictures/index.html?xp=foodcom_footer" target="_blank" rel="cpc-1-2">Hottest Backyard Trends</a></li>
2109
+ <li><a href="http://www.hgtv.com/designers-portfolio/room/contemporary/living-rooms/3584/index.html#//room-living-rooms?xp=foodcom_footer" target="_blank" rel="cpc-1-3">Fresh Living Room Looks</a></li>
2110
+ </ul>
2111
+ </li>
2112
+ <li class="first crsl-item">
2113
+ <h6><a href="http://www.travelchannel.com/?xp=foodcom_footer" target="_blank" rel="cpct-1">Travel Channel</a></h6>
2114
+ <ul class="list">
2115
+ <li><a href="http://www.travelchannel.com/interests/spring?xp=foodcom_footer" target="_blank" rel="cpc-1-1">Ready for a Spring Fling?</a></li>
2116
+ <li><a href="http://www.travelchannel.com/interests/romance-and-honeymoons/articles/2013s-most-romantic-honeymoon-destinations?xp=foodcom_footer" target="_blank" rel="cpc-1-2">Best Honeymoons in 2013</a></li>
2117
+ <li><a href="http://www.travelchannel.com/interests/travel-tips/articles/where-to-travel-in-april?xp=foodcom_footer" target="_blank" rel="cpc-1-3">Where to Travel in April</a></li>
2118
+ </ul>
2119
+ </li>
2120
+ </ul>
2121
+ </li>
2122
+ </ul>
2123
+ </div>
2124
+ </div>
2125
+ <script type="text/javascript">
2126
+ //SNI.Common.Carousel("#crsl-footer", { pagelink:"image" });
2127
+ $(document).ready(function(){
2128
+ $("#crsl-footer").find("li.crsl-item:last").removeClass("first").addClass("last");
2129
+ });
2130
+ </script>
2131
+ <!-- end footer caousel -->
2132
+ <!-- coming soon -->
2133
+ </div>
2134
+ </div>
2135
+ </div>
2136
+ <div class="rz-legal clrfix">
2137
+ <div class="ft-wrap" id="rz-ft-links-4">
2138
+ <div class="brand">
2139
+ <a href="http://www.food.com">Food.com: The most complete collection of free recipes on the Internet, trusted by home chefs throughout the world.</a>
2140
+ </div>
2141
+ <div class="rz-ft-global-nav wrap">
2142
+ <ul>
2143
+ <li><a href="http://www.food.com/">What's New</a></li>
2144
+ <li><a href="http://www.food.com/recipes">Top Recipes</a></li>
2145
+ <li><a href="http://holidays.food.com/">Holidays</a></li>
2146
+ <li><a href="http://www.food.com/menu">Meal Planning</a></li>
2147
+ <li><a href="http://www.food.com/communityforum.do">Talk & Tips</a></li>
2148
+ </ul>
2149
+ </div>
2150
+ <!-- <p class="rz-ft-shop-links wrap">Comparison Shop for <a href="#">Kitchen Appliances</a> &amp; <a href="#">Utensils</a> at <a href="#">Shopzilla</a> &amp; <a href="#">Bizrate</a></p> -->
2151
+ <div class="search-cont">
2152
+ <div class="search">
2153
+ <!-- <form id="header-search-form" name="header-search-form" class="clrfix" name="headerSearchForm" onsubmit="setSuggestValue();" method="get">-->
2154
+ <div class="input" id="rz-search-bottom-input_container">
2155
+ <input class="input_full" autocomplete="off" name="q" id="rz-search-bottom-input" type="text" onKeyPress="return disableEnterKey(event);" />
2156
+ </div>
2157
+ <div id="rz-search-bottom-submit-click"><button id="rz-search-bottom-submit" title="Search-DNT" type="button" onclick="searchRecord('bottom');">Search</button></div>
2158
+ </div>
2159
+ <div class="search-options clrfix">
2160
+ <span>I'm looking for:</span>
2161
+ <input type="radio" name="navSearchOption_bottom" id="search_option_one_bottom" class="search-radio" value="Record Type:Recipe" checked="checked"><label for="search_option_one">Recipes</label>
2162
+ <input type="radio" name="navSearchOption_bottom" id="search_option_two_bottom" class="search-radio" value="Record Type:Ingredient" ><label for="search_option_two">Ingredients</label>
2163
+ <input type="radio" name="navSearchOption_bottom" id="search_option_three_bottom" class="search-radio" value="Record Type:Member" ><label for="search_option_three">Members</label>
2164
+ </div>
2165
+ </div>
2166
+ <a class="mobile-site setMobileLayoutCookie" href="http://www.food.com/recipe/panda-express-orange-chicken-103215">View Mobile Site</a>
2167
+ <div class="snd-sites">
2168
+ <span class="arrow">&nbsp;</span>See All of Scripps Networks Digital
2169
+ <div class="snd-sites-list flyout fly-dd">
2170
+ <div class="fly-hd"></div>
2171
+ <div class="fly-bd noscroll">
2172
+ <!-- <h5>Scripps Networks Digital</h5> -->
2173
+ <ul class="fly-ul">
2174
+ <li><a href="http://www.foodnetwork.com/" rel="Food Network">Food Network</a></li>
2175
+ <li><a href="http://www.cookingchanneltv.com/" rel="Cooking Channel">Cooking Channel</a></li>
2176
+ <li><a href="http://www.cityeats.com" rel="CityEats">CityEats.com</a></li>
2177
+ <li><a href="http://www.hgtv.com/" rel="HGTV">HGTV</a></li>
2178
+ <li><a href="http://www.diynetwork.com/" rel="DIY Network">DIY Network</a></li>
2179
+ <li><a href="http://www.frontdoor.com/" rel="FrontDoor">FrontDoor.com</a></li>
2180
+ <li><a href="http://www.hgtvremodels.com/" rel="HGTV Remodels">HGTVRemodels.com</a></li>
2181
+ <li><a href="http://www.travelchannel.com/" rel="Travel Channel">Travel Channel</a></li>
2182
+ <li><a href="http://www.gactv.com/" rel="GAC">GAC</a></li>
2183
+ </ul>
2184
+ </div>
2185
+ <div class="fly-ft"></div>
2186
+ </div>
2187
+ </div>
2188
+ <p class="rz-copyright wrap">&copy; 2013 <a href="http://www.scrippsnetworks.com" rel="Scripps Networks">Scripps Networks</a>, LLC. All Rights Reserved</p>
2189
+ <p class="rz-legal-links"><a href="http://www.food.com/sitemap.do">Sitemap</a> | <a href="http://www.scrippsnetworks.com/terms.aspx" target="_blank" rel="gf-legal-1">Terms of Use</a> | <a href="http://www.scrippsnetworks.com/privacy.aspx" target="_blank">Privacy Policy</a> | <a href="http://dv.privacychoice.org/index.php/preferenceManager/global?company_id=40" target="_blank" rel="gf-legal-7">Ad Choices<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAOCAYAAADJ7fe0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAldJREFUeNp8kj1oFGEQht/5dte73b3/IzEhRi1MYSEhIFokELARBSOKjT9NwEaxEEStDFgIpkijgpWFYiFqEVCLVEEwEsGIMQoWZ2OIJETvcpfdu93b/WYsgiDJ6lsOzMPMw0sigr9zcbJyM2U6xbW6d+fEQLGy2HCw6L1VPwJX9tYtWfm2AOfCOXz/YCCovsLz0yMwsSmGUseUbQ3kDfvk5Jf6bYuWH7pOZt2xSgRaVwB4847aPNBxLGGj9lnH0VypVLprO4Up3y8eN8kRv7nCisUAQP+FKLATcKbSCDJnIq96Vkdxd66j67H2m09ruZ6+YHe/VooFIgrYULHlHYaSlNFynMDweZknpVPrUFYHU6nsqMqWD7e21SdqM0v38jFX2TSSLyEA0AxtR+BeOiKWGiuRdUPrn4Nx0HztZHLXFYxpYj5VNPrKiRAIwIaALUAJzbLwrSBb0CW39qndCkZaa6vnQdhj5QvPiNR4MoQAaABthnA8lHZz19b8aqfn50Ec7TPT7rAwp4njeZO3zSQ62SCbAhCY2t2so34V656A3RG7kL0Koq7Qb4yv1O37oI+LwK5ECMHUABGoLU2ONStlPjHdTCny196Jbh8tZHsXar7LYdwgAKISIBJGGl7YLpOCnXVyOm2KLhvhpVY7dcj+Oj1vN1cFyiCCkn84kXU37ewvOpmp2BOas5pX7JQzfPnAjgdLzSIM0gYggj8lSXJChpmynEw59Lz32Z3Fl7NDXZX0G2AsgsqTSFLtt0I0T4SNWibwokcdB7f7eRP0SwMvAB5Fcn4PAPSjFVVoH/DcAAAAAElFTkSuQmCC" border="0" alt="DAA Icon"/></a> | <a href="http://www.food.com/about/infringements.zsp" rel="gf-legal-4">Infringements</a> | <a href="http://www.food.com/sitetour1.do" rel="gf-legal-3">About us</a> | <a href="http://www.food.com/help/faq" rel="gf-legal-6">Help</a> | <a href="http://www.food.com/about/contactus.zsp" rel="gf-legal-5">Contact us</a> </p>
2190
+ </div>
2191
+ </div>
2192
+ </div>
2193
+ <script type="text/javascript">
2194
+ // Following code Capture asset stats in asset_stats table .. So don't delete if any clarifications ask to VASANTH
2195
+ <!--
2196
+ try{
2197
+ assetStats();
2198
+ }catch(e){}
2199
+ //-->
2200
+ </script>
2201
+ <script type="text/javascript">
2202
+ SNI.Omniture.pageType = "RECIPE";
2203
+
2204
+ SNI.Omniture.MultiVar("#postreview","Rate and Review Recipe");
2205
+ SNI.Omniture.MultiVar("#mailShare","Email");
2206
+
2207
+ SNI.Omniture.MultiVar("#nxt-recipe","Next Recipe Top Right");
2208
+ SNI.Omniture.MultiVar("#nxt-recipe-img","Next Recipe Top Right");
2209
+ SNI.Omniture.MultiVar("#nxt-recipe-txt","Next Recipe Top Right");
2210
+ SNI.Omniture.MultiVar("#nxt-recipe-by","Next Recipe Top Right");
2211
+
2212
+ SNI.Omniture.MultiVar("#justadded","Just Added");
2213
+ SNI.Omniture.MultiVar("#justaddedimg","Just Added");
2214
+
2215
+ SNI.Omniture.MultiVar("#eatingseason","Eating in Season");
2216
+ SNI.Omniture.MultiVar("#fav-action-id","Favorite");
2217
+ SNI.Omniture.MultiVar("#sub-action-id","RSS Subscribe ");
2218
+ SNI.Omniture.MultiVar("#rz-rate-it","Recipe Rate");
2219
+ SNI.Omniture.MultiVar("#codimg","Chef of the Day : Image ");
2220
+ SNI.Omniture.MultiVar("#codname","Chef of the Day");
2221
+ SNI.Omniture.MultiVar("#codmore","Chef of the Day");
2222
+
2223
+ //---------------
2224
+
2225
+ SNI.Omniture.MultiVar("#sifter-total","Get Recipe");
2226
+
2227
+ //SNI.Omniture.MultiVar("#rz-ft-links-1","Footer");
2228
+ //SNI.Omniture.MultiVar("#rz-ft-links-2","Footer");
2229
+ //SNI.Omniture.MultiVar("#rz-ft-links-3","Footer");
2230
+ //SNI.Omniture.MultiVar("#rz-ft-links-4","Footer");
2231
+
2232
+ SNI.Omniture.MultiVar("#rz-sponsored-links","Ideas From");
2233
+ SNI.Omniture.MultiVar("#more-rz","More From");
2234
+ SNI.Omniture.MultiVar("#rz-family","Cross Promo");
2235
+
2236
+ SNI.Omniture.MultiVar("#TopCatDiv","Popular Categories");
2237
+ SNI.Omniture.MultiVar("#topSearchDiv","Top Ten Searches");
2238
+ SNI.Omniture.MultiVar("#headlineID","Top Rated Recipes");
2239
+ SNI.Omniture.MultiVar("#recipeOfDayImg","Recipe of the Day");
2240
+ SNI.Omniture.MultiVar("#recipeOfDayName","Recipe of the Day");
2241
+ SNI.Omniture.MultiVar("#more-in-id","More In");
2242
+ SNI.Omniture.MultiVar("#pod-filter-interested-in-id","You Might Be Interested In");
2243
+ SNI.Omniture.MultiVar("#recipe-like-these-id","Recipes Like This");
2244
+ SNI.Omniture.MultiVar("#slf-item-id","Narrow Your Search Module");
2245
+ SNI.Omniture.MultiVar("#topic-promo-id","Search Results - Topic Promo");
2246
+
2247
+ SNI.Omniture.MultiVar("#Nav","Header");
2248
+ SNI.Omniture.MultiVar("#rz-login-signed-in","Header");
2249
+
2250
+ //Recipe Tools
2251
+ SNI.Omniture.MultiVar("#prnthisrep","Print This Recipe");
2252
+
2253
+ //SNI.Omniture.MultiVar("#RecipeToolContainerId","RECIPE TOOLS");
2254
+
2255
+ SNI.Omniture.MultiVar("#prntrec","Recipe Tools");
2256
+ SNI.Omniture.MultiVar("#viewfs","Recipe Tools");
2257
+ SNI.Omniture.MultiVar("#addyph","Recipe Tools");
2258
+ SNI.Omniture.MultiVar("#wrrev","Recipe Tools");
2259
+ SNI.Omniture.MultiVar("#subycorr","Recipe Tools")
2260
+
2261
+ SNI.Omniture.MultiVar("#edthrec","Edit This Recipe");
2262
+ //SNI.Omniture.MultiVar("#addtosl","SAVE THIS RECIPE - link");
2263
+ SNI.Omniture.MultiVar("#twitter-omniture","Share This Recipe");
2264
+ SNI.Omniture.MultiVar("#recipe-facebook","Share This Recipe");
2265
+
2266
+ //SNI.Omniture.MultiVar("#addtocb","Add To Cookbook this Recipe");
2267
+ //SNI.Omniture.MultiVar("#addtomn","Add to menu to this Recipe");
2268
+ //SNI.Omniture.MultiVar("#sendtmob","SHARE THIS RECIPE - link");
2269
+
2270
+
2271
+ SNI.Omniture.MultiVar("#sheml","SHARE THIS RECIPE");
2272
+ SNI.Omniture.MultiVar("#shsh","SHARE THIS RECIPE");
2273
+
2274
+ SNI.Omniture.MultiVar("#bmrec","Browse More Recipes");
2275
+
2276
+ SNI.Omniture.MultiVar("#ratid","Rate it");
2277
+ SNI.Omniture.MultiVar("#postreview","Rate and Review Submit");
2278
+ SNI.Omniture.MultiVar("#addtim","Add Timer");
2279
+ SNI.Omniture.MultiVar("#brtoprec","Browse top recipe");
2280
+ SNI.Omniture.MultiVar("#vallreccoll","View All Recipe Collection");
2281
+
2282
+ //SNI.Omniture.MultiVar("#addPrivateNote","Add Private Note");
2283
+ SNI.Omniture.MultiVar("#ViewAllRecipe","View All from Next Recipe");
2284
+ SNI.Omniture.MultiVar("#redrvl","Read Total Review");
2285
+ SNI.Omniture.SingleVar("#enlrphoto","Recipe Photo Enlarge");
2286
+ SNI.Omniture.SingleVar(".photo-gallery-smallbuttons .next","Recipe Photo Enlarge - Next");
2287
+ SNI.Omniture.SingleVar(".photo-gallery-smallbuttons .prev","Recipe Photo Enlarge - Prev");
2288
+ SNI.Omniture.MultiVar("#readthereview","Read the Review");
2289
+ SNI.Omniture.MultiVar("#reccoll","Recipe Collections");
2290
+
2291
+ SNI.Omniture.MultiVar("#srch-open","Narrow Search:Button Open");
2292
+ SNI.Omniture.MultiVar("#srch-close","Narrow Search:Button Close");
2293
+ SNI.Omniture.MultiVar("#srch-link-open","Narrow Search:Link Open");
2294
+ SNI.Omniture.MultiVar("#srch-link-close","Narrow Search:Link Close");
2295
+
2296
+
2297
+ if(document.getElementById("p2-food-home") != null){
2298
+ var result = unescape("http://www.food.com");
2299
+ document.getElementById("p2-food-home").href = result;
2300
+ if(document.getElementById("p2-food-sitemap") != null) {
2301
+ document.getElementById("p2-food-sitemap").href = result + "/sitemap.do";
2302
+ }
2303
+ }
2304
+
2305
+ SuperstitialAd(2);
2306
+ SuperstitialAd(3);
2307
+
2308
+ if(document.location.protocol=='http:'){
2309
+ var Tynt=Tynt||[];Tynt.push('aeNYyiayCr4ktEadbi-bnq');
2310
+ (function(){var s=document.createElement('script');s.async="async";s.type="text/javascript";s.src='http://food.sndimg.com/js/linkback.min.js';var h=document.getElementsByTagName('script')[0];h.parentNode.insertBefore(s,h);})();
2311
+ }
2312
+
2313
+ (function(d){
2314
+ var h;
2315
+ var s = d.createElement('script');
2316
+ s.type = "text/javascript";
2317
+ s.async = true;
2318
+ s.src='http://cti.w55c.net/ct/ct-f4c9bb883b0145969b8dc71a8407973f.js';
2319
+
2320
+ h=document.getElementsByTagName('script')[0];
2321
+ h.parentNode.insertBefore(s,h);
2322
+ })(document);
2323
+ </script>
2324
+ <script type="text/javascript">
2325
+ //always initialize twitter & Facebook APIs:
2326
+ var sm = fdc.IntegratedServices.SocialMedia,
2327
+ options;
2328
+ if (!('tweet' in sm.widgets || 'like' in sm.widgets || 'pinit' in sm.widgets)) {
2329
+ options = {like: {}, tweet: {}, pinit: {}};
2330
+ fdc.IntegratedServices.SocialMedia.init(options);
2331
+ }
2332
+ </script>
2333
+ </body>
2334
+ </html>