tychus 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +22 -0
- data/.rspec +3 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.md +49 -0
- data/Rakefile +2 -0
- data/lib/tychus.rb +12 -0
- data/lib/tychus/parser_selector.rb +17 -0
- data/lib/tychus/parsers.rb +17 -0
- data/lib/tychus/parsers/allrecipes_parser.rb +18 -0
- data/lib/tychus/parsers/base.rb +157 -0
- data/lib/tychus/parsers/food_network_parser.rb +38 -0
- data/lib/tychus/parsers/kraft_recipes_parser.rb +55 -0
- data/lib/tychus/parsers/schema_org_parser.rb +41 -0
- data/lib/tychus/recipe.rb +0 -0
- data/lib/tychus/uri_parser.rb +40 -0
- data/lib/tychus/uri_resolver.rb +40 -0
- data/lib/tychus/utilities/url_parser.rb +0 -0
- data/lib/tychus/version.rb +3 -0
- data/questions.md +10 -0
- data/spec/fixtures/allrecipes.html +3003 -0
- data/spec/fixtures/campbellskitchen.html +2190 -0
- data/spec/fixtures/food_network_double_ingredients_group.html +3725 -0
- data/spec/fixtures/food_network_single_ingredients_group.html +4930 -0
- data/spec/fixtures/kraftrecipes.html +2722 -0
- data/spec/parser_selector.rb +14 -0
- data/spec/parsers/allrecipes_parser_spec.rb +44 -0
- data/spec/parsers/base_spec.rb +3 -0
- data/spec/parsers/food_network_parser_spec.rb +89 -0
- data/spec/parsers/kraft_recipes_parser_spec.rb +67 -0
- data/spec/parsers/schema_org_parser_spec.rb +17 -0
- data/spec/spec_helper.rb +89 -0
- data/spec/tychus_spec.rb +3 -0
- data/spec/uri_resolver_spec.rb +25 -0
- data/tychus.gemspec +29 -0
- metadata +233 -0
@@ -0,0 +1,3725 @@
|
|
1
|
+
<!DOCTYPE HTML>
|
2
|
+
<html>
|
3
|
+
|
4
|
+
|
5
|
+
|
6
|
+
|
7
|
+
<head prefix="og: http://ogp.me/ns# video: http://ogp.me/ns/video#">
|
8
|
+
|
9
|
+
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
10
|
+
<title>Pecan Pie Recipe : Food Network Kitchen : Food Network</title>
|
11
|
+
<meta name="description" content="Get this all-star, easy-to-follow Pecan Pie recipe from Food Network Kitchen.">
|
12
|
+
<meta property="og:type" content="article">
|
13
|
+
<meta property="og:title" content="Pecan Pie Recipe : Food Network Kitchen : Food Network">
|
14
|
+
<meta property="og:description" content="Get this all-star, easy-to-follow Pecan Pie recipe from Food Network Kitchen.">
|
15
|
+
<meta property="og:image" content="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2010/8/12/0/FN-Thanksgiving-2010_Pecan-Pie_s4x3.jpg">
|
16
|
+
<meta property="og:url" content="http://www.foodnetwork.com/recipes/food-network-kitchens/pecan-pie-recipe.html">
|
17
|
+
|
18
|
+
<script type="text/javascript">var NREUMQ=NREUMQ||[];NREUMQ.push(["mark","firstbyte",new Date().getTime()]);</script>
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
<link rel="canonical" href="http://www.foodnetwork.com/recipes/food-network-kitchens/pecan-pie-recipe.html">
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
|
36
|
+
<script type="text/javascript">
|
37
|
+
if (typeof AUT === "undefined") { AUT = {}; AUT.jserrors = []; }
|
38
|
+
window.onerror = function(message, url, linenumber){
|
39
|
+
AUT.jserrors.push({ 'message': message, 'url': url, 'linenumber': linenumber });
|
40
|
+
};
|
41
|
+
</script>
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
<!--[NON IE8] -->
|
49
|
+
<!--[if gt IE 8]><!-->
|
50
|
+
<link rel="stylesheet" href="/etc/designs/food/clientlib.min.css" type="text/css">
|
51
|
+
|
52
|
+
<!--<![endif]-->
|
53
|
+
<!--end non ie8-->
|
54
|
+
|
55
|
+
<!--[ALL] Config js used by all browsers -->
|
56
|
+
<script type="text/javascript" src="/etc/designs/food/config.js"></script>
|
57
|
+
<!--end all-->
|
58
|
+
|
59
|
+
<!--[ONLY IE8] -->
|
60
|
+
<!-- IE8 specific css && IE8 specific js -->
|
61
|
+
<!--[if lt IE 9]>
|
62
|
+
<link rel="stylesheet" href="/etc/designs/food/clientlib-ie8.min.css" type="text/css">
|
63
|
+
|
64
|
+
<script type="text/javascript" src="/etc/clientlibs/granite/jquery.min.js"></script>
|
65
|
+
<script type="text/javascript" src="/etc/clientlibs/granite/utils.min.js"></script>
|
66
|
+
<script type="text/javascript" src="/etc/clientlibs/granite/jquery/granite.min.js"></script>
|
67
|
+
<script type="text/javascript" src="/etc/clientlibs/foundation/jquery.min.js"></script>
|
68
|
+
|
69
|
+
<script type="text/javascript" src="/etc/designs/food/clientlib-ie8/ie8-js/html5shiv-printshiv.js"></script>
|
70
|
+
<script type="text/javascript" src="/etc/designs/food/clientlib-ie8.min.js"></script>
|
71
|
+
|
72
|
+
<![endif]-->
|
73
|
+
<!--end only ie8 -->
|
74
|
+
|
75
|
+
|
76
|
+
<!--[ALL] Main js used by all browsers -->
|
77
|
+
<script type="text/javascript" src="/etc/designs/food/clientlib.min.js"></script>
|
78
|
+
|
79
|
+
<!--end all-->
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
|
86
|
+
<meta name="fragment" content="!">
|
87
|
+
|
88
|
+
<link rel="stylesheet" href="/etc/designs/food/clientlib/recipe.min.css" type="text/css">
|
89
|
+
<script type="text/javascript" src="/etc/designs/food/clientlib/recipe.min.js"></script>
|
90
|
+
<script type="text/javascript" src="/etc/designs/food/clientlib/video.min.js"></script>
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
<script type="text/javascript">SNI.Food.printTarget = "/content/food/recipes/food-network-kitchens/p/pe/pec/peca/pecan-pie-recipe.print.html";</script>
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
<script type="text/javascript">
|
100
|
+
window._taboola = window._taboola || [];
|
101
|
+
_taboola.push({
|
102
|
+
article: 'auto'
|
103
|
+
});
|
104
|
+
! function (e, f, u) {
|
105
|
+
e.async = 1;
|
106
|
+
e.src = u;
|
107
|
+
f.parentNode.insertBefore(e, f);
|
108
|
+
}(document.createElement('script'), document.getElementsByTagName('script')[0], 'http://cdn.taboola.com/libtrc/foodnetwork/loader.js');
|
109
|
+
</script>
|
110
|
+
|
111
|
+
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
<link rel="icon" type="image/vnd.microsoft.icon" href="/etc/designs/food/clientlib/img/favicon.ico">
|
118
|
+
<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="/etc/designs/food/clientlib/img/favicon.ico">
|
119
|
+
|
120
|
+
|
121
|
+
<script type="text/javascript" src="http://common.scrippsnetworks.com/common/adimages/networkads/food/fnr/adRestriction.js"></script>
|
122
|
+
|
123
|
+
<link href="https://plus.google.com/100091697767366769792" rel="publisher">
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
|
128
|
+
|
129
|
+
|
130
|
+
|
131
|
+
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
|
136
|
+
|
137
|
+
|
138
|
+
|
139
|
+
|
140
|
+
|
141
|
+
|
142
|
+
|
143
|
+
|
144
|
+
<script type="text/javascript">
|
145
|
+
//The asset section will be populated in sni-metadata.js
|
146
|
+
if( typeof(SNI_COMMUNITY_ECHO_ASSET)=='undefined' ){
|
147
|
+
SNI_COMMUNITY_ECHO_ASSET = {};
|
148
|
+
}
|
149
|
+
if( typeof(SNI_COMMUNITY_COMMENT_APP)=='undefined' ){
|
150
|
+
SNI_COMMUNITY_COMMENT_APP = {};
|
151
|
+
}
|
152
|
+
|
153
|
+
SNI_COMMUNITY_COMMENT_APP.AVERAGE_RATING_TARGET = ".community-average-rating"; //target name for div populated by Echo
|
154
|
+
SNI_COMMUNITY_COMMENT_APP.SANITIZATION= ""; //Default value is empty
|
155
|
+
SNI_COMMUNITY_COMMENT_APP.EDITOR_MAX_LIMIT= "1000"; // Default value is 1000
|
156
|
+
SNI_COMMUNITY_COMMENT_APP.SORT_ORDER= "reverseChronological"; // Default value is "reverseChronological" ; Available sort order options "reverseChronological", "chronological", "repliesDescending", "likesDescending", "flagsDescending"
|
157
|
+
SNI_COMMUNITY_COMMENT_APP.ITEMS_PER_PAGE= 10; // Default value is 10
|
158
|
+
SNI_COMMUNITY_COMMENT_APP.CHILD_ITEMS_PER_PAGE= 2; //Default value is 2
|
159
|
+
SNI_COMMUNITY_COMMENT_APP.CSS_DEFAULT = "/css/food/custom-reviews.css"; //Default value is "/css/food/custom-reviews.css"
|
160
|
+
SNI_COMMUNITY_COMMENT_APP.SHOW_LIKE = true; // Boolean; default value is true
|
161
|
+
SNI_COMMUNITY_COMMENT_APP.SHOW_SHARE = true; // Boolean; default value is true
|
162
|
+
SNI_COMMUNITY_COMMENT_APP.SHOW_REPLY = true; // Boolean; default value is true
|
163
|
+
SNI_COMMUNITY_COMMENT_APP.SHOW_FLAG = false; // Boolean; default value is true
|
164
|
+
SNI_COMMUNITY_COMMENT_APP.SHOW_DELETE = false; // Boolean; default value is true
|
165
|
+
SNI_COMMUNITY_COMMENT_APP.REQUIRE_APPROVAL = true; // Boolean; TBD and default value is true
|
166
|
+
|
167
|
+
SNI_COMMUNITY_COMMENT_APP.COLORCODE_ROLES_MATCH = {Chef:'#efece3'};
|
168
|
+
SNI_COMMUNITY_COMMENT_APP.ICON_ROLES_MATCH = {Chef:'http://my.foodnetwork.com/skins/main/images/fnmobi/mb-hd-logo.png',iron_chef:'http://my.foodnetwork.com/skins/main/images/fnmobi/check.png'};
|
169
|
+
|
170
|
+
//vars set by community platform scripts; can be used in rendering page.
|
171
|
+
SNI_COMMUNITY_COMMENT_APP.TOTAL_NUM_REVIEWS = "";
|
172
|
+
SNI_COMMUNITY_COMMENT_APP.RATING_CUMULATIVE = "";
|
173
|
+
SNI_COMMUNITY_COMMENT_APP.AVERAGE_RATING = "";
|
174
|
+
|
175
|
+
//setting asset URL to include full host, etc
|
176
|
+
SNI_COMMUNITY_ECHO_ASSET.ASSET_URL = document.URL;
|
177
|
+
|
178
|
+
</script>
|
179
|
+
<script type="text/javascript">
|
180
|
+
if (typeof MetaDataManager != "undefined") {
|
181
|
+
var mdManager = new MetaDataManager();
|
182
|
+
var mdProps = {"Site":"food","Technique":"line-pie-pans,baking,roll-dough","Sponsorship":"FN11_HELPAROUNDTHEKITCHEN","Taste":"sweet","PackageName":"help around the kitchen","Occasions":"holiday","MealPart":"dessert","HubType":"recipe","UniqueID":"food|recipe|30e7f987-ad0f-4b10-9801-a52af0260074|1","Delivery_Channel":"web","FastFwdID":"16098","DetailId":"30e7f987-ad0f-4b10-9801-a52af0260074","MainIngredient":"pecan,bourbon,flour,sugar,eggs,dairy","Difficulty":"intermediate","AllTags":"baking,holiday,sweet,pie-crust,american,dessert,bourbon,pie,pecan","CrosslinkTerms":";cornmeal,;food processor,;pulse,;plastic wrap,;rolling pin,;pie pan,;flute,;beans,;pie weights,;saucepan,;brown sugar,;nuts,;bourbon,;whisk,;eggs,;sheet pan,;crust,;all-purpose flour,;dough,;unsalted butter,;corn syrup,;pecans,;vanilla extract","Url":"/recipes/food-network-kitchens/pecan-pie-recipe.html","ImgURL":"http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2010/8/12/0/FN-Thanksgiving-2010_Pecan-Pie_s4x3.jpg","CanonicalUrl":"http://www.foodnetwork.com/recipes/food-network-kitchens/pecan-pie-recipe.html","PublishTime":"2014-07-02T15:52:23Z","PrepTime":"20","Cuisine":"american-general,american","HubSponsor":"fn11_helparoundthekitchen","Dish":"pie-crust,pie","AdKey1":"tv","HubPath":"/content/food/recipes/food-network-kitchens/p/pe/pec/peca/pecan-pie-recipe","Restricted":"false","Classification":"recipes, food","Type":"recipe","talentName":"food network kitchen","PageNumber":"1","SctnDspName":"recipes & how-tos","CategoryDspName":"recipes & how-tos","Section":"recipes","ContentTag2":"pecan","ContentTag1":"pie","HubID":"30e7f987-ad0f-4b10-9801-a52af0260074","Title":"pecan pie"};
|
183
|
+
for (var key in mdProps) {
|
184
|
+
mdManager.addAttribute(key, mdProps[key]);
|
185
|
+
}
|
186
|
+
}
|
187
|
+
</script>
|
188
|
+
|
189
|
+
|
190
|
+
|
191
|
+
|
192
|
+
|
193
|
+
|
194
|
+
<script type="text/javascript">
|
195
|
+
if (typeof mdManager != "undefined") {
|
196
|
+
mdManager.addParameter('UserId', typeof userIdCookieUserId != "undefined" ? userIdCookieUserId : '');
|
197
|
+
mdManager.addParameter('UserIdEmail', typeof userIdEmail != "undefined" ? userIdEmail : '');
|
198
|
+
mdManager.addParameter('UserIdCreateDt', typeof userIdCookieCreateDt != "undefined" ? userIdCookieCreateDt : '');
|
199
|
+
mdManager.addParameter('UserIdVersion', typeof userIdCookieVersion != "undefined" ? userIdCookieVersion : '');
|
200
|
+
}
|
201
|
+
</script>
|
202
|
+
|
203
|
+
<script type="text/javascript">
|
204
|
+
if (typeof AdManager != "undefined") {
|
205
|
+
var adManager = new AdManager();
|
206
|
+
initAdManager(adManager, mdManager);
|
207
|
+
}
|
208
|
+
</script>
|
209
|
+
</head>
|
210
|
+
|
211
|
+
|
212
|
+
|
213
|
+
|
214
|
+
<body>
|
215
|
+
<div class="parbase clientcontext">
|
216
|
+
<script type="text/javascript" src="/etc/clientlibs/foundation/shared.min.js"></script>
|
217
|
+
<script type="text/javascript" src="/etc/clientlibs/granite/underscore.min.js"></script>
|
218
|
+
<script type="text/javascript" src="/etc/clientlibs/foundation/personalization/kernel.min.js"></script>
|
219
|
+
<script type="text/javascript">
|
220
|
+
// SNI add custom initializations
|
221
|
+
if( CQ_Analytics && CQ_Analytics.PageDataMgr) {
|
222
|
+
CQ_Analytics.PageDataMgr.loadInitProperties({
|
223
|
+
"hits": 0,
|
224
|
+
"title": "Pecan Pie",
|
225
|
+
"path": "/content/food/recipes/food-network-kitchens/p/pe/pec/peca/pecan-pie-recipe",
|
226
|
+
"navTitle": "Pecan Pie",
|
227
|
+
"tags": "",
|
228
|
+
"description": "",
|
229
|
+
"sitesection": "recipes",
|
230
|
+
"subsection": "food-network-kitchens",
|
231
|
+
"random": "0.48"
|
232
|
+
}, true);
|
233
|
+
}
|
234
|
+
|
235
|
+
|
236
|
+
if( CQ_Analytics && CQ_Analytics.PageDataMgr && mdManager) {
|
237
|
+
var mapping = [{"p":"url","m":"Url"},{"p":"title","m":"Title"},{"p":"siteName","m":"Site"},{"p":"sectionDisplayName","m":"SctnDspName"},{"p":"categoryDisplayName","m":"CategoryDspName"},{"p":"classification","m":"Classification"},{"p":"detailId","m":"DetailId"},{"p":"uniqueId","m":"UniqueId"},{"p":"pageNumber","m":"PageNumber"},{"p":"type","m":"Type"},{"p":"hubId","m":"HubId"},{"p":"hubPath","m":"hubPath"},{"p":"hubType","m":"HubType"},{"p":"hubSponsor","m":"HubSponsor"},{"p":"adkey1","m":"AdKey1"},{"p":"adkey2","m":"AdKey2"},{"p":"contentTag1","m":"ContentTag1"},{"p":"contentTag2","m":"ContentTag2"},{"p":"sponsorship","m":"Sponsorship"},{"p":"deliveryFormat","m":"DelvFrmt"},{"p":"showAbbreviation","m":"Show_Abbr"},{"p":"talentName","m":"TalentName"},{"p":"userId","m":"UserID"},{"p":"source","m":"Source"},{"p":"deliveryChannel","m":"Delivery_Channel"},{"p":"packageName","m":"PackageName"},{"p":"searchFilter","m":"Filter"},{"p":"searchKeywords","m":"Keywords"},{"p":"searchTerms","m":"SearchTerms"},{"p":"keyterm","m":"keyterm"},{"p":"dimensions","m":"dimensions"},{"p":"dimensionValues","m":"dimensionValues"},{"p":"searchSort","m":"Sort"},{"p":"noSearchResults","m":"NoSearchResults"},{"p":"didYouMeanTerm","m":"dymterm"},{"p":"spotlight1","m":"Spotlight_1"},{"p":"spotlight2","m":"Spotlight_2"},{"p":"dish","m":"Dish"},{"p":"mealType","m":"MealType"},{"p":"nutrition","m":"Nutrition"},{"p":"difficulty","m":"Difficulty"},{"p":"cuisine","m":"Cuisine"},{"p":"mainIngredeient","m":"MainIngredient"},{"p":"occasions","m":"Occasions"},{"p":"courses","m":"Courses"},{"p":"technique","m":"Technique"},{"p":"taste","m":"Taste"},{"p":"internalSearchType","m":"internalSearchType"},{"p":"restricted ","m":"Restricted"}];
|
238
|
+
$CQ.each(mapping, function(index, value) {
|
239
|
+
CQ_Analytics.PageDataMgr.setProperty(value.p, mdManager.getParameterString(value.m));
|
240
|
+
});
|
241
|
+
}
|
242
|
+
|
243
|
+
|
244
|
+
if (typeof localStorage !== "undefined") {
|
245
|
+
if (localStorage.getItem('clicktracking.originalUrl') != null) {
|
246
|
+
if (typeof CQ_Analytics !== "undefined" && CQ_Analytics.EventDataMgr) {
|
247
|
+
CQ_Analytics.EventDataMgr.setProperty('componentName', localStorage.getItem('clicktracking.moduleName'));
|
248
|
+
CQ_Analytics.EventDataMgr.setProperty('linkTitle', localStorage.getItem('clicktracking.linkTitle'));
|
249
|
+
CQ_Analytics.EventDataMgr.setProperty('linkPosition', localStorage.getItem('clicktracking.linkPosition'));
|
250
|
+
CQ_Analytics.EventDataMgr.setProperty('targetUrl', localStorage.getItem('clicktracking.targetUrl'));
|
251
|
+
CQ_Analytics.EventDataMgr.setProperty('originUrl', localStorage.getItem('clicktracking.originalUrl'));
|
252
|
+
|
253
|
+
localStorage.removeItem('clicktracking.moduleName');
|
254
|
+
localStorage.removeItem('clicktracking.linkTitle');
|
255
|
+
localStorage.removeItem('clicktracking.linkPosition');
|
256
|
+
localStorage.removeItem('clicktracking.targetUrl');
|
257
|
+
localStorage.removeItem('clicktracking.originalUrl');
|
258
|
+
}
|
259
|
+
}
|
260
|
+
}
|
261
|
+
|
262
|
+
// SNI end custom initializations
|
263
|
+
|
264
|
+
$CQ(function() {
|
265
|
+
CQ_Analytics.SegmentMgr.loadSegments("/etc/segmentation");
|
266
|
+
CQ_Analytics.ClientContextUtils.init("/etc/clientcontext/default","/content/food/recipes/food-network-kitchens/p/pe/pec/peca/pecan-pie-recipe");
|
267
|
+
|
268
|
+
|
269
|
+
});
|
270
|
+
</script>
|
271
|
+
</div>
|
272
|
+
|
273
|
+
<div class="servicecomponents">
|
274
|
+
<div class="cloudservice tagmanager">
|
275
|
+
<script type="text/javascript" src="/etc/designs/sni-wcm/clientlibs/tagmanager.min.js"></script>
|
276
|
+
<script type="text/javascript" src="/etc/clientlibs/foundation/tagmanager.min.js"></script>
|
277
|
+
<script type="text/javascript">//<![CDATA[
|
278
|
+
if (TagContainerLoader) {
|
279
|
+
var t = new TagContainerLoader();
|
280
|
+
t.tagContainerDC ="d1";
|
281
|
+
t.tagContainerNamespace ="ewscripps";
|
282
|
+
t.tagContainerName ="foodcategoryv2";
|
283
|
+
t.loadTagContainer();
|
284
|
+
}
|
285
|
+
//]]></script>
|
286
|
+
</div>
|
287
|
+
<div class="sitecatalyst cloudservice">
|
288
|
+
<script type="text/javascript" src="/etc/clientlibs/foundation/sitecatalyst/sitecatalyst.min.js"></script>
|
289
|
+
<script type="text/javascript" src="/etc/clientlibs/foundation/sitecatalyst/util.min.js"></script>
|
290
|
+
<script type="text/javascript" src="/content/food/_jcr_content/analytics.sitecatalyst.js"></script>
|
291
|
+
<script type="text/javascript" src="/etc/clientlibs/foundation/sitecatalyst/plugins.min.js"></script>
|
292
|
+
<span data-tracking="{event:'pageView', values:{}, componentPath:'foundation/components/page'}"></span>
|
293
|
+
|
294
|
+
<script type="text/javascript">
|
295
|
+
<!--
|
296
|
+
CQ_Analytics.Sitecatalyst.frameworkComponents = ['sni-core/components/modules/secondary-2-image-plus-link-list-full','sni-core/components/modules/banner-custom','sni-core/components/modules/a-to-z/otr-hosts-a-z','sni-core/components/modules/carousel-photo-gallery-promo','sni-core/components/modules/restaurant-browse','sni-food/components/pagetypes/topic/components/more-topics','sni-core/components/modules/secondary-3-image-across','sni-core/components/modules/list-recipe-enhanced','sni-core/components/modules/list-recipe-text','sni-core/components/modules/talent-about','sni-core/components/modules/list-selected-shows','sni-food/components/pagetypes/search-results/components/search-upcoming-episodes','sni-food/components/util/header/shows-mega-dropdown','sni-core/components/modules/free-form-text','sni-food/components/util/header/videos-mega-dropdown','sni-core/components/modules/generic-1-image','sni-food/components/util/mobile-header','sni-food/components/pagetypes/recipe/components/fixed-promo','sni-core/components/modules/carousel-circle-display','sni-food/components/modules/map','sni-core/components/modules/lead-enhanced','sni-core/components/modules/lead-3-image','sni-core/components/modules/schedule-full-width','sni-core/components/modules/show-host-about','sni-core/components/modules/newsletter-dropdown','sni-core/components/modules/newsletter-content-well-top','sni-core/components/modules/breadcrumb','sni-core/components/modules/carousel-video-promo','sni-core/components/modules/a-to-z/otr-shows-a-z','sni-core/components/modules/secondary-grid-hover','sni-core/components/modules/carousel-cross-content','sni-core/components/util/sub-navigation','sni-food/components/util/header/recipes-mega-dropdown','sni-core/components/modules/secondary-grid','sni-food/components/modules/calendar','sni-core/components/modules/nav-jump-dropdown','sni-core/components/modules/a-to-z/shows-a-z','sni-core/components/modules/lead-3-image-recipe','sni-food/components/util/header/restaurants-mega-dropdown','sni-core/components/modules/secondary-bottom-promo','sni-core/components/util/hub-navigation','sni-core/components/modules/a-to-z/restaurants-a-z','sni-food/components/pagetypes/recipe/components/recipe-direction-carousel','sni-core/components/modules/right-rail-2-image-side-by-side','sni-core/components/modules/global-toolbar','sni-core/components/modules/lead-1-image-scroll-with-stack','sni-core/components/modules/right-rail-schedule','sni-food/components/util/mobile-footer/mobile-food-footer-links','sni-core/components/util/page','sni-food/components/modules/pagination-simple','sni-core/components/modules/spotlight-1-image-1-list','sni-food/components/util/mobile-footer/mobile-food-footer-sociallinks','sni-core/components/modules/secondary-grid-hover-row','sni-core/components/modules/right-rail-store','sni-core/components/modules/carousel-superlead','sni-core/components/modules/right-rail-blog-feed','sni-core/components/modules/right-rail-list-selected-shows','sni-core/components/modules/spotlight-2-images-2-lists','sni-core/components/modules/carousel-mixed-content-promo','sni-core/components/modules/list-text','sni-core/components/modules/a-to-z/chefs-hosts-a-z','sni-core/components/modules/right-rail-restaurants-nearby','sni-core/components/modules/carousel-generic-promo','sni-core/components/modules/video-player','sni-core/components/modules/right-rail-store-feed','sni-core/components/modules/banner-simple','sni-food/components/util/footer/more-from-food-network','sni-core/components/modules/schedule','sni-food/components/pagetypes/recipe/components/next-recipe','sni-core/components/modules/a-to-z/recipes-a-z','sni-core/components/modules/spotlight-1-image-2-lists','sni-food/components/util/footer','sni-core/components/modules/a-to-z/topics-a-z','sni-core/components/modules/right-rail-1-or-2-image','sni-food/components/util/header','sni-food/components/util/header/chefs-mega-dropdown','sni-core/components/modules/generic-1-image-plus-link-list','sni-core/components/modules/feed-blog','sni-food/components/util/footer/food-network-family','sni-core/components/modules/more-recipe-ideas','sni-core/components/modules/feed-episodes','sni-food/components/pagetypes/recipe/components/single-photo-recipe','sni-food/components/modules/header-stack','sni-core/components/modules/restaurant-search','sni-core/components/modules/a-to-z/cities-a-z','sni-core/components/modules/video-grid'];
|
297
|
+
/**
|
298
|
+
* Sets SiteCatalyst variables accordingly to mapped components. If <code>options</code>
|
299
|
+
* object is provided only variables matching the options.componentPath are set.
|
300
|
+
*
|
301
|
+
* @param {Object} options Parameter object from CQ_Analytics.record() call. Optional.
|
302
|
+
*/
|
303
|
+
CQ_Analytics.Sitecatalyst.updateEvars = function(options) {
|
304
|
+
this.frameworkMappings = [];
|
305
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/secondary-2-image-plus-link-list-full"});
|
306
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/secondary-2-image-plus-link-list-full"});
|
307
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/secondary-2-image-plus-link-list-full"});
|
308
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/secondary-2-image-plus-link-list-full"});
|
309
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/secondary-2-image-plus-link-list-full"});
|
310
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/banner-custom"});
|
311
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/banner-custom"});
|
312
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/banner-custom"});
|
313
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/banner-custom"});
|
314
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/banner-custom"});
|
315
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/a-to-z/otr-hosts-a-z"});
|
316
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/a-to-z/otr-hosts-a-z"});
|
317
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/a-to-z/otr-hosts-a-z"});
|
318
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/a-to-z/otr-hosts-a-z"});
|
319
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/a-to-z/otr-hosts-a-z"});
|
320
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/carousel-photo-gallery-promo"});
|
321
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/carousel-photo-gallery-promo"});
|
322
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/carousel-photo-gallery-promo"});
|
323
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/carousel-photo-gallery-promo"});
|
324
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/carousel-photo-gallery-promo"});
|
325
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/restaurant-browse"});
|
326
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/restaurant-browse"});
|
327
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/restaurant-browse"});
|
328
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/restaurant-browse"});
|
329
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/restaurant-browse"});
|
330
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-food/components/pagetypes/topic/components/more-topics"});
|
331
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-food/components/pagetypes/topic/components/more-topics"});
|
332
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-food/components/pagetypes/topic/components/more-topics"});
|
333
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-food/components/pagetypes/topic/components/more-topics"});
|
334
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-food/components/pagetypes/topic/components/more-topics"});
|
335
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/secondary-3-image-across"});
|
336
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/secondary-3-image-across"});
|
337
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/secondary-3-image-across"});
|
338
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/secondary-3-image-across"});
|
339
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/secondary-3-image-across"});
|
340
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/list-recipe-enhanced"});
|
341
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/list-recipe-enhanced"});
|
342
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/list-recipe-enhanced"});
|
343
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/list-recipe-enhanced"});
|
344
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/list-recipe-enhanced"});
|
345
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/list-recipe-text"});
|
346
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/list-recipe-text"});
|
347
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/list-recipe-text"});
|
348
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/list-recipe-text"});
|
349
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/list-recipe-text"});
|
350
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/talent-about"});
|
351
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/talent-about"});
|
352
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/talent-about"});
|
353
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/talent-about"});
|
354
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/talent-about"});
|
355
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/list-selected-shows"});
|
356
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/list-selected-shows"});
|
357
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/list-selected-shows"});
|
358
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/list-selected-shows"});
|
359
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/list-selected-shows"});
|
360
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-food/components/pagetypes/search-results/components/search-upcoming-episodes"});
|
361
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-food/components/pagetypes/search-results/components/search-upcoming-episodes"});
|
362
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-food/components/pagetypes/search-results/components/search-upcoming-episodes"});
|
363
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-food/components/pagetypes/search-results/components/search-upcoming-episodes"});
|
364
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-food/components/pagetypes/search-results/components/search-upcoming-episodes"});
|
365
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-food/components/util/header/shows-mega-dropdown"});
|
366
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-food/components/util/header/shows-mega-dropdown"});
|
367
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-food/components/util/header/shows-mega-dropdown"});
|
368
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-food/components/util/header/shows-mega-dropdown"});
|
369
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-food/components/util/header/shows-mega-dropdown"});
|
370
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/free-form-text"});
|
371
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/free-form-text"});
|
372
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/free-form-text"});
|
373
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/free-form-text"});
|
374
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/free-form-text"});
|
375
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-food/components/util/header/videos-mega-dropdown"});
|
376
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-food/components/util/header/videos-mega-dropdown"});
|
377
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-food/components/util/header/videos-mega-dropdown"});
|
378
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-food/components/util/header/videos-mega-dropdown"});
|
379
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-food/components/util/header/videos-mega-dropdown"});
|
380
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/generic-1-image"});
|
381
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/generic-1-image"});
|
382
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/generic-1-image"});
|
383
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/generic-1-image"});
|
384
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/generic-1-image"});
|
385
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-food/components/util/mobile-header"});
|
386
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-food/components/util/mobile-header"});
|
387
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-food/components/util/mobile-header"});
|
388
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-food/components/util/mobile-header"});
|
389
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-food/components/util/mobile-header"});
|
390
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-food/components/pagetypes/recipe/components/fixed-promo"});
|
391
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-food/components/pagetypes/recipe/components/fixed-promo"});
|
392
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-food/components/pagetypes/recipe/components/fixed-promo"});
|
393
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-food/components/pagetypes/recipe/components/fixed-promo"});
|
394
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-food/components/pagetypes/recipe/components/fixed-promo"});
|
395
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/carousel-circle-display"});
|
396
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/carousel-circle-display"});
|
397
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/carousel-circle-display"});
|
398
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/carousel-circle-display"});
|
399
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/carousel-circle-display"});
|
400
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-food/components/modules/map"});
|
401
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-food/components/modules/map"});
|
402
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-food/components/modules/map"});
|
403
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-food/components/modules/map"});
|
404
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-food/components/modules/map"});
|
405
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/lead-enhanced"});
|
406
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/lead-enhanced"});
|
407
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/lead-enhanced"});
|
408
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/lead-enhanced"});
|
409
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/lead-enhanced"});
|
410
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/lead-3-image"});
|
411
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/lead-3-image"});
|
412
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/lead-3-image"});
|
413
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/lead-3-image"});
|
414
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/lead-3-image"});
|
415
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/schedule-full-width"});
|
416
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/schedule-full-width"});
|
417
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/schedule-full-width"});
|
418
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/schedule-full-width"});
|
419
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/schedule-full-width"});
|
420
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/show-host-about"});
|
421
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/show-host-about"});
|
422
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/show-host-about"});
|
423
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/show-host-about"});
|
424
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/show-host-about"});
|
425
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/newsletter-dropdown"});
|
426
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/newsletter-dropdown"});
|
427
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/newsletter-dropdown"});
|
428
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/newsletter-dropdown"});
|
429
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/newsletter-dropdown"});
|
430
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/newsletter-content-well-top"});
|
431
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/newsletter-content-well-top"});
|
432
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/newsletter-content-well-top"});
|
433
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/newsletter-content-well-top"});
|
434
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/newsletter-content-well-top"});
|
435
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/breadcrumb"});
|
436
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/breadcrumb"});
|
437
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/breadcrumb"});
|
438
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/breadcrumb"});
|
439
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/breadcrumb"});
|
440
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/carousel-video-promo"});
|
441
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/carousel-video-promo"});
|
442
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/carousel-video-promo"});
|
443
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/carousel-video-promo"});
|
444
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/carousel-video-promo"});
|
445
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/a-to-z/otr-shows-a-z"});
|
446
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/a-to-z/otr-shows-a-z"});
|
447
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/a-to-z/otr-shows-a-z"});
|
448
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/a-to-z/otr-shows-a-z"});
|
449
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/a-to-z/otr-shows-a-z"});
|
450
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/secondary-grid-hover"});
|
451
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/secondary-grid-hover"});
|
452
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/secondary-grid-hover"});
|
453
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/secondary-grid-hover"});
|
454
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/carousel-cross-content"});
|
455
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/carousel-cross-content"});
|
456
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/carousel-cross-content"});
|
457
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/carousel-cross-content"});
|
458
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/carousel-cross-content"});
|
459
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/util/sub-navigation"});
|
460
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/util/sub-navigation"});
|
461
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/util/sub-navigation"});
|
462
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/util/sub-navigation"});
|
463
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/util/sub-navigation"});
|
464
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-food/components/util/header/recipes-mega-dropdown"});
|
465
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-food/components/util/header/recipes-mega-dropdown"});
|
466
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-food/components/util/header/recipes-mega-dropdown"});
|
467
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-food/components/util/header/recipes-mega-dropdown"});
|
468
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-food/components/util/header/recipes-mega-dropdown"});
|
469
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/secondary-grid"});
|
470
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/secondary-grid"});
|
471
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/secondary-grid"});
|
472
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/secondary-grid"});
|
473
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/secondary-grid"});
|
474
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-food/components/modules/calendar"});
|
475
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-food/components/modules/calendar"});
|
476
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-food/components/modules/calendar"});
|
477
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-food/components/modules/calendar"});
|
478
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-food/components/modules/calendar"});
|
479
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/nav-jump-dropdown"});
|
480
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/nav-jump-dropdown"});
|
481
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/nav-jump-dropdown"});
|
482
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/nav-jump-dropdown"});
|
483
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/nav-jump-dropdown"});
|
484
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/a-to-z/shows-a-z"});
|
485
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/a-to-z/shows-a-z"});
|
486
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/a-to-z/shows-a-z"});
|
487
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/a-to-z/shows-a-z"});
|
488
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/a-to-z/shows-a-z"});
|
489
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/lead-3-image-recipe"});
|
490
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/lead-3-image-recipe"});
|
491
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/lead-3-image-recipe"});
|
492
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/lead-3-image-recipe"});
|
493
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/lead-3-image-recipe"});
|
494
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-food/components/util/header/restaurants-mega-dropdown"});
|
495
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-food/components/util/header/restaurants-mega-dropdown"});
|
496
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-food/components/util/header/restaurants-mega-dropdown"});
|
497
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-food/components/util/header/restaurants-mega-dropdown"});
|
498
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-food/components/util/header/restaurants-mega-dropdown"});
|
499
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/secondary-bottom-promo"});
|
500
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/secondary-bottom-promo"});
|
501
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/secondary-bottom-promo"});
|
502
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/secondary-bottom-promo"});
|
503
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/secondary-bottom-promo"});
|
504
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/util/hub-navigation"});
|
505
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/util/hub-navigation"});
|
506
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/util/hub-navigation"});
|
507
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/util/hub-navigation"});
|
508
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/util/hub-navigation"});
|
509
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/a-to-z/restaurants-a-z"});
|
510
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/a-to-z/restaurants-a-z"});
|
511
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/a-to-z/restaurants-a-z"});
|
512
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/a-to-z/restaurants-a-z"});
|
513
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/a-to-z/restaurants-a-z"});
|
514
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-food/components/pagetypes/recipe/components/recipe-direction-carousel"});
|
515
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-food/components/pagetypes/recipe/components/recipe-direction-carousel"});
|
516
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-food/components/pagetypes/recipe/components/recipe-direction-carousel"});
|
517
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-food/components/pagetypes/recipe/components/recipe-direction-carousel"});
|
518
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-food/components/pagetypes/recipe/components/recipe-direction-carousel"});
|
519
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/right-rail-2-image-side-by-side"});
|
520
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/right-rail-2-image-side-by-side"});
|
521
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/right-rail-2-image-side-by-side"});
|
522
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/right-rail-2-image-side-by-side"});
|
523
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/right-rail-2-image-side-by-side"});
|
524
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/global-toolbar"});
|
525
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/global-toolbar"});
|
526
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/global-toolbar"});
|
527
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/global-toolbar"});
|
528
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/global-toolbar"});
|
529
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/lead-1-image-scroll-with-stack"});
|
530
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/lead-1-image-scroll-with-stack"});
|
531
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/lead-1-image-scroll-with-stack"});
|
532
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/lead-1-image-scroll-with-stack"});
|
533
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/lead-1-image-scroll-with-stack"});
|
534
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/right-rail-schedule"});
|
535
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/right-rail-schedule"});
|
536
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/right-rail-schedule"});
|
537
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/right-rail-schedule"});
|
538
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/right-rail-schedule"});
|
539
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-food/components/util/mobile-footer/mobile-food-footer-links"});
|
540
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-food/components/util/mobile-footer/mobile-food-footer-links"});
|
541
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-food/components/util/mobile-footer/mobile-food-footer-links"});
|
542
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-food/components/util/mobile-footer/mobile-food-footer-links"});
|
543
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-food/components/util/mobile-footer/mobile-food-footer-links"});
|
544
|
+
this.frameworkMappings.push({scVar:"eVar4",cqVar:"pagedata.searchTerms",resourceType:"sni-core/components/util/page"});
|
545
|
+
this.frameworkMappings.push({scVar:"eVar5",cqVar:"pagedata.dimensions",resourceType:"sni-core/components/util/page"});
|
546
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/util/page"});
|
547
|
+
this.frameworkMappings.push({scVar:"event14",cqVar:"pagedata.searchTerms",resourceType:"sni-core/components/util/page"});
|
548
|
+
this.frameworkMappings.push({scVar:"eVar9",cqVar:"pagedata.searchSort",resourceType:"sni-core/components/util/page"});
|
549
|
+
this.frameworkMappings.push({scVar:"eVar6",cqVar:"pagedata.dimensionValues",resourceType:"sni-core/components/util/page"});
|
550
|
+
this.frameworkMappings.push({scVar:"eVar7",cqVar:"pagedata.noSearchResults",resourceType:"sni-core/components/util/page"});
|
551
|
+
this.frameworkMappings.push({scVar:"prop60",cqVar:"pagedata.deliveryChannel",resourceType:"sni-core/components/util/page"});
|
552
|
+
this.frameworkMappings.push({scVar:"prop12",cqVar:"pagedata.talentName",resourceType:"sni-core/components/util/page"});
|
553
|
+
this.frameworkMappings.push({scVar:"prop10",cqVar:"pagedata.type",resourceType:"sni-core/components/util/page"});
|
554
|
+
this.frameworkMappings.push({scVar:"prop53",cqVar:"pagedata.siteName",resourceType:"sni-core/components/util/page"});
|
555
|
+
this.frameworkMappings.push({scVar:"event1",cqVar:"eventdata.events.pageView",resourceType:"sni-core/components/util/page"});
|
556
|
+
this.frameworkMappings.push({scVar:"prop27",cqVar:"pagedata.noSearchResults",resourceType:"sni-core/components/util/page"});
|
557
|
+
this.frameworkMappings.push({scVar:"prop23",cqVar:"pagedata.dimensions",resourceType:"sni-core/components/util/page"});
|
558
|
+
this.frameworkMappings.push({scVar:"prop24",cqVar:"pagedata.dimensionValues",resourceType:"sni-core/components/util/page"});
|
559
|
+
this.frameworkMappings.push({scVar:"prop25",cqVar:"pagedata.searchFilter",resourceType:"sni-core/components/util/page"});
|
560
|
+
this.frameworkMappings.push({scVar:"prop21",cqVar:"pagedata.searchTerms",resourceType:"sni-core/components/util/page"});
|
561
|
+
this.frameworkMappings.push({scVar:"prop22",cqVar:"pagedata.keyterm",resourceType:"sni-core/components/util/page"});
|
562
|
+
this.frameworkMappings.push({scVar:"prop65",cqVar:"pagedata.internalSearchType",resourceType:"sni-core/components/util/page"});
|
563
|
+
this.frameworkMappings.push({scVar:"prop5",cqVar:"pagedata.sectionDisplayName",resourceType:"sni-core/components/util/page"});
|
564
|
+
this.frameworkMappings.push({scVar:"prop6",cqVar:"pagedata.title",resourceType:"sni-core/components/util/page"});
|
565
|
+
this.frameworkMappings.push({scVar:"prop9",cqVar:"pagedata.uniqueId",resourceType:"sni-core/components/util/page"});
|
566
|
+
this.frameworkMappings.push({scVar:"prop7",cqVar:"pagedata.sponsorship",resourceType:"sni-core/components/util/page"});
|
567
|
+
this.frameworkMappings.push({scVar:"prop8",cqVar:"pagedata.classification",resourceType:"sni-core/components/util/page"});
|
568
|
+
this.frameworkMappings.push({scVar:"prop40",cqVar:"pagedata.adkey1",resourceType:"sni-core/components/util/page"});
|
569
|
+
this.frameworkMappings.push({scVar:"prop32",cqVar:"pagedata.userId",resourceType:"sni-core/components/util/page"});
|
570
|
+
this.frameworkMappings.push({scVar:"prop74",cqVar:"pagedata.searchSort",resourceType:"sni-core/components/util/page"});
|
571
|
+
this.frameworkMappings.push({scVar:"prop39",cqVar:"pagedata.deliveryFormat",resourceType:"sni-core/components/util/page"});
|
572
|
+
this.frameworkMappings.push({scVar:"pageName",cqVar:"pagedata.url",resourceType:"sni-core/components/util/page"});
|
573
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/util/page"});
|
574
|
+
this.frameworkMappings.push({scVar:"eVar10",cqVar:"pagedata.userId",resourceType:"sni-core/components/util/page"});
|
575
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/util/page"});
|
576
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/util/page"});
|
577
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/util/page"});
|
578
|
+
this.frameworkMappings.push({scVar:"prop44",cqVar:"pagedata.showAbbreviation",resourceType:"sni-core/components/util/page"});
|
579
|
+
this.frameworkMappings.push({scVar:"prop43",cqVar:"pagedata.adkey2",resourceType:"sni-core/components/util/page"});
|
580
|
+
this.frameworkMappings.push({scVar:"prop42",cqVar:"pagedata.contentTag2",resourceType:"sni-core/components/util/page"});
|
581
|
+
this.frameworkMappings.push({scVar:"prop41",cqVar:"pagedata.contentTag1",resourceType:"sni-core/components/util/page"});
|
582
|
+
this.frameworkMappings.push({scVar:"prop46",cqVar:"pagedata.source",resourceType:"sni-core/components/util/page"});
|
583
|
+
this.frameworkMappings.push({scVar:"channel",cqVar:"pagedata.categoryDisplayName",resourceType:"sni-core/components/util/page"});
|
584
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-food/components/modules/pagination-simple"});
|
585
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-food/components/modules/pagination-simple"});
|
586
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-food/components/modules/pagination-simple"});
|
587
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-food/components/modules/pagination-simple"});
|
588
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-food/components/modules/pagination-simple"});
|
589
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/spotlight-1-image-1-list"});
|
590
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/spotlight-1-image-1-list"});
|
591
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/spotlight-1-image-1-list"});
|
592
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/spotlight-1-image-1-list"});
|
593
|
+
this.frameworkMappings.push({scVar:"eVar41",cqVar:"eventdata.spotlightName",resourceType:"sni-core/components/modules/spotlight-1-image-1-list"});
|
594
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/spotlight-1-image-1-list"});
|
595
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-food/components/util/mobile-footer/mobile-food-footer-sociallinks"});
|
596
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-food/components/util/mobile-footer/mobile-food-footer-sociallinks"});
|
597
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-food/components/util/mobile-footer/mobile-food-footer-sociallinks"});
|
598
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-food/components/util/mobile-footer/mobile-food-footer-sociallinks"});
|
599
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-food/components/util/mobile-footer/mobile-food-footer-sociallinks"});
|
600
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/secondary-grid-hover-row"});
|
601
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/secondary-grid-hover-row"});
|
602
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/secondary-grid-hover-row"});
|
603
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/secondary-grid-hover-row"});
|
604
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/secondary-grid-hover-row"});
|
605
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/right-rail-store"});
|
606
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/right-rail-store"});
|
607
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/right-rail-store"});
|
608
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/right-rail-store"});
|
609
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/right-rail-store"});
|
610
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/carousel-superlead"});
|
611
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/carousel-superlead"});
|
612
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/carousel-superlead"});
|
613
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/carousel-superlead"});
|
614
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/carousel-superlead"});
|
615
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/right-rail-blog-feed"});
|
616
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/right-rail-blog-feed"});
|
617
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/right-rail-blog-feed"});
|
618
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/right-rail-blog-feed"});
|
619
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/right-rail-blog-feed"});
|
620
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/right-rail-list-selected-shows"});
|
621
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/right-rail-list-selected-shows"});
|
622
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/right-rail-list-selected-shows"});
|
623
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/right-rail-list-selected-shows"});
|
624
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/right-rail-list-selected-shows"});
|
625
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/spotlight-2-images-2-lists"});
|
626
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/spotlight-2-images-2-lists"});
|
627
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/spotlight-2-images-2-lists"});
|
628
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/spotlight-2-images-2-lists"});
|
629
|
+
this.frameworkMappings.push({scVar:"eVar41",cqVar:"eventdata.spotlightName",resourceType:"sni-core/components/modules/spotlight-2-images-2-lists"});
|
630
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/spotlight-2-images-2-lists"});
|
631
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/carousel-mixed-content-promo"});
|
632
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/carousel-mixed-content-promo"});
|
633
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/carousel-mixed-content-promo"});
|
634
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/carousel-mixed-content-promo"});
|
635
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/carousel-mixed-content-promo"});
|
636
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/list-text"});
|
637
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/list-text"});
|
638
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/list-text"});
|
639
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/list-text"});
|
640
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/list-text"});
|
641
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/a-to-z/chefs-hosts-a-z"});
|
642
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/a-to-z/chefs-hosts-a-z"});
|
643
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/a-to-z/chefs-hosts-a-z"});
|
644
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/a-to-z/chefs-hosts-a-z"});
|
645
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/a-to-z/chefs-hosts-a-z"});
|
646
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/right-rail-restaurants-nearby"});
|
647
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/right-rail-restaurants-nearby"});
|
648
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/right-rail-restaurants-nearby"});
|
649
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/right-rail-restaurants-nearby"});
|
650
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/right-rail-restaurants-nearby"});
|
651
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/carousel-generic-promo"});
|
652
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/carousel-generic-promo"});
|
653
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/carousel-generic-promo"});
|
654
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/carousel-generic-promo"});
|
655
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/carousel-generic-promo"});
|
656
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/video-player"});
|
657
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/video-player"});
|
658
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/video-player"});
|
659
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/video-player"});
|
660
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/video-player"});
|
661
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/right-rail-store-feed"});
|
662
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/right-rail-store-feed"});
|
663
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/right-rail-store-feed"});
|
664
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/right-rail-store-feed"});
|
665
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/right-rail-store-feed"});
|
666
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/banner-simple"});
|
667
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/banner-simple"});
|
668
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/banner-simple"});
|
669
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/banner-simple"});
|
670
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/banner-simple"});
|
671
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-food/components/util/footer/more-from-food-network"});
|
672
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-food/components/util/footer/more-from-food-network"});
|
673
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-food/components/util/footer/more-from-food-network"});
|
674
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-food/components/util/footer/more-from-food-network"});
|
675
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-food/components/util/footer/more-from-food-network"});
|
676
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/schedule"});
|
677
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/schedule"});
|
678
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/schedule"});
|
679
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/schedule"});
|
680
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/schedule"});
|
681
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-food/components/pagetypes/recipe/components/next-recipe"});
|
682
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-food/components/pagetypes/recipe/components/next-recipe"});
|
683
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-food/components/pagetypes/recipe/components/next-recipe"});
|
684
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-food/components/pagetypes/recipe/components/next-recipe"});
|
685
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-food/components/pagetypes/recipe/components/next-recipe"});
|
686
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/a-to-z/recipes-a-z"});
|
687
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/a-to-z/recipes-a-z"});
|
688
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/a-to-z/recipes-a-z"});
|
689
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/a-to-z/recipes-a-z"});
|
690
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/a-to-z/recipes-a-z"});
|
691
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/spotlight-1-image-2-lists"});
|
692
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/spotlight-1-image-2-lists"});
|
693
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/spotlight-1-image-2-lists"});
|
694
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/spotlight-1-image-2-lists"});
|
695
|
+
this.frameworkMappings.push({scVar:"eVar41",cqVar:"eventdata.spotlightName",resourceType:"sni-core/components/modules/spotlight-1-image-2-lists"});
|
696
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/spotlight-1-image-2-lists"});
|
697
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-food/components/util/footer"});
|
698
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-food/components/util/footer"});
|
699
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-food/components/util/footer"});
|
700
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-food/components/util/footer"});
|
701
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-food/components/util/footer"});
|
702
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/a-to-z/topics-a-z"});
|
703
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/a-to-z/topics-a-z"});
|
704
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/a-to-z/topics-a-z"});
|
705
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/a-to-z/topics-a-z"});
|
706
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/a-to-z/topics-a-z"});
|
707
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/right-rail-1-or-2-image"});
|
708
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/right-rail-1-or-2-image"});
|
709
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/right-rail-1-or-2-image"});
|
710
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/right-rail-1-or-2-image"});
|
711
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/right-rail-1-or-2-image"});
|
712
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-food/components/util/header"});
|
713
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-food/components/util/header"});
|
714
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-food/components/util/header"});
|
715
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-food/components/util/header"});
|
716
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-food/components/util/header"});
|
717
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-food/components/util/header/chefs-mega-dropdown"});
|
718
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-food/components/util/header/chefs-mega-dropdown"});
|
719
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-food/components/util/header/chefs-mega-dropdown"});
|
720
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-food/components/util/header/chefs-mega-dropdown"});
|
721
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-food/components/util/header/chefs-mega-dropdown"});
|
722
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/generic-1-image-plus-link-list"});
|
723
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/generic-1-image-plus-link-list"});
|
724
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/generic-1-image-plus-link-list"});
|
725
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/generic-1-image-plus-link-list"});
|
726
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/generic-1-image-plus-link-list"});
|
727
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/feed-blog"});
|
728
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/feed-blog"});
|
729
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/feed-blog"});
|
730
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/feed-blog"});
|
731
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/feed-blog"});
|
732
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-food/components/util/footer/food-network-family"});
|
733
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-food/components/util/footer/food-network-family"});
|
734
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-food/components/util/footer/food-network-family"});
|
735
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-food/components/util/footer/food-network-family"});
|
736
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-food/components/util/footer/food-network-family"});
|
737
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/more-recipe-ideas"});
|
738
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/more-recipe-ideas"});
|
739
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/more-recipe-ideas"});
|
740
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/more-recipe-ideas"});
|
741
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/more-recipe-ideas"});
|
742
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/feed-episodes"});
|
743
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/feed-episodes"});
|
744
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/feed-episodes"});
|
745
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/feed-episodes"});
|
746
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/feed-episodes"});
|
747
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-food/components/pagetypes/recipe/components/single-photo-recipe"});
|
748
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-food/components/pagetypes/recipe/components/single-photo-recipe"});
|
749
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-food/components/pagetypes/recipe/components/single-photo-recipe"});
|
750
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-food/components/pagetypes/recipe/components/single-photo-recipe"});
|
751
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-food/components/pagetypes/recipe/components/single-photo-recipe"});
|
752
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-food/components/modules/header-stack"});
|
753
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-food/components/modules/header-stack"});
|
754
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-food/components/modules/header-stack"});
|
755
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-food/components/modules/header-stack"});
|
756
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-food/components/modules/header-stack"});
|
757
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/restaurant-search"});
|
758
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/restaurant-search"});
|
759
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/restaurant-search"});
|
760
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/restaurant-search"});
|
761
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/restaurant-search"});
|
762
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/a-to-z/cities-a-z"});
|
763
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/a-to-z/cities-a-z"});
|
764
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/a-to-z/cities-a-z"});
|
765
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/a-to-z/cities-a-z"});
|
766
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/a-to-z/cities-a-z"});
|
767
|
+
this.frameworkMappings.push({scVar:"eVar16",cqVar:"eventdata.componentName",resourceType:"sni-core/components/modules/video-grid"});
|
768
|
+
this.frameworkMappings.push({scVar:"prop18",cqVar:"eventdata.originUrl",resourceType:"sni-core/components/modules/video-grid"});
|
769
|
+
this.frameworkMappings.push({scVar:"eVar17",cqVar:"eventdata.linkPosition",resourceType:"sni-core/components/modules/video-grid"});
|
770
|
+
this.frameworkMappings.push({scVar:"eVar18",cqVar:"eventdata.linkTitle",resourceType:"sni-core/components/modules/video-grid"});
|
771
|
+
this.frameworkMappings.push({scVar:"eVar19",cqVar:"eventdata.targetUrl",resourceType:"sni-core/components/modules/video-grid"});
|
772
|
+
for (var i=0; i<this.frameworkMappings.length; i++){
|
773
|
+
var m = this.frameworkMappings[i];
|
774
|
+
if (!options || options.compatibility || (options.componentPath == m.resourceType)) {
|
775
|
+
CQ_Analytics.Sitecatalyst.setEvar(m);
|
776
|
+
}
|
777
|
+
}
|
778
|
+
}
|
779
|
+
|
780
|
+
//CQ_Analytics.CCM.addListener("storesinitialize", function(e) {
|
781
|
+
var collect = true;
|
782
|
+
var lte = s.linkTrackEvents;
|
783
|
+
s.pageName="content:food:recipes:food-network-kitchens:p:pe:pec:peca:pecan-pie-recipe";
|
784
|
+
CQ_Analytics.Sitecatalyst.collect(collect);
|
785
|
+
if (collect) {
|
786
|
+
CQ_Analytics.Sitecatalyst.updateEvars();
|
787
|
+
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
|
788
|
+
var s_code=s.t();if(s_code)document.write(s_code);
|
789
|
+
s.linkTrackEvents = lte;
|
790
|
+
if(s.linkTrackVars.indexOf('events')==-1){delete s.events};
|
791
|
+
$CQ(document).trigger("sitecatalystAfterCollect");
|
792
|
+
}
|
793
|
+
//});
|
794
|
+
//-->
|
795
|
+
</script>
|
796
|
+
<script type="text/javascript">
|
797
|
+
<!--
|
798
|
+
if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')
|
799
|
+
//-->
|
800
|
+
</script>
|
801
|
+
<noscript><img src="http://sa.foodnetwork.com/b/ss/scrippsfoodnetnew/1/H.25--NS/1406339253886?cdp=2&gn=content%3Afood%3Arecipes%3Afood-network-kitchens%3Ap%3Ape%3Apec%3Apeca%3Apecan-pie-recipe" height="1" width="1" border="0" alt=""></noscript>
|
802
|
+
<script type="text/javascript">
|
803
|
+
<!--
|
804
|
+
if(navigator.appVersion.indexOf('MSIE')>=0)document.write('-'+'-'+unescape('%3E'))
|
805
|
+
//-->
|
806
|
+
</script>
|
807
|
+
</div>
|
808
|
+
|
809
|
+
</div>
|
810
|
+
|
811
|
+
<script type="text/javascript" src="http://images.foodnetwork.com/webfood/fn20/js/geoAdvisoryPopup.html"></script>
|
812
|
+
<div id="leaderboard">
|
813
|
+
<script type="text/javascript">LeaderboardAd(1);</script>
|
814
|
+
</div>
|
815
|
+
|
816
|
+
|
817
|
+
|
818
|
+
<div class="module header">
|
819
|
+
<span style="display: none" class="clicktracking" data-component-path="sni-food/components/util/header" data-resource-path="/content/food/regions/header/default/jcr:content/global-header" data-resource-type="sni-food/components/util/header"></span><header role="banner" class="nav-wrap">
|
820
|
+
<div>
|
821
|
+
<div class="brand">
|
822
|
+
<a href="/"><img height="105" width="105" src="http://foodnetwork.sndimg.com/etc/designs/food/clientlib/img/fn-logo.png"></a>
|
823
|
+
</div>
|
824
|
+
<nav role="navigation" class="primary-nav">
|
825
|
+
<ul>
|
826
|
+
<li class="shows">
|
827
|
+
<a href="/shows.html" data-toggle="dropdown"><span>Shows</span></a><ul class="dropdown-menu">
|
828
|
+
<div class="module header">
|
829
|
+
<span style="display: none" class="clicktracking" data-component-path="sni-food/components/util/header/shows-mega-dropdown" data-resource-path="/content/food/regions/header/shows-mega-dropdown/jcr:content/par/shows-mega-dropdown" data-resource-type="sni-food/components/util/header/shows-mega-dropdown"></span><div class="row">
|
830
|
+
<div class="col12 offset">
|
831
|
+
<div class="sub-mod-twelve-1 sub-mod-twelve"><div class="set grid two">
|
832
|
+
<ul>
|
833
|
+
<li>
|
834
|
+
<a href="/shows/food-network-star.html" class="ico-wrap"><img height="110" width="196" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2014/4/17/0/FN-ShowLogo-FnStar-1920x1080.jpg.rend.sni6col.wide.jpeg"></a>
|
835
|
+
</li>
|
836
|
+
<li>
|
837
|
+
<a href="/shows/chopped.html" class="ico-wrap"><img height="110" width="196" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2013/8/27/0/FN-ShowLogo-Chopped-1920x1080.jpg.rend.sni6col.wide.jpeg"></a>
|
838
|
+
</li>
|
839
|
+
<li>
|
840
|
+
<a href="/shows/guys-grocery-games.html" class="ico-wrap"><img height="110" width="196" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2013/9/30/0/FN-ShowLogo-GuysGroceryGames-1920x1080-2.jpg.rend.sni6col.wide.jpeg"></a>
|
841
|
+
</li>
|
842
|
+
<li>
|
843
|
+
<a href="/shows/cutthroat-kitchen.html" class="ico-wrap"><img height="110" width="196" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2013/8/27/0/FN-ShowLogo-CutthroatKitchen-1920x1080.jpg.rend.sni6col.wide.jpeg"></a>
|
844
|
+
</li>
|
845
|
+
</ul>
|
846
|
+
</div></div>
|
847
|
+
</div>
|
848
|
+
<div class="col6 offset">
|
849
|
+
<div class="sub-mod-six sub-mod-six-1">
|
850
|
+
<div class="set">
|
851
|
+
<h6><a href="/shows.html">Featured Shows <span class="btn radial tiny"><i class="ss-navigateright"></i></span></a></h6>
|
852
|
+
<ul class="list">
|
853
|
+
<li><a href="/shows/barefoot-contessa.html">Barefoot Contessa</a></li>
|
854
|
+
<li><a href="/shows/beat-bobby-flay.html">Beat Bobby Flay</a></li>
|
855
|
+
<li><a href="/shows/diners-drive-ins-and-dives.html">Diners, Drive-Ins and Dives</a></li>
|
856
|
+
<li><a href="/shows/eating-america-with-anthony-anderson.html">Eating America with Anthony Anderson</a></li>
|
857
|
+
<li><a href="/shows/giada-at-home.html">Giada at Home</a></li>
|
858
|
+
<li><a href="/shows/restaurant-impossible.html">Restaurant Impossible</a></li>
|
859
|
+
<li><a href="/shows/the-kitchen.html">The Kitchen</a></li>
|
860
|
+
<li><a href="/shows/the-pioneer-woman.html">The Pioneer Woman</a></li>
|
861
|
+
<li><a href="/shows/trishas-southern-kitchen.html">Trisha's Southern Kitchen</a></li>
|
862
|
+
</ul>
|
863
|
+
</div>
|
864
|
+
<div class="set">
|
865
|
+
<h6><a href="/shows/a-z.html">All Shows A-Z <span class="btn radial tiny"><i class="ss-navigateright"></i></span></a></h6>
|
866
|
+
</div>
|
867
|
+
</div>
|
868
|
+
</div>
|
869
|
+
<div class="col6 offset">
|
870
|
+
<div class="sub-mod-six sub-mod-six-2">
|
871
|
+
<script id="blog-template-sub-mod-six-2-shows-mega-dropdown" type="text/template">
|
872
|
+
<div class="group">
|
873
|
+
<div class="set blog-feed">
|
874
|
+
<h6><a href="{{link}}">From {{blog-title}} <span class="btn radial tiny"><i class="ss-navigateright"></i></span></a></h5>
|
875
|
+
<ul>
|
876
|
+
{{#items}}
|
877
|
+
<li><a href="{{comments-link}}">{{title}}</a></h6>
|
878
|
+
{{/items}}
|
879
|
+
</ul>
|
880
|
+
</div>
|
881
|
+
</div>
|
882
|
+
</script>
|
883
|
+
<script id="blog-template-sub-mod-six-2-shows-mega-dropdown-error" type="text/template">
|
884
|
+
<p>Error retrieving the data from the blog service.</p>
|
885
|
+
</script>
|
886
|
+
|
887
|
+
<div id="blog-div-sub-mod-six-2-shows-mega-dropdown">
|
888
|
+
</div>
|
889
|
+
|
890
|
+
<script type="text/javascript">
|
891
|
+
var numItems = 3;
|
892
|
+
var blogType = '/fn-dish/category/shows-2'.slice(1).replace(/\//g,"$");
|
893
|
+
var feedUrl= 'http://www.foodnetwork.com/services/fnrblogs/rssfeed/data.' + (numItems+1) + '.' + blogType + '.prod.' + SNI.Food.FeedBlogs.getTimestamp() + '.json';
|
894
|
+
SNI.Food.FeedBlogs({feedUrl: feedUrl, templateId: 'blog-template-sub-mod-six-2-shows-mega-dropdown', divId: 'blog-div-sub-mod-six-2-shows-mega-dropdown'});
|
895
|
+
</script>
|
896
|
+
</div>
|
897
|
+
</div>
|
898
|
+
<div class="col4 offset">
|
899
|
+
<div class="sub-mod-four-1 sub-mod-four">
|
900
|
+
<div class="set">
|
901
|
+
<h6><a href="/videos.html">Videos <span class="btn radial tiny"><i class="ss-navigateright"></i></span></a></h6>
|
902
|
+
<a href="/shows/food-network-star/food-network-star-video-gallery.1ee640ac-e0a0-4865-8c3b-65acea479faa.0223558.html" class="ico-wrap"><img height="95" width="126" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2014/3/24/0/alton-brown_s4x3.jpg.rend.sni4col.landscape.jpeg"></a>
|
903
|
+
</div>
|
904
|
+
<ul class="list">
|
905
|
+
<li>
|
906
|
+
<a href="/shows/food-network-star/food-network-star-video-gallery.1ee640ac-e0a0-4865-8c3b-65acea479faa.0223558.html" class="video-link">Watch Alton's Post-Star Rundown</a> <i class="ss-video"></i>
|
907
|
+
</li>
|
908
|
+
</ul>
|
909
|
+
<b class="slug divider">Full Episodes</b>
|
910
|
+
<ul class="list">
|
911
|
+
<li>
|
912
|
+
<a class="video-link" href="/shows/food-network-star/food-network-star-video-gallery.d55eec8f-d546-4f64-9804-30974726180e.0221990.html">Watch Food Network Star</a> <i class="ss-video"></i>
|
913
|
+
</li>
|
914
|
+
<li>
|
915
|
+
<a class="video-link" href="/videos/players/food-network-full-episodes.86f15367-8628-4fca-8c6e-f3a8e3f94198.0201127.html">Watch Cupcake Wars</a> <i class="ss-video"></i>
|
916
|
+
</li>
|
917
|
+
</ul>
|
918
|
+
</div>
|
919
|
+
</div>
|
920
|
+
</div>
|
921
|
+
<div class="bottom">
|
922
|
+
<h6>Watch Full Episodes:</h6>
|
923
|
+
<ul class="inline">
|
924
|
+
<li>
|
925
|
+
<a href="/shows/chopped/videos/chopped2.html" class="video-link">Chopped</a> <i class="ss-video"></i>
|
926
|
+
</li>
|
927
|
+
<li>
|
928
|
+
<a class="video-link" href="/videos/players/food-network-full-episodes.a9bfac32-1c99-45f9-9052-8fc83d397c81.html">Diners, Drive-Ins and Dives</a> <i class="ss-video"></i>
|
929
|
+
</li>
|
930
|
+
<li>
|
931
|
+
<a href="/videos/players/food-network-full-episodes.a6f33900-0318-4b3c-a5b6-859e716dc21b.0176686.html" class="video-link">The Pioneer Woman</a> <i class="ss-video"></i>
|
932
|
+
</li>
|
933
|
+
<li>
|
934
|
+
<a class="video-link" href="/videos/players/food-network-full-episodes.html">More Full Episodes</a> <i class="ss-video"></i>
|
935
|
+
</li>
|
936
|
+
<li class="last">
|
937
|
+
</li>
|
938
|
+
</ul>
|
939
|
+
<a href="/shows.html" class="btn vip last"><b>More Shows</b></a><a href="/shows/tv-schedule.html" class="btn first"><b>TV Schedule</b></a>
|
940
|
+
</div>
|
941
|
+
</div>
|
942
|
+
</ul>
|
943
|
+
</li>
|
944
|
+
<li class="chefs">
|
945
|
+
<a href="/chefs.html" data-toggle="dropdown"><span>Chefs</span></a><ul class="dropdown-menu">
|
946
|
+
<div class="module header">
|
947
|
+
<span style="display: none" class="clicktracking" data-component-path="sni-food/components/util/header/chefs-mega-dropdown" data-resource-path="/content/food/regions/header/chefs-mega-dropdown/jcr:content/par/chefs-mega-dropdown" data-resource-type="sni-food/components/util/header/chefs-mega-dropdown"></span><div class="row">
|
948
|
+
<div class="col6 offset">
|
949
|
+
<div class="sub-mod-six sub-mod-six-1">
|
950
|
+
<div class="set">
|
951
|
+
<a href="/chefs/ree-drummond.html"><img height="147" width="196" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2014/5/19/0/WU701_Ree-Drummond_s4x3.jpg.rend.sni6col.landscape.jpeg"></a>
|
952
|
+
</div>
|
953
|
+
<a href="/chefs/ree-drummond.html"><h6>Ree Drummond</h6>
|
954
|
+
</a><ul class="list">
|
955
|
+
<li>
|
956
|
+
<a class="gallery-link" href="/shows/the-pioneer-woman/pioneer-woman-photo-galleries-/ree-drummonds-top-summer-party-recipes.html">Summer Party Picks</a> <i class="ss-layers"></i>
|
957
|
+
</li>
|
958
|
+
<li>
|
959
|
+
<a class="video-link" href="/shows/the-pioneer-woman/the-pioneer-woman-video-gallery.b1380064-25b6-4887-947e-806369985855.0194368.html">Ree's Classic Creations</a> <i class="ss-video"></i>
|
960
|
+
</li>
|
961
|
+
</ul>
|
962
|
+
</div>
|
963
|
+
</div>
|
964
|
+
<div class="col6 offset">
|
965
|
+
<div class="sub-mod-six sub-mod-six-2">
|
966
|
+
<div class="set">
|
967
|
+
<a href="/chefs/guy-fieri.html"><img height="147" width="196" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2013/12/13/0/FN_Guy-Fieri-Diner-Kitchen_s4x3.jpg.rend.sni6col.landscape.jpeg"></a>
|
968
|
+
</div>
|
969
|
+
<a href="/chefs/guy-fieri.html"><h6>Guy Fieri</h6>
|
970
|
+
</a><ul class="list">
|
971
|
+
<li>
|
972
|
+
<a class="gallery-link" href="/shows/guys-grocery-games/photos/highlights-from-guys-grocery-games-season-2.html">Highlights from GGG</a> <i class="ss-layers"></i>
|
973
|
+
</li>
|
974
|
+
<li>
|
975
|
+
<a class="video-link" href="/shows/guys-grocery-games/guys-grocery-games-videos.2e4127aa-5152-4400-b122-b8f8991483d6.0221677.html">Guy on the Grill</a> <i class="ss-video"></i>
|
976
|
+
</li>
|
977
|
+
</ul>
|
978
|
+
</div>
|
979
|
+
</div>
|
980
|
+
<div class="col12 offset">
|
981
|
+
<div class="sub-mod-twelve-1 sub-mod-twelve"><div class="set grid six">
|
982
|
+
<ul>
|
983
|
+
<li>
|
984
|
+
<div>
|
985
|
+
<a href="/chefs/alton-brown.html" class="ico-wrap"><img height="95" width="126" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2014/5/19/0/KT0311_Alton-Brown-02.jpg.rend.sni4col.landscape.jpeg"></a><h6><a href="/chefs/alton-brown.html">Alton Brown</a></h6>
|
986
|
+
</div>
|
987
|
+
<div>
|
988
|
+
<a href="/chefs/giada-de-laurentiis.html" class="ico-wrap"><img height="95" width="126" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2014/7/2/0/GH0706_Giada-De-Laurentiis-headshot_s4x3.jpg.rend.sni4col.landscape.jpeg"></a><h6><a href="/chefs/giada-de-laurentiis.html">Giada De Laurentiis</a></h6>
|
989
|
+
</div>
|
990
|
+
<div>
|
991
|
+
<a href="/chefs/bobby-flay.html" class="ico-wrap"><img height="95" width="126" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2014/6/6/0/QF0403_Bobby-Flay-02.jpg.rend.sni4col.landscape.jpeg"></a><h6><a href="/chefs/bobby-flay.html">Bobby Flay</a></h6>
|
992
|
+
</div>
|
993
|
+
</li>
|
994
|
+
<li>
|
995
|
+
<div>
|
996
|
+
<a href="/chefs/ina-garten.html" class="ico-wrap"><img height="95" width="126" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2013/4/4/0/FNM_110109-Ina-Top5-Fresh-Corn_s4x3.jpg.rend.sni4col.landscape.jpeg"></a><h6><a href="/chefs/ina-garten.html">Ina Garten</a></h6>
|
997
|
+
</div>
|
998
|
+
<div>
|
999
|
+
<a href="/chefs/damaris-phillips.html" class="ico-wrap"><img height="95" width="126" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2014/7/2/0/ZD0203H_Damaris-Phillips-headshot-02_s4x3.jpg.rend.sni4col.landscape.jpeg"></a><h6><a href="/chefs/damaris-phillips.html">Damaris Phillips</a></h6>
|
1000
|
+
</div>
|
1001
|
+
<div>
|
1002
|
+
<a href="/chefs/robert-irvine.html" class="ico-wrap"><img height="95" width="126" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2013/3/4/0/FN-OTR_Robert-Irvine-Details_s4x3.jpg.rend.sni4col.landscape.jpeg"></a><h6><a href="/chefs/robert-irvine.html">Robert Irvine</a></h6>
|
1003
|
+
</div>
|
1004
|
+
</li>
|
1005
|
+
</ul>
|
1006
|
+
</div></div>
|
1007
|
+
</div>
|
1008
|
+
<div class="col4">
|
1009
|
+
<div class="sub-mod-four-1 sub-mod-four">
|
1010
|
+
<div class="set">
|
1011
|
+
<h6><a href="/chefs.html">More Chefs <span class="btn radial tiny"><i class="ss-navigateright"></i></span></a></h6>
|
1012
|
+
<img height="95" width="126" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2014/6/9/0/FN_Chopped-host-Ted-Allen-Horiz_s4x3.jpg.rend.sni4col.landscape.jpeg">
|
1013
|
+
</div>
|
1014
|
+
<ul class="list">
|
1015
|
+
<li><a href="/chefs/ted-allen.html">Ted Allen</a></li>
|
1016
|
+
<li><a href="/chefs/sunny-anderson.html">Sunny Anderson</a></li>
|
1017
|
+
<li><a href="/chefs/trisha-yearwood.html">Trisha Yearwood</a></li>
|
1018
|
+
<li><a href="/chefs/rachael-ray.html">Rachael Ray</a></li>
|
1019
|
+
<li><a href="/chefs/nancy-fuller.html">Nancy Fuller</a></li>
|
1020
|
+
</ul>
|
1021
|
+
<ul class="list">
|
1022
|
+
<li><a href="/chefs/geoffrey-zakarian.html">Geoffrey Zakarian</a></li>
|
1023
|
+
<li><a href="/chefs/jeff-mauro.html">Jeff Mauro</a></li>
|
1024
|
+
</ul>
|
1025
|
+
</div>
|
1026
|
+
</div>
|
1027
|
+
</div>
|
1028
|
+
<div class="bottom">
|
1029
|
+
<h6>What's New:</h6>
|
1030
|
+
<ul class="inline">
|
1031
|
+
<li>
|
1032
|
+
<a class="gallery-link" href="/shows/food-network-star/photos/food-network-star-season-10-top-moments-of-episode-8.html">Food Network Star: Episode 8 Highlights</a> <i class="ss-layers"></i>
|
1033
|
+
</li>
|
1034
|
+
<li>
|
1035
|
+
<a href="/shows/chopped/photos/chopped-teen-tournament-part-1-highlights.html" class="gallery-link">Chopped Teens: Top Moments</a> <i class="ss-layers"></i>
|
1036
|
+
</li>
|
1037
|
+
<li class="last">
|
1038
|
+
<a class="video-link" href="/shows/food-network-star/food-network-star-video-gallery.48bd694a-7adf-4abc-82b8-1fdd183f86a4.0219407.html">Food Network Star: Post-Show</a> <i class="ss-video"></i>
|
1039
|
+
</li>
|
1040
|
+
</ul>
|
1041
|
+
<a href="/chefs.html" class="btn vip last"><b>More Chefs & Hosts</b></a>
|
1042
|
+
</div>
|
1043
|
+
</div>
|
1044
|
+
</ul>
|
1045
|
+
</li>
|
1046
|
+
<li class="recipes">
|
1047
|
+
<a href="/recipes.html" data-toggle="dropdown"><span>Recipes</span></a><ul class="dropdown-menu">
|
1048
|
+
<div class="module header">
|
1049
|
+
<span style="display: none" class="clicktracking" data-component-path="sni-food/components/util/header/recipes-mega-dropdown" data-resource-path="/content/food/regions/header/recipes-mega-dropdown/jcr:content/par/recipes-mega-dropdown" data-resource-type="sni-food/components/util/header/recipes-mega-dropdown"></span><div class="row">
|
1050
|
+
<div class="col6 offset">
|
1051
|
+
<div class="sub-mod-six sub-mod-six-1">
|
1052
|
+
<div class="set">
|
1053
|
+
<a href="/recipes/photos/5-weeknight-summer-dinners.page-20.html"><img height="147" width="196" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2014/6/11/1/FNM_070114-Shrimp-and-Avocado-Salad-Recipe_s4x3.jpg.rend.sni6col.landscape.jpeg"></a>
|
1054
|
+
</div>
|
1055
|
+
<a href="/recipes/photos/5-weeknight-summer-dinners.page-20.html"><h6>Easy Summer Suppers</h6>
|
1056
|
+
</a><p></p>
|
1057
|
+
<ul class="list">
|
1058
|
+
<li>
|
1059
|
+
<a class="gallery-link" href="/recipes/photos/5-weeknight-summer-dinners.page-20.html">Weeknight Dinners</a> <i class="ss-layers"></i>
|
1060
|
+
</li>
|
1061
|
+
<li>
|
1062
|
+
<a class="gallery-link" href="/recipes/photos/our-best-healthy-recipes-for-kids-and-families.html">Quick, Healthy Meals</a> <i class="ss-layers"></i>
|
1063
|
+
</li>
|
1064
|
+
<li>
|
1065
|
+
<a class="video-link" href="/videos/channels/summer-weeknight-pasta-dinners.html">Easy Summer Pastas</a> <i class="ss-video"></i>
|
1066
|
+
</li>
|
1067
|
+
<li>
|
1068
|
+
<a class="gallery-link" href="/recipes/photos/cooking-from-the-pantry.html">From-the-Pantry Picks</a> <i class="ss-layers"></i>
|
1069
|
+
</li>
|
1070
|
+
</ul>
|
1071
|
+
</div>
|
1072
|
+
</div>
|
1073
|
+
<div class="col6 offset">
|
1074
|
+
<div class="sub-mod-six sub-mod-six-2">
|
1075
|
+
<div class="set">
|
1076
|
+
<a href="/grilling/grilling-central-burgers-and-hot-dogs/top-hot-dogs.page-6.html"><img height="147" width="196" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2011/8/4/1/BF1B22_beer-brats_s4x3.jpg.rend.sni6col.landscape.jpeg"></a>
|
1077
|
+
</div>
|
1078
|
+
<a href="/grilling/grilling-central-burgers-and-hot-dogs/top-hot-dogs.page-6.html"><h6>Grilling Central</h6>
|
1079
|
+
</a><ul class="list">
|
1080
|
+
<li>
|
1081
|
+
<a class="gallery-link" href="/grilling/grilling-central-burgers-and-hot-dogs/top-hot-dogs.page-6.html">Top Hot Dogs</a> <i class="ss-layers"></i>
|
1082
|
+
</li>
|
1083
|
+
<li>
|
1084
|
+
<a href="/grilling/grilling-central-course-sides/summer-sides-and-salads.html" class="video-link">Cookout Sides and Salads</a> <i class="ss-video"></i>
|
1085
|
+
</li>
|
1086
|
+
<li>
|
1087
|
+
<a href="/grilling/grilling-central-barbecue/barbecue-with-fn-chefs.0193006.html" class="video-link">Ribs Done Right</a> <i class="ss-video"></i>
|
1088
|
+
</li>
|
1089
|
+
<li>
|
1090
|
+
<a href="/grilling/summer-parties/essential-summer-party-recipes.html" class="video-link">Summer Party Favorites</a> <i class="ss-video"></i>
|
1091
|
+
</li>
|
1092
|
+
</ul>
|
1093
|
+
</div>
|
1094
|
+
</div>
|
1095
|
+
<div class="col6 offset">
|
1096
|
+
<div class="sub-mod-six-3 sub-mod-six">
|
1097
|
+
<div class="set">
|
1098
|
+
<h6><a href="/healthy.html">Healthy Eating <span class="btn radial tiny"><i class="ss-navigateright"></i></span></a></h6>
|
1099
|
+
<ul class="list">
|
1100
|
+
<li><a href="/healthy/packages/bobby-flay-fit.html">Bobby Flay Fit</a></li>
|
1101
|
+
<li><a href="/healthy/packages/healthy-eating-on-a-budget.html">Healthy on a Budget</a></li>
|
1102
|
+
<li><a href="/recipes/packages/recipes-for-kids/healthy-meals-for-kids.html">Recipes for Healthy Kids</a></li>
|
1103
|
+
<li><a href="/grilling/healthy.html">Fresh Eats for Summer</a></li>
|
1104
|
+
</ul>
|
1105
|
+
</div>
|
1106
|
+
<div class="set">
|
1107
|
+
<h6><a href="/holidays-and-parties.html">Holidays & Parties <span class="btn radial tiny"><i class="ss-navigateright"></i></span></a></h6>
|
1108
|
+
<ul class="list">
|
1109
|
+
<li><a href="/grilling/summer-parties.html">Summer Parties</a></li>
|
1110
|
+
<li><a href="/grilling/grilling-central-barbecue.html">Backyard Barbecue</a></li>
|
1111
|
+
<li><a href="/grilling/grilling-central-on-the-road.html">Road Trips</a></li>
|
1112
|
+
</ul>
|
1113
|
+
</div>
|
1114
|
+
</div>
|
1115
|
+
</div>
|
1116
|
+
<div class="col6 offset">
|
1117
|
+
<div class="sub-mod-six-4 sub-mod-six">
|
1118
|
+
<div class="set">
|
1119
|
+
<h6><a href="/recipes.html">What's Cooking <span class="btn radial tiny"><i class="ss-navigateright"></i></span></a></h6>
|
1120
|
+
<ul class="list">
|
1121
|
+
<li><a href="/recipes/packages/recipes-for-kids/kids-weeknight-dinners.html">Easy Weeknights</a></li>
|
1122
|
+
<li><a href="/recipes/packages/italian-cooking-basics.html">Simple Italian</a></li>
|
1123
|
+
<li><a href="/recipes/packages/cooking-from-the-pantry.html">Cook from the Pantry</a></li>
|
1124
|
+
</ul>
|
1125
|
+
</div>
|
1126
|
+
<div class="set">
|
1127
|
+
<h6><a href="/recipes/photos/30-minute-dinner-recipes.html">Quick Fixes <span class="btn radial tiny"><i class="ss-navigateright"></i></span></a></h6>
|
1128
|
+
<ul class="list">
|
1129
|
+
<li>
|
1130
|
+
<a href="/recipes/photos/30-minute-dinner-recipes.html" class="gallery-link">30-Minute Dinners</a> <i class="ss-layers"></i>
|
1131
|
+
</li>
|
1132
|
+
<li>
|
1133
|
+
<a href="/recipes/photos/shortcut-dinner-recipes.html" class="gallery-link">Shortcut Suppers</a> <i class="ss-layers"></i>
|
1134
|
+
</li>
|
1135
|
+
<li>
|
1136
|
+
<a href="/healthy/photos/10-snacks-under-250-calories.html" class="gallery-link">Healthy Snacks</a> <i class="ss-layers"></i>
|
1137
|
+
</li>
|
1138
|
+
</ul>
|
1139
|
+
</div>
|
1140
|
+
</div>
|
1141
|
+
</div>
|
1142
|
+
<div class="col4">
|
1143
|
+
<div class="sub-mod-four-1 sub-mod-four">
|
1144
|
+
<div class="set">
|
1145
|
+
<h6><a href="/videos/players/food-network-grilling-central.36543c8b-937c-45f1-9ba1-a51ddc30221a.97608.html">Dessert on the Grill <span class="btn radial tiny"><i class="ss-navigateright"></i></span></a></h6>
|
1146
|
+
<a href="/videos/players/food-network-grilling-central.36543c8b-937c-45f1-9ba1-a51ddc30221a.97608.html" class="ico-wrap"><img height="95" width="126" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2004/4/16/0/ei1c06_pineapple_nutella.jpg.rend.sni4col.landscape.jpeg"></a>
|
1147
|
+
</div>
|
1148
|
+
<ul class="list">
|
1149
|
+
<li>
|
1150
|
+
<a class="video-link" href="/videos/players/food-network-grilling-central.36543c8b-937c-45f1-9ba1-a51ddc30221a.97608.html">Giada's Grilled Pineapple</a> <i class="ss-video"></i>
|
1151
|
+
</li>
|
1152
|
+
<li>
|
1153
|
+
<a class="video-link" href="/videos/players/food-network-grilling-central.36543c8b-937c-45f1-9ba1-a51ddc30221a.0151387.html">Two Kinds of S'Mores</a> <i class="ss-video"></i>
|
1154
|
+
</li>
|
1155
|
+
<li>
|
1156
|
+
<a class="video-link" href="/videos/players/food-network-grilling-central.36543c8b-937c-45f1-9ba1-a51ddc30221a.0168108.html">Bobby's Grilled Peaches</a> <i class="ss-video"></i>
|
1157
|
+
</li>
|
1158
|
+
<li>
|
1159
|
+
<a class="video-link" href="/videos/players/food-network-grilling-central.36543c8b-937c-45f1-9ba1-a51ddc30221a.0137620.html">Grilled Bananas Foster</a> <i class="ss-video"></i>
|
1160
|
+
</li>
|
1161
|
+
</ul>
|
1162
|
+
</div>
|
1163
|
+
</div>
|
1164
|
+
</div>
|
1165
|
+
<div class="bottom">
|
1166
|
+
<h6>Browse Recipes:</h6>
|
1167
|
+
<ul class="inline">
|
1168
|
+
<li><a href="/recipes/food-network-kitchens/pancakes-recipe.html">Pancakes</a></li>
|
1169
|
+
<li><a href="/topics/meatloaf.html">Meatloaf</a></li>
|
1170
|
+
<li><a href="/topics/kale-recipes.html">Kale</a></li>
|
1171
|
+
<li>
|
1172
|
+
<a href="/topics/eggplant.html">Eggplant</a>
|
1173
|
+
<a href="/topics/eggplant.html"></a>
|
1174
|
+
</li>
|
1175
|
+
</ul>
|
1176
|
+
<a href="/recipes.html" class="btn vip last"><b>All Recipes</b></a>
|
1177
|
+
</div>
|
1178
|
+
</div>
|
1179
|
+
</ul>
|
1180
|
+
</li>
|
1181
|
+
<li class="restaurants">
|
1182
|
+
<a href="/restaurants.html" data-toggle="dropdown"><span>Restaurants</span></a><ul class="dropdown-menu">
|
1183
|
+
<div class="module header">
|
1184
|
+
<span style="display: none" class="clicktracking" data-component-path="sni-food/components/util/header/restaurants-mega-dropdown" data-resource-path="/content/food/regions/header/restaurants-mega-dropdown/jcr:content/par/restaurants-mega-dropdown" data-resource-type="sni-food/components/util/header/restaurants-mega-dropdown"></span><div class="row">
|
1185
|
+
<div class="col6 offset">
|
1186
|
+
<div class="sub-mod-six sub-mod-six-1">
|
1187
|
+
<div class="set">
|
1188
|
+
<a href="/grilling/grilling-central-on-the-road/where-to-eat-great-fried-chicken-from-coast-to-coast.html" class="ico-wrap"><img height="147" width="196" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2013/10/7/1/fn_philadelphia-federal-fried-chicken_s4x3.jpg.rend.sni6col.landscape.jpeg"><span class="ico"><i class="ss-layers"></i></span>
|
1189
|
+
</a>
|
1190
|
+
</div>
|
1191
|
+
<a href="/grilling/grilling-central-on-the-road/where-to-eat-great-fried-chicken-from-coast-to-coast.html"><h6>Irresistibly Fried </h6>
|
1192
|
+
</a><p>Find the places that serve up crispy, juicy fried chicken.</p>
|
1193
|
+
</div>
|
1194
|
+
</div>
|
1195
|
+
<div class="col6 offset">
|
1196
|
+
<div class="sub-mod-six sub-mod-six-2">
|
1197
|
+
<div class="set">
|
1198
|
+
<a href="/chefs/marc-forgione/insiders-tour-of-iron-chef-marc-forgiones-american-cut-restaurant.html" class="ico-wrap"><img height="147" width="196" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2013/10/15/1/FN_American-Cut-Marc-Forgione_s4x3.jpg.rend.sni6col.landscape.jpeg"><span class="ico"><i class="ss-layers"></i></span>
|
1199
|
+
</a>
|
1200
|
+
</div>
|
1201
|
+
<a href="/chefs/marc-forgione/insiders-tour-of-iron-chef-marc-forgiones-american-cut-restaurant.html"><h6>An Iron Chef's Kitchen</h6>
|
1202
|
+
</a><p>Peek inside Marc Forgione's American Cut restaurant. </p>
|
1203
|
+
</div>
|
1204
|
+
</div>
|
1205
|
+
<div class="col6 offset">
|
1206
|
+
<div class="sub-mod-six-3 sub-mod-six">
|
1207
|
+
<div class="set">
|
1208
|
+
<a href="/grilling/50-states-50-burgers.html"><img height="147" width="196" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2009/4/9/1/50HamburgerStates_WI_s4x3.jpg.rend.sni6col.landscape.jpeg"></a>
|
1209
|
+
</div>
|
1210
|
+
<a href="/grilling/50-states-50-burgers.html"><h6>Top 50 Burgers</h6>
|
1211
|
+
</a><p>Did your favorite burger place make the cut?</p>
|
1212
|
+
</div>
|
1213
|
+
</div>
|
1214
|
+
<div class="col6 offset">
|
1215
|
+
<div class="sub-mod-six-4 sub-mod-six">
|
1216
|
+
<div class="set">
|
1217
|
+
<h6><a href="/restaurants/hosts-a-z.html">Restaurants by Host <span class="btn radial tiny"><i class="ss-navigateright"></i></span></a></h6>
|
1218
|
+
<ul class="list">
|
1219
|
+
<li><a href="/restaurants/search-results.html?search-city=&search-host-show=Alton%20Brown#/38.736171/-97.222306/4/">Alton Brown</a></li>
|
1220
|
+
<li><a href="/restaurants/search-results.html?search-city=&search-host-show=Bobby%20Flay#/38.736171/-97.222306/4/">Bobby Flay</a></li>
|
1221
|
+
<li><a href="/restaurants/search-results.html?search-city=&search-host-show=Giada%20De%20Laurentiis#/38.736171/-97.222306/4/">Giada De Laurentiis</a></li>
|
1222
|
+
<li><a href="/restaurants/search-results.html?search-city=&search-host-show=Guy%20Fieri#/38.736171/-97.222306/4/">Guy Fieri</a></li>
|
1223
|
+
<li>
|
1224
|
+
<a href="/restaurants/search-results.html?search-city=&search-host-show=Jeff%20Mauro#/38.736171/-97.222306/4/">Jeff Mauro</a> </li>
|
1225
|
+
<li><a href="/restaurants/search-results.html?search-city=&search-host-show=Rachael%20Ray#/38.736171/-97.222306/4/">Rachael Ray</a></li>
|
1226
|
+
</ul>
|
1227
|
+
</div>
|
1228
|
+
<div class="set">
|
1229
|
+
<h6><a href="/restaurants/shows-a-z.html">Restaurants by Show <span class="btn radial tiny"><i class="ss-navigateright"></i></span></a></h6>
|
1230
|
+
<ul class="list">
|
1231
|
+
<li><a href="/restaurants/search-results.html?search-city=&search-host-show=The%20Best%20Thing%20I%20Ever%20Ate#/38.736171/-97.222306/4/">The Best Thing I Ever Ate</a></li>
|
1232
|
+
<li><a href="/restaurants/search-results.html?search-city=&search-host-show=Diners,%20Drive-Ins%20and%20Dives#/38.736171/-97.222306/4/">Diners, Drive-Ins and Dives</a></li>
|
1233
|
+
<li><a href="/restaurants/search-results.html?search-host-show=Throwdown%20With%20Bobby%20Flay#/38.736171/-97.222306/4/">Throwdown with Bobby Flay</a></li>
|
1234
|
+
</ul>
|
1235
|
+
</div>
|
1236
|
+
</div>
|
1237
|
+
</div>
|
1238
|
+
<div class="col4">
|
1239
|
+
<div class="sub-mod-four-1 sub-mod-four">
|
1240
|
+
<div class="set">
|
1241
|
+
<h6>Decide Where to Go, On the Go</h6>
|
1242
|
+
<a href="http://itunes.apple.com/us/app/food-network-on-road-official/id550486324?ls=1&mt=8" class="ico-wrap"><img height="95" width="126" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2013/6/28/0/FNOTR_intro-screen_s4x3.jpg.rend.sni4col.landscape.jpeg"></a>
|
1243
|
+
</div>
|
1244
|
+
<ul class="list">
|
1245
|
+
<li><a href="http://itunes.apple.com/us/app/food-network-on-road-official/id550486324?ls=1&mt=8" target="_blank">Download the FN On the Road app for iPhone & iPad</a></li>
|
1246
|
+
<li><a href="https://play.google.com/store/apps/details?id=com.foodnetwork.ontheroad&hl=en" target="_blank">For Android</a></li>
|
1247
|
+
</ul>
|
1248
|
+
</div>
|
1249
|
+
</div>
|
1250
|
+
</div>
|
1251
|
+
<div class="bottom">
|
1252
|
+
<h6>City Guides:</h6>
|
1253
|
+
<ul class="inline">
|
1254
|
+
<li>
|
1255
|
+
<a href="/restaurants/articles/on-the-road-eats-austin-city-guide.html">Austin</a>
|
1256
|
+
</li>
|
1257
|
+
<li>
|
1258
|
+
<a href="/restaurants/articles/on-the-road-eats-chicago-city-guide.html">Chicago</a>
|
1259
|
+
</li>
|
1260
|
+
<li>
|
1261
|
+
<a href="/restaurants/articles/on-the-road-eats-los-angeles-city-guide.html">Los Angeles</a>
|
1262
|
+
</li>
|
1263
|
+
<li>
|
1264
|
+
<a href="/restaurants/articles/on-the-road-eats-minneapolis-st-paul-city-guide.html">Minneapolis/St. Paul</a>
|
1265
|
+
</li>
|
1266
|
+
<li class="last">
|
1267
|
+
<a href="/restaurants/articles/on-the-road-eats-new-york-city-guide.html">New York</a>
|
1268
|
+
</li>
|
1269
|
+
</ul>
|
1270
|
+
<a href="/restaurants/a-z.html" class="btn vip last"><b>All Restaurants</b></a>
|
1271
|
+
</div>
|
1272
|
+
</div>
|
1273
|
+
</ul>
|
1274
|
+
</li>
|
1275
|
+
<li class="videos">
|
1276
|
+
<a href="/videos.html" data-toggle="dropdown"><span>Videos</span></a><ul class="dropdown-menu">
|
1277
|
+
<div class="module header">
|
1278
|
+
<span style="display: none" class="clicktracking" data-component-path="sni-food/components/util/header/videos-mega-dropdown" data-resource-path="/content/food/regions/header/videos-mega-dropdown/jcr:content/par/videos-mega-dropdown" data-resource-type="sni-food/components/util/header/videos-mega-dropdown"></span><div class="row">
|
1279
|
+
<div class="col6 offset">
|
1280
|
+
<div class="sub-mod-six sub-mod-six-1">
|
1281
|
+
<div class="set">
|
1282
|
+
<a href="/shows/food-network-star/food-network-star-video-gallery.html"><img height="147" width="196" src="http://foodnetwork.sndimg.com/content/dam/images/food/secured/fullset/2014/6/17/0/ERAS_43_s4x3.jpg.rend.sni6col.landscape.jpeg"></a>
|
1283
|
+
</div>
|
1284
|
+
<a href="/shows/food-network-star/food-network-star-video-gallery.html"><h6>Food Network Star</h6>
|
1285
|
+
</a><ul class="list">
|
1286
|
+
<li>
|
1287
|
+
<a class="video-link" href="/shows/food-network-star/star-salvation-videos.html">Star Salvation</a> <i class="ss-video"></i>
|
1288
|
+
</li>
|
1289
|
+
<li>
|
1290
|
+
<a class="video-link" href="/shows/food-network-star/food-network-star-video-gallery.48bd694a-7adf-4abc-82b8-1fdd183f86a4.0219404.html">Coming Up Next</a> <i class="ss-video"></i>
|
1291
|
+
</li>
|
1292
|
+
</ul>
|
1293
|
+
</div>
|
1294
|
+
</div>
|
1295
|
+
<div class="col6 offset">
|
1296
|
+
<div class="sub-mod-six sub-mod-six-2">
|
1297
|
+
<div class="set">
|
1298
|
+
<a href="/shows/the-kitchen/the-kitchen-video-gallery.html"><img height="147" width="196" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2013/12/16/0/KC0101_Co-Hosts-02_s4x3.jpg.rend.sni6col.landscape.jpeg"></a>
|
1299
|
+
</div>
|
1300
|
+
<a href="/shows/the-kitchen/the-kitchen-video-gallery.html"><h6>The Kitchen</h6>
|
1301
|
+
</a><ul class="list">
|
1302
|
+
<li>
|
1303
|
+
<a href="/shows/the-kitchen/the-kitchen-video-gallery.2a1b19ba-7743-4807-9579-cc3e24bd4212.0222677.html" class="video-link">Memorable Moments</a> <i class="ss-video"></i>
|
1304
|
+
</li>
|
1305
|
+
<li>
|
1306
|
+
<a class="video-link" href="/shows/the-kitchen/the-kitchen-video-gallery.eb27cfd6-7587-49df-a3f7-70c26ee14c69.0217559.html">Full Episodes</a> <i class="ss-video"></i>
|
1307
|
+
</li>
|
1308
|
+
</ul>
|
1309
|
+
</div>
|
1310
|
+
</div>
|
1311
|
+
<div class="col12 offset">
|
1312
|
+
<div class="sub-mod-twelve-1 sub-mod-twelve">
|
1313
|
+
<h6>Summer Party Ideas</h6>
|
1314
|
+
<div class="set grid six">
|
1315
|
+
<ul>
|
1316
|
+
<li>
|
1317
|
+
<div>
|
1318
|
+
<a href="/grilling/healthy/healthy-summer-recipes.0155221.html" class="ico-wrap"><img height="71" width="126" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2012/2/27/0/0155221_Grilled-shrimp-on-skewers_s4x3.jpg.rend.sni4col.wide.jpeg"></a><a href="/grilling/healthy/healthy-summer-recipes.0155221.html"><p>Grilled Shrimp with Chili Cocktail Sauce</p>
|
1319
|
+
</a>
|
1320
|
+
</div>
|
1321
|
+
|
1322
|
+
<div>
|
1323
|
+
<a href="/grilling/grilling-central-burgers-and-hot-dogs/best-burgers-and-hot-dogs.0208586.html" class="ico-wrap"><img height="71" width="126" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2013/6/13/3/YW0302H_cheese-stuffed-burgers-recipe_s4x3.jpg.rend.sni4col.wide.jpeg"></a><a href="/grilling/grilling-central-burgers-and-hot-dogs/best-burgers-and-hot-dogs.0208586.html"><p>Trisha's Cheese-Stuffed Burgers</p>
|
1324
|
+
</a>
|
1325
|
+
</div>
|
1326
|
+
|
1327
|
+
<div>
|
1328
|
+
<a href="/grilling/grilling-central-course-sides/summer-sides-and-salads.0170100.html" class="ico-wrap"><img height="71" width="126" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2003/9/22/0/tm1a04_tomato_salad.jpg.rend.sni4col.wide.jpeg"></a><a href="/grilling/grilling-central-course-sides/summer-sides-and-salads.0170100.html"><p>Tomato, Onion & Cucumber Salad</p>
|
1329
|
+
</a>
|
1330
|
+
</div>
|
1331
|
+
|
1332
|
+
</li>
|
1333
|
+
<li>
|
1334
|
+
<div>
|
1335
|
+
<a href="/grilling/grilling-central-course-mains/main-dishes-on-the-grill.0103358.html" class="ico-wrap"><img height="71" width="126" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2010/4/13/0/GC_chicken-with-balsamic-bbq-sauce_s4x3.jpg.rend.sni4col.wide.jpeg"></a><a href="/grilling/grilling-central-course-mains/main-dishes-on-the-grill.0103358.html"><p>Balsamic Barbecue Chicken</p>
|
1336
|
+
</a>
|
1337
|
+
</div>
|
1338
|
+
|
1339
|
+
<div>
|
1340
|
+
<a href="/grilling/summer-parties/essential-summer-party-recipes.0169335.html" class="ico-wrap"><img height="71" width="126" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2011/6/6/0/NY0507_Lemon-Pasta-Salad_s4x3.jpg.rend.sni4col.wide.jpeg"></a><a href="/grilling/summer-parties/essential-summer-party-recipes.0169335.html"><p>Neely's Lemon Pasta Salad</p>
|
1341
|
+
</a>
|
1342
|
+
</div>
|
1343
|
+
|
1344
|
+
<div>
|
1345
|
+
<a href="/grilling/grilling-central-frozen-treats/best-frozen-desserts.0186183.html" class="ico-wrap"><img height="71" width="126" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2012/4/27/0/WU0208H_blackberry-chip-ice-cream_s4x3.jpg.rend.sni4col.wide.jpeg"></a><a href="/grilling/grilling-central-frozen-treats/best-frozen-desserts.0186183.html"><p>Blackberry-Chip Ice Cream</p>
|
1346
|
+
</a>
|
1347
|
+
</div>
|
1348
|
+
|
1349
|
+
</li>
|
1350
|
+
</ul>
|
1351
|
+
</div>
|
1352
|
+
</div>
|
1353
|
+
</div>
|
1354
|
+
<div class="col4">
|
1355
|
+
<div class="sub-mod-four-1 sub-mod-four">
|
1356
|
+
<div class="set">
|
1357
|
+
<h6><a href="/videos.html">Video Library <span class="btn radial tiny"><i class="ss-navigateright"></i></span></a></h6>
|
1358
|
+
</div>
|
1359
|
+
<div class="set">
|
1360
|
+
<h6><a href="http://watch.foodnetwork.com/">Watch full episodes through your service provider <span class="btn radial tiny"><i class="ss-navigateright"></i></span></a></h6>
|
1361
|
+
</div>
|
1362
|
+
</div>
|
1363
|
+
</div>
|
1364
|
+
</div>
|
1365
|
+
<div class="bottom">
|
1366
|
+
<a href="/videos.html" class="btn vip last"><b>More Videos</b></a>
|
1367
|
+
</div>
|
1368
|
+
</div>
|
1369
|
+
</ul>
|
1370
|
+
</li>
|
1371
|
+
<li class="search-box">
|
1372
|
+
<div class="navigation-primary-search">
|
1373
|
+
<form action="/search/search-results.html">
|
1374
|
+
<fieldset>
|
1375
|
+
<input type="text" name="searchTerm" placeholder="Find Recipes, Videos & More" class="autosuggest" autocomplete="off">
|
1376
|
+
<input type="hidden" name="form" value="global">
|
1377
|
+
<input type="hidden" name="_charset_" value="UTF-8">
|
1378
|
+
<button type="submit">Search</button>
|
1379
|
+
<b class="hide"><i class="ss-delete"></i></b>
|
1380
|
+
</fieldset>
|
1381
|
+
</form>
|
1382
|
+
</div>
|
1383
|
+
</li>
|
1384
|
+
</ul>
|
1385
|
+
</nav>
|
1386
|
+
<nav class="utility-nav">
|
1387
|
+
|
1388
|
+
<div class="pull-left">
|
1389
|
+
|
1390
|
+
|
1391
|
+
<ul class="social">
|
1392
|
+
|
1393
|
+
|
1394
|
+
|
1395
|
+
|
1396
|
+
|
1397
|
+
|
1398
|
+
|
1399
|
+
|
1400
|
+
|
1401
|
+
|
1402
|
+
|
1403
|
+
|
1404
|
+
|
1405
|
+
|
1406
|
+
|
1407
|
+
|
1408
|
+
|
1409
|
+
|
1410
|
+
|
1411
|
+
|
1412
|
+
|
1413
|
+
|
1414
|
+
|
1415
|
+
|
1416
|
+
|
1417
|
+
<li>
|
1418
|
+
<a href="https://www.facebook.com/FoodNetwork">
|
1419
|
+
|
1420
|
+
<b class="caret fb">
|
1421
|
+
|
1422
|
+
<i class="sss-facebook"></i>
|
1423
|
+
|
1424
|
+
|
1425
|
+
</b>
|
1426
|
+
|
1427
|
+
</a>
|
1428
|
+
</li>
|
1429
|
+
|
1430
|
+
|
1431
|
+
|
1432
|
+
|
1433
|
+
|
1434
|
+
|
1435
|
+
|
1436
|
+
|
1437
|
+
|
1438
|
+
|
1439
|
+
|
1440
|
+
|
1441
|
+
|
1442
|
+
|
1443
|
+
|
1444
|
+
|
1445
|
+
|
1446
|
+
|
1447
|
+
|
1448
|
+
|
1449
|
+
|
1450
|
+
|
1451
|
+
|
1452
|
+
|
1453
|
+
<li>
|
1454
|
+
<a href="https://twitter.com/foodnetwork">
|
1455
|
+
|
1456
|
+
<b class="caret tw">
|
1457
|
+
|
1458
|
+
<i class="sss-twitter"></i>
|
1459
|
+
|
1460
|
+
|
1461
|
+
</b>
|
1462
|
+
|
1463
|
+
</a>
|
1464
|
+
</li>
|
1465
|
+
|
1466
|
+
|
1467
|
+
|
1468
|
+
|
1469
|
+
|
1470
|
+
|
1471
|
+
|
1472
|
+
|
1473
|
+
|
1474
|
+
|
1475
|
+
|
1476
|
+
|
1477
|
+
|
1478
|
+
|
1479
|
+
|
1480
|
+
|
1481
|
+
|
1482
|
+
|
1483
|
+
|
1484
|
+
|
1485
|
+
|
1486
|
+
|
1487
|
+
|
1488
|
+
|
1489
|
+
<li>
|
1490
|
+
<a href="http://www.pinterest.com/foodnetwork/">
|
1491
|
+
|
1492
|
+
<b class="caret pt">
|
1493
|
+
|
1494
|
+
<i class="sss-pinterest"></i>
|
1495
|
+
|
1496
|
+
|
1497
|
+
</b>
|
1498
|
+
|
1499
|
+
</a>
|
1500
|
+
</li>
|
1501
|
+
|
1502
|
+
|
1503
|
+
<li class="dropdown">
|
1504
|
+
<a class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="#">
|
1505
|
+
<b class="caret"><i class="ss-navigatedown"></i></b>
|
1506
|
+
</a>
|
1507
|
+
<ul class="dropdown-menu">
|
1508
|
+
|
1509
|
+
|
1510
|
+
|
1511
|
+
|
1512
|
+
|
1513
|
+
|
1514
|
+
|
1515
|
+
|
1516
|
+
|
1517
|
+
|
1518
|
+
|
1519
|
+
|
1520
|
+
|
1521
|
+
|
1522
|
+
|
1523
|
+
|
1524
|
+
|
1525
|
+
|
1526
|
+
|
1527
|
+
|
1528
|
+
|
1529
|
+
|
1530
|
+
|
1531
|
+
<li>
|
1532
|
+
<a href="https://plus.google.com/+FoodNetwork">
|
1533
|
+
|
1534
|
+
<i class="sss-googleplus"></i>
|
1535
|
+
|
1536
|
+
<b>Google+</b>
|
1537
|
+
|
1538
|
+
|
1539
|
+
</a>
|
1540
|
+
</li>
|
1541
|
+
|
1542
|
+
|
1543
|
+
|
1544
|
+
|
1545
|
+
|
1546
|
+
|
1547
|
+
|
1548
|
+
|
1549
|
+
|
1550
|
+
|
1551
|
+
|
1552
|
+
|
1553
|
+
|
1554
|
+
|
1555
|
+
|
1556
|
+
|
1557
|
+
|
1558
|
+
|
1559
|
+
|
1560
|
+
|
1561
|
+
|
1562
|
+
|
1563
|
+
|
1564
|
+
|
1565
|
+
<li>
|
1566
|
+
<a href="http://instagram.com/foodnetwork#">
|
1567
|
+
|
1568
|
+
<i class="sss-instagram"></i>
|
1569
|
+
|
1570
|
+
<b>Instagram</b>
|
1571
|
+
|
1572
|
+
|
1573
|
+
</a>
|
1574
|
+
</li>
|
1575
|
+
|
1576
|
+
|
1577
|
+
|
1578
|
+
|
1579
|
+
|
1580
|
+
|
1581
|
+
|
1582
|
+
|
1583
|
+
|
1584
|
+
|
1585
|
+
|
1586
|
+
|
1587
|
+
|
1588
|
+
|
1589
|
+
|
1590
|
+
|
1591
|
+
|
1592
|
+
|
1593
|
+
|
1594
|
+
|
1595
|
+
|
1596
|
+
|
1597
|
+
|
1598
|
+
|
1599
|
+
<li>
|
1600
|
+
<a href="http://foodnetwork.tumblr.com/">
|
1601
|
+
|
1602
|
+
<i class="sss-tumblr"></i>
|
1603
|
+
|
1604
|
+
<b>Tumblr</b>
|
1605
|
+
|
1606
|
+
|
1607
|
+
</a>
|
1608
|
+
</li>
|
1609
|
+
|
1610
|
+
|
1611
|
+
|
1612
|
+
|
1613
|
+
|
1614
|
+
<li><a href="http://blog.foodnetwork.com/fn-dish/">FN Dish Blog</a></li>
|
1615
|
+
|
1616
|
+
<li><a href="http://blog.foodnetwork.com/healthyeats/">Healthy Eats Blog</a></li>
|
1617
|
+
|
1618
|
+
<li><a target="_blank" href="http://mynewsletters.scrippsnetworks.com/?mode=subscribe&nlbrand=foodnet">Newsletter Sign-Up</a></li>
|
1619
|
+
|
1620
|
+
</ul>
|
1621
|
+
</li>
|
1622
|
+
|
1623
|
+
|
1624
|
+
</ul>
|
1625
|
+
|
1626
|
+
|
1627
|
+
|
1628
|
+
|
1629
|
+
|
1630
|
+
|
1631
|
+
|
1632
|
+
|
1633
|
+
|
1634
|
+
|
1635
|
+
|
1636
|
+
|
1637
|
+
|
1638
|
+
|
1639
|
+
|
1640
|
+
|
1641
|
+
<ul class="apps">
|
1642
|
+
<li><a href="http://blog.foodnetwork.com/fn-dish/"><span>News</span></a></li>
|
1643
|
+
</ul>
|
1644
|
+
|
1645
|
+
|
1646
|
+
|
1647
|
+
|
1648
|
+
|
1649
|
+
|
1650
|
+
|
1651
|
+
|
1652
|
+
|
1653
|
+
|
1654
|
+
|
1655
|
+
|
1656
|
+
|
1657
|
+
|
1658
|
+
|
1659
|
+
|
1660
|
+
|
1661
|
+
<ul class="magazine">
|
1662
|
+
<li class="dropdown">
|
1663
|
+
<a href="/magazine.html" class="dropdown-toggle" data-toggle="dropdown" data-target="#"><span>Magazine</span><b class="caret sm"><i class="ss-navigatedown"></i></b></a>
|
1664
|
+
<ul class="dropdown-menu">
|
1665
|
+
|
1666
|
+
<li><a target="_blank" href="https://subscribe.hearstmags.com/subscribe/splits/foodnetmag/fnm_sub_nav">Subscribe Now</a></li>
|
1667
|
+
|
1668
|
+
<li><a href="/magazine.html">This Month's Issue</a></li>
|
1669
|
+
|
1670
|
+
</ul>
|
1671
|
+
</li>
|
1672
|
+
</ul>
|
1673
|
+
|
1674
|
+
|
1675
|
+
|
1676
|
+
|
1677
|
+
|
1678
|
+
|
1679
|
+
|
1680
|
+
|
1681
|
+
|
1682
|
+
|
1683
|
+
|
1684
|
+
|
1685
|
+
|
1686
|
+
|
1687
|
+
|
1688
|
+
|
1689
|
+
|
1690
|
+
|
1691
|
+
|
1692
|
+
<ul class="apps">
|
1693
|
+
<li><a href="/site/mobile.html"><span>Apps</span></a></li>
|
1694
|
+
</ul>
|
1695
|
+
|
1696
|
+
|
1697
|
+
|
1698
|
+
|
1699
|
+
|
1700
|
+
|
1701
|
+
<ul class="shop">
|
1702
|
+
<li class="dropdown">
|
1703
|
+
|
1704
|
+
|
1705
|
+
<a href="http://www.foodnetworkstore.com/?CCAID=FNPTONPR1FNPV" class="dropdown-toggle" data-toggle="dropdown" data-target="#"><span>Shop</span><b class="caret sm"><i class="ss-navigatedown"></i></b></a>
|
1706
|
+
|
1707
|
+
<div class="dropdown-menu">
|
1708
|
+
|
1709
|
+
|
1710
|
+
|
1711
|
+
|
1712
|
+
<div class="row">
|
1713
|
+
<div class="col5 offset">
|
1714
|
+
<h6>Shop Chefs & Hosts</h6>
|
1715
|
+
<a href="http://www.foodnetworkstore.com/chefs-hosts/index.php?v=chef&ecid=PRF-FOOD-100099&pa=PRF-FOOD-100099" class="ico-wrap"><img height="95" width="126" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2014/7/7/0/FNStore_RR_chefimage.jpg.rend.sni4col.landscape.jpeg"></a><ul class="list">
|
1716
|
+
<li><a href="http://shop.foodnetworkstore.com/nav/chef/rachaelray/0?ecid=PRF-FOOD-100095&pa=PRF-FOOD-100095" target="_blank">Rachael Ray</a></li>
|
1717
|
+
<li><a href="http://shop.foodnetworkstore.com/nav/chef/guyfieri/0?ecid=PRF-FOOD-100096&pa=PRF-FOOD-100096" target="_blank">Guy Fieri</a></li>
|
1718
|
+
<li><a href="http://shop.foodnetworkstore.com/nav/chef/robertirvine/0?ecid=PRF-FOOD-100097&pa=PRF-FOOD-100097" target="_blank">Robert Irvine</a></li>
|
1719
|
+
<li><a href="http://shop.foodnetworkstore.com/nav/chef/altonbrown/0?ecid=PRF-FOOD-100113&pa=PRF-FOOD-100113" target="_blank">Alton Brown</a></li>
|
1720
|
+
<li><a href="http://shop.foodnetworkstore.com/nav/chef/reedrummond/0?ecid=PRF-FOOD-100098&pa=PRF-FOOD-100098">Ree Drummond</a></li>
|
1721
|
+
</ul>
|
1722
|
+
<h6><a href="http://www.foodnetworkstore.com/chefs-hosts/index.php?v=chef&ecid=PRF-FOOD-100099&pa=PRF-FOOD-100099" target="_blank">Shop All Chefs <span class="btn radial tiny"><i class="ss-navigateright"></i></span></a></h6>
|
1723
|
+
</div>
|
1724
|
+
<div class="col5 offset">
|
1725
|
+
<h6>Shop Brands</h6>
|
1726
|
+
<a href="http://www.foodnetworkstore.com/brands/index.php?v=brand&ecid=PRF-FOOD-100105&pa=PRF-FOOD-100105" class="ico-wrap"><img height="95" width="126" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2014/7/10/0/FNStore_Brands_Calphalon.jpg.rend.sni4col.landscape.jpeg"></a><ul class="list">
|
1727
|
+
<li><a href="http://shop.foodnetworkstore.com/nav/brand/cuisinart/0?ecid=PRF-FOOD-100101&pa=PRF-FOOD-100101" target="_blank">Cuisinart</a></li>
|
1728
|
+
<li><a href="http://shop.foodnetworkstore.com/nav/brand/calphalon/0?ecid=PRF-FOOD-100102&pa=PRF-FOOD-100102" target="_blank">Calphalon</a></li>
|
1729
|
+
<li><a href="http://shop.foodnetworkstore.com/nav/brand/lecreuset/0?ecid=PRF-FOOD-100103&pa=PRF-FOOD-100103" target="_blank">Le Creuset</a></li>
|
1730
|
+
<li><a href="http://shop.foodnetworkstore.com/nav/brand/wusthof/0?ecid=PRF-FOOD-100104&pa=PRF-FOOD-100104" target="_blank">Wustof</a></li>
|
1731
|
+
<li><a href="http://shop.foodnetworkstore.com/nav/brand/lodge/0?ecid=PRF-FOOD-100114&pa=PRF-FOOD-100114" target="_blank">Lodge</a></li>
|
1732
|
+
</ul>
|
1733
|
+
<h6><a href="http://www.foodnetworkstore.com/brands/index.php?v=brand&ecid=PRF-FOOD-100105&pa=PRF-FOOD-100105" target="_blank">Shop All Brands <span class="btn radial tiny"><i class="ss-navigateright"></i></span></a></h6>
|
1734
|
+
</div>
|
1735
|
+
<div class="col5 offset">
|
1736
|
+
<h6>Shop Departments</h6>
|
1737
|
+
<a href="http://www.foodnetworkstore.com/departments/index.php?v=department&ecid=PRF-FOOD-100112&pa=PRF-FOOD-100112" class="ico-wrap"><img height="95" width="126" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2014_FNSTORE_LOGO_NEW.png.rend.sni4col.landscape.png"></a><ul class="list">
|
1738
|
+
<li><a href="http://shop.foodnetworkstore.com/nav/department/cookware/0?ecid=PRF-FOOD-100107&pa=PRF-FOOD-100107" target="_blank">Cookware</a></li>
|
1739
|
+
<li><a href="http://shop.foodnetworkstore.com/nav/department/cookbooks/0?ecid=PRF-FOOD-100108&pa=PRF-FOOD-100108" target="_blank">Cookbooks</a></li>
|
1740
|
+
<li><a href="http://shop.foodnetworkstore.com/nav/department/appliances/0?ecid=PRF-FOOD-100109&pa=PRF-FOOD-100109" target="_blank">Appliances</a></li>
|
1741
|
+
<li><a href="http://shop.foodnetworkstore.com/nav/department/cutlery/0?ecid=PRF-FOOD-100110&pa=PRF-FOOD-100110" target="_blank">Knives</a></li>
|
1742
|
+
<li><a href="http://www.foodnetworkstore.com/sale/index.php?v=sale&nvbar=Sale&ecid=PRF-FOOD-100111&pa=PRF-FOOD-100111" target="_blank">Sale</a></li>
|
1743
|
+
</ul>
|
1744
|
+
<h6><a href="http://www.foodnetworkstore.com/departments/index.php?v=department&ecid=PRF-FOOD-100112&pa=PRF-FOOD-100112" target="_blank">Shop All <span class="btn radial tiny"><i class="ss-navigateright"></i></span></a></h6>
|
1745
|
+
</div>
|
1746
|
+
<div class="col5 offset">
|
1747
|
+
<h6>Exclusively FN</h6>
|
1748
|
+
<a href="http://www.entwine-wines.com/" class="ico-wrap"><img height="95" width="126" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2013/11/8/0/entwine.jpg.rend.sni4col.landscape.jpeg"></a><ul class="list">
|
1749
|
+
<li><a target="_blank" href="http://www.entwine-wines.com/">entwine wine by FN</a></li>
|
1750
|
+
<li><a href="http://www.foodnetworkeats.com/" target="_blank">FN at the Airport</a></li>
|
1751
|
+
<li><a target="_blank" href="http://www.kohls.com/foodnetwork">FN Housewares</a></li>
|
1752
|
+
<li><a href="http://www.foodnetworkstore.com/candles/index.php?v=candles&ecid=PRF-FOOD-100044&pa=PRF-FOOD-100044" target="_blank">FN Candles</a></li>
|
1753
|
+
</ul>
|
1754
|
+
</div>
|
1755
|
+
<div class="col4">
|
1756
|
+
<div class="set">
|
1757
|
+
<h6>FN Magazine</h6>
|
1758
|
+
<a href="http://www.foodnetworkstore.com/detail.php?p=552772&ecid=PRF-FOOD-100115&pa=PRF-FOOD-100115" class="ico-wrap"><img height="95" width="126" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2014/4/2/0/FNM_ContentPromo_5.jpg.rend.sni4col.landscape.jpeg"></a>
|
1759
|
+
</div>
|
1760
|
+
<p>Subscribe to Food Network Magazine and get a FREE Tote!</p>
|
1761
|
+
<ul class="list">
|
1762
|
+
<li><a href="http://www.foodnetworkstore.com/detail.php?p=552772&ecid=PRF-FOOD-100115&pa=PRF-FOOD-100115" target="_blank">Subscribe Now</a></li>
|
1763
|
+
</ul>
|
1764
|
+
</div>
|
1765
|
+
</div>
|
1766
|
+
<div class="bottom">
|
1767
|
+
<h6></h6>
|
1768
|
+
<p><b><i>NEW!</i></b></p>
|
1769
|
+
<ul class="inline">
|
1770
|
+
<li class="last">
|
1771
|
+
<a href="http://www.foodnetworkstore.com/detail.php?p=601022&ecid=PRF-FOOD-100116&pa=PRF-FOOD-100116" target="_blank">Premium Smokeless Grill >></a> </li>
|
1772
|
+
</ul>
|
1773
|
+
<a href="http://www.foodnetworkstore.com/?ecid=PRF-FOOD-100010&pa=PRF-FOOD-100010" class="btn vip last"><b>FOOD NETWORK STORE</b></a>
|
1774
|
+
</div>
|
1775
|
+
|
1776
|
+
|
1777
|
+
</div>
|
1778
|
+
</li>
|
1779
|
+
</ul>
|
1780
|
+
|
1781
|
+
</div>
|
1782
|
+
<div class="pull-right">
|
1783
|
+
|
1784
|
+
|
1785
|
+
<ul class="login">
|
1786
|
+
<li>
|
1787
|
+
<div>
|
1788
|
+
<span class="fn-sign-in"><a href="#" class="btn vip">Log In</a></span>
|
1789
|
+
</div>
|
1790
|
+
</li>
|
1791
|
+
</ul>
|
1792
|
+
|
1793
|
+
<ul class="user"></ul>
|
1794
|
+
<script id="profile-dropdown-data" type="profile/template">
|
1795
|
+
<li class="dropdown user">
|
1796
|
+
<a class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="#">
|
1797
|
+
<img src="{{avatar}}" width="20" height="20" alt="" class="user-avatar">
|
1798
|
+
<span rel="ellipsis" data-max="15">{{userName}}</span>
|
1799
|
+
<b class="caret sm"><i class="ss-navigatedown"></i></b>
|
1800
|
+
</a>
|
1801
|
+
<ul class="dropdown-menu">
|
1802
|
+
<li><a href="{{profileUrl}}">Profile</a></li>
|
1803
|
+
<li><a href="{{reviewsUrl}}">Reviews</a></li>
|
1804
|
+
<li><a href="{{accountSettingsUrl}}">Account Settings</a></li>
|
1805
|
+
<li><a href="#" class="community-signout">Sign Out</a></li>
|
1806
|
+
</ul>
|
1807
|
+
</li>
|
1808
|
+
</script>
|
1809
|
+
|
1810
|
+
<ul class="mybox"></ul>
|
1811
|
+
<script id="recipebox-dropdown-data" type="profile/template">
|
1812
|
+
<li class="dropdown">
|
1813
|
+
<a class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="#"><span>Recipe Box</span><b class="caret sm"><i class="ss-navigatedown"></i></b></a>
|
1814
|
+
<ul class="dropdown-menu">
|
1815
|
+
<li><a href="{{recipeBoxUrl}}">Recipes</a></li>
|
1816
|
+
<li><a href="{{shoppingListUrl}}">Shopping List</a></li>
|
1817
|
+
</ul>
|
1818
|
+
</li>
|
1819
|
+
</script>
|
1820
|
+
</div></nav>
|
1821
|
+
</div>
|
1822
|
+
</header>
|
1823
|
+
</div>
|
1824
|
+
|
1825
|
+
|
1826
|
+
|
1827
|
+
<div class="iax_outer" id="pushdown_adtag">
|
1828
|
+
<div class="iax_inner">
|
1829
|
+
<script type="text/javascript">PushdownAd(1);</script>
|
1830
|
+
</div>
|
1831
|
+
<div id="brandscape"></div>
|
1832
|
+
</div>
|
1833
|
+
|
1834
|
+
<div class="container" role="main">
|
1835
|
+
|
1836
|
+
|
1837
|
+
|
1838
|
+
|
1839
|
+
|
1840
|
+
|
1841
|
+
|
1842
|
+
|
1843
|
+
|
1844
|
+
|
1845
|
+
|
1846
|
+
<div class="row">
|
1847
|
+
<div class="parsys">
|
1848
|
+
<div class="parbase section reference">
|
1849
|
+
<div style="display:inline;" class="cq-dd-paragraph">
|
1850
|
+
<div class="carousel-cross-content">
|
1851
|
+
<span style="display: none" class="clicktracking" data-component-path="sni-core/components/modules/carousel-cross-content" data-resource-path="/content/modules/food/carousel-cross-content/default/jcr:content/par/carousel_cross_content" data-resource-type="sni-food/components/modules/carousel-cross-content"></span>
|
1852
|
+
|
1853
|
+
|
1854
|
+
|
1855
|
+
|
1856
|
+
|
1857
|
+
|
1858
|
+
<div class="cross-content">
|
1859
|
+
<h6>New on FoodNetwork.com</h6>
|
1860
|
+
<div data-lazy="true" class="crsl vert" data-scale="false">
|
1861
|
+
|
1862
|
+
|
1863
|
+
|
1864
|
+
<div class="item">
|
1865
|
+
|
1866
|
+
<div class="group">
|
1867
|
+
|
1868
|
+
|
1869
|
+
|
1870
|
+
<figure class="overlay wrap">
|
1871
|
+
<a href="http://blog.foodnetwork.com/fn-dish/2014/07/would-you-eat-leftovers-from-a-stranger/" class="ico-wrap">
|
1872
|
+
|
1873
|
+
|
1874
|
+
|
1875
|
+
|
1876
|
+
|
1877
|
+
|
1878
|
+
<div height="95" width="126" class="lazy-img">http://foodnetwork.sndimg.com/content/dam/images/food/unsized/2014/7/8/0/fnd_Leftover-Sharing-News-Thinkstock_s4x3.jpg.rend.snigallerythumb.jpeg</div>
|
1879
|
+
|
1880
|
+
|
1881
|
+
|
1882
|
+
|
1883
|
+
|
1884
|
+
</a>
|
1885
|
+
<figcaption>
|
1886
|
+
<span class="slug">Here's the Takeaway</span>
|
1887
|
+
<a href="http://blog.foodnetwork.com/fn-dish/2014/07/would-you-eat-leftovers-from-a-stranger/">
|
1888
|
+
<h4><a adhocenable="false" href="http://blog.foodnetwork.com/fn-dish/2014/07/would-you-eat-leftovers-from-a-stranger/">Would You Eat Leftovers from a Stranger?</a></h4>
|
1889
|
+
</a>
|
1890
|
+
</figcaption>
|
1891
|
+
</figure>
|
1892
|
+
</div>
|
1893
|
+
|
1894
|
+
|
1895
|
+
|
1896
|
+
|
1897
|
+
<div class="group">
|
1898
|
+
|
1899
|
+
|
1900
|
+
|
1901
|
+
<figure class="overlay wrap">
|
1902
|
+
<a href="/shows/cutthroat-kitchen/food-network-cutthroat-kitchen.9e5aa05f-450a-40e7-954c-63090818487b.0222118.html" class="ico-wrap">
|
1903
|
+
|
1904
|
+
|
1905
|
+
|
1906
|
+
|
1907
|
+
|
1908
|
+
|
1909
|
+
<div height="95" width="126" class="lazy-img">http://foodnetwork.sndimg.com/content/dam/images/food/unsized/2014/6/27/0/KT_CTK-Set-Tour_s4x3.jpg.rend.snigallerythumb.jpeg</div>
|
1910
|
+
|
1911
|
+
|
1912
|
+
|
1913
|
+
|
1914
|
+
|
1915
|
+
</a>
|
1916
|
+
<figcaption>
|
1917
|
+
<span class="slug">Behind the Scenes </span>
|
1918
|
+
<a href="/shows/cutthroat-kitchen/food-network-cutthroat-kitchen.9e5aa05f-450a-40e7-954c-63090818487b.0222118.html">
|
1919
|
+
<h4><a adhocenable="false" href="/shows/cutthroat-kitchen/food-network-cutthroat-kitchen.9e5aa05f-450a-40e7-954c-63090818487b.0222118.html">"I'm Not Supposed to Eat the Food in the Pantry, But ..." </a></h4>
|
1920
|
+
</a>
|
1921
|
+
</figcaption>
|
1922
|
+
</figure>
|
1923
|
+
</div>
|
1924
|
+
|
1925
|
+
|
1926
|
+
|
1927
|
+
|
1928
|
+
<div class="group">
|
1929
|
+
|
1930
|
+
|
1931
|
+
|
1932
|
+
<figure class="overlay wrap">
|
1933
|
+
<a href="/healthy/articles/skinny-cocktails.html" class="ico-wrap">
|
1934
|
+
|
1935
|
+
|
1936
|
+
|
1937
|
+
|
1938
|
+
|
1939
|
+
|
1940
|
+
<div height="95" width="126" class="lazy-img">http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2014/5/2/0/HE_mojito-thinkstock.jpg.rend.snigallerythumb.jpeg</div>
|
1941
|
+
|
1942
|
+
|
1943
|
+
|
1944
|
+
|
1945
|
+
|
1946
|
+
</a>
|
1947
|
+
<figcaption>
|
1948
|
+
<span class="slug">Skinny Cocktails</span>
|
1949
|
+
<a href="/healthy/articles/skinny-cocktails.html">
|
1950
|
+
<h4><a href="/healthy/articles/skinny-cocktails.html">Simple Swaps to Lighten Up Your Drinks</a></h4>
|
1951
|
+
</a>
|
1952
|
+
</figcaption>
|
1953
|
+
</figure>
|
1954
|
+
</div>
|
1955
|
+
|
1956
|
+
|
1957
|
+
</div>
|
1958
|
+
|
1959
|
+
|
1960
|
+
</div>
|
1961
|
+
</div>
|
1962
|
+
|
1963
|
+
|
1964
|
+
</div>
|
1965
|
+
</div>
|
1966
|
+
</div>
|
1967
|
+
</div>
|
1968
|
+
|
1969
|
+
</div>
|
1970
|
+
|
1971
|
+
<div class="row split">
|
1972
|
+
<article itemscope itemtype="http://schema.org/Recipe">
|
1973
|
+
|
1974
|
+
|
1975
|
+
|
1976
|
+
<div class="parsys">
|
1977
|
+
<section class="section breadcrumb"><span style="display: none" class="clicktracking" data-component-path="sni-core/components/modules/breadcrumb" data-resource-path="/content/food/recipes/food-network-kitchens/p/pe/pec/peca/pecan-pie-recipe/jcr:content/content-well/breadcrumb" data-resource-type="sni-food/components/modules/breadcrumb"></span>
|
1978
|
+
|
1979
|
+
|
1980
|
+
|
1981
|
+
|
1982
|
+
|
1983
|
+
<div class="crumb-wrap">
|
1984
|
+
|
1985
|
+
|
1986
|
+
|
1987
|
+
|
1988
|
+
|
1989
|
+
|
1990
|
+
|
1991
|
+
<div class="ad-sponsored">
|
1992
|
+
|
1993
|
+
|
1994
|
+
|
1995
|
+
<script>MultiLogoAd('LOGO',4);</script>
|
1996
|
+
|
1997
|
+
|
1998
|
+
</div>
|
1999
|
+
|
2000
|
+
<div class="crumb"><ul>
|
2001
|
+
|
2002
|
+
<li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
|
2003
|
+
<a href="/" itemprop="url">
|
2004
|
+
<span itemprop="title">Home</span></a>
|
2005
|
+
</li>
|
2006
|
+
|
2007
|
+
<li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
|
2008
|
+
<a href="/recipes.html" itemprop="url">
|
2009
|
+
<span itemprop="title">Recipes & How-Tos</span></a>
|
2010
|
+
</li>
|
2011
|
+
|
2012
|
+
<li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
|
2013
|
+
|
2014
|
+
<span itemprop="title">Pecan Pie</span>
|
2015
|
+
</li>
|
2016
|
+
|
2017
|
+
</ul></div>
|
2018
|
+
</div>
|
2019
|
+
</section>
|
2020
|
+
<section class="title section">
|
2021
|
+
|
2022
|
+
|
2023
|
+
<div class="tier-3 title">
|
2024
|
+
|
2025
|
+
<h1 itemprop="name">Pecan Pie</h1>
|
2026
|
+
|
2027
|
+
|
2028
|
+
<meta itemprop="datePublished" content="2014-07-02">
|
2029
|
+
|
2030
|
+
|
2031
|
+
</div>
|
2032
|
+
|
2033
|
+
</section>
|
2034
|
+
<section class="lead-overview section">
|
2035
|
+
|
2036
|
+
|
2037
|
+
|
2038
|
+
|
2039
|
+
|
2040
|
+
|
2041
|
+
|
2042
|
+
|
2043
|
+
|
2044
|
+
|
2045
|
+
|
2046
|
+
|
2047
|
+
|
2048
|
+
|
2049
|
+
|
2050
|
+
|
2051
|
+
|
2052
|
+
|
2053
|
+
|
2054
|
+
|
2055
|
+
|
2056
|
+
|
2057
|
+
|
2058
|
+
|
2059
|
+
|
2060
|
+
|
2061
|
+
|
2062
|
+
|
2063
|
+
|
2064
|
+
|
2065
|
+
|
2066
|
+
|
2067
|
+
|
2068
|
+
<div class="bd">
|
2069
|
+
<div class="lead-overview">
|
2070
|
+
<div class="col18">
|
2071
|
+
|
2072
|
+
|
2073
|
+
|
2074
|
+
|
2075
|
+
|
2076
|
+
|
2077
|
+
<div class="community-average-rating"></div>
|
2078
|
+
|
2079
|
+
|
2080
|
+
|
2081
|
+
|
2082
|
+
|
2083
|
+
|
2084
|
+
|
2085
|
+
|
2086
|
+
|
2087
|
+
|
2088
|
+
|
2089
|
+
|
2090
|
+
|
2091
|
+
|
2092
|
+
|
2093
|
+
|
2094
|
+
|
2095
|
+
|
2096
|
+
|
2097
|
+
|
2098
|
+
|
2099
|
+
|
2100
|
+
<div class="avatar group" itemprop="author" itemscope itemtype="http://schema.org/Person">
|
2101
|
+
<div class="media">
|
2102
|
+
|
2103
|
+
|
2104
|
+
|
2105
|
+
<a href="/chefs/food-network-kitchens.html" itemprop="url">
|
2106
|
+
<img itemprop="image" height="56" width="56" class="pull-left" src="http://foodnetwork.sndimg.com/content/dam/images/food/unsized/2013/11/25/0/FN-Avatar-FN-Logo-126x126.png.rend.sni2col.png">
|
2107
|
+
</a>
|
2108
|
+
|
2109
|
+
|
2110
|
+
|
2111
|
+
|
2112
|
+
|
2113
|
+
|
2114
|
+
|
2115
|
+
|
2116
|
+
<h6>Recipe courtesy of <a href="/chefs/food-network-kitchens.html" itemprop="url"><span itemprop="name">Food Network Kitchen</span></a>
|
2117
|
+
</h6>
|
2118
|
+
|
2119
|
+
|
2120
|
+
|
2121
|
+
|
2122
|
+
|
2123
|
+
<p class="copyright">From Food Network Kitchens</p>
|
2124
|
+
|
2125
|
+
<div class="show" itemscope itemtype="http://schema.org/TVSeries">
|
2126
|
+
<dl>
|
2127
|
+
|
2128
|
+
|
2129
|
+
</dl>
|
2130
|
+
</div>
|
2131
|
+
</div>
|
2132
|
+
</div>
|
2133
|
+
|
2134
|
+
|
2135
|
+
|
2136
|
+
|
2137
|
+
</div>
|
2138
|
+
|
2139
|
+
<section class="global-toolbar-placeholder section"><span style="display: none" class="clicktracking" data-component-path="sni-core/components/modules/global-toolbar" data-resource-path="/content/food/recipes/food-network-kitchens/p/pe/pec/peca/pecan-pie-recipe/jcr:content/content-well/lead-overview/global-toolbar" data-resource-type="sni-core/components/modules/global-toolbar"></span>
|
2140
|
+
|
2141
|
+
|
2142
|
+
|
2143
|
+
<div id="social-toolbar" class="module global-toolbar mSocial section hori">
|
2144
|
+
|
2145
|
+
|
2146
|
+
|
2147
|
+
|
2148
|
+
|
2149
|
+
|
2150
|
+
|
2151
|
+
|
2152
|
+
|
2153
|
+
<script>SNI.Food.Toolbar.init({
|
2154
|
+
twitterText: "Get the recipe for Pecan Pie via @FoodNetwork",
|
2155
|
+
pintrestText: "Pecan Pie Recipe : Food Network Kitchen : Food Network - FoodNetwork.com",
|
2156
|
+
ogTitle: "Pecan Pie Recipe : Food Network Kitchen : Food Network",
|
2157
|
+
ogDesc: "Get this all-star, easy-to-follow Pecan Pie recipe from Food Network Kitchen.",
|
2158
|
+
ogImg: "http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2010/8/12/0/FN-Thanksgiving-2010_Pecan-Pie_s4x3.jpg",
|
2159
|
+
ogType:"article"
|
2160
|
+
});</script>
|
2161
|
+
</div>
|
2162
|
+
|
2163
|
+
|
2164
|
+
|
2165
|
+
</section>
|
2166
|
+
|
2167
|
+
|
2168
|
+
<div class="recipe">
|
2169
|
+
|
2170
|
+
<div class="col12 pic collapsed">
|
2171
|
+
|
2172
|
+
|
2173
|
+
|
2174
|
+
|
2175
|
+
|
2176
|
+
|
2177
|
+
|
2178
|
+
|
2179
|
+
|
2180
|
+
|
2181
|
+
|
2182
|
+
|
2183
|
+
|
2184
|
+
|
2185
|
+
<figure>
|
2186
|
+
|
2187
|
+
|
2188
|
+
|
2189
|
+
<section class="single-photo-recipe"><span style="display: none" class="clicktracking" data-component-path="sni-food/components/pagetypes/recipe/components/single-photo-recipe" data-resource-path="/content/food/recipes/food-network-kitchens/p/pe/pec/peca/pecan-pie-recipe/jcr:content/content-well/lead-overview/single-photo-recipe" data-resource-type="sni-food/components/pagetypes/recipe/components/single-photo-recipe"></span>
|
2190
|
+
|
2191
|
+
|
2192
|
+
<a href="#lightbox-recipe-image" data-pos="top" class="ico-wrap">
|
2193
|
+
<img title="Pecan Pie" itemprop="image" height="305" alt="Pecan Pie" width="406" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2010/8/12/0/FN-Thanksgiving-2010_Pecan-Pie_s4x3.jpg.rend.sni12col.landscape.jpeg">
|
2194
|
+
<span class="ico"><i class="ss-plus"></i></span>
|
2195
|
+
</a>
|
2196
|
+
<figcaption>Pecan Pie</figcaption></section>
|
2197
|
+
|
2198
|
+
|
2199
|
+
|
2200
|
+
|
2201
|
+
</figure>
|
2202
|
+
|
2203
|
+
|
2204
|
+
</div>
|
2205
|
+
<div class="col6 info collapsed">
|
2206
|
+
|
2207
|
+
|
2208
|
+
|
2209
|
+
|
2210
|
+
<div class="cooking-times">
|
2211
|
+
<dl>
|
2212
|
+
|
2213
|
+
<dt class="total">Total Time:</dt>
|
2214
|
+
<dd class="total">3 hr 35 min</dd>
|
2215
|
+
|
2216
|
+
|
2217
|
+
<dt>Prep:</dt>
|
2218
|
+
<dd>20 min</dd>
|
2219
|
+
|
2220
|
+
|
2221
|
+
<dt>Inactive:</dt>
|
2222
|
+
<dd>2 hr</dd>
|
2223
|
+
|
2224
|
+
|
2225
|
+
<dt>Cook:</dt>
|
2226
|
+
<dd>1 hr 15 min</dd>
|
2227
|
+
|
2228
|
+
</dl>
|
2229
|
+
|
2230
|
+
<meta itemprop="totalTime" content="PT3H35M">
|
2231
|
+
|
2232
|
+
|
2233
|
+
<meta itemprop="prepTime" content="PT2H20M">
|
2234
|
+
|
2235
|
+
|
2236
|
+
<meta itemprop="cookTime" content="PT1H15M">
|
2237
|
+
|
2238
|
+
</div>
|
2239
|
+
|
2240
|
+
|
2241
|
+
|
2242
|
+
<hr>
|
2243
|
+
|
2244
|
+
|
2245
|
+
|
2246
|
+
<div class="difficulty">
|
2247
|
+
|
2248
|
+
<dl>
|
2249
|
+
<dt>Yield:</dt>
|
2250
|
+
<dd itemprop="recipeYield">1 pie or about 8 servings</dd>
|
2251
|
+
</dl>
|
2252
|
+
|
2253
|
+
|
2254
|
+
<dl>
|
2255
|
+
<dt>Level:</dt>
|
2256
|
+
<dd>Intermediate</dd>
|
2257
|
+
</dl>
|
2258
|
+
|
2259
|
+
</div>
|
2260
|
+
|
2261
|
+
|
2262
|
+
|
2263
|
+
<hr>
|
2264
|
+
|
2265
|
+
|
2266
|
+
|
2267
|
+
|
2268
|
+
|
2269
|
+
|
2270
|
+
</div>
|
2271
|
+
|
2272
|
+
|
2273
|
+
|
2274
|
+
|
2275
|
+
|
2276
|
+
|
2277
|
+
|
2278
|
+
|
2279
|
+
<div class="col18 hide enlarged">
|
2280
|
+
|
2281
|
+
<div class="info">
|
2282
|
+
|
2283
|
+
|
2284
|
+
|
2285
|
+
<div class="cooking-times">
|
2286
|
+
<dl>
|
2287
|
+
|
2288
|
+
<dt class="total">Total Time:</dt>
|
2289
|
+
<dd class="total">3 hr 35 min</dd>
|
2290
|
+
|
2291
|
+
|
2292
|
+
<dt>Prep:</dt>
|
2293
|
+
<dd>20 min</dd>
|
2294
|
+
|
2295
|
+
|
2296
|
+
<dt>Inactive:</dt>
|
2297
|
+
<dd>2 hr</dd>
|
2298
|
+
|
2299
|
+
|
2300
|
+
<dt>Cook:</dt>
|
2301
|
+
<dd>1 hr 15 min</dd>
|
2302
|
+
|
2303
|
+
</dl>
|
2304
|
+
|
2305
|
+
<meta itemprop="totalTime" content="PT3H35M">
|
2306
|
+
|
2307
|
+
|
2308
|
+
<meta itemprop="prepTime" content="PT2H20M">
|
2309
|
+
|
2310
|
+
|
2311
|
+
<meta itemprop="cookTime" content="PT1H15M">
|
2312
|
+
|
2313
|
+
</div>
|
2314
|
+
|
2315
|
+
</div>
|
2316
|
+
|
2317
|
+
|
2318
|
+
|
2319
|
+
<hr class="vrt">
|
2320
|
+
|
2321
|
+
<div class="info">
|
2322
|
+
|
2323
|
+
|
2324
|
+
|
2325
|
+
<div class="difficulty">
|
2326
|
+
|
2327
|
+
<dl>
|
2328
|
+
<dt>Yield:</dt>
|
2329
|
+
<dd itemprop="recipeYield">1 pie or about 8 servings</dd>
|
2330
|
+
</dl>
|
2331
|
+
|
2332
|
+
|
2333
|
+
<dl>
|
2334
|
+
<dt>Level:</dt>
|
2335
|
+
<dd>Intermediate</dd>
|
2336
|
+
</dl>
|
2337
|
+
|
2338
|
+
</div>
|
2339
|
+
|
2340
|
+
</div>
|
2341
|
+
|
2342
|
+
|
2343
|
+
|
2344
|
+
<hr class="vrt">
|
2345
|
+
|
2346
|
+
<div class="info">
|
2347
|
+
|
2348
|
+
|
2349
|
+
|
2350
|
+
|
2351
|
+
</div>
|
2352
|
+
|
2353
|
+
</div>
|
2354
|
+
<section class="next-recipe-link"><span style="display: none" class="clicktracking" data-component-path="sni-food/components/pagetypes/recipe/components/next-recipe" data-resource-path="/content/food/recipes/food-network-kitchens/p/pe/pec/peca/pecan-pie-recipe/jcr:content/content-well/lead-overview/next-recipe" data-resource-type="sni-food/components/pagetypes/recipe/components/next-recipe"></span>
|
2355
|
+
|
2356
|
+
|
2357
|
+
|
2358
|
+
|
2359
|
+
<a href="/recipes/tyler-florence/bourbon-and-chocolate-pecan-pie-recipe.html" class="next">Next Recipe</a>
|
2360
|
+
</section>
|
2361
|
+
|
2362
|
+
</div>
|
2363
|
+
</div>
|
2364
|
+
</div>
|
2365
|
+
|
2366
|
+
|
2367
|
+
|
2368
|
+
|
2369
|
+
|
2370
|
+
<script data-lightbox="lightbox-recipe-image" class="modal hide fade overlay limitless" type="overlay/template">
|
2371
|
+
<figure>
|
2372
|
+
<img title="Pecan Pie" itemprop="image" height="462" alt="Pecan Pie" width="616" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2010/8/12/0/FN-Thanksgiving-2010_Pecan-Pie_s4x3.jpg.rend.sni18col.jpeg" />
|
2373
|
+
<figcaption>
|
2374
|
+
<small>Pecan Pie</small>
|
2375
|
+
</figcaption>
|
2376
|
+
</figure>
|
2377
|
+
</script>
|
2378
|
+
|
2379
|
+
|
2380
|
+
|
2381
|
+
|
2382
|
+
|
2383
|
+
|
2384
|
+
|
2385
|
+
|
2386
|
+
|
2387
|
+
|
2388
|
+
|
2389
|
+
<script data-lightbox="lightbox-recipe-video" class="modal hide fade overlay limitless" type="overlay/template">
|
2390
|
+
<figure>
|
2391
|
+
<h6> <span>()</span></h6>
|
2392
|
+
<p rel="ellipsis" data-max="100" class="expandable" style="width:616px"></p>
|
2393
|
+
<div id="vlp-player"></div>
|
2394
|
+
</figure>
|
2395
|
+
</script>
|
2396
|
+
|
2397
|
+
<script>
|
2398
|
+
SNI.Food.Player.channel = true;
|
2399
|
+
SNI.Food.recipeFirstVideoPath = '';
|
2400
|
+
</script>
|
2401
|
+
|
2402
|
+
|
2403
|
+
|
2404
|
+
</section>
|
2405
|
+
<section class="ingredients-instructions recipe-instructions section">
|
2406
|
+
|
2407
|
+
<div class="bd">
|
2408
|
+
|
2409
|
+
|
2410
|
+
|
2411
|
+
|
2412
|
+
|
2413
|
+
|
2414
|
+
<div class="col6 ingredients">
|
2415
|
+
<h6>Ingredients</h6>
|
2416
|
+
|
2417
|
+
<ul>
|
2418
|
+
|
2419
|
+
|
2420
|
+
|
2421
|
+
<li class="subtitle">Dough:</li>
|
2422
|
+
|
2423
|
+
|
2424
|
+
|
2425
|
+
|
2426
|
+
|
2427
|
+
|
2428
|
+
|
2429
|
+
<li itemprop="ingredients">1 1/4 cups <a href="http://www.foodterms.com/encyclopedia/flour/index.html" class="crosslink" debug="23 40">all-purpose flour</a>
|
2430
|
+
</li>
|
2431
|
+
|
2432
|
+
|
2433
|
+
|
2434
|
+
|
2435
|
+
|
2436
|
+
|
2437
|
+
<li itemprop="ingredients">2 teaspoons sugar</li>
|
2438
|
+
|
2439
|
+
|
2440
|
+
|
2441
|
+
|
2442
|
+
|
2443
|
+
|
2444
|
+
<li itemprop="ingredients">1/8 teaspoon salt</li>
|
2445
|
+
|
2446
|
+
|
2447
|
+
|
2448
|
+
|
2449
|
+
|
2450
|
+
|
2451
|
+
<li itemprop="ingredients">1/2 cup cold butter (1 stick), diced</li>
|
2452
|
+
|
2453
|
+
|
2454
|
+
|
2455
|
+
|
2456
|
+
|
2457
|
+
|
2458
|
+
<li itemprop="ingredients">1 large egg, lightly beaten</li>
|
2459
|
+
|
2460
|
+
|
2461
|
+
|
2462
|
+
|
2463
|
+
|
2464
|
+
|
2465
|
+
<li itemprop="ingredients"> Flour, for rolling the <a href="http://www.foodterms.com/encyclopedia/dough/index.html" class="crosslink" debug="190 195">dough</a>
|
2466
|
+
</li>
|
2467
|
+
|
2468
|
+
|
2469
|
+
|
2470
|
+
|
2471
|
+
|
2472
|
+
<li class="subtitle">Filling:</li>
|
2473
|
+
|
2474
|
+
|
2475
|
+
|
2476
|
+
|
2477
|
+
|
2478
|
+
|
2479
|
+
|
2480
|
+
<li itemprop="ingredients">5 tablespoons <a href="http://www.foodterms.com/encyclopedia/butter/index.html" class="crosslink" debug="235 250">unsalted butter</a>
|
2481
|
+
</li>
|
2482
|
+
|
2483
|
+
|
2484
|
+
|
2485
|
+
|
2486
|
+
|
2487
|
+
|
2488
|
+
<li itemprop="ingredients">1 cup packed light brown sugar</li>
|
2489
|
+
|
2490
|
+
|
2491
|
+
|
2492
|
+
|
2493
|
+
|
2494
|
+
|
2495
|
+
<li itemprop="ingredients">3/4 cup light <a href="http://www.foodterms.com/encyclopedia/corn-syrup/index.html" class="crosslink" debug="306 316">corn syrup</a>
|
2496
|
+
</li>
|
2497
|
+
|
2498
|
+
|
2499
|
+
|
2500
|
+
|
2501
|
+
|
2502
|
+
|
2503
|
+
<li itemprop="ingredients">1/2 teaspoon fine salt</li>
|
2504
|
+
|
2505
|
+
|
2506
|
+
|
2507
|
+
|
2508
|
+
|
2509
|
+
|
2510
|
+
<li itemprop="ingredients">2 cups chopped toasted <a href="http://www.foodterms.com/encyclopedia/pecan/index.html" class="crosslink" debug="373 379">pecans</a>
|
2511
|
+
</li>
|
2512
|
+
|
2513
|
+
|
2514
|
+
|
2515
|
+
|
2516
|
+
|
2517
|
+
|
2518
|
+
<li itemprop="ingredients">1 to 2 tablespoons bourbon</li>
|
2519
|
+
|
2520
|
+
|
2521
|
+
|
2522
|
+
|
2523
|
+
|
2524
|
+
|
2525
|
+
<li itemprop="ingredients">2 teaspoons pure <a href="http://www.foodterms.com/encyclopedia/extracts/index.html" class="crosslink" debug="434 449">vanilla extract</a>
|
2526
|
+
</li>
|
2527
|
+
|
2528
|
+
|
2529
|
+
|
2530
|
+
|
2531
|
+
|
2532
|
+
|
2533
|
+
<li itemprop="ingredients">3 eggs, lightly beaten</li>
|
2534
|
+
|
2535
|
+
|
2536
|
+
|
2537
|
+
|
2538
|
+
|
2539
|
+
|
2540
|
+
<li itemprop="ingredients"> Copyright 2001 Television Food Network, GP. All rights reserved</li>
|
2541
|
+
|
2542
|
+
|
2543
|
+
|
2544
|
+
</ul>
|
2545
|
+
</div>
|
2546
|
+
|
2547
|
+
|
2548
|
+
|
2549
|
+
|
2550
|
+
|
2551
|
+
|
2552
|
+
|
2553
|
+
|
2554
|
+
|
2555
|
+
<div class="col12 directions" itemprop="recipeInstructions">
|
2556
|
+
|
2557
|
+
|
2558
|
+
<h6>Directions</h6>
|
2559
|
+
|
2560
|
+
|
2561
|
+
<p>Make the dough by hand: In a medium bowl, whisk together the flour, sugar, and salt. Using your fingers, work the butter into the dry ingredients until it resembles yellow <a href="http://www.foodterms.com/encyclopedia/cornmeal/index.html" class="crosslink" debug="172 180">cornmeal</a> mixed with bean-sized bits of butter. (If the flour/butter mixture gets warm, refrigerate it for 10 minutes before proceeding.) Add the egg and stir the dough together with a fork or by hand in the bowl. If the dough is dry, sprinkle up to a tablespoon more of cold water over the mixture.</p>
|
2562
|
+
<p>Alternatively, make the dough in a <a href="http://www.foodterms.com/encyclopedia/food-processor/index.html" class="crosslink" debug="517 531">food processor</a>. With the machine fitted with the metal blade, pulse the flour, sugar, and salt until combined. Add the butter and pulse until it resembles yellow cornmeal mixed with bean-sized bits of butter, about 10 times. Add the egg and <a href="http://www.foodterms.com/encyclopedia/pulse/index.html" class="crosslink" debug="758 763">pulse</a> 1 to 2 times; don't let the dough form into a ball in the machine. (If the dough is very dry add up to a tablespoon more of cold water.) Remove the bowl from the machine, remove the blade, and bring the dough together by hand.</p>
|
2563
|
+
<p>Form the dough into a disk, wrap with <a href="http://www.foodterms.com/encyclopedia/plastic-wrap/index.html" class="crosslink" debug="1040 1052">plastic wrap</a>, and refrigerate until thoroughly chilled, at least 1 hour.</p>
|
2564
|
+
<p>On a lightly floured surface, roll the dough with a <a href="http://www.foodterms.com/encyclopedia/rolling-pin/index.html" class="crosslink" debug="1176 1187">rolling pin</a> into a 12-inch circle about 1/8-inch thick. Transfer the dough to a 9-inch <a href="http://www.foodterms.com/encyclopedia/pie-pans-tins-plates/index.html" class="crosslink" debug="1263 1270">pie pan</a> and trim the edges, leaving about an extra inch hanging over the edge. Tuck the overhanging dough underneath itself to form a thick edge that is even with the rim. <a href="http://www.foodterms.com/encyclopedia/flute/index.html" class="crosslink" debug="1435 1440">Flute</a> the edge as desired. Freeze the pie shell for 30 minutes.</p>
|
2565
|
+
<p>Set separate racks in the center and lower third of oven and preheat to 400 degrees F. Put a piece of parchment paper or foil over the pie shell and fill with dried <a href="http://www.foodterms.com/encyclopedia/beans/index.html" class="crosslink" debug="1675 1680">beans</a> or <a href="http://www.foodterms.com/encyclopedia/pie-weights/index.html" class="crosslink" debug="1684 1695">pie weights</a>. Bake on a baking sheet on the center rack until the dough is set, about 20 minutes. Remove from the oven and lift sides of the parchment paper to remove the beans. Continue baking until the pie shell is lightly golden brown, about 10 more minutes. Reduce the oven temperature to 350 degrees F.</p>
|
2566
|
+
<p>While the crust is baking make the filling: In medium <a href="http://www.foodterms.com/encyclopedia/saucepan/index.html" class="crosslink" debug="2056 2064">saucepan</a>, combine the butter, <a href="http://www.foodterms.com/encyclopedia/sugar/index.html" class="crosslink" debug="2086 2097">brown sugar</a>, corn syrup, and salt. Bring to a boil over medium heat, and stirring constantly, continue to boil for 1 minute. Remove from the heat and stir in the <a href="http://www.foodterms.com/encyclopedia/nuts/index.html" class="crosslink" debug="2248 2252">nuts</a>, <a href="http://www.foodterms.com/encyclopedia/bourbon/index.html" class="crosslink" debug="2254 2261">bourbon</a>, and the vanilla. Set the mixture aside to cool slightly, about 5 minutes. (If the crust has cooled, return it to the oven for 5 minutes to warm through.) <a href="http://www.foodterms.com/encyclopedia/whisk/index.html" class="crosslink" debug="2417 2422">Whisk</a> the beaten <a href="http://www.foodterms.com/encyclopedia/eggs/index.html" class="crosslink" debug="2434 2438">eggs</a> into the filling until smooth. Put the pie shell on a <a href="http://www.foodterms.com/encyclopedia/jelly-roll-pan/index.html" class="crosslink" debug="2493 2502">sheet pan</a> and pour the filling into the hot <a href="http://www.foodterms.com/encyclopedia/crust/index.html" class="crosslink" debug="2537 2542">crust</a>.</p>
|
2567
|
+
<p>Bake on the lower oven rack until the edges are set but the center is still slightly loose, about 40 to 45 minutes. (If the edges get very dark, cover them with aluminum foil half way during baking.) Cool on a rack. Serve slightly warm or room temperature.</p>
|
2568
|
+
|
2569
|
+
|
2570
|
+
|
2571
|
+
|
2572
|
+
|
2573
|
+
|
2574
|
+
|
2575
|
+
|
2576
|
+
|
2577
|
+
|
2578
|
+
|
2579
|
+
|
2580
|
+
|
2581
|
+
|
2582
|
+
|
2583
|
+
<hr>
|
2584
|
+
<div class="categories">
|
2585
|
+
<h6>
|
2586
|
+
<b>CATEGORIES:</b> </h6>
|
2587
|
+
<ul>
|
2588
|
+
|
2589
|
+
|
2590
|
+
|
2591
|
+
|
2592
|
+
|
2593
|
+
|
2594
|
+
|
2595
|
+
|
2596
|
+
|
2597
|
+
<li itemprop="recipeCategory"><a href="/topics/bourbon.html">Bourbon</a></li>
|
2598
|
+
|
2599
|
+
|
2600
|
+
|
2601
|
+
|
2602
|
+
|
2603
|
+
|
2604
|
+
|
2605
|
+
|
2606
|
+
|
2607
|
+
|
2608
|
+
|
2609
|
+
|
2610
|
+
|
2611
|
+
|
2612
|
+
<li itemprop="recipeCategory"><a href="/topics/baked-apple-recipes.html">Dessert</a></li>
|
2613
|
+
|
2614
|
+
|
2615
|
+
|
2616
|
+
|
2617
|
+
|
2618
|
+
|
2619
|
+
|
2620
|
+
|
2621
|
+
|
2622
|
+
|
2623
|
+
|
2624
|
+
|
2625
|
+
|
2626
|
+
|
2627
|
+
|
2628
|
+
|
2629
|
+
<li class="last" itemprop="recipeCategory"><a href="/topics/cherry-pie-recipes.html">Pie</a></li>
|
2630
|
+
|
2631
|
+
|
2632
|
+
|
2633
|
+
|
2634
|
+
|
2635
|
+
|
2636
|
+
|
2637
|
+
|
2638
|
+
|
2639
|
+
|
2640
|
+
|
2641
|
+
|
2642
|
+
|
2643
|
+
|
2644
|
+
|
2645
|
+
|
2646
|
+
|
2647
|
+
|
2648
|
+
|
2649
|
+
|
2650
|
+
</ul>
|
2651
|
+
<span data-popover="categories" data-pos="left">View All<a href="#" class="btn radial tiny"> <i class="ss-upright"></i></a></span>
|
2652
|
+
|
2653
|
+
|
2654
|
+
|
2655
|
+
<script data-popover="categories" type="popover/template">
|
2656
|
+
<div class="popover-content categories">
|
2657
|
+
|
2658
|
+
<ul>
|
2659
|
+
<li>Main Ingredient</li>
|
2660
|
+
|
2661
|
+
|
2662
|
+
|
2663
|
+
|
2664
|
+
|
2665
|
+
|
2666
|
+
|
2667
|
+
|
2668
|
+
|
2669
|
+
|
2670
|
+
|
2671
|
+
<li ><a href="/content/food/topics/b/bourbon.html">Bourbon</a></li>
|
2672
|
+
|
2673
|
+
|
2674
|
+
|
2675
|
+
|
2676
|
+
|
2677
|
+
|
2678
|
+
|
2679
|
+
|
2680
|
+
|
2681
|
+
|
2682
|
+
|
2683
|
+
|
2684
|
+
|
2685
|
+
|
2686
|
+
<li ><a href="/content/food/topics/d/dairy.html">Dairy</a></li>
|
2687
|
+
|
2688
|
+
|
2689
|
+
|
2690
|
+
|
2691
|
+
|
2692
|
+
|
2693
|
+
|
2694
|
+
|
2695
|
+
|
2696
|
+
|
2697
|
+
|
2698
|
+
|
2699
|
+
|
2700
|
+
|
2701
|
+
<li class="last"><a href="/content/food/topics/h/hard-boiled-eggs-recipes.html">Eggs</a></li>
|
2702
|
+
|
2703
|
+
|
2704
|
+
|
2705
|
+
|
2706
|
+
</ul>
|
2707
|
+
|
2708
|
+
<ul>
|
2709
|
+
<li>Course</li>
|
2710
|
+
|
2711
|
+
|
2712
|
+
|
2713
|
+
|
2714
|
+
|
2715
|
+
|
2716
|
+
|
2717
|
+
|
2718
|
+
|
2719
|
+
|
2720
|
+
|
2721
|
+
<li class="last"><a href="/content/food/topics/b/baked-apple-recipes.html">Dessert</a></li>
|
2722
|
+
|
2723
|
+
|
2724
|
+
|
2725
|
+
|
2726
|
+
</ul>
|
2727
|
+
|
2728
|
+
<ul>
|
2729
|
+
<li>Dish</li>
|
2730
|
+
|
2731
|
+
|
2732
|
+
|
2733
|
+
|
2734
|
+
|
2735
|
+
|
2736
|
+
|
2737
|
+
|
2738
|
+
|
2739
|
+
|
2740
|
+
|
2741
|
+
<li class="last"><a href="/content/food/topics/c/cherry-pie-recipes.html">Pie</a></li>
|
2742
|
+
|
2743
|
+
|
2744
|
+
|
2745
|
+
|
2746
|
+
</ul>
|
2747
|
+
|
2748
|
+
<ul>
|
2749
|
+
<li>Technique</li>
|
2750
|
+
|
2751
|
+
|
2752
|
+
|
2753
|
+
|
2754
|
+
|
2755
|
+
|
2756
|
+
|
2757
|
+
|
2758
|
+
|
2759
|
+
|
2760
|
+
|
2761
|
+
<li class="last"><a href="/content/food/topics/b/baking.html">Baking</a></li>
|
2762
|
+
|
2763
|
+
|
2764
|
+
|
2765
|
+
|
2766
|
+
</ul>
|
2767
|
+
|
2768
|
+
<ul>
|
2769
|
+
<li>Cuisine</li>
|
2770
|
+
|
2771
|
+
|
2772
|
+
|
2773
|
+
|
2774
|
+
|
2775
|
+
|
2776
|
+
|
2777
|
+
|
2778
|
+
|
2779
|
+
|
2780
|
+
|
2781
|
+
<li class="last"><a href="/content/food/topics/a/american.html">American</a></li>
|
2782
|
+
|
2783
|
+
|
2784
|
+
|
2785
|
+
|
2786
|
+
</ul>
|
2787
|
+
|
2788
|
+
<ul>
|
2789
|
+
<li>Occasion</li>
|
2790
|
+
|
2791
|
+
|
2792
|
+
|
2793
|
+
|
2794
|
+
|
2795
|
+
|
2796
|
+
|
2797
|
+
|
2798
|
+
|
2799
|
+
|
2800
|
+
|
2801
|
+
<li class="last"><a href="/content/food/topics/h/holiday.html">Holiday</a></li>
|
2802
|
+
|
2803
|
+
|
2804
|
+
|
2805
|
+
|
2806
|
+
</ul>
|
2807
|
+
|
2808
|
+
<ul>
|
2809
|
+
<li>Season</li>
|
2810
|
+
|
2811
|
+
|
2812
|
+
|
2813
|
+
|
2814
|
+
|
2815
|
+
|
2816
|
+
|
2817
|
+
|
2818
|
+
|
2819
|
+
|
2820
|
+
|
2821
|
+
<li class="last"><a href="/content/food/topics/f/fall.html">Fall</a></li>
|
2822
|
+
|
2823
|
+
|
2824
|
+
|
2825
|
+
|
2826
|
+
</ul>
|
2827
|
+
|
2828
|
+
</div>
|
2829
|
+
</script>
|
2830
|
+
</div>
|
2831
|
+
<hr>
|
2832
|
+
|
2833
|
+
<section class="recipe-direction-carousel"><span style="display: none" class="clicktracking" data-component-path="sni-food/components/pagetypes/recipe/components/recipe-direction-carousel" data-resource-path="/content/food/recipes/food-network-kitchens/p/pe/pec/peca/pecan-pie-recipe/jcr:content/content-well/ingredients-instructions/recipe-direction-carousel" data-resource-type="sni-food/components/pagetypes/recipe/components/recipe-direction-carousel"></span>
|
2834
|
+
|
2835
|
+
|
2836
|
+
|
2837
|
+
</section>
|
2838
|
+
|
2839
|
+
</div>
|
2840
|
+
|
2841
|
+
</div>
|
2842
|
+
|
2843
|
+
<a rel="package-overlay-top"></a>
|
2844
|
+
</section>
|
2845
|
+
<div class="parbase section reference">
|
2846
|
+
<div style="display:inline;" class="cq-dd-paragraph">
|
2847
|
+
<section class="secondary-inline-video">
|
2848
|
+
|
2849
|
+
|
2850
|
+
|
2851
|
+
|
2852
|
+
|
2853
|
+
|
2854
|
+
|
2855
|
+
|
2856
|
+
|
2857
|
+
|
2858
|
+
|
2859
|
+
|
2860
|
+
|
2861
|
+
|
2862
|
+
<header class="hr">
|
2863
|
+
<h5>Cooking Tips</h5>
|
2864
|
+
|
2865
|
+
<nav class="cta"><a href="/videos/players/food-network-top-food-videos.html">More Cooking Tips<i class="ss-navigateright"></i></a></nav>
|
2866
|
+
|
2867
|
+
</header>
|
2868
|
+
|
2869
|
+
|
2870
|
+
|
2871
|
+
<div class="bd group">
|
2872
|
+
<div class="vid-wrap col12">
|
2873
|
+
<div id="vlp-player-sec-inl"></div>
|
2874
|
+
</div>
|
2875
|
+
<div class="vid-list col6"></div>
|
2876
|
+
</div>
|
2877
|
+
<script>SNI.Food.Player.SecondaryInline('vlp-player-sec-inl', 'videos/channels/c/cooking-tips.videochannel', '', {"channel": {
|
2878
|
+
"title": "Cooking Tips",
|
2879
|
+
"sponsorshipValue": "",
|
2880
|
+
"adLevel": "",
|
2881
|
+
"isSponsored": false,
|
2882
|
+
"playerId": "",
|
2883
|
+
"psaPlayerTitle": "",
|
2884
|
+
"dartId": "",
|
2885
|
+
"sponsorName": "",
|
2886
|
+
"video": [
|
2887
|
+
{
|
2888
|
+
"assetId": "0154940",
|
2889
|
+
"videoId": "0154940",
|
2890
|
+
"clipName": "How to Chiffonade Cut Herbs",
|
2891
|
+
"length": "01:04",
|
2892
|
+
"videoUrl": "http://wms.scrippsnetworks.com/library/Food_Network/0154940.wmv",
|
2893
|
+
"thumbnailUrl": "http://images.scrippsnetworks.com/up/images/0154/0154940_92x69.jpg",
|
2894
|
+
"abstract": "Cut herbs like a pro with these simple tips for proper chiffonade.",
|
2895
|
+
"relatedTitle": "Step-by-step photos",
|
2896
|
+
"relatedUrl": "http://www.foodnetwork.com/how-to/how-to-chiffonade-herbs/pictures/index.html"
|
2897
|
+
},
|
2898
|
+
{
|
2899
|
+
"assetId": "0154933",
|
2900
|
+
"videoId": "0154933",
|
2901
|
+
"clipName": "How to Chill Wine Fast",
|
2902
|
+
"length": "01:00",
|
2903
|
+
"videoUrl": "http://wms.scrippsnetworks.com/library/Food_Network/0154933.wmv",
|
2904
|
+
"thumbnailUrl": "http://images.scrippsnetworks.com/up/images/0154/0154933_92x69.jpg",
|
2905
|
+
"abstract": "Guests due in 10 minutes, and the wine's not chilled? Watch this!",
|
2906
|
+
"relatedTitle": "Step-by-Step Photos",
|
2907
|
+
"relatedUrl": "http://www.foodnetwork.com/how-to/how-to-chill-wine-fast/pictures/index.html"
|
2908
|
+
},
|
2909
|
+
{
|
2910
|
+
"assetId": "0155001",
|
2911
|
+
"videoId": "0155001",
|
2912
|
+
"clipName": "Grilling Basics",
|
2913
|
+
"length": "03:26",
|
2914
|
+
"videoUrl": "http://wms.scrippsnetworks.com/library/Food_Network/0155001.wmv",
|
2915
|
+
"thumbnailUrl": "http://images.scrippsnetworks.com/up/images/0155/0155001_92x69.jpg",
|
2916
|
+
"abstract": "Be a grillmaster with tips for grilling over direct and indirect heat.",
|
2917
|
+
"relatedTitle": "Step-by-step photos",
|
2918
|
+
"relatedUrl": "http://www.foodnetwork.com/how-to/how-to-set-up-a-grill/pictures/index.html"
|
2919
|
+
},
|
2920
|
+
{
|
2921
|
+
"assetId": "0163579",
|
2922
|
+
"videoId": "0163579",
|
2923
|
+
"clipName": "How to Grill for a Crowd",
|
2924
|
+
"length": "02:58",
|
2925
|
+
"videoUrl": "http://wms.scrippsnetworks.com/library/Food_Network/0163579.wmv",
|
2926
|
+
"thumbnailUrl": "http://images.scrippsnetworks.com/up/images/0163/0163579_92x69.jpg",
|
2927
|
+
"abstract": "Expecting a crowd? Get Bobby's best tips for grilling big cuts of meat.",
|
2928
|
+
"relatedTitle": "Get the recipe",
|
2929
|
+
"relatedUrl": "/recipes-and-cooking/bobby-flays-best-summer-grilling-recipes/index.html"
|
2930
|
+
},
|
2931
|
+
{
|
2932
|
+
"assetId": "0154969",
|
2933
|
+
"videoId": "0154969",
|
2934
|
+
"clipName": "How to Buy and Store Herbs",
|
2935
|
+
"length": "01:29",
|
2936
|
+
"videoUrl": "http://wms.scrippsnetworks.com/library/Food_Network/0154969.wmv",
|
2937
|
+
"thumbnailUrl": "http://images.scrippsnetworks.com/up/images/0154/0154969_92x69.jpg",
|
2938
|
+
"abstract": "Use our tips on buying and storing fresh herbs to brighten up any meal.",
|
2939
|
+
"relatedTitle": "Step-by-step photos",
|
2940
|
+
"relatedUrl": "http://www.foodnetwork.com/how-to/how-to-buy-and-store-herbs/pictures/index.html"
|
2941
|
+
},
|
2942
|
+
{
|
2943
|
+
"assetId": "0154928",
|
2944
|
+
"videoId": "0154928",
|
2945
|
+
"clipName": "How to Make Vinaigrette 3 Ways",
|
2946
|
+
"length": "02:00",
|
2947
|
+
"videoUrl": "http://wms.scrippsnetworks.com/library/Food_Network/0154928.wmv",
|
2948
|
+
"thumbnailUrl": "http://images.scrippsnetworks.com/up/images/0154/0154928_92x69.jpg",
|
2949
|
+
"abstract": "Here are three ways to make perfect vinaigrette: whisk, shake and emulsify.",
|
2950
|
+
"relatedTitle": "Step-by-Step Photos",
|
2951
|
+
"relatedUrl": "http://www.foodnetwork.com/how-to/how-to-make-vinaigrette-3-ways/pictures/index.html"
|
2952
|
+
},
|
2953
|
+
{
|
2954
|
+
"assetId": "0154983",
|
2955
|
+
"videoId": "0154983",
|
2956
|
+
"clipName": "Pie Dough Basics",
|
2957
|
+
"length": "02:07",
|
2958
|
+
"videoUrl": "http://wms.scrippsnetworks.com/library/Food_Network/0154983.wmv",
|
2959
|
+
"thumbnailUrl": "http://images.scrippsnetworks.com/up/images/0154/0154983_92x69.jpg",
|
2960
|
+
"abstract": "Follow a few easy steps for flawless piecrust dough every time.",
|
2961
|
+
"relatedTitle": "Step-by-step photos",
|
2962
|
+
"relatedUrl": "http://www.foodnetwork.com/how-to/how-to-make-pie-dough/pictures/index.html"
|
2963
|
+
},
|
2964
|
+
{
|
2965
|
+
"assetId": "0154936",
|
2966
|
+
"videoId": "0154936",
|
2967
|
+
"clipName": "How to Frost a Cake",
|
2968
|
+
"length": "02:15",
|
2969
|
+
"videoUrl": "http://wms.scrippsnetworks.com/library/Food_Network/0154936.wmv",
|
2970
|
+
"thumbnailUrl": "http://images.scrippsnetworks.com/up/images/0154/0154936_92x69.jpg",
|
2971
|
+
"abstract": "Follow these simple tips and you'll be frosting cakes like a pro.",
|
2972
|
+
"relatedTitle": "Step-by-Step Photos",
|
2973
|
+
"relatedUrl": "http://www.foodnetwork.com/how-to/how-to-frost-a-cake/pictures/index.html"
|
2974
|
+
},
|
2975
|
+
{
|
2976
|
+
"assetId": "0137909",
|
2977
|
+
"videoId": "0137909",
|
2978
|
+
"clipName": "How to Make Fajitas",
|
2979
|
+
"length": "03:53",
|
2980
|
+
"videoUrl": "http://wms.scrippsnetworks.com/library/Food_Network/0137909.wmv",
|
2981
|
+
"thumbnailUrl": "http://images.scrippsnetworks.com/up/images/0137/0137909_92x69.jpg",
|
2982
|
+
"abstract": "Chef Aaron Sanchez shares his recipe for Fajitas and Marinated Flank Steak.",
|
2983
|
+
"relatedTitle": "Get the recipe",
|
2984
|
+
"relatedUrl": "http://www.foodnetwork.com/recipes/fajitas-with-marinated-flank-steak-and-rajas-recipe/index.html"
|
2985
|
+
},
|
2986
|
+
{
|
2987
|
+
"assetId": "0154941",
|
2988
|
+
"videoId": "0154941",
|
2989
|
+
"clipName": "How to Bake a Cake",
|
2990
|
+
"length": "03:00",
|
2991
|
+
"videoUrl": "http://wms.scrippsnetworks.com/library/Food_Network/0154941.wmv",
|
2992
|
+
"thumbnailUrl": "http://images.scrippsnetworks.com/up/images/0154/0154941_92x69.jpg",
|
2993
|
+
"abstract": "For cake bakers, here are the basics of mixing, prepping and baking.",
|
2994
|
+
"relatedTitle": "Step-by-Step Photos",
|
2995
|
+
"relatedUrl": "http://www.foodnetwork.com/how-to/how-to-bake-a-cake/pictures/index.html"
|
2996
|
+
},
|
2997
|
+
{
|
2998
|
+
"assetId": "0154990",
|
2999
|
+
"videoId": "0154990",
|
3000
|
+
"clipName": "How to Butterfly a Chicken",
|
3001
|
+
"length": "01:16",
|
3002
|
+
"videoUrl": "http://wms.scrippsnetworks.com/library/Food_Network/0154990.wmv",
|
3003
|
+
"thumbnailUrl": "http://images.scrippsnetworks.com/up/images/0154/0154990_92x69.jpg",
|
3004
|
+
"abstract": "Butterflied chicken cooks faster and more evenly. Here's how it's done.",
|
3005
|
+
"relatedTitle": "Step-by-step photos",
|
3006
|
+
"relatedUrl": "http://www.foodnetwork.com/how-to/how-to-butterfly-a-chicken/pictures/index.html"
|
3007
|
+
}
|
3008
|
+
]
|
3009
|
+
}});</script>
|
3010
|
+
|
3011
|
+
|
3012
|
+
</section>
|
3013
|
+
</div>
|
3014
|
+
</div>
|
3015
|
+
<section class="outbrain-recipes section">
|
3016
|
+
|
3017
|
+
|
3018
|
+
|
3019
|
+
<header class="hr">
|
3020
|
+
<h5>YOU MIGHT ALSO LIKE</h5>
|
3021
|
+
</header>
|
3022
|
+
|
3023
|
+
|
3024
|
+
|
3025
|
+
<div>
|
3026
|
+
<div class="OUTBRAIN" data-src="http://www.foodnetwork.com/recipes/food-network-kitchens/pecan-pie-recipe.html" data-widget-id="AR_3" data-ob-template="foodnetwork"></div>
|
3027
|
+
</div>
|
3028
|
+
|
3029
|
+
</section>
|
3030
|
+
<section class="module more-recipe-ideas section"><span style="display: none" class="clicktracking" data-component-path="sni-core/components/modules/more-recipe-ideas" data-resource-path="/content/food/recipes/food-network-kitchens/p/pe/pec/peca/pecan-pie-recipe/jcr:content/content-well/more-recipe-ideas" data-resource-type="sni-food/components/modules/more-recipe-ideas"></span><div class="group more-block">
|
3031
|
+
<h6>More Recipes and Ideas:</h6>
|
3032
|
+
<p>
|
3033
|
+
<a href="/recipes/tyler-florence/bourbon-and-chocolate-pecan-pie-recipe.html"><span rel="ellipsis" data-max="25">Bourbon And Chocolate Pecan Pie</span></a>, <a href="/recipes/emeril-lagasse/chocolate-pecan-pie-with-semisweet-chocolate-and-jack-ice-cream-recipe.html"><span rel="ellipsis" data-max="25">Chocolate Pecan Pie with Semisweet Chocolate and Jack Ice Cream</span></a>, <a href="/recipes/pecan-pie-recipe1.html"><span rel="ellipsis" data-max="25">Pecan Pie</span></a>, <a href="/topics/key-lime-pie-recipes.html"><span rel="ellipsis" data-max="25">Key Lime Pie Recipes</span></a>, <a href="/topics/chocolate-pie-recipes.html"><span rel="ellipsis" data-max="25">Chocolate Pie Recipes</span></a>, <a href="/topics/cherry-pie-recipes.html"><span rel="ellipsis" data-max="25">Cherry Pie Recipes</span></a>, <a href="/topics/apple-pie-recipes.html"><span rel="ellipsis" data-max="25">Apple Pie Recipes</span></a>, <a href="/topics/chilled-pie.html"><span rel="ellipsis" data-max="25">Chilled Pie</span></a>, <a href="/topics/pie-crust.html"><span rel="ellipsis" data-max="25">Pie Crust</span></a></p>
|
3034
|
+
</div>
|
3035
|
+
</section>
|
3036
|
+
<div class="reviews section">
|
3037
|
+
|
3038
|
+
|
3039
|
+
<section>
|
3040
|
+
<div class="reviews-filter" data-review-filters="16098" id="review-filter-16098">
|
3041
|
+
<div class="loading">
|
3042
|
+
<div class="absolute-centering">
|
3043
|
+
<img alt="Loading review filters..." src="/etc/designs/food/clientlib/img/spinner.gif">
|
3044
|
+
</div>
|
3045
|
+
</div>
|
3046
|
+
<div class="filters">
|
3047
|
+
<header class="hr">
|
3048
|
+
<h5>BROWSE REVIEWS BY KEYWORD</h5>
|
3049
|
+
</header>
|
3050
|
+
<ul class="stack"></ul>
|
3051
|
+
</div>
|
3052
|
+
<div class="content"></div>
|
3053
|
+
</div>
|
3054
|
+
</section>
|
3055
|
+
<script id="global_filter_template" type="text/review-template">
|
3056
|
+
<li><i></i><a rel="ellipsis" id="filter_{{id}}" data-index="{{index}}" data-max="38" href="#">{{name}} <cite>{{count}}</cite></a></li>
|
3057
|
+
</script>
|
3058
|
+
<script id="global_review_template" type="text/review-template">
|
3059
|
+
<div class="media">
|
3060
|
+
<div class="ratings">
|
3061
|
+
{{rating}}
|
3062
|
+
</div>
|
3063
|
+
<img src="{{avatar}}" width="24" height="24" class="mini-avatar pull-left" alt="{{displayName}}">
|
3064
|
+
<p>By <a href="{{userUrl}}">{{displayName}}</a> {{location}}</p>
|
3065
|
+
<time datetime="2013-11-02">{{reviewDate}}</time>
|
3066
|
+
</div>
|
3067
|
+
<div class="review">
|
3068
|
+
<div class="wrapper">
|
3069
|
+
{{body}}
|
3070
|
+
</div>
|
3071
|
+
</div>
|
3072
|
+
<div class="bottom">
|
3073
|
+
<div class="count">
|
3074
|
+
<p class="pull-left">
|
3075
|
+
<span class="current">{{current}}</span> of <span class="total">{{total}}</span> reviews for "<b>{{name}}</b>"
|
3076
|
+
</p>
|
3077
|
+
<div class="pull-right">
|
3078
|
+
<a href="#" class="btn fig inverse prev"><i class="ss-left"></i><span>Previous</span></a>
|
3079
|
+
<a href="#" class="btn fig inverse next"><span>Next</span><i class="ss-right"></i></a>
|
3080
|
+
</div>
|
3081
|
+
</div>
|
3082
|
+
</div>
|
3083
|
+
</script>
|
3084
|
+
<script id="global_tryout_template" type="text/review-template">
|
3085
|
+
<p id="intro">Filter reviews by keyword by clicking on the keywords above,<br>or try these popular keywords: <br></p>
|
3086
|
+
<div id="try-now-links">
|
3087
|
+
<div class="try-wrap">
|
3088
|
+
<ul class="tryouts"></ul>
|
3089
|
+
</div>
|
3090
|
+
</div>
|
3091
|
+
</script>
|
3092
|
+
|
3093
|
+
<section class="reviews section">
|
3094
|
+
|
3095
|
+
|
3096
|
+
|
3097
|
+
|
3098
|
+
|
3099
|
+
|
3100
|
+
|
3101
|
+
|
3102
|
+
|
3103
|
+
|
3104
|
+
|
3105
|
+
|
3106
|
+
|
3107
|
+
|
3108
|
+
|
3109
|
+
<script type="text/javascript">
|
3110
|
+
|
3111
|
+
var isSeo = false;
|
3112
|
+
if (typeof (SNI_COMMUNITY_ECHO_ENVIORNMENT) == 'undefined') {
|
3113
|
+
SNI_COMMUNITY_ECHO_ENVIORNMENT = {};
|
3114
|
+
}
|
3115
|
+
|
3116
|
+
SNI_COMMUNITY_ECHO_ENVIORNMENT = 'http://echoapp.foodnetwork.com';
|
3117
|
+
|
3118
|
+
if (typeof (SNI_COMMUNITY_ECHO_STATIC_ENVIORNMENT) == 'undefined') {
|
3119
|
+
SNI_COMMUNITY_ECHO_STATIC_ENVIORNMENT = {};
|
3120
|
+
}
|
3121
|
+
|
3122
|
+
SNI_COMMUNITY_ECHO_STATIC_ENVIORNMENT = 'http://echostatic.community.snidigital.com/echo-prod-static';
|
3123
|
+
</script>
|
3124
|
+
|
3125
|
+
<script type="text/javascript" src="http://echostatic.community.snidigital.com/echo-prod-static/config/prod-echo_app_config.js"></script>
|
3126
|
+
<script type="text/javascript" src="http://cdn.echoenabled.com/sdk/v3/loader.js"></script>
|
3127
|
+
|
3128
|
+
<script type="text/javascript">
|
3129
|
+
if (typeof (SNI_COMMUNITY_ECHO_ENVIORNMENT_CONFIG) === 'undefined') {
|
3130
|
+
SNI_COMMUNITY_ECHO_ENVIORNMENT_CONFIG='review';
|
3131
|
+
}
|
3132
|
+
|
3133
|
+
SNI_COMMUNITY_COMMENT_APP.IS_BOT = false;
|
3134
|
+
SNI_COMMUNITY_COMMENT_APP.WCM_URL = '/recipes/food-network-kitchens/pecan-pie-recipe.html?';
|
3135
|
+
SNI_COMMUNITY_COMMENT_APP.DEBUG = false;
|
3136
|
+
SNI_COMMUNITY_COMMENT_APP.CHILD_OBJECT_TYPE = "comment";
|
3137
|
+
SNI_COMMUNITY_COMMENT_APP.canvasId = "";
|
3138
|
+
|
3139
|
+
|
3140
|
+
|
3141
|
+
if (typeof jitCookie == 'undefined') {
|
3142
|
+
jitCookie = '';
|
3143
|
+
}
|
3144
|
+
|
3145
|
+
|
3146
|
+
|
3147
|
+
if( typeof(SNI_COMMUNITY_ECHO_ASSET.ASSET_TYPE)=='undefined' ){
|
3148
|
+
SNI_COMMUNITY_ECHO_ASSET.ASSET_TYPE='recipe';
|
3149
|
+
}
|
3150
|
+
|
3151
|
+
if( typeof(SNI_COMMUNITY_ECHO_ASSET.ASSET_ID)=='undefined' ){
|
3152
|
+
SNI_COMMUNITY_ECHO_ASSET.ASSET_ID ='30e7f987-ad0f-4b10-9801-a52af0260074';
|
3153
|
+
}
|
3154
|
+
|
3155
|
+
if( typeof(SNI_COMMUNITY_ECHO_ASSET.ASSET_SITE_NAME)=='undefined' ){
|
3156
|
+
SNI_COMMUNITY_ECHO_ASSET.ASSET_SITE_NAME='food';
|
3157
|
+
}
|
3158
|
+
|
3159
|
+
if( typeof(SNI_COMMUNITY_ECHO_ASSET.ASSET_CATEGORY)=='undefined' ){
|
3160
|
+
SNI_COMMUNITY_ECHO_ASSET.ASSET_CATEGORY ='food';
|
3161
|
+
}
|
3162
|
+
|
3163
|
+
/* if(isSeo){
|
3164
|
+
if(SNI_COMMUNITY_ECHO_ASSET.ASSET_TYPE == 'recipe' || SNI_COMMUNITY_ECHO_ASSET.ASSET_TYPE == 'company'){
|
3165
|
+
SNI_COMMUNITY_ECHO_ASSET.UPDATED_ASSET_ID = '30e7f987-ad0f-4b10-9801-a52af0260074';
|
3166
|
+
SNI_COMMUNITY_ECHO_ASSET.UPDATED_ASSET_TYPE= 'recipe';
|
3167
|
+
}
|
3168
|
+
}*/
|
3169
|
+
|
3170
|
+
SNI_COMMUNITY_COMMENT_APP.canvasId = SNI.COMMUNITY.getCanvasInstanceId("canvasid");
|
3171
|
+
SNI_COMMUNITY_COMMENT_APP.instanceId = SNI.COMMUNITY.getCanvasInstanceId("instanceid");
|
3172
|
+
|
3173
|
+
|
3174
|
+
|
3175
|
+
if(isSeo){
|
3176
|
+
SNI_COMMUNITY_COMMENT_APP.ITEMS_PER_PAGE = "30";
|
3177
|
+
}
|
3178
|
+
</script>
|
3179
|
+
<link rel="stylesheet" type="text/css" href="http://echostatic.community.snidigital.com/echo-prod-static/css/v3/jquery.fancybox-1.3.4.css">
|
3180
|
+
<div id="comments">
|
3181
|
+
<script type="text/javascript">
|
3182
|
+
document.writeln('<div id="sni-reviews" class="echo-canvas" data-canvas-id="'+SNI_COMMUNITY_COMMENT_APP.canvasId+'"></div>');
|
3183
|
+
Echo.Loader.init();
|
3184
|
+
//setTimeout(function() {
|
3185
|
+
// Echo.Loader.init();
|
3186
|
+
//}, 10000);
|
3187
|
+
</script>
|
3188
|
+
</div>
|
3189
|
+
</section>
|
3190
|
+
</div>
|
3191
|
+
<section class="ad-fn-magazine module section">
|
3192
|
+
|
3193
|
+
|
3194
|
+
|
3195
|
+
|
3196
|
+
|
3197
|
+
|
3198
|
+
|
3199
|
+
|
3200
|
+
|
3201
|
+
|
3202
|
+
|
3203
|
+
|
3204
|
+
|
3205
|
+
|
3206
|
+
|
3207
|
+
|
3208
|
+
</section>
|
3209
|
+
</div>
|
3210
|
+
|
3211
|
+
|
3212
|
+
|
3213
|
+
</article>
|
3214
|
+
|
3215
|
+
<aside role="complementary">
|
3216
|
+
|
3217
|
+
|
3218
|
+
|
3219
|
+
<div class="parsys">
|
3220
|
+
<section class="ad section">
|
3221
|
+
|
3222
|
+
|
3223
|
+
|
3224
|
+
<div id="bigbox">
|
3225
|
+
<script>
|
3226
|
+
if(typeof mdManager != "undefined"){
|
3227
|
+
BigboxAd(5, mdManager.getParameterString("keyterm"));
|
3228
|
+
} else {
|
3229
|
+
BigboxAd(5);
|
3230
|
+
}
|
3231
|
+
</script>
|
3232
|
+
</div>
|
3233
|
+
<span>Advertisement</span></section>
|
3234
|
+
<section class="ad-fn-magazine module section">
|
3235
|
+
|
3236
|
+
|
3237
|
+
|
3238
|
+
|
3239
|
+
|
3240
|
+
|
3241
|
+
|
3242
|
+
|
3243
|
+
|
3244
|
+
|
3245
|
+
|
3246
|
+
|
3247
|
+
|
3248
|
+
|
3249
|
+
|
3250
|
+
|
3251
|
+
</section>
|
3252
|
+
<div class="parbase teaser section">
|
3253
|
+
<script type="text/javascript">$CQ(function() {
|
3254
|
+
initializeTeaserLoader([{"path":"/content/campaigns/food/sponsored-pod-topregion/star-salvation-2014","name":"star-salvation-2014","title":"Star Salvation 2014","campainName":"sponsored-pod-topregion","thumbnail":"/content/campaigns/food/sponsored-pod-topregion/star-salvation-2014.thumb.png","id":"sponsored-pod-topregion_star-salvation-2014","segments":["/etc/segmentation/fn_gr_mainlanding","/etc/segmentation/fn_gr_summerparties","/etc/segmentation/fn_gr_hotdogs","/etc/segmentation/fn_gr_bbq","/etc/segmentation/fn_gr_burgers","/etc/segmentation/fn_gr_ontheroad","/etc/segmentation/fn_gr_ontv","/etc/segmentation/fn_gr_cocktails","/etc/segmentation/fn_gr_desserts","/etc/segmentation/fn_gr_mains","/etc/segmentation/fn_gr_chicken","/etc/segmentation/fn_gr_apps","/etc/segmentation/fn_gr_sides","/etc/segmentation/fn_gr_healthy","/etc/segmentation/bobby--alton--giada-talent-pages-for-star","/etc/segmentation/fn-star--additional-placements","/etc/segmentation/shows-hub","/etc/segmentation/chefs-hub","/etc/segmentation/recipes-hub","/etc/segmentation/restaurants-hub"],"tags":[]},{"path":"/content/campaigns/food/sponsored-pod-topregion/grilling-essentials","name":"grilling-essentials","title":"Grilling Essentials","campainName":"sponsored-pod-topregion","thumbnail":"/content/campaigns/food/sponsored-pod-topregion/grilling-essentials.thumb.png","id":"sponsored-pod-topregion_grilling-essentials","segments":["/etc/segmentation/fn_gr_mainlanding","/etc/segmentation/fn_gr_summerparties","/etc/segmentation/fn_gr_bbq","/etc/segmentation/fn_gr_ontheroad","/etc/segmentation/fn_gr_burgers","/etc/segmentation/fn_gr_ontv","/etc/segmentation/fn_gr_cocktails","/etc/segmentation/fn_gr_desserts","/etc/segmentation/fn_gr_mains","/etc/segmentation/fn_gr_apps","/etc/segmentation/fn_gr_chicken","/etc/segmentation/fn_gr_sides","/etc/segmentation/fn_gr_healthy"],"tags":[]},{"path":"/content/campaigns/food/sponsored-pod-topregion/hgtv-spring-event","name":"hgtv-spring-event","title":"HGTV Spring Event","campainName":"sponsored-pod-topregion","thumbnail":"/content/campaigns/food/sponsored-pod-topregion/hgtv-spring-event.thumb.png","id":"sponsored-pod-topregion_hgtv-spring-event","segments":["/etc/segmentation/fn_springproduceguide","/etc/segmentation/fn_everythingspring","/etc/segmentation/springentertainingguide"],"tags":[]},{"path":"/content/campaigns/food/sponsored-pod-topregion/cc-fc-easter","name":"cc-fc-easter","title":"CC/FC Easter","campainName":"sponsored-pod-topregion","thumbnail":"/content/campaigns/food/sponsored-pod-topregion/cc-fc-easter.thumb.png","id":"sponsored-pod-topregion_cc-fc-easter","segments":["/etc/segmentation/fn_easter"],"tags":[]},{"path":"/content/campaigns/food/sponsored-pod-topregion/fc-cc-mother-s-day-2014","name":"fc-cc-mother-s-day-2014","title":"FC/CC Mother's Day 2014","campainName":"sponsored-pod-topregion","thumbnail":"/content/campaigns/food/sponsored-pod-topregion/fc-cc-mother-s-day-2014.thumb.png","id":"sponsored-pod-topregion_fc-cc-mother-s-day-2014","segments":["/etc/segmentation/fn_mothersday"],"tags":[]},{"path":"/content/campaigns/food/sponsored-pod-topregion/bff_marketing_01","name":"bff_marketing_01","title":"BFF_MARKETING_01","campainName":"sponsored-pod-topregion","thumbnail":"/content/campaigns/food/sponsored-pod-topregion/bff_marketing_01.thumb.png","id":"sponsored-pod-topregion_bff_marketing_01","segments":["/etc/segmentation/fn_bobbyflayfit"],"tags":[]},{"path":"/content/campaigns/food/sponsored-pod-topregion/biggame_marketing01","name":"biggame_marketing01","title":"biggame_MARKETING_01","campainName":"sponsored-pod-topregion","thumbnail":"/content/campaigns/food/sponsored-pod-topregion/biggame_marketing01.thumb.png","id":"sponsored-pod-topregion_biggame_marketing01","segments":["/etc/segmentation/fn_sb_mainlanding"],"tags":[]},{"path":"/content/campaigns/food/sponsored-pod-topregion/tailgating_marketing01","name":"tailgating_marketing01","title":"Tailgating_MARKETING_01","campainName":"sponsored-pod-topregion","thumbnail":"/content/campaigns/food/sponsored-pod-topregion/tailgating_marketing01.thumb.png","id":"sponsored-pod-topregion_tailgating_marketing01","segments":["/etc/segmentation/fn_tailgating0"],"tags":[]},{"path":"/content/campaigns/food/sponsored-pod-topregion/kelseys-essentials-cookbook-0114131","name":"kelseys-essentials-cookbook-0114131","title":"CC Cooking Essentials package 022014","campainName":"sponsored-pod-topregion","thumbnail":"/content/campaigns/food/sponsored-pod-topregion/kelseys-essentials-cookbook-0114131.thumb.png","id":"sponsored-pod-topregion_kelseys-essentials-cookbook-0114131","segments":["/etc/segmentation/worstcooks","/etc/segmentation/fn11_helparoundthekitchen","/etc/segmentation/fn_cf_mainlanding-","/etc/segmentation/help-around-the-kitchen-title-target"],"tags":[]},{"path":"/content/campaigns/food/sponsored-pod-topregion/ggg","name":"ggg","title":"GGG","campainName":"sponsored-pod-topregion","thumbnail":"/content/campaigns/food/sponsored-pod-topregion/ggg.thumb.png","id":"sponsored-pod-topregion_ggg","segments":["/etc/segmentation/fn12_smartshopping"],"tags":[]},{"path":"/content/campaigns/food/sponsored-pod-topregion/cc-grilling-2014","name":"cc-grilling-2014","title":"CC Grilling 2014","campainName":"sponsored-pod-topregion","thumbnail":"/content/campaigns/food/sponsored-pod-topregion/cc-grilling-2014.thumb.png","id":"sponsored-pod-topregion_cc-grilling-2014","segments":["/etc/segmentation/search-right-rail-"],"tags":[]},{"path":"/content/campaigns/food/sponsored-pod-topregion/tc-cities-app","name":"tc-cities-app","title":"TC Cities App","campainName":"sponsored-pod-topregion","thumbnail":"/content/campaigns/food/sponsored-pod-topregion/tc-cities-app.thumb.png","id":"sponsored-pod-topregion_tc-cities-app","segments":["/etc/segmentation/diners-drive-ins-and-dives-show-page","/etc/segmentation/restaurants-hub","/etc/segmentation/mobile-page"],"tags":[]}], "first", "_content_food_regions_recipe_right-rail_default_jcr_content_right-rail_teaser", "true", "http://localhost:4502/libs/wcm/stats/tracker", "/content/food/regions/recipe/right-rail/default/jcr:content/right-rail/teaser");
|
3255
|
+
});</script>
|
3256
|
+
<div id="_content_food_regions_recipe_right-rail_default_jcr_content_right-rail_teaser" class="campaign campaign-sponsored-pod-topregion">
|
3257
|
+
</div>
|
3258
|
+
</div>
|
3259
|
+
<div class="parbase section reference">
|
3260
|
+
<div style="display:inline;" class="cq-dd-paragraph">
|
3261
|
+
<section class="module right_rail_schedule right-rail-schedule"><span style="display: none" class="clicktracking" data-component-path="sni-core/components/modules/right-rail-schedule" data-resource-path="/content/modules/on-tv-module/jcr:content/par/right_rail_schedule" data-resource-type="sni-food/components/modules/right-rail-schedule"></span>
|
3262
|
+
|
3263
|
+
|
3264
|
+
|
3265
|
+
|
3266
|
+
<header class="hr">
|
3267
|
+
<h5>On TV</h5>
|
3268
|
+
<span class="cta"><a href="/shows/tv-schedule.html">Full TV Schedule</a><i class="ss-navigateright"></i></span>
|
3269
|
+
</header>
|
3270
|
+
<div class="schedule">
|
3271
|
+
<dl class="onnow">
|
3272
|
+
<dt>
|
3273
|
+
<h5>On Air</h5>
|
3274
|
+
<b class="caret"></b>
|
3275
|
+
</dt>
|
3276
|
+
<dd>
|
3277
|
+
<h6>
|
3278
|
+
<a href="#"></a><time></time>
|
3279
|
+
</h6>
|
3280
|
+
</dd>
|
3281
|
+
</dl>
|
3282
|
+
<dl class="alt">
|
3283
|
+
<dt>
|
3284
|
+
<h5>On Tonight</h5>
|
3285
|
+
</dt>
|
3286
|
+
<dd>
|
3287
|
+
<h6>
|
3288
|
+
<a href="#"></a><time></time>
|
3289
|
+
</h6>
|
3290
|
+
</dd>
|
3291
|
+
</dl>
|
3292
|
+
<div class="extra group">
|
3293
|
+
<h5>What's Hot</h5>
|
3294
|
+
|
3295
|
+
|
3296
|
+
|
3297
|
+
<a href="/shows/food-network-star.html">
|
3298
|
+
<img title="Food Network Star" height="68" alt="Food Network Star" width="91" class="pull-left" src="http://foodnetwork.sndimg.com/content/dam/images/food/secured/fullset/2014/4/18/0/PENT_Bobby-Giada-Alton-Star_s4x3.jpg.rend.sni3col.jpeg">
|
3299
|
+
</a>
|
3300
|
+
<h6><a href="/shows/food-network-star.html">Food Network Star</a></h6>
|
3301
|
+
<p>The ultimate job interview
|
3302
|
+
<span>Sundays 9|8c</span>
|
3303
|
+
</p>
|
3304
|
+
|
3305
|
+
</div>
|
3306
|
+
</div>
|
3307
|
+
<script type="text/javascript">
|
3308
|
+
SNI.ProgramGuide.getOnTvNow();
|
3309
|
+
</script></section>
|
3310
|
+
</div>
|
3311
|
+
</div>
|
3312
|
+
<section class="module free-form-text section"><span style="display: none" class="clicktracking" data-component-path="sni-core/components/modules/free-form-text" data-resource-path="/content/food/regions/recipe/right-rail/default/jcr:content/right-rail/free_form_text" data-resource-type="sni-food/components/modules/free-form-text"></span>
|
3313
|
+
|
3314
|
+
<div id="taboola-right-rail-3r"></div>
|
3315
|
+
<script type="text/javascript">
|
3316
|
+
if ((!CQ) || (CQ && !CQ.WCM) || (CQ && CQ.WCM && (!(CQ.WCM.isEditMode() || CQ.WCM.isPreviewMode())))) {
|
3317
|
+
window._taboola = window._taboola || [];
|
3318
|
+
_taboola.push({mode:'top-big-thumbs-2r', container:'taboola-right-rail-3r', placement:'right rail recipes', target_type:'video'});
|
3319
|
+
}
|
3320
|
+
</script>
|
3321
|
+
</section>
|
3322
|
+
<div class="taboola module section">
|
3323
|
+
|
3324
|
+
|
3325
|
+
|
3326
|
+
<script type="text/javascript">
|
3327
|
+
window._taboola = window._taboola || [];
|
3328
|
+
_taboola.push({
|
3329
|
+
flush: true
|
3330
|
+
});
|
3331
|
+
</script>
|
3332
|
+
</div>
|
3333
|
+
<section class="right-rail-1-or-2-image section"><span style="display: none" class="clicktracking" data-component-path="sni-core/components/modules/right-rail-1-or-2-image" data-resource-path="/content/food/regions/recipe/right-rail/default/jcr:content/right-rail/right_rail_1_or_2_im" data-resource-type="sni-food/components/modules/right-rail-1-or-2-image"></span>
|
3334
|
+
|
3335
|
+
|
3336
|
+
|
3337
|
+
<header class="hr">
|
3338
|
+
<h5>
|
3339
|
+
Get Cooking
|
3340
|
+
|
3341
|
+
</h5>
|
3342
|
+
</header>
|
3343
|
+
<!-- Grab the selected mode. If none is selected, default to 1 image. -->
|
3344
|
+
|
3345
|
+
|
3346
|
+
|
3347
|
+
|
3348
|
+
|
3349
|
+
<!-- 2 Images -->
|
3350
|
+
<ul class="slat left rr-1-2">
|
3351
|
+
<li class="group">
|
3352
|
+
|
3353
|
+
|
3354
|
+
|
3355
|
+
|
3356
|
+
|
3357
|
+
|
3358
|
+
<a href="/recipes/packages/recipes-for-kids.html" class="ico-wrap" target="_self">
|
3359
|
+
<img title="Recipes for Kids" height="95" alt="Recipes for Kids" width="126" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2013/9/12/0/FN_Picky-Eaters-Promo-Video_s4x3.jpg.rend.sni4col.jpeg">
|
3360
|
+
|
3361
|
+
</a>
|
3362
|
+
<h6><a href="/recipes/packages/recipes-for-kids.html">Family Favorites</a></h6>
|
3363
|
+
<p>Find simple, delicious recipes for every night of the week.</p>
|
3364
|
+
|
3365
|
+
<span class="arrow"><a href="/recipes/packages/recipes-for-kids.html">Kid-Approved Eats</a></span>
|
3366
|
+
|
3367
|
+
</li>
|
3368
|
+
<li class="group">
|
3369
|
+
|
3370
|
+
|
3371
|
+
|
3372
|
+
|
3373
|
+
|
3374
|
+
|
3375
|
+
<a href="https://itunes.apple.com/us/app/in-the-kitchen/id399072152?mt=8" class="ico-wrap" target="_self">
|
3376
|
+
<img title="Food Network's In the Kitchen App" height="95" alt="Food Network's In the Kitchen App" width="126" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2013/10/17/0/FN_mobile-ITK-Fall-promo_s4x3.jpg.rend.sni4col.jpeg">
|
3377
|
+
|
3378
|
+
</a>
|
3379
|
+
<h6><a href="https://itunes.apple.com/us/app/in-the-kitchen/id399072152?mt=8" target="_blank">In the Kitchen</a></h6>
|
3380
|
+
<p>Enjoy on-the-go access to your favorite FN recipes with our top-rated app.</p>
|
3381
|
+
|
3382
|
+
<span class="arrow"><a href="https://itunes.apple.com/us/app/in-the-kitchen/id399072152?mt=8" target="_blank">Download Now</a></span>
|
3383
|
+
|
3384
|
+
</li>
|
3385
|
+
</ul>
|
3386
|
+
|
3387
|
+
|
3388
|
+
</section>
|
3389
|
+
<div class="parbase teaser section">
|
3390
|
+
<script type="text/javascript">$CQ(function() {
|
3391
|
+
initializeTeaserLoader([{"path":"/content/campaigns/food/sponsored-pod-bottomregion/the-food-com-app","name":"the-food-com-app","title":"The Food.com App","campainName":"sponsored-pod-bottomregion","thumbnail":"/content/campaigns/food/sponsored-pod-bottomregion/the-food-com-app.thumb.png","id":"sponsored-pod-bottomregion_the-food-com-app","segments":["/etc/segmentation/search-right-rail-","/etc/segmentation/recipes-hub","/etc/segmentation/mobile-page"],"tags":[]},{"path":"/content/campaigns/food/sponsored-pod-bottomregion/nycwff-2014","name":"nycwff-2014","title":"NYCWFF-2014","campainName":"sponsored-pod-bottomregion","thumbnail":"/content/campaigns/food/sponsored-pod-bottomregion/nycwff-2014.thumb.png","id":"sponsored-pod-bottomregion_nycwff-2014","segments":["/etc/segmentation/fn_chopped","/etc/segmentation/nycwff","/etc/segmentation/shows-hub","/etc/segmentation/chefs-hub","/etc/segmentation/restaurants-hub","/etc/segmentation/recipes-hub"],"tags":[]},{"path":"/content/campaigns/food/sponsored-pod-bottomregion/tc-spring-fling-2014","name":"tc-spring-fling-2014","title":"TC Spring Fling 2014","campainName":"sponsored-pod-bottomregion","thumbnail":"/content/campaigns/food/sponsored-pod-bottomregion/tc-spring-fling-2014.thumb.png","id":"sponsored-pod-bottomregion_tc-spring-fling-2014","segments":["/etc/segmentation/fn_springproduceguide","/etc/segmentation/fn_everythingspring0","/etc/segmentation/springentertainingguide","/etc/segmentation/fn_mothersday"],"tags":[]},{"path":"/content/campaigns/food/sponsored-pod-bottomregion/ggg-smart-shopping","name":"ggg-smart-shopping","title":"GGG Smart Shopping","campainName":"sponsored-pod-bottomregion","thumbnail":"/content/campaigns/food/sponsored-pod-bottomregion/ggg-smart-shopping.thumb.png","id":"sponsored-pod-bottomregion_ggg-smart-shopping","segments":["/etc/segmentation/ggg"],"tags":[]},{"path":"/content/campaigns/food/sponsored-pod-bottomregion/food-com-cc-grilling-module","name":"food-com-cc-grilling-module","title":"Food.com/CC Grilling Module","campainName":"sponsored-pod-bottomregion","thumbnail":"/content/campaigns/food/sponsored-pod-bottomregion/food-com-cc-grilling-module.thumb.png","id":"sponsored-pod-bottomregion_food-com-cc-grilling-module","segments":["/etc/segmentation/fn_gr_mainlanding","/etc/segmentation/fn_gr_summerparties","/etc/segmentation/fn_gr_hotdogs","/etc/segmentation/fn_gr_bbq","/etc/segmentation/fn_gr_ontheroad","/etc/segmentation/fn_gr_burgers","/etc/segmentation/fn_gr_ontv","/etc/segmentation/fn_gr_cocktails","/etc/segmentation/fn_gr_desserts","/etc/segmentation/fn_gr_mains","/etc/segmentation/fn_gr_apps","/etc/segmentation/fn_gr_chicken","/etc/segmentation/fn_gr_sides","/etc/segmentation/fn_gr_healthy"],"tags":[]},{"path":"/content/campaigns/food/sponsored-pod-bottomregion/cc---fc-grilling--tc-best","name":"cc---fc-grilling--tc-best","title":"CC & FC Grilling, TC Best","campainName":"sponsored-pod-bottomregion","thumbnail":"/content/campaigns/food/sponsored-pod-bottomregion/cc---fc-grilling--tc-best.thumb.png","id":"sponsored-pod-bottomregion_cc---fc-grilling--tc-best","segments":["/etc/segmentation/fn_gr_mainlanding","/etc/segmentation/fn_gr_summerparties","/etc/segmentation/fn_gr_hotdogs","/etc/segmentation/fn_gr_bbq","/etc/segmentation/fn_gr_burgers","/etc/segmentation/fn_gr_ontheroad","/etc/segmentation/fn_gr_ontv","/etc/segmentation/fn_gr_cocktails","/etc/segmentation/fn_gr_desserts","/etc/segmentation/fn_gr_mains","/etc/segmentation/fn_gr_apps","/etc/segmentation/fn_gr_chicken","/etc/segmentation/fn_gr_sides","/etc/segmentation/fn_gr_healthy"],"tags":[]},{"path":"/content/campaigns/food/sponsored-pod-bottomregion/food-com-grilling-2014","name":"food-com-grilling-2014","title":"Food.com Grilling 2014","campainName":"sponsored-pod-bottomregion","thumbnail":"/content/campaigns/food/sponsored-pod-bottomregion/food-com-grilling-2014.thumb.png","id":"sponsored-pod-bottomregion_food-com-grilling-2014","segments":["/etc/segmentation/search-right-rail-"],"tags":[]},{"path":"/content/campaigns/food/sponsored-pod-bottomregion/fn-kitchens-atlanta-airport","name":"fn-kitchens-atlanta-airport","title":"FN Kitchens Atlanta Airport","campainName":"sponsored-pod-bottomregion","thumbnail":"/content/campaigns/food/sponsored-pod-bottomregion/fn-kitchens-atlanta-airport.thumb.png","id":"sponsored-pod-bottomregion_fn-kitchens-atlanta-airport","segments":["/etc/segmentation/restaurants-hub","/etc/segmentation/diners-drive-ins-and-dives-show-page"],"tags":[]},{"path":"/content/campaigns/food/sponsored-pod-bottomregion/fn-grilling","name":"fn-grilling","title":"FN Grilling","campainName":"sponsored-pod-bottomregion","thumbnail":"/content/campaigns/food/sponsored-pod-bottomregion/fn-grilling.thumb.png","id":"sponsored-pod-bottomregion_fn-grilling","segments":["/etc/segmentation/search-right-rail-","/etc/segmentation/videos"],"tags":[]},{"path":"/content/campaigns/food/sponsored-pod-bottomregion/newsletter-sign-up","name":"newsletter-sign-up","title":"Newsletter Sign Up","campainName":"sponsored-pod-bottomregion","thumbnail":"/content/campaigns/food/sponsored-pod-bottomregion/newsletter-sign-up.thumb.png","id":"sponsored-pod-bottomregion_newsletter-sign-up","segments":["/etc/segmentation/shows-hub","/etc/segmentation/chefs-hub","/etc/segmentation/restaurants-hub","/etc/segmentation/recipes-hub","/etc/segmentation/all-recipe-pages","/etc/segmentation/videos"],"tags":[]},{"path":"/content/campaigns/food/sponsored-pod-bottomregion/chopped-cookbook","name":"chopped-cookbook","title":"Chopped Cookbook","campainName":"sponsored-pod-bottomregion","thumbnail":"/content/campaigns/food/sponsored-pod-bottomregion/chopped-cookbook.thumb.png","id":"sponsored-pod-bottomregion_chopped-cookbook","segments":["/etc/segmentation/fn_chopped"],"tags":[]}], "first", "_content_food_regions_recipe_right-rail_default_jcr_content_right-rail_teaser_0", "true", "http://localhost:4502/libs/wcm/stats/tracker", "/content/food/regions/recipe/right-rail/default/jcr:content/right-rail/teaser_0");
|
3392
|
+
});</script>
|
3393
|
+
<div id="_content_food_regions_recipe_right-rail_default_jcr_content_right-rail_teaser_0" class="campaign campaign-sponsored-pod-bottomregion">
|
3394
|
+
</div>
|
3395
|
+
</div>
|
3396
|
+
<section class="right-rail-blog-feed section"><span style="display: none" class="clicktracking" data-component-path="sni-core/components/modules/right-rail-blog-feed" data-resource-path="/content/food/regions/recipe/right-rail/default/jcr:content/right-rail/right_rail_blog_feed" data-resource-type="sni-food/components/modules/right-rail-blog-feed"></span>
|
3397
|
+
|
3398
|
+
|
3399
|
+
|
3400
|
+
|
3401
|
+
|
3402
|
+
|
3403
|
+
|
3404
|
+
|
3405
|
+
|
3406
|
+
|
3407
|
+
|
3408
|
+
|
3409
|
+
|
3410
|
+
|
3411
|
+
|
3412
|
+
|
3413
|
+
|
3414
|
+
|
3415
|
+
<script id="template-right-rail-feed-blog-success" type="text/template">
|
3416
|
+
<header class="hr">
|
3417
|
+
|
3418
|
+
|
3419
|
+
<h5><a href="{{main-blog-link}}">Latest Recipes from FN Dish</a></h5>
|
3420
|
+
|
3421
|
+
|
3422
|
+
|
3423
|
+
|
3424
|
+
<span class="cta"><a href="http://blog.foodnetwork.com/fn-dish/">All Posts</a><i class="ss-navigateright"></i></span>
|
3425
|
+
|
3426
|
+
</header>
|
3427
|
+
|
3428
|
+
|
3429
|
+
|
3430
|
+
|
3431
|
+
<ul class="slat">
|
3432
|
+
|
3433
|
+
{{#items}}
|
3434
|
+
<li class="group">
|
3435
|
+
<a href="{{blog-link}}"><h6>{{title}}</h6></a>
|
3436
|
+
<date>{{published-date}}</date>
|
3437
|
+
</li>
|
3438
|
+
{{/items}}
|
3439
|
+
</ul>
|
3440
|
+
|
3441
|
+
|
3442
|
+
</script>
|
3443
|
+
|
3444
|
+
<div id="right-rail-feed-blog"></div>
|
3445
|
+
|
3446
|
+
|
3447
|
+
|
3448
|
+
<script>
|
3449
|
+
var rightRailBlogType = '/fn-dish/category/recipes-2'.slice(1).replace(/\//g,"$");
|
3450
|
+
$(function(){
|
3451
|
+
var feedUrl = '/services/fnrblogs/rightRailRssfeed/data'+ '.3.' + rightRailBlogType + '.prod.' + SNI.Food.FeedBlogs.getTimestamp() + '.json';
|
3452
|
+
SNI.Food.FeedBlogs({
|
3453
|
+
feedUrl:feedUrl,
|
3454
|
+
templateId:'template-right-rail-feed-blog-success',
|
3455
|
+
divId:'right-rail-feed-blog',
|
3456
|
+
divFailId:'right-rail-feed-blog-fail'
|
3457
|
+
});
|
3458
|
+
});
|
3459
|
+
</script>
|
3460
|
+
|
3461
|
+
|
3462
|
+
</section>
|
3463
|
+
<div class="parbase section reference">
|
3464
|
+
<div style="display:inline;" class="cq-dd-paragraph">
|
3465
|
+
<section class="module right-rail-store right_rail_store"><span style="display: none" class="clicktracking" data-component-path="sni-core/components/modules/right-rail-store" data-resource-path="/content/modules/fn-store/store-generic-1/jcr:content/par/right_rail_store" data-resource-type="sni-food/components/modules/right-rail-store"></span>
|
3466
|
+
|
3467
|
+
<header class="hr">
|
3468
|
+
|
3469
|
+
|
3470
|
+
<h5>Chefs & Hosts</h5>
|
3471
|
+
<span class="cta"><a title="FN store" href="http://www.foodnetworkstore.com/chefs-hosts/index.php?v=chef&ecid=PRF-FOOD-100092&pa=PRF-FOOD-100092" target="_blank">Shop Now</a><i class="ss-navigateright"></i></span>
|
3472
|
+
</header>
|
3473
|
+
<ul class="slat left">
|
3474
|
+
<li class="group">
|
3475
|
+
<a href="http://www.foodnetworkstore.com/chefs-hosts/index.php?v=chef&ecid=PRF-FOOD-100092&pa=PRF-FOOD-100092">
|
3476
|
+
<img height="126" width="126" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2014/7/7/0/FNStore_GF_chefimage.jpg.rend.sni4col.jpeg">
|
3477
|
+
</a>
|
3478
|
+
<h6><a title="FN store" href="http://www.foodnetworkstore.com/chefs-hosts/index.php?v=chef&ecid=PRF-FOOD-100092&pa=PRF-FOOD-100092" target="_blank">Shop products from your favorite Food Network chefs & hosts!</a></h6>
|
3479
|
+
|
3480
|
+
</li>
|
3481
|
+
|
3482
|
+
</ul></section>
|
3483
|
+
</div>
|
3484
|
+
</div>
|
3485
|
+
<section class="module ad-exchange section">
|
3486
|
+
<script type="text/javascript" language="JavaScript">ExchangeAd(1);</script>
|
3487
|
+
</section>
|
3488
|
+
<section class="ad section">
|
3489
|
+
|
3490
|
+
|
3491
|
+
<script type="text/javascript">$(window).load(function(){ StickyBigboxAd(); });</script>
|
3492
|
+
<div class="sticky_ad hidden">
|
3493
|
+
<div id="bigbox_sticky">
|
3494
|
+
</div>
|
3495
|
+
</div>
|
3496
|
+
<span>Advertisement</span>
|
3497
|
+
</section>
|
3498
|
+
</div>
|
3499
|
+
|
3500
|
+
</aside>
|
3501
|
+
</div>
|
3502
|
+
|
3503
|
+
|
3504
|
+
|
3505
|
+
|
3506
|
+
<div class="fixed-promo">
|
3507
|
+
<span style="display: none" class="clicktracking" data-component-path="sni-food/components/pagetypes/recipe/components/fixed-promo" data-resource-path="/content/food/recipes/food-network-kitchens/p/pe/pec/peca/pecan-pie-recipe/jcr:content/fixed-bottom-panel" data-resource-type="sni-food/components/pagetypes/recipe/components/fixed-promo"></span>
|
3508
|
+
|
3509
|
+
|
3510
|
+
|
3511
|
+
|
3512
|
+
|
3513
|
+
<a rel="package-overlay-bottom"></a>
|
3514
|
+
<div class="package-overlay">
|
3515
|
+
<div class="group">
|
3516
|
+
<div class="media">
|
3517
|
+
<a href="/how-to/packages/help-around-the-kitchen.html">
|
3518
|
+
|
3519
|
+
|
3520
|
+
<img height="68" width="91" class="pull-left" src="http://foodnetwork.sndimg.com/content/dam/images/food/fullset/2011/12/19/0/HATK_kitchen-tools_s4x3.jpg.rend.sni3col.landscape.jpeg">
|
3521
|
+
</a>
|
3522
|
+
|
3523
|
+
|
3524
|
+
<p>This recipe is featured in:</p>
|
3525
|
+
<h6><a href="/how-to/packages/help-around-the-kitchen.html">Help Around the Kitchen</a></h6>
|
3526
|
+
|
3527
|
+
|
3528
|
+
|
3529
|
+
</div>
|
3530
|
+
</div>
|
3531
|
+
</div>
|
3532
|
+
|
3533
|
+
</div>
|
3534
|
+
|
3535
|
+
|
3536
|
+
|
3537
|
+
</div>
|
3538
|
+
|
3539
|
+
|
3540
|
+
|
3541
|
+
|
3542
|
+
|
3543
|
+
<div class="container" role="footer">
|
3544
|
+
<footer class="row" role="contentinfo">
|
3545
|
+
<nav role="navigation">
|
3546
|
+
<div class="col6 more-from-food-network extras">
|
3547
|
+
<span style="display: none" class="clicktracking" data-component-path="sni-food/components/util/footer/more-from-food-network" data-resource-path="/content/food/regions/footer/default/jcr:content/footer/more-from-food-network" data-resource-type="sni-food/components/util/footer/more-from-food-network"></span>
|
3548
|
+
|
3549
|
+
|
3550
|
+
|
3551
|
+
|
3552
|
+
<h5>More From FN</h5>
|
3553
|
+
<ul class="list">
|
3554
|
+
|
3555
|
+
<li><a href="/site/food-network-join-the-conversation.html" title="Social: Facebook and more">Social: Facebook and More</a></li>
|
3556
|
+
|
3557
|
+
<li><a href="/features/articles/sweepstakes-and-contests.html" title="Sweepstakes and Contests">Sweepstakes and Contests</a></li>
|
3558
|
+
|
3559
|
+
<li>
|
3560
|
+
<a title="Amazon" href="http://www.amazon.com/foodnetwork" target="_blank">Amazon</a>, <a title="iTunes" href="https://itunes.apple.com/us/artist/television-food-network-g.p./id332170285" target="_blank">iTunes</a> and <a title="Apps" href="/site/mobile.html">Apps</a>
|
3561
|
+
</li>
|
3562
|
+
|
3563
|
+
<li><a title="FN Dish Blog" href="http://blog.foodnetwork.com/fn-dish/">FN Dish Blog</a></li>
|
3564
|
+
|
3565
|
+
<li><a href="/site/share-our-strength.html" title="Share Our Strength">Share Our Strength</a></li>
|
3566
|
+
|
3567
|
+
<li><a href="/recipes/a-z.html" title="Recipes A-Z">Recipes A-Z</a></li>
|
3568
|
+
|
3569
|
+
<li><a href="/topics/a-z.html">Topics A-Z</a></li>
|
3570
|
+
|
3571
|
+
</ul>
|
3572
|
+
</div>
|
3573
|
+
<div class="food-network-family col22">
|
3574
|
+
<span style="display: none" class="clicktracking" data-component-path="sni-food/components/util/footer/food-network-family" data-resource-path="/content/food/regions/footer/default/jcr:content/footer/food-network-family" data-resource-type="sni-food/components/util/footer/food-network-family"></span>
|
3575
|
+
|
3576
|
+
|
3577
|
+
<div class="col22">
|
3578
|
+
|
3579
|
+
|
3580
|
+
<h5>Food Network Family</h5>
|
3581
|
+
|
3582
|
+
<div class="group">
|
3583
|
+
<h6><a href="http://www.food.com?xp=food_footer" target="_blank">Food.com</a></h6>
|
3584
|
+
|
3585
|
+
|
3586
|
+
|
3587
|
+
|
3588
|
+
<div class="media">
|
3589
|
+
<a href="http://www.food.com/app?xp=FOOD_FOODCOM_fcapp_w_f" class="ico-wrap pull-left">
|
3590
|
+
<img title="Food.com App" height="68" alt="Food.com App" width="91" src="http://foodnetwork.sndimg.com/content/dam/images/food/unsized/2014/7/11/0/FDC_FOTT-MKTG_s91x68.jpg.rend.sni3col.jpeg">
|
3591
|
+
|
3592
|
+
</a>
|
3593
|
+
<p><a href="http://www.food.com/app?xp=FOOD_FOODCOM_fcapp_w_f" target="_blank">The Food.com App Has Arrived!</a></p>
|
3594
|
+
</div>
|
3595
|
+
|
3596
|
+
|
3597
|
+
|
3598
|
+
|
3599
|
+
|
3600
|
+
|
3601
|
+
</div>
|
3602
|
+
<div class="group">
|
3603
|
+
<h6><a href="http://www.cookingchanneltv.com?xp=food_footer" target="_blank">Cooking Channel</a></h6>
|
3604
|
+
<ul class="list">
|
3605
|
+
|
3606
|
+
<li><a href="http://www.cookingchanneltv.com/recipes/summer-meals-food.html?xp=FOOD_COOK_ccgrill_w_f" target="_blank">10 Top Summer Foods</a></li>
|
3607
|
+
|
3608
|
+
<li><a href="http://www.cookingchanneltv.com/recipes/corn-on-the-cob-recipes.html?xp=FOOD_COOK_ccgrill_w_f" target="_blank">The Best Corn on the Cob</a></li>
|
3609
|
+
|
3610
|
+
<li><a href="http://www.cookingchanneltv.com/shows/youre-eating-it-wrong/you-re-eating-it-wrong.html?=FOOD_COOK_adventures_w_f" target="_blank">Eat Hot Dogs Right</a></li>
|
3611
|
+
|
3612
|
+
</ul>
|
3613
|
+
</div>
|
3614
|
+
<div class="group">
|
3615
|
+
<h6><a title="HGTV" href="http://www.hgtv.com/?xp=food_footer" target="_blank">HGTV</a></h6>
|
3616
|
+
<ul class="list">
|
3617
|
+
|
3618
|
+
<li><a href="http://www.hgtv.com/kitchens/10-colorful-kitchen-designs/pictures/index.html?xp=food_footer" target="_blank">25 Colorful Kitchen Designs</a></li>
|
3619
|
+
|
3620
|
+
<li><a href="http://www.hgtv.com/kitchen-design-guide/package/index.html?xp=food_footer" target="_blank">Create Your Dream Kitchen</a></li>
|
3621
|
+
|
3622
|
+
<li><a href="http://www.hgtv.com/flipping-the-block/show/index.html?xp=FOOD_HGTV_block_pre_w_f" target="_blank">All New Flipping the Block</a></li>
|
3623
|
+
|
3624
|
+
</ul>
|
3625
|
+
</div>
|
3626
|
+
<div class="group">
|
3627
|
+
<h6><a title="Travel Channel" href="http://www.travelchannel.com/?xp=food_footer" target="_blank">Travel Channel </a></h6>
|
3628
|
+
<ul class="list">
|
3629
|
+
|
3630
|
+
<li><a href="http://www.travelchannel.com/interests/travels-best/photos/travels-best-summer-foods-2014?xp=FOOD_TRAVEL_best_w_f" target="_blank">Best Summer Foods 2014</a></li>
|
3631
|
+
|
3632
|
+
<li><a href="http://www.travelchannel.com/interests/beaches/which-beach-are-you-quiz%E2%80%8B?xp=food_footer" target="_blank">Which Beach Are You?</a></li>
|
3633
|
+
|
3634
|
+
<li><a href="http://www.travelchannel.com/video/sam-brown-have-kids-lets-travel?xp=food_footer" target="_blank">Best & Worst Family Trips</a></li>
|
3635
|
+
|
3636
|
+
</ul>
|
3637
|
+
</div>
|
3638
|
+
</div>
|
3639
|
+
</div>
|
3640
|
+
</nav>
|
3641
|
+
<section class="module free-form-text utility-links"><span style="display: none" class="clicktracking" data-component-path="sni-core/components/modules/free-form-text" data-resource-path="/content/food/regions/footer/default/jcr:content/footer/utility-links" data-resource-type="sni-food/components/modules/free-form-text"></span>
|
3642
|
+
|
3643
|
+
<div class="col28" test>
|
3644
|
+
<p><a data-popover="international" href="#" data-event="mouseover" data-close="top-right" data-hoffset="215" data-width="auto" data-square="true">International Editions <b class="btn radial tiny"><i class="ss-upright"></i></b></a></p>
|
3645
|
+
<p><a data-popover="scripps" href="#" data-event="mouseover" data-close="top-right" data-hoffset="285" data-width="auto" data-square="true">See All Scripps Networks Digital <b class="btn radial tiny"><i class="ss-upright"></i></b></a></p>
|
3646
|
+
|
3647
|
+
<ul class="last-menu inline">
|
3648
|
+
<li><a href="/site/site-map.html">Site Map</a></li>
|
3649
|
+
<li><a href="http://www.scrippsnetworks.com/terms.aspx">Terms of Use</a></li>
|
3650
|
+
<li><a href="http://www.scrippsnetworks.com/privacy.aspx">Privacy Policy</a></li>
|
3651
|
+
<li class="adchoices"><a id="_bapw-link" href="#" target="_blank"><span>AdChoices</span><img id="_bapw-icon"></a></li>
|
3652
|
+
<li><a href="/site/dmca--digital-millennium-copyright-act-notice-and-policy.html">Infringements</a></li>
|
3653
|
+
<li><a href="/site/about-foodnetwork-com.html">About</a></li>
|
3654
|
+
<li><a href="http://www.scrippsnetworksdigital.com/foodcat/default.aspx">Advertise With Us</a></li>
|
3655
|
+
<li><a href="/site/questions.html">Help</a></li>
|
3656
|
+
<li><a href="/site/contact-us.html">Contact Us</a></li>
|
3657
|
+
</ul>
|
3658
|
+
|
3659
|
+
<p>© 2014 Television Food Network G.P. All Rights Reserved.</p>
|
3660
|
+
<p>Food Network Sites</p>
|
3661
|
+
</div>
|
3662
|
+
<script type="text/javascript">
|
3663
|
+
(function() {
|
3664
|
+
var ev = document.createElement('script'); ev.type = 'text/javascript'; ev.async = true; ev.setAttribute('data-ev-tag-pid', 1212); ev.setAttribute('data-ev-tag-ocid', 814);
|
3665
|
+
ev.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'c.betrad.com/pub/tag.js';
|
3666
|
+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ev, s);
|
3667
|
+
})();
|
3668
|
+
</script>
|
3669
|
+
<script data-popover="international" type="popover/template">
|
3670
|
+
<div class="popover-content footer international">
|
3671
|
+
<h6>International Editions</h6>
|
3672
|
+
<ul>
|
3673
|
+
<li><a href="http://www.foodnetwork.com">United States</a></li>
|
3674
|
+
<li><a href="http://www.foodnetwork.co.uk">United Kingdom</a></li>
|
3675
|
+
<li><a href="http://www.foodnetworkasia.com">Asia</a></li>
|
3676
|
+
<li><a href="http://www.foodnetworktv.com">Europe, Middle East & Africa</a></li>
|
3677
|
+
</ul>
|
3678
|
+
</div>
|
3679
|
+
</script>
|
3680
|
+
<script data-popover="scripps" type="popover/template">
|
3681
|
+
<div class="popover-content footer scripps">
|
3682
|
+
<h6>Scripps Networks Digital</h6>
|
3683
|
+
<ul>
|
3684
|
+
<li><a href="http://www.cookingchanneltv.com">Cooking Channel</a></li>
|
3685
|
+
<li><a href="http://www.food.com">Food.com</a></li>
|
3686
|
+
<li><a href="http://www.hgtv.com">HGTV</a></li>
|
3687
|
+
<li><a href="http://www.diynetwork.com">DIY Network</a></li>
|
3688
|
+
<li><a href="http://www.frontdoor.com">FrontDoor.com</a></li>
|
3689
|
+
<li><a href="http://www.hgtvremodels.com">HGTVRemodels.com</a></li>
|
3690
|
+
<li><a href="http://www.hgtvgardens.com">HGTVGardens.com</a></li>
|
3691
|
+
<li><a href="http://www.travelchannel.com">Travel Channel</a></li>
|
3692
|
+
<li><a href="http://www.gactv.com/">GAC</a></li>
|
3693
|
+
<li><a href="http://www.ulive.com/">uLive.com</a></li>
|
3694
|
+
</ul>
|
3695
|
+
</div>
|
3696
|
+
</script>
|
3697
|
+
<style type="text/css">.teaser .cq-texthint-placeholder { display: none; }</style>
|
3698
|
+
|
3699
|
+
<!-- FOTT Event Tracking - See Matt for details -->
|
3700
|
+
<script type="text/javascript" language="javascript" charset="utf-8">
|
3701
|
+
//<![CDATA[
|
3702
|
+
window.jalapenoEventData = {platform:'desktop', env:'prod'};
|
3703
|
+
window['jalapeno'] = window['jalapeno'] || [];
|
3704
|
+
//]]>
|
3705
|
+
</script>
|
3706
|
+
<script src="http://jalapeno.foodonthetable.com/fn/jalapeno.min.js" type="text/javascript" charset="utf-8"></script>
|
3707
|
+
|
3708
|
+
</section>
|
3709
|
+
</footer>
|
3710
|
+
</div>
|
3711
|
+
|
3712
|
+
|
3713
|
+
|
3714
|
+
|
3715
|
+
<script type="text/javascript">
|
3716
|
+
SuperstitialAd(2);
|
3717
|
+
SuperstitialAd(3);
|
3718
|
+
</script>
|
3719
|
+
<script type="text/javascript">if (!NREUMQ.f) { NREUMQ.f=function() {NREUMQ.push(["load",new Date().getTime()]);var e=document.createElement("script");e.type="text/javascript";e.src=(("http:"===document.location.protocol)?"http:":"https:") + "//" + "js-agent.newrelic.com/nr-100.js";document.body.appendChild(e);if(NREUMQ.a)NREUMQ.a();};NREUMQ.a=window.onload;window.onload=NREUMQ.f;};NREUMQ.push(["nrfj","beacon-3.newrelic.com","ca450cca9d","2623209","ZAYGMhNQDUQCAEILWl1MNgMQRAZEFyJCFkdaARESBB4QWQpOUA1aV0wHCQxBDFkGDUIRGkMCAwMVSBNSEExEB1ZaEwE=",0,508,new Date().getTime(),"","","","",""]);</script>
|
3720
|
+
|
3721
|
+
<script type="text/javascript" src="/etc/designs/food/clientlib-body.min.js"></script>
|
3722
|
+
|
3723
|
+
</body>
|
3724
|
+
|
3725
|
+
</html>
|