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,1667 @@
1
+ <!DOCTYPE html>
2
+ <html lang='en-us'>
3
+ <head>
4
+ <script>
5
+ //<![CDATA[
6
+ window.facebookID = "154653334553109"
7
+ if ((navigator.userAgent.match('iPhone')) || (navigator.userAgent.match('iPod'))){
8
+ if((/\/recipes$/i).test(document.location.pathname)) {
9
+ document.location = 'http://m.foodandwine.com';
10
+ } else if(document.location.pathname.split("/").slice(1,2) == "recipes"){
11
+ document.location = "http://m.foodandwine.com"+document.location.pathname;
12
+ }
13
+ }
14
+ // otherwise IE9 has issues
15
+ if (!window.console) window.console = {};
16
+ if (!window.console.log) window.console.log = function () { };
17
+ //]]>
18
+ </script>
19
+ <meta charset='UTF-8'>
20
+ <meta content='154653334553109' property='fb:app_id'>
21
+ <meta content='production' property='deployment_env'>
22
+ <meta content='summary' name='twitter:card'>
23
+ <meta content='@fandw' name='twitter:site'>
24
+ <meta content='Food &amp; Wine' property='og:site_name'>
25
+ <meta content='The secret to this sweet, slightly tangy dish: the touch of sherry vinegar in the glaze.&#x000A;&#x000A;' name='description' property='og:description'>
26
+ <meta content='The secret to this sweet, slightly tangy dish: the touch of sherry vinegar in the glaze.&#x000A;&#x000A;' name='twitter:description'>
27
+ <meta content='http://www.foodandwine.com/images/sys/fw200711_r_gpbrocrootveg.jpg' name='twitter:image' property='og:image'>
28
+ <meta content='article' property='og:type'>
29
+ <meta content='Honey-Glazed Roasted Root Vegetables Recipe' name='twitter:title' property='og:title'>
30
+ <meta content='http://www.foodandwine.com/recipes/honey-glazed-roasted-root-vegetables' name='twitter:url' property='og:url'>
31
+ <link href='http://www.foodandwine.com/recipes/honey-glazed-roasted-root-vegetables' rel='canonical'>
32
+ <link href='https://plus.google.com/110803754869991455548' rel='publisher'>
33
+ <link href='/favicon.ico' rel='icon' type='image/x-icon'>
34
+ <link href='/apple-touch-icon-precomposed.png' rel='apple-touch-icon-precomposed'>
35
+ <link href="/stylesheets/global.css" media="screen" rel="stylesheet" type="text/css" />
36
+ <link href="/stylesheets/logistration.css" media="screen" rel="stylesheet" type="text/css" />
37
+ <link href="/stylesheets/my_fw.css" media="screen" rel="stylesheet" type="text/css" />
38
+ <link href="/stylesheets/new_recipe.css" media="screen" rel="stylesheet" type="text/css" />
39
+ <!--[if lte IE 8]>
40
+ <link href="/stylesheets/ie8.css" media="screen" rel="stylesheet" type="text/css" />
41
+ <script>
42
+ document.createElement( 'header' );
43
+ document.createElement( 'hgroup' );
44
+ document.createElement( 'nav' );
45
+ document.createElement( 'footer' );
46
+ document.createElement( 'aside' );
47
+ document.createElement( 'figure' );
48
+ document.createElement( 'figcaption' );
49
+ </script>
50
+ <![endif]-->
51
+ <script src="/javascripts/modernizr.js" type="text/javascript"></script>
52
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js" type="text/javascript"></script>
53
+ <script src="/javascripts/underscore-min.js" type="text/javascript"></script>
54
+ <script src="/javascripts/backbone-min.js" type="text/javascript"></script>
55
+ <script src="/javascripts/amplify.min.js" type="text/javascript"></script>
56
+ <script src="http://img.timeinc.net/shared/static/js/tii_ads.js" type="text/javascript"></script>
57
+ <script src="/javascripts/mbox.js" type="text/javascript"></script>
58
+ <script src="/javascripts/jQuery.XDomainRequest.js" type="text/javascript"></script>
59
+ <script src="/javascripts/ga_social_tracking.js" type="text/javascript"></script>
60
+ <script src='http://js.revsci.net/gateway/gw.js?csid=E11180&auto=t' type='text/javascript'></script>
61
+ <script language='javascript' type='text/javascript'>
62
+ //<![CDATA[
63
+ MAD={getQueryVariable:function(a){var b=window.location.search.substring(1).toLowerCase();var c=b.split("&");for(var d=0;d<c.length;d++){var e=c[d].split("=");if(e[0]==a){return e[1]}}return false},
64
+ readCookie:function(a){var b=a+"=";var c=document.cookie.split(";");for(var d=0;d<c.length;d++){var e=c[d];while(e.charAt(0)==" ")e=e.substring(1,e.length);if(e.indexOf(b)==0)return e.substring(b.length,e.length)}return null;}}
65
+
66
+ var dexBaseURL=(("https:"==document.location.protocol) ?
67
+ "https://a248.e.akamai.net/demdex.download.akamai.com/aexp/10/" :
68
+ "http://cdn.demdex.net/aexp/10/");
69
+ document.write(unescape("%3Cscript src='"+ dexBaseURL +
70
+ "demdex.js' type='text/javascript' %3E%3C/script%3E"));
71
+
72
+ var adConfig = new TiiAdConfig('3475.fw');
73
+ adConfig.setCmSitename('cm.fw');
74
+ var adFactory = new TiiAdFactory(adConfig, 'recipes');
75
+ adFactory.setParam('ptype', 'content');
76
+ adFactory.setParam('sub', new Array('recipes', 'honey-glazed-roasted-root-vegetables'));
77
+ adFactory.setParam('site', 'fw');
78
+ adFactory.setParam('as', TiiAdGetRevSciSegments());
79
+ if (MAD.readCookie('demdex')) { adFactory.setParam('axp', MAD.readCookie('demdex').split('=')[1]);}
80
+ if ((navigator.userAgent.match('iPhone')) || (navigator.userAgent.match('iPad')) || (navigator.userAgent.match('iPod')) || (location.search.match('ipad=true'))) { adFactory.setParam("user", "ipad");}if(MAD.getQueryVariable("pkw")){adFactory.setParam("pkw", MAD.getQueryVariable("pkw"));}
81
+ //]]>
82
+ </script>
83
+ <script type='text/javascript'>
84
+ jQuery(document).ready(function(){
85
+ jQuery('#more-content-link').on('click', function( e ) {
86
+ e.preventDefault();
87
+ jQuery('p.more-content').toggle();
88
+ var $lnk = jQuery(this),
89
+ val = $lnk.html();
90
+ if ( val.indexOf( 'More' ) > -1 ) {
91
+ $lnk.html( 'Close &#8743;' );
92
+ }
93
+ else {
94
+ $lnk.html( 'More &#8744;' );
95
+ }
96
+ });
97
+ });
98
+ </script>
99
+ <title>
100
+ Honey-Glazed Roasted Root Vegetables
101
+ Recipe -
102
+ Grace Parisi
103
+ | Food &amp; Wine
104
+ </title>
105
+ </head>
106
+ <body>
107
+ <script type='text/javascript'>
108
+ var _gaq = _gaq || [];
109
+ _gaq.push(['_setAccount', 'UA-16887117-1']);
110
+ _gaq.push(['_trackPageview']);
111
+ (function() {
112
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
113
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
114
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
115
+ })();
116
+ </script>
117
+ <!--
118
+ OMNITURE: DISPLAY BEGIN
119
+ -->
120
+ <div id='omniture' style='display:none'>
121
+ <script type='text/javascript'>
122
+ var s_account = "timefoodandwine";
123
+ var search_kw = "";
124
+ var channel = "recipes";
125
+ var sub_channel = "";
126
+ var titleNoBrand = document.title;
127
+ titleNoBrand = titleNoBrand.slice(0,titleNoBrand.indexOf(' |'));
128
+ function fw_linktracker(linkname)
129
+ {
130
+ var titleNoChef = document.title;
131
+ titleNoChef = titleNoChef.slice(0,titleNoChef.indexOf(' -'));
132
+ s_time=s_gi("timefoodandwine");
133
+ s_time.linkTrackVars='events,prop13';
134
+ s_time.linkTrackEvents= 'event5';
135
+ s_time.events='event5';
136
+ s_time.prop13= titleNoChef;
137
+ s_time.tl(true,'o',linkname + ' = ' + titleNoChef);
138
+ }
139
+ </script>
140
+ </div>
141
+ <script src="/javascripts/_fw_track.js" type="text/javascript"></script>
142
+ <script src="/javascripts/omniture_vars.js" type="text/javascript"></script>
143
+ <!--
144
+ Begin comScore Tag
145
+ -->
146
+ <script>
147
+ document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js' %3E%3C/script%3E"));
148
+ </script>
149
+ <script>
150
+ COMSCORE.beacon({
151
+ c1:2,
152
+ c2:6034960,
153
+ c3:"",
154
+ c4:"",
155
+ c5:"",
156
+ c6:"",
157
+ c15:""
158
+ });
159
+ </script>
160
+ <noscript>
161
+ &lt;img src=&quot;http://b.scorecardresearch.com/p?c1=2&amp;c2=6034960&amp;c3=&amp;c4=&amp;c5=&amp;c6=&amp;c15=&amp;cj=1&quot; /&gt;
162
+ </noscript>
163
+ <div id='wrapper'>
164
+ <!-- TIME nav -->
165
+ <div id='myrecipes_logobar'>
166
+ <a href='https://subscription.timeinc.com/storefront/link/1005836.html' target='_blank' title='SUBSCRIBE to F&amp;amp;W'>
167
+ <img alt='F&amp;W Free Preview' height='32' src='http://www.foodandwine.com/assets/images/get-a-free-preview-issue-slice.gif/variations/original.gif' width='252'>
168
+ </a>
169
+ <a href='http://www.allyou.com/?xid=logobar-fw' target='_blank' title='All You'>
170
+ <img alt='All You' height='32' src='http://www.foodandwine.com/assets/images/all-you.gif/variations/original.gif' width='79'>
171
+ </a>
172
+ <a href='http://www.coastalliving.com/?xid=logobar-fw' target='_blank' title='Coastal Living'>
173
+ <img alt='Coastal Living' height='32' src='http://www.foodandwine.com/assets/images/coastal-living.gif/variations/original.gif' width='82'>
174
+ </a>
175
+ <a href='http://www.cookinglight.com/?xid=logobar-fw' target='_blank' title='Cooking Light'>
176
+ <img alt='Cooking Light' height='32' src='http://www.foodandwine.com/assets/images/cooking-light.gif/variations/original.gif' width='85'>
177
+ </a>
178
+ <a href='#' title='Food and Wine'>
179
+ <img alt='Food and Wine tab' height='32' src='http://www.foodandwine.com/assets/images/fandw-tab.gif/variations/original.gif' width='109'>
180
+ </a>
181
+ <a href='http://www.health.com/health/?xid=logobar-fw' target='_blank' title='Health'>
182
+ <img alt='Health' height='32' src='http://www.foodandwine.com/assets/images/health-imglink.png/variations/health-imglink.gif' width='80'>
183
+ </a>
184
+ <a href='http://www.myrecipes.com/?xid=logobar-fw' target='_blank' title='My Recipes'>
185
+ <img alt='myRecipes' height='32' src='http://www.foodandwine.com/assets/images/myrecipes.gif/variations/original.gif' width='98'>
186
+ </a>
187
+ <a href='http://www.southernliving.com/?xid=logobar-fw' target='_blank' title='Southern Living'>
188
+ <img alt='Southern Living' height='32' src='http://www.foodandwine.com/assets/images/southern-living-imglink.png/variations/southern-living-imglink.gif' width='101'>
189
+ </a>
190
+ <a href='http://www.sunset.com/?xid=logobar-fw' target='_blank' title='Sunset'>
191
+ <img alt='Sunset' height='32' src='http://www.foodandwine.com/assets/images/sunset.gif/variations/original.gif' width='95'>
192
+ </a>
193
+ </div>
194
+ <div id='ad-top'>
195
+ <div id='ad-top-inner'>
196
+ <script language='javascript' type='text/javascript'>
197
+ //<![CDATA[
198
+ var multiAd = adFactory.getMultiAd(new Array('728x90', '101x1'));
199
+ multiAd.setPosition('1');
200
+ multiAd.write();
201
+ //]]>
202
+ </script>
203
+ </div>
204
+ </div>
205
+ <header>
206
+ <div id='masthead'>
207
+ <div class='leftrail'>
208
+ <div id='my-fw'>
209
+ <!-- / User Tab -->
210
+ <div class='tab' id='user'>
211
+ <link href="/stylesheets/community-logistration/logistration.css?1364952448" media="screen" rel="stylesheet" type="text/css" />
212
+ <script>
213
+ //<![CDATA[
214
+ window.twitterID = "DIHPe6NRksSBoHpecbVA"
215
+ if (window.location.hash == '#_=_') { window.location.hash = ''; }
216
+ //]]>
217
+ </script>
218
+ <div id='fb-root'></div>
219
+ <div id='logistration'></div>
220
+ <script src="/users.js?1364952448" type="text/javascript"></script>
221
+ <script src="/javascripts/community-logistration/community_logistration.js?1364952448" type="text/javascript"></script>
222
+ <script data-main="/javascripts/community-logistration/config.js" src="/javascripts/libs/require-jquery.js" type="text/javascript"></script>
223
+ </div>
224
+ <!-- / Recipe Tab -->
225
+ <div class='tab' id='recipe-box'>
226
+ <div class='logged out'>
227
+ <div class='top'>
228
+ <span class='title'>
229
+ My F&amp;W
230
+ </span>
231
+ <div class='sub recipes'>
232
+ <span class='label quick-save'>quick save</span>
233
+ <span class='num'>(...)</span>
234
+ </div>
235
+ </div>
236
+ <div class='menu'>
237
+ <div class='empty'>
238
+ <strong>
239
+ You currently have no recipes saved.
240
+ </strong>
241
+ <span class='directions'>
242
+ To add recipes, visit a recipe and click
243
+ <br>
244
+ on the
245
+ <span class='save-logo'>save</span>
246
+ button.
247
+ </span>
248
+ </div>
249
+ <div class='footer disclaimer' id='recipe-box-footer'>
250
+ You must
251
+ <a class='do-login' href='#'>Login</a>
252
+ or
253
+ <a class='do-signup' href='#'>Register</a>
254
+ to permanently save recipes.
255
+ <span class='help-icon'>
256
+ <span class='popup'>
257
+ Recipes saved here are available on this computer only. When you log in, these recipes will be saved permanently and will be available from any computer you log in from.
258
+ </span>
259
+ </span>
260
+ </div>
261
+ </div>
262
+ </div>
263
+ </div>
264
+ </div>
265
+ <div id='search'>
266
+ <form action='/search' id='search-form' method='get'>
267
+ <input name='search_cat' type='hidden' value='recipes'>
268
+ <input class='clear-input' id='search-text' name='query' placeholder='Search' type='text'>
269
+ <input id='search-submit' name='search-submit' src='/chrome/search.png' title='Search' type='image'>
270
+ </form>
271
+ <a href='/search/advanced' id='head_adv_search_link'>
272
+ Advanced Search
273
+ </a>
274
+ </div>
275
+ </div>
276
+ <div class='logo'>
277
+ <a href='/' title='Food and Wine'>
278
+ <img alt='Food and Wine logo' src='/chrome/logo.png'>
279
+ </a>
280
+ </div>
281
+ <div class="siderail">
282
+ <div class="section" id="social-preview">
283
+ <a href="https://subscription.timeinc.com/storefront/link/1001005.html"><img alt="Food &amp; Wine Magazine" class="cover" src="http://www.foodandwine.com/assets/images/201305-food-wine-cover-72.jpg/variations/original.jpg" width="72"></a>
284
+ <div id="preview">
285
+ <div class="user-links section">
286
+ <p>
287
+ <a href="https://subscription.timeinc.com/storefront/link/1001005.html" target="_blank" title="2 free preview issues">2 FREE PREVIEW Issues</a>
288
+ </p>
289
+ <div class="action-links">
290
+ <p><a href="http://subscription-assets.timeinc.com/prod/assets/themes/magazines/SUBS/templates/velocity/site/wi-dp2012/lp.html?xid=WI-Tot-GL-ipadAllAccess-URT-SP" target="_blank" title="iPad Edition">Tablet Edition</a>
291
+ |
292
+ <a href="https://subscription.timeinc.com/storefront/link/1002341.html" target="_blank" title="Give a Gift">Give a Gift</a>
293
+ </p>
294
+ </div>
295
+ </div>
296
+ <div id="social-media">
297
+ <p>
298
+ f&amp;w everywhere
299
+ </p>
300
+ <div class="media-links">
301
+ <a href="http://www.facebook.com/foodandwine" target="_blank" title="Facebook">
302
+ <img alt="Facebook" src="/chrome/facebook.png">
303
+ </a>
304
+ <a href="http://www.twitter.com/fandw" target="_blank" title="Twitter">
305
+ <img alt="Twitter" src="http://www.foodandwine.com/assets/images/chrome-icon-twitter.gif/variations/original.gif">
306
+ </a>
307
+ <a href="http://pinterest.com/foodandwinemag" target="_blank" title="Pinterest">
308
+ <img alt="Pinterest" src="/chrome/pinterest.png">
309
+ </a>
310
+ <a href="http://instagram.com/foodandwinemag/" target="_blank" title="Instagram">
311
+ <img alt="Instagram" src="http://www.foodandwine.com/assets/images/chrome-icon-instagram.gif/variations/original.gif">
312
+ </a>
313
+ <a href="http://foodandwinephotos.tumblr.com/" target="_blank" title="Tumblr">
314
+ <img alt="Tumblr" src="/chrome/tumblr.png">
315
+ </a>
316
+ <a href="http://www.youtube.com/user/foodandwinevideo?feature=watch" target="_blank" title="YouTube">
317
+ <img alt="YouTube" src="/chrome/youtube.png">
318
+ </a>
319
+ <a href="http://www.foodspotting.com/food-and-wine" target="_blank" title="Foodspotting">
320
+ <img alt="Foodspotting" src="/chrome/foodspotting.png">
321
+ </a>
322
+ <a href="http://www.foodandwine.com/rss/" target="_blank" title="RSS Feeds">
323
+ <img alt="RSS Feeds" src="/chrome/rss.png">
324
+ </a>
325
+ <a href="/mobile-apps" target="_blank" title="Food and Wine Mobile">
326
+ <img alt="Food and Wine Mobile" src="/chrome/fwmobile.png">
327
+ </a>
328
+ </div>
329
+ </div>
330
+ </div>
331
+ </div>
332
+ </div>
333
+ </div>
334
+ <div id='navigation'>
335
+ <ul id="nav">
336
+ <li class="selected simple-navigation-active-leaf" id="nav-recipes"><a href="/recipes" class="selected">RECIPES &amp; CHEFS</a></li>
337
+ <li id="nav-wine"><a href="/wine">WINE &amp; COCKTAILS</a></li>
338
+ <li id="nav-travel"><a href="/restaurants">RESTAURANTS &amp; TRAVEL</a></li>
339
+ <li id="nav-athome"><a href="/entertaining">ENTERTAINING &amp; HOME</a></li>
340
+ <li id="nav-blogs"><a href="/blogs">BLOGS</a></li>
341
+ <li id="nav-mag"><a href="/monthly">MAGAZINE</a></li>
342
+ </ul>
343
+ <ul id='right-nav'>
344
+ <li id='nav-events'>
345
+ <a href='/promo/events' title='Events'>
346
+ Events
347
+ </a>
348
+ </li>
349
+ <li id='nav-subscribe'>
350
+ <a href='https://subscription.timeinc.com/storefront/link/1002184.html' title='Subscribe'>
351
+ Subscribe
352
+ </a>
353
+ </li>
354
+ </ul>
355
+ </div>
356
+ <div id='dropdowns'>
357
+ <div class="dropdown" id="dd-recipes" style="display: none; ">
358
+ <a class="header" href="http://e.foodandwine.com/amex40/custom/foodandwine_reg/registration.php" target="_blank" title="Food & Wine Daily and Weekly Newsletters">
359
+ <span>
360
+ Food &amp; Wine&rsquo;s
361
+ </span>
362
+ Daily + Weekly Newsletters</a>
363
+ <div class="section">
364
+ <div class="small-col">
365
+ <div class="col-title">Video</div>
366
+ <ul>
367
+ <li><a href="http://www.foodandwine.com/video/mad-genius-cooking-tips?bctid=1854170456001" title="Mad Genius Tips">Mad Genius Tips</a></li>
368
+ <li><a href="http://www.foodandwine.com/video#cooking-tips-from-superstar-chefs" title="Expert Techniques">Best Techniques</a></li>
369
+ <li><a href="http://www.foodandwine.com/video#chef-favorites" title="Chef Favorites">Chef Favorites</a></li>
370
+ <li><a href="http://www.foodandwine.com/video#fast-and-easy-strategies" title="Cooking Shortcuts">Cooking Shortcuts</a></li>
371
+ <li><a href="http://www.foodandwine.com/video#crimes-against" title="Crimes Against...">Crimes Against...</a></li>
372
+ </ul>
373
+ </div>
374
+ <div class="small-col">
375
+ <div class="col-title">Recipes</div>
376
+ <ul>
377
+ <li><a href="http://www.foodandwine.com/super-bowl-recipes" title="Game Day">Game Day</a></li>
378
+ <li><a href="http://www.foodandwine.com/slideshows/easy-dinner-party-recipes" title="Party Recipes">Party Recipes</a></li>
379
+ <li><a href="http://www.foodandwine.com/slideshows/healthy-winter-recipes-for-a-crowd" title="Healthy Dinners">Healthy Dinners</a></li>
380
+ <li><a href="http://www.foodandwine.com/vegetable-recipes" title="Vegetables">Vegetables</a></li>
381
+ <li><a href="http://www.foodandwine.com/slideshows/chocolate-desserts" title="Chocolate Desserts">Chocolate Desserts</a></li>
382
+ </ul>
383
+ </div>
384
+ <div class="small-col">
385
+ <div class="col-title">How-To</div>
386
+ <ul>
387
+ <li><a href="http://www.foodandwine.com/slideshows/how-to-make-pate-a-choux" title="Cream Puffs">Cream Puffs</a></li>
388
+ <li><a href="http://www.foodandwine.com/slideshows/how-to-make-dumplings" title="Dumplings">Dumplings</a></li>
389
+ <li><a href="http://www.foodandwine.com/slideshows/how-to-make-paella" title="Paella">Paella</a></li>
390
+ <li><a href="http://www.foodandwine.com/slideshows/how-to-make-sushi" title="Sushi">Sushi</a></li>
391
+ <li><a href="http://www.foodandwine.com/slideshows/how-to-make-tamales" title="Tamales">Tamales</a></li>
392
+ </ul>
393
+ </div>
394
+ <!--
395
+ <div class="small-col">
396
+ <div class="col-title">
397
+ Occasion
398
+ </div>
399
+ <ul>
400
+ <li><a href="/recipe-finder/brunch" title="Brunch Recipes">
401
+ Brunch</a></li>
402
+ <li><a href="/recipe-finder/cocktail-party" title="Cocktail Party Recipes">
403
+ Cocktail Party</a></li>
404
+ <li><a href="/recipe-finder/barbecue-cookout" title="Cookout/BBQ Recipes">
405
+ Cookout/BBQ</a></li>
406
+ <li><a href="/recipe-finder/graduation-party" title="Graduation Party Recipes">
407
+ Graduation Party</a></li>
408
+ <li class="all">
409
+ <a href="/recipe-finder/holiday-occasions" title="See Recipes for All Occasions">
410
+ See All</a></li>
411
+ </ul>
412
+ </div>
413
+ -->
414
+ <div class="small-col last">
415
+ <div class="col-title">
416
+ Best Lists
417
+ </div>
418
+ <ul>
419
+ <li><a href="/monthly/recipes" title="Best New Recipes">
420
+ Best New Recipes</a>
421
+ </li>
422
+ <li><a href="/best-new-chefs-25th-anniversary" title="Best New Chef Recipes">
423
+ Best New Chef Recipes</a>
424
+ </li>
425
+ <li><a href="/slideshows" title="Best New Recipe Collections">
426
+ Best New Recipe Collections</a>
427
+ </li>
428
+ <li><a href="/recipe-finder/staff-favorite" title="Staff Favorite Recipes">
429
+ Staff Favorites</a>
430
+ </li>
431
+ <li><a href="/recipes" title="Recipe Trends">
432
+ Recipe Trends</a>
433
+ </li>
434
+ <!--No "all" link here from Edit
435
+ <li class="all">
436
+ <a href="#" title="See All">
437
+ See All</a></li>
438
+ -->
439
+ </ul>
440
+ </div>
441
+ </div>
442
+ <div class="footer">
443
+ <a href="/recipes" title="More in recipes and Chefs">
444
+ More in recipes &amp; chefs</a>
445
+ </div>
446
+ </div>
447
+ <div class="dropdown" id="dd-wine">
448
+ <a class="header" href="http://e.foodandwine.com/amex40/custom/foodandwine_reg/registration.php" target="_blank" title="Food &amp; Wine's Wine List Newsletter">
449
+ <span>
450
+ Food &amp; Wine&rsquo;s
451
+ </span>
452
+ Wine List Newsletter
453
+ </a>
454
+ <div class="section">
455
+ <div class="med-col">
456
+ <ul class="separated">
457
+ <li>
458
+ <a href="/wine" title="Wine">
459
+ Wine
460
+ </a>
461
+ </li>
462
+ <li>
463
+ <a href="/articles/spirits-lexicon" title="Spirits">
464
+ Spirits
465
+ </a>
466
+ </li>
467
+ <li>
468
+ <a href="/articles/ultimate-beer-guide" title="Beer Guide">
469
+ Beer
470
+ </a>
471
+ </li>
472
+ <li>
473
+ <a href="/cocktail-recipes" title="Cocktail Recipes">
474
+ Cocktails
475
+ </a>
476
+ </li>
477
+ <li>
478
+ <a href="/recipe-finder/nonalcoholic-drinks" title="Non-Alcoholic Drinks">
479
+ Mocktails
480
+ </a>
481
+ </li>
482
+ <li>
483
+ <a href="/blogs/what-to-drink-next" title="Wine and Cocktail Trends">
484
+ Trends
485
+ </a>
486
+ </li>
487
+ </ul>
488
+ </div>
489
+ <div class="med-col last">
490
+ <div class="col-title">
491
+ Best Lists
492
+ </div>
493
+ <ul>
494
+ <li>
495
+ <a href="/slideshows/americas-best-bars" title="50 Best Bars in America">
496
+ 50 Best Bars in America
497
+ </a>
498
+ </li>
499
+ <li>
500
+ <a href="/slideshows/best-new-bars" title="10 Best New Bars">
501
+ 10 Best New Bars
502
+ </a>
503
+ </li>
504
+ <li>
505
+ <a href="/slideshows/america-best-beer-bars" title="Best Beer Bars">Best Beer Bars
506
+ </a>
507
+ </li>
508
+ <li>
509
+ <a href="/150-best-wines-15-dollars-and-under" title="Best Value Wines">
510
+ Best Value Wines
511
+ </a>
512
+ </li>
513
+ </ul>
514
+ </div>
515
+ </div>
516
+ <div class="footer">
517
+ <a href="/wine" title="More in wine and cocktails">
518
+ More in wine &amp; cocktails
519
+ </a>
520
+ </div>
521
+ </div>
522
+ <div class="dropdown" id="dd-travel" style="display: none; ">
523
+ <a class="header" href="http://e.foodandwine.com/amex40/custom/foodandwine_reg/registration.php" target="_blank" title="Food &amp; Wine's Travel Tips Newsletter">
524
+ <span>
525
+ Food &amp; Wine&rsquo;s
526
+ </span>
527
+ Travel Tips Newsletter
528
+ </a>
529
+ <div class="section">
530
+ <div class="med-col">
531
+ <div class="col-title">
532
+ City Guides
533
+ </div>
534
+ <ul>
535
+ <li>
536
+ <a href="http://www.foodandwine.com/chicago-travel" title="Chicago City Guide">
537
+ Chicago
538
+ </a>
539
+ </li>
540
+ <li>
541
+ <a href="http://www.foodandwine.com/los-angeles-travel" title="Los Angeles City Guide">
542
+ Los Angeles
543
+ </a>
544
+ </li>
545
+ <li>
546
+ <a href="http://www.foodandwine.com/new-orleans-travel" title="New Orleans City Guide">
547
+ New Orleans
548
+ </a>
549
+ </li>
550
+ <li>
551
+ <a href="http://www.foodandwine.com/new-york-travel" title="New York City Guide">
552
+ New York
553
+ </a>
554
+ </li>
555
+ <li>
556
+ <a href="http://www.foodandwine.com/san-francisco-travel" title="San Francisco City Guide">
557
+ San Francisco
558
+ </a>
559
+ </li>
560
+ </ul>
561
+ </div>
562
+ <div class="med-col">
563
+ <div class="col-title">
564
+ Best Lists
565
+ </div>
566
+ <ul>
567
+ <li>
568
+ <a href="http://www.foodandwine.com/slideshows/best-pizza-places-in-the-us" title="Best Pizza Places">
569
+ Best Pizza Places
570
+ </a>
571
+ </li>
572
+ <li>
573
+ <a href="http://www.foodandwine.com/slideshows/best-bacon-burgers-in-the-us" title="Best Bacon Burgers">
574
+ Best Bacon Burgers
575
+ </a>
576
+ </li>
577
+ <li>
578
+ <a href="http://www.foodandwine.com/slideshows/best-fried-chicken-in-the-us" title="Best Fried Chicken">
579
+ Best Fried Chicken
580
+ </a>
581
+ </li>
582
+ <li>
583
+ <a href="http://www.foodandwine.com/slideshows/best-sandwich-shops" title="Best Sandwich Shops">
584
+ Best Sandwich Shops
585
+ </a>
586
+ </li>
587
+ <li>
588
+ <a href="http://www.foodandwine.com/slideshows/best-juice-bars" title="Best Juice Bars ">
589
+ Best Juice Bars
590
+ </a>
591
+ </li>
592
+ </ul>
593
+ </div>
594
+ <div class="med-col">
595
+ <div class="col-title no-bottom-border">
596
+ &nbsp;
597
+ </div>
598
+ <ul>
599
+ <li>
600
+ <a href="http://www.foodandwine.com/best-new-chefs-25th-anniversary" title="Best New Chefs">
601
+ Best New Chefs
602
+ </a>
603
+ </li>
604
+ <li>
605
+ <a href="http://www.foodandwine.com/slideshows/hotels-for-food-lovers" title="Best Foodie Hotels">
606
+ Best Foodie Hotels
607
+ </a>
608
+ </li>
609
+ <li>
610
+ <a href="http://www.foodandwine.com/slideshows/best-cheap-cities-to-visit" title="Best Cheap Travel">
611
+ Best Cheap Travel
612
+ </a>
613
+ </li>
614
+ <li>
615
+ <a href="http://www.foodandwine.com/slideshows/best-tasting-menus-for-50-dollars-or-less" title="Best Tasting Menus for $50 or Less">
616
+ Best Tasting Menus for $50 or Less
617
+ </a>
618
+ </li>
619
+ </ul>
620
+ </div>
621
+ </div>
622
+ <div class="footer">
623
+ <a href="/restaurants" title="More in Restaurants and Travel">
624
+ More in restaurants &amp; travel
625
+ </a>
626
+ </div>
627
+ </div>
628
+ <div class="dropdown" id="dd-athome">
629
+ <!--
630
+ <a class="header" href="" title="need an edit tout here">
631
+ <span>
632
+ F&amp;W
633
+ </span>
634
+ EDIT: Tout Something Here
635
+ </a>
636
+ -->
637
+ <div class="section">
638
+ <div class="col">
639
+ <ul class="separated">
640
+ <li>
641
+ <a href="http://www.foodandwine.com/kitchen-design" title="Best Kitchen Design">
642
+ Best Kitchen Design
643
+ </a>
644
+ </li>
645
+ <li>
646
+ <a href="http://www.foodandwine.com/slideshows/beautiful-kitchen-tools" title="Best Kitchen Equipment">
647
+ Best Kitchen Tools
648
+ </a>
649
+ </li>
650
+ <li>
651
+ <a href="http://www.foodandwine.com/articles/justin-marx-food-scout-extraordinaire" title="Best Source for Rare Ingredients">
652
+ Best Source for Rare Ingredients
653
+ </a>
654
+ </li>
655
+ <li>
656
+ <a href="http://www.foodandwine.com/articles/an-eco-house-with-hotel-style" title="Eco-Design Tips">
657
+ Eco-Design Tips
658
+ </a>
659
+ </li>
660
+ <li>
661
+ <a href="http://www.foodandwine.com/blogs/style-find" title="Trends">
662
+ Trends
663
+ </a>
664
+ </li>
665
+ </ul>
666
+ </div>
667
+ </div>
668
+ <div class="footer">
669
+ <a href="/entertaining" title="More in Home &amp; Design">
670
+ More in home &amp; design
671
+ </a>
672
+ </div>
673
+ </div>
674
+ <div class="dropdown" id="dd-mag">
675
+ <a class="header" href="http://subscription-assets.timeinc.com/prod/assets/themes/magazines/SUBS/templates/velocity/site/wi-dp2012/lp.html?xid=wi-txt-gl-ipadallaccess-magdropdown" target="_blank" title="Food & Wine Tablet Edition">
676
+ Food &amp; Wine Tablet Edition
677
+ </a>
678
+ <div class="section">
679
+ <div class="col">
680
+ <ul class="separated">
681
+ <li>
682
+ <a href="/monthly/recipes/" title="Food & Wine Recipes">
683
+ Recipes
684
+ </a>
685
+ </li>
686
+ <li>
687
+ <a href="/monthly/" title="Food & Wine Columns">
688
+ Features &amp; Columns
689
+ </a>
690
+ </li>
691
+ <li>
692
+ <a href="https://subscription.timeinc.com/storefront/link/1002188.html" target="_blank" title="Subscribe to Food and Wine">
693
+ Subscribe
694
+ </a>
695
+ </li>
696
+ </ul>
697
+ </div>
698
+ </div>
699
+ </div>
700
+ <div class="dropdown" id="dd-events">
701
+ <!-- <a class="header" href="http://www.lafw.com/" title="Food & Wine in LA">
702
+ <span>
703
+ F&amp;W
704
+ </span>
705
+ in Los Angeles, buy tickets
706
+ </a> -->
707
+ <div class="section">
708
+ <div class="col">
709
+ <ul class="separated">
710
+ <li>
711
+ <a href="/promo/events" title="Food &amp; Wine's 2013 Event Calendar">
712
+ 2013 Events Calendar
713
+ </a>
714
+ </li>
715
+ <li>
716
+ <a href="/promo/" title="Food &amp; Wine Promotions">
717
+ Promotions
718
+ </a>
719
+ </li>
720
+ <li>
721
+ <a href="/promo/" title="Food &amp; Wine Sweepstakes">
722
+ Sweepstakes
723
+ </a>
724
+ </li>
725
+ <li>
726
+ <a href="/videos" title="Videos">
727
+ F&amp;W Videos
728
+ </a>
729
+ </li>
730
+ <li>
731
+ <a href="/classic" title="Food &amp; Wine Classic in Aspen">
732
+ F&amp;W Classic
733
+ </a>
734
+ </li>
735
+ </ul>
736
+ </div>
737
+ </div>
738
+ </div>
739
+ <div class="dropdown" id="dd-subscribe">
740
+ <a class="header" href="http://www.amexpubbooks.com/annual12HWSUB" target="_blank" title="Food &amp; Wine 2012 Annual Cookbook">
741
+ <span>
742
+ New!
743
+ </span>
744
+ 2012 Annual Cookbook
745
+ </a>
746
+ <div class="section">
747
+ <div class="col">
748
+ <ul class="separated">
749
+ <li>
750
+ <a href="https://subscription.timeinc.com/storefront/link/1002184.html" target="_blank" title="Subscribe to Food & Wine Magazine">
751
+ Magazine
752
+ </a>
753
+ </li>
754
+ <li>
755
+ <a href="http://e.foodandwine.com/amex40/custom/foodandwine_reg/registration.php" target="_blank" title="Subscribe to Food & Wine Newsletters">
756
+ Newsletters
757
+ </a>
758
+ </li>
759
+ <li>
760
+ <a href="/books" title="Receive Food & Wine Books">
761
+ Books
762
+ </a>
763
+ </li>
764
+ <li>
765
+ <a href="/ebooks" title="Purchase Food & Wine E-Books">
766
+ E-Books
767
+ </a>
768
+ </li>
769
+ <li>
770
+ <a href="http://www.fwwineclub.com/" target="_blank" title="Subscribe to Food & Wine Wine Club" target="blank">
771
+ Wine Club
772
+ </a>
773
+ </li>
774
+ <li>
775
+ <a href="https://secure.customersvc.com/servlet/Show?WESPAGE=am/Transactions/Order/order_CLUBS.jsp&MSRSMAG=CC" target="_blank" title="Subscribe to Food & Wine Connoisseur Club">
776
+ Connoisseur Club
777
+ </a>
778
+ </li>
779
+ <li>
780
+ <a href="https://subscription.timeinc.com/storefront/link/1009980.html" target="_blank" title="Subscribe to Food & Wine iPad">
781
+ iPad Edition
782
+ </a>
783
+ </li>
784
+ </ul>
785
+ </div>
786
+ </div>
787
+ </div>
788
+ </div>
789
+ <div id='newsy-bits'></div>
790
+ </header>
791
+ <div id='content'>
792
+ <div class='cls' id='main'>
793
+ <div id='breadcrumbs'>
794
+ <div class='sponsor-logo'>
795
+ <script language='javascript' type='text/javascript'>
796
+ //<![CDATA[
797
+ var ad = adFactory.getAd(88, 31);
798
+ ad.setPosition('1');
799
+ ad.write();
800
+ //]]>
801
+ </script>
802
+ </div>
803
+ </div>
804
+ <div class='no-line no-space' id='share-bar-horz'></div>
805
+ <span itemscope itemtype='http://schema.org/Recipe'>
806
+ <div id='review-summary'>
807
+ <div id='my-fw-recipes'>
808
+ <ul class='section'>
809
+ <li class='rating'>
810
+ <span class='num' itemprop='aggregateRating' itemscope itemtype='http://schema.org/AggregateRating'>
811
+ Rating
812
+ (<span itemprop='ratingCount'>
813
+ 2
814
+ </span>)
815
+ </span>
816
+ <div class='rating-widget readonly' itemprop='rating' itemscope itemtype='http://schema.org/Rating'>
817
+ <span itemprop='ratingValue' style='display:none;'>
818
+ 5.0
819
+ </span>
820
+ <ul>
821
+ <li class="starred" data-fw-rating="1" />
822
+ <li class="starred" data-fw-rating="2" />
823
+ <li class="starred" data-fw-rating="3" />
824
+ <li class="starred" data-fw-rating="4" />
825
+ <li class="starred" data-fw-rating="5" />
826
+ </ul>
827
+ </div>
828
+ </li>
829
+ <li class='rate' id='rate-button'>
830
+ <a title='Rate this Honey-Glazed Roasted Root Vegetables recipe'>
831
+ Rate This
832
+ </a>
833
+ </li>
834
+ <li class='comments' id='comments-button'>
835
+ <a title='Comment on this Honey-Glazed Roasted Root Vegetables recipe'>
836
+ Comments
837
+ </a>
838
+ </li>
839
+ <li class='save' data-link='http://www.foodandwine.com/recipes/honey-glazed-roasted-root-vegetables' data-name='Honey-Glazed Roasted Root Vegetables' id='save-button'>
840
+ Save
841
+ </li>
842
+ <li class='my-fw'>
843
+ <a class='do-login goto-myfw' href='#' title='Go to My Food &amp; Wine'>
844
+ Go to My F&amp;W
845
+ </a>
846
+ </li>
847
+ </ul>
848
+ </div>
849
+ </div>
850
+ <div id='recipe-head'>
851
+ <div id='recipe-ribbon'></div>
852
+ <div class='recipe-title section'>
853
+ <div class='recipe-image two-columns'>
854
+ <div class='image-frame'>
855
+ <img alt="Honey-Glazed Roasted Root Vegetables" id="featured_image" itemprop="image" src="/images/sys/fw200711_r_gpbrocrootveg.jpg" />
856
+ <div class='image-credit'>
857
+ &#169; John Kernick
858
+ </div>
859
+ <div class='image-credit'>
860
+ </div>
861
+ </div>
862
+ </div>
863
+ <div class='four-columns'>
864
+ <h1 itemprop='name'>
865
+ Honey-Glazed Roasted Root Vegetables
866
+ </h1>
867
+ <div class='byline'>
868
+ Contributed by
869
+ <a href="/chefs/grace-parisi" title="Chef Grace Parisi"><span itemprop = "author">Grace Parisi</span></a>
870
+ </div>
871
+ <div class='cooking-time section'>
872
+ <ul>
873
+ <li id='time-active'>
874
+ ACTIVE:
875
+ <meta content='PT25M' itemprop='cookTime'>
876
+ <span>
877
+ 25 MIN
878
+ </span>
879
+ </meta>
880
+ </li>
881
+ <li id='time-total'>
882
+ TOTAL TIME:
883
+ <meta content='PT1H30M' itemprop='totalTime'>
884
+ <span>
885
+ 1 HR 30 MIN
886
+ </span>
887
+ </meta>
888
+ </li>
889
+ <li id='time-servings'>
890
+ SERVINGS:
891
+ <span>
892
+ <span itemprop='recipeYield'>
893
+ 12
894
+ </span>
895
+ </span>
896
+ </li>
897
+ </ul>
898
+ <ul class='themes'>
899
+ <li id='time-healthy'><span class = 'print-theme-bullet'>&#8226;</span>HEALTHY</li>
900
+ <li id='time-ahead'><span class = 'print-theme-bullet'>&#8226;</span>MAKE-AHEAD</li>
901
+ <li id='time-veg'><span class = 'print-theme-bullet'>&#8226;</span>VEGETARIAN</li>
902
+ <meta content='Side Dishes' itemprop='recipeCategory'>
903
+ </ul>
904
+ </div>
905
+ <div class='recipe-dek'>
906
+ <p class='dek' itemprop='description'>
907
+ The secret to this sweet, slightly tangy dish: the touch of sherry vinegar in the glaze.
908
+ </p>
909
+ <div id='camera'>
910
+ <p><img src="/images/icon_camera2.gif" alt="slideshow"> <a href="/slideshows/thanksgiving-side-dishes"><strong>&#160;More Thanksgiving Side Dishes</strong></a></p>
911
+ </div>
912
+ </div>
913
+ </div>
914
+ </div>
915
+ </div>
916
+ <!-- - if !@recipe.cookitnows.blank? || !@recipe.slideshows.blank? -->
917
+ <div class='related-links'>
918
+ <h4>
919
+ Related Recipes
920
+ </h4>
921
+ <div class='section'>
922
+ <p>
923
+ <a href="/slideshows/all-american-holiday-recipes/1" title="All-American Holiday Recipes">All-American Holiday Recipes</a>
924
+ </p>
925
+ <p>
926
+ <a href="/slideshows/celery-root/1" title="Celery Root">Celery Root</a>
927
+ </p>
928
+ <p class='more-content'>
929
+ <a href="/slideshows/healthy-winter-recipes-for-a-crowd/1" title="Healthy Winter Recipes For a Crowd">Healthy Winter Recipes For a Crowd</a>
930
+ </p>
931
+ <p class='more-content'>
932
+ <a href="/slideshows/holiday-vegetable-side-dishes/1" title="Holiday Vegetable Side Dishes">Holiday Vegetable Side Dishes</a>
933
+ </p>
934
+ <p class='more-content'>
935
+ <a href="/slideshows/march-madness-recipes/1" title="March Madness Recipes">March Madness Recipes</a>
936
+ </p>
937
+ <p class='more-content'>
938
+ <a href="/slideshows/parsnips/1" title="Parsnips">Parsnips</a>
939
+ </p>
940
+ <p class='more-content'>
941
+ <a href="/slideshows/roasted-vegetables/1" title="Roasted Vegetables">Roasted Vegetables</a>
942
+ </p>
943
+ <p class='more-content'>
944
+ <a href="/slideshows/rosh-hashanah/1" title="Rosh Hashanah">Rosh Hashanah</a>
945
+ </p>
946
+ <p class='more-content'>
947
+ <a href="/slideshows/thanksgiving-for-a-crowd/1" title="Thanksgiving for a Crowd">Thanksgiving for a Crowd</a>
948
+ </p>
949
+ <p class='more-content'>
950
+ <a href="/slideshows/thanksgiving-vegetables/1" title="Thanksgiving Vegetables">Thanksgiving Vegetables</a>
951
+ </p>
952
+ </div>
953
+ <a href='#' id='more-content-link' title='Show more related recipes'>
954
+ More &#8744;
955
+ </a>
956
+ </div>
957
+ <div class='section recipe-content'>
958
+ <div class='two-columns' id='ingredients'>
959
+ <ol>
960
+ <li>
961
+ <span itemprop='ingredients'>
962
+ 1 1/4 pounds parsnips, peeled and sliced 1/2 inch thick
963
+ </span>
964
+ </li>
965
+ <li>
966
+ <span itemprop='ingredients'>
967
+ 1 1/4 pounds carrots, peeled and sliced 1/2 inch thick
968
+ </span>
969
+ </li>
970
+ <li>
971
+ <span itemprop='ingredients'>
972
+ One 1 1/4 pound celery root&#151;peeled, quartered and sliced 1/2 inch thick
973
+ </span>
974
+ </li>
975
+ <li>
976
+ <span itemprop='ingredients'>
977
+ 1 1/4 pounds golden beets, peeled and sliced 1/2 inch thick
978
+ </span>
979
+ </li>
980
+ <li>
981
+ <span itemprop='ingredients'>
982
+ 1/2 cup extra-virgin olive oil
983
+ </span>
984
+ </li>
985
+ <li>
986
+ <span itemprop='ingredients'>
987
+ 1/2 cup honey
988
+ </span>
989
+ </li>
990
+ <li>
991
+ <span itemprop='ingredients'>
992
+ 6 thyme sprigs
993
+ </span>
994
+ </li>
995
+ <li>
996
+ <span itemprop='ingredients'>
997
+ Salt and freshly ground pepper
998
+ </span>
999
+ </li>
1000
+ <li>
1001
+ <span itemprop='ingredients'>
1002
+ 2 tablespoons sherry vinegar
1003
+ </span>
1004
+ </li>
1005
+ </ol>
1006
+ </div>
1007
+ <div class='four-columns' id='directions'>
1008
+ <ol itemprop='recipeInstructions'>
1009
+ <li>
1010
+ <span>
1011
+ Preheat the oven to 425&#176;. In a large bowl, toss the root vegetables with the oil, honey and thyme and season with salt and pepper. Divide between 2 large, sturdy rimmed baking sheets. Cover with foil and roast for 40 minutes, shifting the pans once, until the vegetables are tender. Remove the foil and roast for 10 minutes longer, until glazed. Return them to the bowl and stir in the vinegar then season with salt and pepper. Serve right away.
1012
+ </span>
1013
+ </li>
1014
+ </ol>
1015
+ <div id='endnotes'>
1016
+ <span class='inline-subhed'>Make Ahead</span>
1017
+ The vegetables can be cooked early in the day and kept at room temperature before rewarming.
1018
+ </div>
1019
+ <div class='recipe-footer'>
1020
+ <ul>
1021
+ <li>
1022
+ From
1023
+ <a href="/articles/best-of-2007-vegetables" title="Best Recipes of 2007: Perfect Vegetables">Best Recipes of 2007: Perfect Vegetables</a>, <a href="/articles/thanksgiving-in-your-20s-40s-60s" title="Thanksgiving in Your 20s, 40s, 60s">Thanksgiving in Your 20s, 40s, 60s</a>
1024
+ </li>
1025
+ <li>
1026
+ Published
1027
+ <span>
1028
+ <a href="/monthly/November-2007" title="Food &amp;amp; Wine's November 2007 Issue">November 2007</a>
1029
+ </span>
1030
+ </li>
1031
+ </ul>
1032
+ </div>
1033
+ </div>
1034
+ </div>
1035
+ </span>
1036
+ <div class='feature-separator'></div>
1037
+ <div id='outbrain-content'>
1038
+ <div id='outbrain'>
1039
+ <div class='you-might-also-like'>
1040
+ You Might Also Like
1041
+ </div>
1042
+ <div class='OUTBRAIN' data-ob-template='Food&amp;Wine' data-src='http://www.foodandwine.com/recipes/honey-glazed-roasted-root-vegetables'></div>
1043
+ <script src='http://widgets.outbrain.com/outbrain.js' type='text/javascript'></script>
1044
+ </div>
1045
+ </div>
1046
+ <div class='feature-separator'></div>
1047
+ <div id='fw-ratings'>
1048
+ <h3 class='header'>Ratings</h3>
1049
+ <div class='my-rating'></div>
1050
+ <script>
1051
+ //<![CDATA[
1052
+ $('.my-rating').load('/recipes/rating?content_id=http%3A%2F%2Fwww.foodandwine.com%2Frecipes%2Fhoney-glazed-roasted-root-vegetables')
1053
+ //]]>
1054
+ </script>
1055
+ <div class='average-rating'>
1056
+ <div class='left'>
1057
+ <h4 class='header'>Average Rating</h4>
1058
+ <span class='sub ratings'>(2)</span>
1059
+ </div>
1060
+ <div class='rating-widget readonly'>
1061
+ <!-- / read current star rating and display here -->
1062
+ <ul>
1063
+ <li class="starred" data-fw-rating="1" />
1064
+ <li class="starred" data-fw-rating="2" />
1065
+ <li class="starred" data-fw-rating="3" />
1066
+ <li class="starred" data-fw-rating="4" />
1067
+ <li class="starred" data-fw-rating="5" />
1068
+ </ul>
1069
+ </div>
1070
+ </div>
1071
+ </div>
1072
+ <div class='feature-separator'></div>
1073
+ <div id='review-content'>
1074
+ <div data-url='http://www.foodandwine.com/recipes/honey-glazed-roasted-root-vegetables' id='fw-comments'>
1075
+ <div id='comments'>
1076
+ <h3 class='header'>Comments</h3>
1077
+ <a class='add-comment' href='#add-comment' title='Add A Comment'>Add A Comment</a>
1078
+ <ul class='comment-list'></ul>
1079
+ </div>
1080
+ <div id='add-comment'>
1081
+ <h3 class='header'>Add a Comment</h3>
1082
+ <form>
1083
+ <textarea class='comment-box' name='comment-box' placeholder='Add comment here'></textarea>
1084
+ <a class='terms' href='http://www.amexpub.com/community-terms-of-use.html' target='_blank'>See our terms</a>
1085
+ <div class='post'>
1086
+ <div class='facebook'>
1087
+ <input type='checkbox' value='facebook'>
1088
+ <span>Post to Facebook</span>
1089
+ </div>
1090
+ <!-- .twitter -->
1091
+ <!-- %input{:type => "checkbox",:value => "twitter"} -->
1092
+ <!-- %span Post to Twitter -->
1093
+ </div>
1094
+ <div class='submit'>
1095
+ <a class='button sub' href='#' title='cancel'>Cancel</a>
1096
+ <input class='button' name='Submit' type='submit' value='submit'>
1097
+ </div>
1098
+ </form>
1099
+ <div class='mask logged-out'>
1100
+ <div class='message'>
1101
+ You must be logged in to comment.
1102
+ <a class='login do-login' href='#' title='Login'>Login</a>
1103
+ or
1104
+ <a class='sign-up do-signup' href='#' title='Sign up'>Sign up</a>
1105
+ </div>
1106
+ </div>
1107
+ </div>
1108
+ </div>
1109
+ </div>
1110
+ <div class='free-issues'>
1111
+ <script language='javascript' type='text/javascript'>
1112
+ //<![CDATA[
1113
+ var adCm = adFactory.getCmAd(460, 70, "recipe", "tout");
1114
+ adCm.write();
1115
+ //]]>
1116
+ </script>
1117
+ </div>
1118
+ </div>
1119
+ <div id='right-rail'>
1120
+ <div class='double-divider'></div>
1121
+ <div class='ad'>
1122
+ <div class='ad-disclosure'>
1123
+ advertisement
1124
+ </div>
1125
+ <script language='javascript' type='text/javascript'>
1126
+ //<![CDATA[
1127
+ var multiAd = adFactory.getMultiAd(new Array('300x250', '300x600'));
1128
+ multiAd.setPosition('1');
1129
+ multiAd.write();
1130
+ //]]>
1131
+ </script>
1132
+ </div>
1133
+ <div class='double-divider'></div>
1134
+ <div class='cm-ad'>
1135
+ <script>
1136
+ //<![CDATA[
1137
+ var ad = adFactory.getMultiCmAd(new Array("300x250", "300x150"), "globalsidebar", "tout");
1138
+ ad.write();
1139
+ //]]>
1140
+ </script>
1141
+ <!-- = raw mad_cm_ad :size => [300, 250, 300, 150], :position => "globalsidebar", :type => "tout" -->
1142
+ </div>
1143
+ <div class='double-divider'></div>
1144
+ <div class='mboxDefault'>
1145
+ <script>
1146
+ //<![CDATA[
1147
+ $('#newsletter_form').submit(function(){
1148
+ cm_tout = 'CM Tout';
1149
+ news_array = new Array();
1150
+ if ($("#dish_newsletter").is (':checked')){
1151
+ cm_tout = 'CM Tout- ';
1152
+ news_array.push('Dish');
1153
+ };
1154
+ if ($("#wine_newsletter").is (':checked')){
1155
+ cm_tout = 'CM Tout- ';
1156
+ news_array.push('Wine');
1157
+ };
1158
+ if ($("#daily_newsletter").is (':checked')){
1159
+ cm_tout = 'CM Tout- ';
1160
+ news_array.push('Daily');
1161
+ };
1162
+ newsletters = cm_tout + news_array.join(", ");
1163
+ $('#newsletter_source').val(newsletters);
1164
+ });
1165
+ //]]>
1166
+ </script>
1167
+ <div id='newsletter-signup'>
1168
+ <div id='flash-error'></div>
1169
+ <form accept-charset="UTF-8" action="/newsletters/create.js" data-remote="true" id="newsletter_form" method="post">
1170
+ <div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="LluM6xobZXgF2NMg2k/hcX8WeHRUow7kOesISg0IMRk=" /></div>
1171
+ <div class='primary-newsletter'>
1172
+ <div class='image'>
1173
+ <img src='/chrome/thedish_110x120.jpg'>
1174
+ </div>
1175
+ <div class='title'>
1176
+ The Dish
1177
+ </div>
1178
+ <div class='desc'>
1179
+ Receive the latest on food, restaurants and trends 3x per week in this e-newsletter.
1180
+ <div class='signup-box'>
1181
+ <input id="dish_newsletter" name="newsletter[newsletter_ids][][newsletter_id]" type="checkbox" value="285407556" />
1182
+ Sign Up
1183
+ </div>
1184
+ </div>
1185
+ </div>
1186
+ <div id='secondary-newsletters'>
1187
+ <div class='ul'>
1188
+ <div class='li'>
1189
+ <input id="wine_newsletter" name="newsletter[newsletter_ids][][newsletter_id]" type="checkbox" value="2069486254" />
1190
+ <strong>
1191
+ The Wine List
1192
+ </strong>
1193
+ Weekly pairing plus best bottles to buy.
1194
+ </div>
1195
+ <div class='li'>
1196
+ <input id="daily_newsletter" name="newsletter[newsletter_ids][][newsletter_id]" type="checkbox" value="260816546" />
1197
+ <strong>
1198
+ F&W Daily
1199
+ </strong>
1200
+ One sensational dish served fresh every day.
1201
+ </div>
1202
+ </div>
1203
+ </div>
1204
+ <div class='email-bar'>
1205
+ <input class='textfieldsize clear-input' id='e_mail' name='newsletter[email]' type='text' value='Enter your email address'>
1206
+ <input alt="Go" class="signupbtn" name="submit" src="/chrome/sign-up-button.png" type="image" value="Sign Up" />
1207
+ <input id="newsletter_source" name="newsletter[source]" type="hidden" value="CM_TOUT" />
1208
+ </div>
1209
+ </form>
1210
+ <div class='privacy-info-popup-holder'>
1211
+ <div class='privacy-info-popup'>
1212
+ <div class='privacy-info-popup-text'>
1213
+ American Express Publishing ("AEP") may use your email address to send you account updates and offers that may interest you. To learn more about the ways we may use your email address and about your privacy choices, read the AEP
1214
+ <a href='http://www.amexpub.com/privacy/' target='_blank'>
1215
+ Privacy Statement.
1216
+ </a>
1217
+ </div>
1218
+ </div>
1219
+ <a class='privacy-info-link' href='http://www.amexpub.com/privacy/#what_info' style='float: left;' target='_blank'>
1220
+ How we use your email address
1221
+ </a>
1222
+ </div>
1223
+ </div>
1224
+ </div>
1225
+ <script>
1226
+ //<![CDATA[
1227
+ mboxCreate('FW-Right-Rail-Module-2');
1228
+ //]]>
1229
+ </script>
1230
+ <div class='double-divider'></div>
1231
+ <div class='ad'>
1232
+ <div class='ad-disclosure'>
1233
+ advertisement
1234
+ </div>
1235
+ <script language='javascript' type='text/javascript'>
1236
+ //<![CDATA[
1237
+ var ad = adFactory.getAd(300, 250);
1238
+ ad.setPosition('2');
1239
+ ad.write();
1240
+ //]]>
1241
+ </script>
1242
+ </div>
1243
+ <div class='double-divider'></div>
1244
+ <div class='double-divider'></div>
1245
+ <div id='promotions'>
1246
+ <div class='promo'>
1247
+ <div class='image'>
1248
+ <a href='http://www.foodandwine.com/slideshows/top-chef-top-10/2' title='Top Chef Obsessions'>
1249
+ <img alt='Top Chef: Harold Dieterle' src='http://www.foodandwine.com/images/sys/201111-a-harold-dieterle.jpg' width='90'>
1250
+ </a>
1251
+ </div>
1252
+ <div class='promo-body'>
1253
+ <div class='title'>
1254
+ <a href='http://www.foodandwine.com/slideshows/top-chef-top-10/2' title='Top Chef Obsessions'>
1255
+ <em>
1256
+ Top Chef
1257
+ </em>
1258
+ Obsessions
1259
+ </a>
1260
+ </div>
1261
+ <div class='desc'>
1262
+ Harold Dieterle is a passionate fan of the TV series
1263
+ <em>
1264
+ Game of Thrones.
1265
+ </em>
1266
+ </div>
1267
+ <div class='link lmore'>
1268
+ <a href='http://www.foodandwine.com/slideshows/top-chef-top-10/2' title='Top Chef Obsessions'>
1269
+ MORE TOP CHEF OBSESSIONS
1270
+ </a>
1271
+ </div>
1272
+ </div>
1273
+ </div>
1274
+ <!-- <div class='double-divider'></div>
1275
+ <div class='promo'>
1276
+ <div class='image'>
1277
+ <a href='http://foodandwine.com/classic' title='FOOD & WINE Classic in Aspen'>
1278
+ <img alt='FOOD &amp; WINE Classic in Aspen' src='http://www.foodandwine.com/assets/images/20121204-FWCIA.jpg/variations/original.jpg' width='90'>
1279
+ </a>
1280
+ </div>
1281
+ <div class='promo-body'>
1282
+ <div class='title'>
1283
+ <a href='http://foodandwine.com/classic' title='FOOD & WINE Classic in Aspen'>
1284
+ FOOD &amp; WINE Classic in Aspen
1285
+ </a>
1286
+ </div>
1287
+ <div class='desc'>
1288
+ Celebrity chefs, renowned wine experts, parties and the famed Grand Tasting Pavilion, together in one breathtaking setting. Join us for this unforgettable experience, June 14-16, 2013.
1289
+ </div>
1290
+ <div class='link lmore'>
1291
+ <a href='http://foodandwine.com/classic' title='Buy Tickets to the FOOD &amp; WINE Classic in Aspen'>
1292
+ Buy tickets now at foodandwine.com/classic
1293
+ </a>
1294
+ </div>
1295
+ </div>
1296
+ </div> -->
1297
+ <div class='double-divider'></div>
1298
+ <div class='promo'>
1299
+ <div class='promo-body' style="width:250px;">
1300
+ <a href='http://foodandwine.com/classic' title='FOOD & WINE Classic in Aspen'>
1301
+ <img alt='FOOD &amp; WINE Classic in Aspen' src='http://www.foodandwine.com/assets/images/20130123-FWCIA.jpg/variations/original.jpg'><br>
1302
+ <div class='desc'>
1303
+ Celebrity chefs, renowned wine experts, parties and the famed Grand Tasting Pavilion, together in one breathtaking setting. Join us for this unforgettable experience, June 14-16, 2013.
1304
+ </div>
1305
+ <div class='link lmore'>
1306
+ <a href='http://foodandwine.com/classic' title='Buy Tickets to the FOOD &amp; WINE Classic in Aspen'>
1307
+ Buy tickets now at foodandwine.com/classic
1308
+ </a>
1309
+ </div>
1310
+ </div>
1311
+ </div>
1312
+ <div class='double-divider'></div>
1313
+ <div class='promo'>
1314
+ <div class='promo-body'>
1315
+ <div class='title'>
1316
+ <a href='https://www.amexpubbooks.com/annual12HWEBC' title='Free Food &amp; Wine Cookbook'>
1317
+ Get Your FREE Copy!
1318
+ </a>
1319
+ </div>
1320
+ <div class='desc'>
1321
+ More than 700 all-star recipes for all occasions. Easy-to-use Wine and Beer Pairings and Best New Chef recipes.
1322
+ </div>
1323
+ <div class='link lmore'>
1324
+ <a href='https://www.amexpubbooks.com/annual12HWEBC' title='Free Food &amp; Wine Cookbook'>
1325
+ Order your FREE cookbook now!
1326
+ </a>
1327
+ </div>
1328
+ </div>
1329
+ <div class='image'>
1330
+ <a href='https://www.amexpubbooks.com/annual12HWEBC' title='Free Food &amp; Wine Cookbook'>
1331
+ <img src='http://www.foodandwine.com/assets/images/2012_annual_cookbook_200x250.jpg/variations/original.jpg' width='90'>
1332
+ </a>
1333
+ </div>
1334
+ </div>
1335
+ <!-- <div class='double-divider'></div>
1336
+ <div class='promo'>
1337
+ <div class='image'>
1338
+ <a href='http://www.lafw.com/' title='Buy Tickets to Los Angeles Food &amp; Wine Festival'>
1339
+ <img alt='Los Angeles Food &amp; Wine Festival' src='/chrome/LAFW_Logo.jpg' width='90'>
1340
+ </a>
1341
+ </div>
1342
+ <div class='promo-body'>
1343
+ <div class='title'>
1344
+ <a href='http://www.lafw.com/' title='Buy Tickets to Los Angeles Food &amp; Wine Festival'>
1345
+ Los Angeles FOOD & WINE Festival
1346
+ </a>
1347
+ </div>
1348
+ <div class='desc'>
1349
+ Celebrity chefs &amp; internationally acclaimed wineries will take over the entertainment capital of the world. August 9-12, 2012
1350
+ </div>
1351
+ <div class='link lmore'>
1352
+ <a href='http://www.lafw.com/' title='Buy Tickets to Los Angeles Food &amp; Wine Festival'>
1353
+ Buy tickets now
1354
+ </a>
1355
+ </div>
1356
+ </div>
1357
+ </div> -->
1358
+ </div>
1359
+ <div class='double-divider'></div>
1360
+ <div id='marketplace'>
1361
+ <div class='text-link top'>
1362
+ <script language='javascript' type='text/javascript'>
1363
+ //<![CDATA[
1364
+ var ad = adFactory.getAd(142, 70);
1365
+ ad.setPosition('1');
1366
+ ad.write();
1367
+ //]]>
1368
+ </script>
1369
+ </div>
1370
+ <div class='text-link mid'>
1371
+ <script language='javascript' type='text/javascript'>
1372
+ //<![CDATA[
1373
+ var ad = adFactory.getAd(142, 70);
1374
+ ad.setPosition('2');
1375
+ ad.write();
1376
+ //]]>
1377
+ </script>
1378
+ </div>
1379
+ <div class='text-link btm'>
1380
+ <script language='javascript' type='text/javascript'>
1381
+ //<![CDATA[
1382
+ var ad = adFactory.getAd(142, 70);
1383
+ ad.setPosition('3');
1384
+ ad.write();
1385
+ //]]>
1386
+ </script>
1387
+ </div>
1388
+ </div>
1389
+ <div class='double-divider'></div>
1390
+ </div>
1391
+ <div class='clearer'></div>
1392
+ </div>
1393
+ <div id='fb-root'></div>
1394
+ <div id='share-bar' style='display:none;'>
1395
+ <div class='share-button facebook' id='fb-like'>
1396
+ <fb:like font='arial' height='92' href='http://www.foodandwine.com/recipes/honey-glazed-roasted-root-vegetables' layout='box_count' ref='fw-vert' send='true' show_faces='false' width='55'></fb:like>
1397
+ </div>
1398
+ <div class='share-button pinit'>
1399
+ <a class='pin-it-button' count-layout='vertical' href='http://pinterest.com/pin/create/button/?url=http://www.foodandwine.com/recipes/honey-glazed-roasted-root-vegetables&amp;media=http://www.foodandwine.com/images/sys/fw200711_r_gpbrocrootveg.jpg&#x000A;&amp;description=Honey-Glazed Roasted Root Vegetables Recipe&#x000A;%20on%20Food%20%26%20Wine'>
1400
+ <img border='0' src='//assets.pinterest.com/images/PinExt.png' title='Pin It'>
1401
+ </a>
1402
+ </div>
1403
+ <div class='share-button twitter'>
1404
+ <a class='twitter-share-button' data-count='none' data-url='http://www.foodandwine.com/recipes/honey-glazed-roasted-root-vegetables' data-via='fandw' href='http://twitter.com/share'>Tweet</a>
1405
+ </div>
1406
+ <div class='share-button gplus'>
1407
+ <g:plusone annotation='none' href='http://www.foodandwine.com/recipes/honey-glazed-roasted-root-vegetables' size='tall'></g:plusone>
1408
+ </div>
1409
+ <div class='share-button stumble'>
1410
+ <a href='http://www.stumbleupon.com/submit?url=http://www.foodandwine.com/recipes/honey-glazed-roasted-root-vegetables' id='stumbleupon-badge' target='_blank'></a>
1411
+ </div>
1412
+ <div class='share-button email mini'>
1413
+ <a href='mailto:?subject=Honey-Glazed%20Roasted%20Root%20Vegetables%0A%20Recipe%20-%20%0AGrace%20Parisi%20on%20Food%20%26%20Wine&amp;body=Honey-Glazed%20Roasted%20Root%20Vegetables%0A%20Recipe%20-%20%0AGrace%20Parisi%0Ahttp://www.foodandwine.com/recipes/honey-glazed-roasted-root-vegetables' id='email-button'>
1414
+ <img src='/images/mail_icon.jpg'>
1415
+ </a>
1416
+ </div>
1417
+ <div class='share-button mini'>
1418
+ <a alt='Honey-Glazed Roasted Root Vegetables&#x000A; Recipe - &#x000A;Grace Parisi' href='http://www.foodandwine.com/recipes/honey-glazed-roasted-root-vegetables/print' id='print'>
1419
+ <img src='/images/print_icon.jpg'>
1420
+ </a>
1421
+ </div>
1422
+ </div>
1423
+ <!-- / for browsers less than 1155 pixels, share button markup is loaded here and inserted into an empty div within a view -->
1424
+ <div id='share-bar-horz-preload' style='display:none;'>
1425
+ <div class='share-button facebook' id='fb-like'>
1426
+ <fb:like font='arial' href='http://www.foodandwine.com/recipes/honey-glazed-roasted-root-vegetables' layout='button_count' ref='fw-horz' send='true' show_faces='false' width='140'></fb:like>
1427
+ </div>
1428
+ <div class='share-button pinit'>
1429
+ <a class='pin-it-button' count-layout='horizontal' href='http://pinterest.com/pin/create/button/?url=http://www.foodandwine.com/recipes/honey-glazed-roasted-root-vegetables&amp;media=http://www.foodandwine.com/images/sys/fw200711_r_gpbrocrootveg.jpg&#x000A;&amp;description=Honey-Glazed Roasted Root Vegetables Recipe&#x000A;%20on%20Food%20%26%20Wine'>Pin It</a>
1430
+ </div>
1431
+ <div class='share-button twitter'>
1432
+ <a class='twitter-share-button' data-count='none' data-url='http://www.foodandwine.com/recipes/honey-glazed-roasted-root-vegetables' data-via='fandw' href='http://twitter.com/share'>Tweet</a>
1433
+ </div>
1434
+ <div class='share-button gplus'>
1435
+ <g:plusone annotation='none' href='http://www.foodandwine.com/recipes/honey-glazed-roasted-root-vegetables' size='medium'></g:plusone>
1436
+ </div>
1437
+ <div class='share-button stumble'>
1438
+ <a href='http://www.stumbleupon.com/submit?url=http://www.foodandwine.com/recipes/honey-glazed-roasted-root-vegetables' id='stumbleupon-badge' target='_blank'></a>
1439
+ </div>
1440
+ <div class='share-button print mini'>
1441
+ <a alt='Honey-Glazed Roasted Root Vegetables&#x000A; Recipe - &#x000A;Grace Parisi' href='http://www.foodandwine.com/recipes/honey-glazed-roasted-root-vegetables/print'>
1442
+ <img src='/images/print_icon.jpg'>
1443
+ </a>
1444
+ </div>
1445
+ <div class='share-button email mini'>
1446
+ <a href='mailto:?subject=Honey-Glazed%20Roasted%20Root%20Vegetables%0A%20Recipe%20-%20%0AGrace%20Parisi%20on%20Food%20%26%20Wine&amp;body=Honey-Glazed%20Roasted%20Root%20Vegetables%0A%20Recipe%20-%20%0AGrace%20Parisi%0Ahttp://www.foodandwine.com/recipes/honey-glazed-roasted-root-vegetables' id='email-button'>
1447
+ <img alt='Email #{mail_title.strip}' src='/images/mail_icon.jpg'>
1448
+ </a>
1449
+ </div>
1450
+ </div>
1451
+ <script src="/javascripts/main-build.js" type="text/javascript"></script>
1452
+ <script src="/javascripts/universal_share_bar.js" type="text/javascript"></script>
1453
+ </div>
1454
+ <div id='page-footer'>
1455
+ <div class="wrapper">
1456
+ <table>
1457
+ <tbody>
1458
+ <tr>
1459
+ <td>
1460
+ <p class="column-title">
1461
+ Sections
1462
+ </p>
1463
+ <ul class="links">
1464
+ <li>
1465
+ <a href="/recipes" title="Recipes and Chefs">
1466
+ Recipes &amp; Chefs
1467
+ </a>
1468
+ </li>
1469
+ <li>
1470
+ <a href="/wine" title="Wine and Cocktails">
1471
+ Wine &amp; Cocktails
1472
+ </a>
1473
+ </li>
1474
+ <li>
1475
+ <a href="/restaurants" title="Restaurants and Travel">
1476
+ Restaurants &amp; Travel
1477
+ </a>
1478
+ </li>
1479
+ <li>
1480
+ <a href="/entertaining" title="Home and Design">
1481
+ Home &amp; Design
1482
+ </a>
1483
+ </li>
1484
+ <li>
1485
+ <a href="/blogs" title="Blog">
1486
+ Blog
1487
+ </a>
1488
+ </li>
1489
+ <li>
1490
+ <a href="/monthly" title="Magazine">
1491
+ Magazine
1492
+ </a>
1493
+ </li>
1494
+ </ul>
1495
+ </td>
1496
+ <td>
1497
+ <p class="column-title">
1498
+ Subscribe
1499
+ </p>
1500
+ <ul class="links">
1501
+ <li>
1502
+ <a href="https://subscription.timeinc.com/storefront/link/1002193.html" target="_blank" title="Subscribe to Food & Wine">
1503
+ Subscribe to Food &amp; Wine
1504
+ </a>
1505
+ </li>
1506
+ <li>
1507
+ <a href="https://subscription.timeinc.com/storefront/link/1001012.html" target="_blank" title="Give a Gift Subscription">
1508
+ Give a Gift Subscription
1509
+ </a>
1510
+ </li>
1511
+ <li>
1512
+ <a href="/books" title="Food &amp; Wine Books">
1513
+ Food &amp; Wine Books
1514
+ </a>
1515
+ </li>
1516
+ <li>
1517
+ <a href="http://itunes.apple.com/us/app/food-wine/id391100624" target="_blank" title="Get Food &amp; Wine iPad Edition">
1518
+ Get Food &amp; Wine iPad Edition
1519
+ </a>
1520
+ </li>
1521
+ <li>
1522
+ <a href="/mobile-apps" title="Get Food &amp; Wine Mobile Apps">
1523
+ Get F&amp;W Mobile Apps
1524
+ </a>
1525
+ </li>
1526
+ </ul>
1527
+ </td>
1528
+ <td>
1529
+ <p class="column-title">
1530
+ Clubs &amp; Events
1531
+ </p>
1532
+ <ul class="links">
1533
+ <li>
1534
+ <a href="https://www.theconnoisseurclub.com/" target="_blank" title="Food &amp; Wine Connoisseur Club">
1535
+ Food &amp; Wine Connoisseur Club
1536
+ </a>
1537
+ </li>
1538
+ <li>
1539
+ <a href="http://www.fwwineclub.com/" target="_blank" title="Food &amp; Wine Wine Club">
1540
+ Food &amp; Wine Wine Club
1541
+ </a>
1542
+ </li>
1543
+ <li>
1544
+ <a href="/promo/events" title="Food &amp; Wine Events">
1545
+ Events
1546
+ </a>
1547
+ </li>
1548
+ </ul>
1549
+ </td>
1550
+ <td>
1551
+ <p class="column-title">
1552
+ F&amp;W Everywhere
1553
+ </p>
1554
+ <ul class="links">
1555
+ <li>
1556
+ <a href="http://www.facebook.com/foodandwine" target="_blank" title="Like Food &amp; Wine on Facebook">
1557
+ Like Us on Facebook
1558
+ </a>
1559
+ </li>
1560
+ <li>
1561
+ <a href="http://twitter.com/fandw" target="_blank" title="Follow Food &amp; Wine on Twitter">
1562
+ Follow Us on Twitter
1563
+ </a>
1564
+ </li>
1565
+ <li>
1566
+ <a href="/rss" title="RSS Feeds">
1567
+ RSS Feeds
1568
+ </a>
1569
+ </li>
1570
+ </ul>
1571
+ </td>
1572
+ <td>
1573
+ <p class="column-title">
1574
+ Contact
1575
+ </p>
1576
+ <ul class="links">
1577
+ <li>
1578
+ <a href="https://secure.customersvc.com/servlet/Show?WESPAGE=pe/home.html&MSRSMAG=WI" target="_blank" title="Customer Service">
1579
+ Customer Service
1580
+ </a>
1581
+ </li>
1582
+ <li>
1583
+ <a href="/contact" title="Contact Us">
1584
+ Contact Us
1585
+ </a>
1586
+ </li>
1587
+ <li>
1588
+ <a href="http://www.fwmediakit.com/" target="_blank" title="Advertising">
1589
+ Advertising
1590
+ </a>
1591
+ </li>
1592
+ </ul>
1593
+ </td>
1594
+ <td>
1595
+ <p class="column-title">
1596
+ American Express
1597
+ <br>
1598
+ Publishing
1599
+ </p>
1600
+ <ul class="links">
1601
+ <li>
1602
+ <a href="http://www.travelandleisure.com/" target="_blank" title="Travel + Leisure">
1603
+ Travel + Leisure
1604
+ </a>
1605
+ </li>
1606
+ <li>
1607
+ <a href="http://departures.com/" target="_blank" title="Departures Magazine">
1608
+ Departures
1609
+ </a>
1610
+ </li>
1611
+ <li>
1612
+ <a href="http://www.travelandleisure.com/ideas/golf" target="_blank" title="Travel + Leisure Golf">
1613
+ Travel + Leisure Golf
1614
+ </a>
1615
+ </li>
1616
+ <li>
1617
+ <a href="http://www.travelandleisure.com/ideas/family" target="_blank" title="Travel + Leisure Family">
1618
+ Travel + Leisure Family
1619
+ </a>
1620
+ </li>
1621
+ <li>
1622
+ <a href="http://www.eskyguide.com/" target="_blank" title="Skyguide">
1623
+ Skyguide
1624
+ </a>
1625
+ </li>
1626
+ <li>
1627
+ <a href="http://www.executivetravelmagazine.com/" target="_blank" title="Executive Travel">
1628
+ Executive Travel
1629
+ </a>
1630
+ </li>
1631
+ <li>
1632
+ Black Ink
1633
+ </li>
1634
+ </ul>
1635
+ <div class="site-map">
1636
+ <a href="/sitemap" title="Site Map">
1637
+ Site Map
1638
+ </a>
1639
+ </div>
1640
+ </td>
1641
+ </tr>
1642
+ </tbody>
1643
+ </table>
1644
+ <div class="terms">
1645
+ <p>
1646
+ <a href="http://www.amexpub.com/termsofuse/" target="_blank" title="Terms of Use">View Website Terms and Conditions</a>
1647
+ and
1648
+ <a href="http://www.amexpub.com/privacy/" target="_blank" title="Privacy Statement">Privacy Statement of American Express Publishing Corporation</a>
1649
+ </p>
1650
+ <p>
1651
+ Users of this site agree to be bound by the terms of the American Express Publishing Corporation Website Terms and Conditions.
1652
+ </p>
1653
+ <p>
1654
+ Copyright
1655
+ © 1997 - 2013 American Express Publishing Corporation. All Rights Reserved.
1656
+ </p>
1657
+ </div>
1658
+ </div>
1659
+ 7.7.0
1660
+ <!-- deferred js -->
1661
+ <script src="/javascripts/swfobject.js" type="text/javascript"></script>
1662
+ <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js" type="text/javascript"></script>
1663
+ <script src="/javascripts/jquery.contentSlider.js" type="text/javascript"></script>
1664
+ <script src="/javascripts/application.js" type="text/javascript"></script>
1665
+ </div>
1666
+ </body>
1667
+ </html>