hangry 0.0.11 → 0.0.12
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/hangry.rb +3 -1
- data/lib/hangry/data_vocabulary_recipe_parser.rb +3 -3
- data/lib/hangry/hrecipe_parser.rb +23 -7
- data/lib/hangry/parser_class_selecter.rb +3 -1
- data/lib/hangry/parsers/non_standard/all_recipes_parser.rb +1 -2
- data/lib/hangry/parsers/non_standard/eating_well_parser.rb +2 -6
- data/lib/hangry/parsers/non_standard/taste_of_home_parser.rb +22 -0
- data/lib/hangry/recipe_attribute_cleaner.rb +56 -0
- data/lib/hangry/recipe_parser.rb +4 -17
- data/lib/hangry/schema_org_recipe_parser.rb +8 -11
- data/lib/hangry/version.rb +1 -1
- data/spec/fixtures/bbc.co.uk.html +713 -0
- data/spec/fixtures/chow.com.html +1016 -0
- data/spec/fixtures/cooking.com.html +3655 -0
- data/spec/fixtures/cooks.com.html +623 -0
- data/spec/fixtures/copykat.com.html +782 -0
- data/spec/fixtures/food.com.html +2334 -0
- data/spec/fixtures/foodandwine.com.html +1667 -0
- data/spec/fixtures/heart.org.html +1188 -0
- data/spec/fixtures/pillsbury.com.html +1657 -0
- data/spec/fixtures/saveur.com.html +1527 -0
- data/spec/fixtures/tarladalal.com.html +865 -0
- data/spec/fixtures/taste.com.au.html +2034 -0
- data/spec/fixtures/tasteofhome.com.html +2527 -0
- data/spec/real_examples/bbc_co_uk_spec.rb +75 -0
- data/spec/real_examples/big_oven_spec.rb +15 -1
- data/spec/real_examples/chow_com_spec.rb +78 -0
- data/spec/real_examples/cooking_com_spec.rb +60 -0
- data/spec/real_examples/cooks_com_spec.rb +67 -0
- data/spec/real_examples/copykat_spec.rb +55 -0
- data/spec/real_examples/food_and_wine_spec.rb +58 -0
- data/spec/real_examples/food_com_spec.rb +108 -0
- data/spec/real_examples/heart_org_spec.rb +46 -0
- data/spec/real_examples/pillsbury_spec.rb +59 -0
- data/spec/real_examples/saveur_com_spec.rb +41 -0
- data/spec/real_examples/tarladalal_com_spec.rb +65 -0
- data/spec/real_examples/taste_com_au_spec.rb +41 -0
- data/spec/real_examples/taste_of_home_spec.rb +70 -0
- metadata +67 -13
@@ -0,0 +1,1188 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
2
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
3
|
+
<!-- Start Droplet -->
|
4
|
+
<!-- This Droplet is used to get the meta data information from the content server-->
|
5
|
+
<head>
|
6
|
+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
7
|
+
<META NAME="Description" CONTENT="" >
|
8
|
+
<META NAME="Keywords" CONTENT="">
|
9
|
+
<META NAME="Category" CONTENT="">
|
10
|
+
<META NAME="SubCategory" CONTENT="">
|
11
|
+
<META NAME="ChildCategory" CONTENT="">
|
12
|
+
<title>Skillet Gnocchi with Chard & White Beans</title>
|
13
|
+
<!-- START: For RSS FEED in the url -->
|
14
|
+
<link rel="alternate" type="application/rss+xml" title='Getting Healthy' href='http://www.heart.org/idc/groups/heart-public/@wcm/@global/documents/rssfeed/t1_1.xml'>
|
15
|
+
<link rel="alternate" type="application/rss+xml" title='Nutrition Center' href='http://www.heart.org/idc/groups/heart-public/@wcm/@global/documents/rssfeed/t2_1.xml'>
|
16
|
+
<link rel="alternate" type="application/rss+xml" title='Recipes' href='http://www.heart.org/idc/groups/heart-public/@wcm/@global/documents/rssfeed/t3_4.xml'>
|
17
|
+
<!-- END: For RSS FEED in the url -->
|
18
|
+
<link rel="shortcut icon" href="http://static.heart.org/ahaanywhere/images/favicon.ico" type="image/x-icon"/>
|
19
|
+
<link rel="stylesheet" href="http://static.heart.org/ahaanywhere/css/headerv2.css" type="text/css" />
|
20
|
+
<link rel="stylesheet" href="http://static.heart.org/ahaanywhere/css/nav.css" type="text/css" />
|
21
|
+
<link type="text/css" href="http://static.heart.org/ahaanywhere/css/custom-theme/jquery-ui-1.7.1.custom.css" rel="stylesheet" />
|
22
|
+
<link rel="stylesheet" href="http://static.heart.org/ahaanywhere/css/ahaCore.css" type="text/css"/>
|
23
|
+
<!-- Colorbox Style Sheet - Gallery -->
|
24
|
+
<link type="text/css" rel="stylesheet" href="http://static.heart.org/ahaanywhere/css/colorbox.css" />
|
25
|
+
<link rel="stylesheet" href="http://static.heart.org/ahaanywhere/css/recipe.css" type="text/css" />
|
26
|
+
<!-- jQuery -->
|
27
|
+
<script type="text/javascript" src="http://static.heart.org/ahaanywhere/js/jquery-1.3.2.min.js"></script>
|
28
|
+
<!-- jQuery UI -->
|
29
|
+
<!-- script type="text/javascript" src="http://static.heart.org/ahaanywhere/js/jquery-ui-1.7.2.custom.min.js"></script -->
|
30
|
+
<!-- jQuery UI Dialog 2Click - Added 8/16/2011 -->
|
31
|
+
<link type="text/css" href="http://static.heart.org/ahaanywhere/css/custom-theme/jquery-ui.custom.css" rel="stylesheet" />
|
32
|
+
<script type="text/javascript" src="http://static.heart.org/ahaanywhere/js/jquery-ui.custom.min.js"></script>
|
33
|
+
<script type="text/javascript" src="http://static.heart.org/ahaanywhere/js/2clickscript.js"></script>
|
34
|
+
<!-- /End New 8/16/2011 -->
|
35
|
+
<!-- Nav JS -->
|
36
|
+
<script type="text/javascript" src="http://static.heart.org/ahaanywhere/js/jsddm.js"></script>
|
37
|
+
<script type="text/javascript" src="http://static.heart.org/ahaanywhere/js/dropdownconditional.js"></script>
|
38
|
+
<!-- Colorbox JS & Calls -->
|
39
|
+
<script type="text/javascript" src="http://static.heart.org/ahaanywhere/js/colorbox/jquery.colorbox-min.js"></script>
|
40
|
+
<!-- jwPlayer -->
|
41
|
+
<script type="text/javascript" src="http://static.heart.org/ahaanywhere/js/jquery.cycle.all.min.js"></script>
|
42
|
+
<script type="text/javascript" src="http://media.heart.org/player/player.js"></script>
|
43
|
+
<!-- Call for Tabs and Accordion and Roundies -->
|
44
|
+
<script src="http://static.heart.org/ahaanywhere/js/ui_call.js" type="text/javascript" charset="utf-8"></script>
|
45
|
+
<!-- Colorbox JS function -->
|
46
|
+
<!-- script type="text/javascript" charset="utf-8">
|
47
|
+
$(document).ready(function(){
|
48
|
+
$(".twoclick").colorbox({width:"550px",height:"355px",iframe:"true",href:function(){
|
49
|
+
//$("a[rel='colorbox']").colorbox({width:"550px",height:"355px",iframe:"true",href:function(){
|
50
|
+
var theURL = $(this).attr("href");
|
51
|
+
var theNewURL = "/HEARTORG/common/aha-2click-colorbox.html?"+theURL;
|
52
|
+
return theNewURL;
|
53
|
+
}});
|
54
|
+
});
|
55
|
+
</script -->
|
56
|
+
<!-- END COPY -->
|
57
|
+
<!-- Custom js file for ahaweb application -->
|
58
|
+
<script src="/HEARTORG/js/ahaweb.js" type="text/javascript" charset="utf-8"></script>
|
59
|
+
<script type="text/javascript" src="/HEARTORG/js/search/ss.js"></script>
|
60
|
+
<script type="text/javascript" src='/HEARTORG/js/search/common.js'></script>
|
61
|
+
<script type="text/javascript" src='/HEARTORG/js/search/xmlhttp.js'></script>
|
62
|
+
<script type="text/javascript" src='/HEARTORG/js/search/uri.js'></script>
|
63
|
+
<script type="text/javascript" src='/HEARTORG/js/search/cluster.js'></script>
|
64
|
+
<!-- START: Home feature js call -->
|
65
|
+
<script type="text/javascript">
|
66
|
+
$(function() {
|
67
|
+
var featureHomeTabs=$('#homeFeature').tabs({collapsible:false,fx:{opacity:'toggle'}});
|
68
|
+
featureHomeTabs.tabs();
|
69
|
+
});
|
70
|
+
</script>
|
71
|
+
<!-- END: Home feature js call -->
|
72
|
+
<!-- Google Analytics Customizations -->
|
73
|
+
<script type="text/javascript" src="http://static.heart.org/ahaanywhere/js/ga-custom.js"></script>
|
74
|
+
<!-- This code is used for Google Analytics Asynchronous Tracking -->
|
75
|
+
<script type="text/javascript">
|
76
|
+
var _gaq = _gaq || [];
|
77
|
+
_gaq.push(['_setAccount', 'UA-12551341-7']);
|
78
|
+
_gaq.push(['_trackPageview']);
|
79
|
+
(function() {
|
80
|
+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
81
|
+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
82
|
+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
83
|
+
})();
|
84
|
+
</script>
|
85
|
+
<link rel="stylesheet" href="http://static.heart.org/ahaanywhere/css/lbm_global.css" type="text/css" />
|
86
|
+
</head>
|
87
|
+
<!-- This Switch droplet is used to add the css based on the event or recipe -->
|
88
|
+
<!-- Start Droplet -->
|
89
|
+
<!-- This Droplet is used to display the pagination in the article page-->
|
90
|
+
<body class="UCM_442520 recipe">
|
91
|
+
<!-- END Droplet -->
|
92
|
+
<!-- Header -->
|
93
|
+
<div id="headerWrapper">
|
94
|
+
<div class="width960 headerDesign">
|
95
|
+
<!-- Logo Region 300w + 10px margin -->
|
96
|
+
<div class="leftRegion">
|
97
|
+
<a class="ahaLogo" href="/HEARTORG/"><span>American Heart Association</span></a><br class="clrit"/>
|
98
|
+
</div>
|
99
|
+
<div class="rightRegion">
|
100
|
+
<!-- Languages + Donate -->
|
101
|
+
<span class="buttonDonate"><a href="https://www.kintera.org/site/c.fmJUKcOZJkI8G/b.8077571/k.6133/Donate_to_American_Heart_Association/apps/ka/sd/donorcustom.asp?msource=2013DOBUTTON" class="displayDonate roundBottom">Donate</a></span>
|
102
|
+
<div class="additionalHeaderLinks">
|
103
|
+
<!-- Localization - Drop Down -->
|
104
|
+
<span class="linkLocal">
|
105
|
+
<a href="#">Local Info</a>
|
106
|
+
</span>
|
107
|
+
<!-- Languages - Drop Down -->
|
108
|
+
<span class="linkLanguages"><a href="#">Languages</a></span>
|
109
|
+
<!-- Careers - No Drop Down -->
|
110
|
+
<span class="linkCareers"><a href="/HEARTORG/General/Careers_UCM_303455_SubHomePage.jsp">Careers</a></span>
|
111
|
+
<!-- Volunteer - No Drop Down -->
|
112
|
+
<span class="linkVolunteer"><a href="/HEARTORG/volunteer/volunteerForm.jsp">Volunteer</a></span>
|
113
|
+
</div>
|
114
|
+
<!-- Search -->
|
115
|
+
<div class="searchWrap clrit">
|
116
|
+
<form action="/HEARTORG/search/searchResults.jsp" class="clrfix" name="suggestion_form" method="get" id="suggestion_form">
|
117
|
+
<input value="ISO-8859-1" type="hidden" name="_dyncharset"></input>
|
118
|
+
<style type="text/css">
|
119
|
+
.social {
|
120
|
+
float: left;
|
121
|
+
height: 33px;
|
122
|
+
line-height: 33px;
|
123
|
+
margin-right: 5px;
|
124
|
+
width: 150px;
|
125
|
+
}
|
126
|
+
.social .socialOne, .social .socialTwo, .social .socialThree, .social .socialFour {
|
127
|
+
display: block;
|
128
|
+
float: left;
|
129
|
+
height: 35px;
|
130
|
+
margin-right: 5px;
|
131
|
+
margin-top: 2px;
|
132
|
+
width: 32px;
|
133
|
+
}
|
134
|
+
.socialOne {
|
135
|
+
background: url("http://static.heart.org/ahaanywhere/images/socialsIcons/colors/facebook.png") no-repeat scroll 0 0 transparent;
|
136
|
+
}
|
137
|
+
.socialTwo {
|
138
|
+
background: url("http://static.heart.org/ahaanywhere/images/socialsIcons/colors/twitter.png") no-repeat scroll 0 0 transparent;
|
139
|
+
}
|
140
|
+
.socialThree {
|
141
|
+
background: url("http://static.heart.org/ahaanywhere/images/socialsIcons/colors/youtube.png") no-repeat scroll 0 0 transparent;
|
142
|
+
}
|
143
|
+
.socialFour {
|
144
|
+
background: url("http://static.heart.org/ahaanywhere/images/socialsIcons/colors/g-plus.png") no-repeat scroll 0 0 transparent;
|
145
|
+
}
|
146
|
+
/***************/
|
147
|
+
.searchWrap {
|
148
|
+
height: 35px;
|
149
|
+
margin: 0 0 10px 0px;
|
150
|
+
width: 614px;
|
151
|
+
}
|
152
|
+
</style>
|
153
|
+
<div class="social">
|
154
|
+
<a href="http://www.facebook.com/americanheart" class="socialOne" target="_blank"></a>
|
155
|
+
<a href="http://www.twitter.com/american_heart" class="socialTwo" target="_blank"></a>
|
156
|
+
<a href="http://www.youtube.com/americanheartassoc" class="socialThree" target="_blank" alt=""></a>
|
157
|
+
<a alt="Google Plus Posts" title="Google Plus Posts" href="https://plus.google.com/113039015676247823650#113039015676247823650/posts" class="socialFour" target="_blank"></a>
|
158
|
+
</div>
|
159
|
+
<div class="input"><input type="text" onkeyup="ss_handleKey(event)" onfocus="if (this.value == 'How Can We Help Your Heart?') {this.value = '';}" onblur="ss_hide('');if (this.value == '') {this.value = 'How Can We Help Your Heart?';}" value="How Can We Help Your Heart?" class="inputhint ac_input" name="q" id="q" autocomplete="off"/></div>
|
160
|
+
<button type="submit" title="Search" id="hd-search-submit" onclick="return checkSearchKeyValid();"><span class="round">Search</span></button><br/><br/>
|
161
|
+
<table cellpadding="0" border="0" cellspacing="0" class="ss-gac-m roundBottom" style="width: 460px; visibility:hidden;margin-top:-3px;" id="search_suggest"></table>
|
162
|
+
</form>
|
163
|
+
</div>
|
164
|
+
</div>
|
165
|
+
<!-- Search Region -->
|
166
|
+
<br class="clrit"/>
|
167
|
+
</div>
|
168
|
+
<!-- End -->
|
169
|
+
</div>
|
170
|
+
<!-- headWrapper -->
|
171
|
+
<!-- ! Start Localization Note=========================================================================== -->
|
172
|
+
<div class="width960" style="position:relative;z-index:99999;">
|
173
|
+
<!-- ===The localization and languages should be placed right after the div class content wrapper == -->
|
174
|
+
<div>
|
175
|
+
<!-- Start Search Localization Pop Up -->
|
176
|
+
<div id="localizationWrapper" class="localWrapperLeftPosition">
|
177
|
+
<!-- top tab -->
|
178
|
+
<div class="topTabContainer"><img src="http://static.heart.org/ahaanywhere/images/header_tabbox_top2.gif" alt="header_tabbox_top2" width="192" height="12" /></div>
|
179
|
+
<div class="localizationContainer">
|
180
|
+
<!-- Title -->
|
181
|
+
<div class="padding5px">
|
182
|
+
<div class="round tabBoxTitle">
|
183
|
+
Get Your Local Info
|
184
|
+
</div>
|
185
|
+
</div>
|
186
|
+
<div class="padding5px">
|
187
|
+
<span class="tabBoxDisplayMap"><img src="http://static.heart.org/ahaanywhere/images/usmap.png" alt="usmap" width="68" height="42" /></span>
|
188
|
+
<span class="tabBoxTextSnippet">Find out what is happening at your local American Heart area</span>
|
189
|
+
</div>
|
190
|
+
<!-- <hr class="dottedHR"/> -->
|
191
|
+
<!-- Search by Zip Code -->
|
192
|
+
<!-- Form -->
|
193
|
+
<div class="padding5px">
|
194
|
+
<form action="/HEARTORG/GettingHealthy/NutritionCenter/Recipes/Skillet-Gnocchi-with-Chard-White-Beans_UCM_442520_Recipe.jsp?null&_DARGS=/HEARTORG/common/header.jsp.1" class="formZipCode" name="registerForm" method="post">
|
195
|
+
<input value="ISO-8859-1" type="hidden" name="_dyncharset"></input>
|
196
|
+
<table class="localSearchTable">
|
197
|
+
<tbody>
|
198
|
+
<tr>
|
199
|
+
<td width="75%">
|
200
|
+
<input value="SEARCH BY ZIPCODE" autocomplete="off" maxlength="8" type="text" class="inputField" onfocus="if (this.value == 'SEARCH BY ZIPCODE') {this.value = '';}" name="/org/heart/localization/ZipFinderFormHandler.zipCode" onblur="if (this.value == '') {this.value = 'SEARCH BY ZIPCODE';}"><input value=" " type="hidden" name="_D:/org/heart/localization/ZipFinderFormHandler.zipCode">
|
201
|
+
</td>
|
202
|
+
<td width="25%" align="right">
|
203
|
+
<input value="Go" type="submit" class="submitButton leftPositionSubmitBtn round" name="/org/heart/localization/ZipFinderFormHandler.action"><input value=" " type="hidden" name="_D:/org/heart/localization/ZipFinderFormHandler.action">
|
204
|
+
</td>
|
205
|
+
</tr>
|
206
|
+
<tr>
|
207
|
+
<td colspan="2" align="center">
|
208
|
+
<!-- Search by State -->
|
209
|
+
<div class="searchStateButton round"><a href="/HEARTORG/localization/chooseState.jsp">Search by State</a></div>
|
210
|
+
</td>
|
211
|
+
</tr>
|
212
|
+
</tbody>
|
213
|
+
</table>
|
214
|
+
<input type="text" style="display:none"/>
|
215
|
+
<input value="/HEARTORG/common/header.jsp.1" type="hidden" name="_DARGS"></input>
|
216
|
+
</form>
|
217
|
+
</div>
|
218
|
+
</div>
|
219
|
+
<!-- bottom tab -->
|
220
|
+
<div class="bottomTabContainer"><img src="http://static.heart.org/ahaanywhere/images/header_tabbox_bottom.gif" alt="header_tabbox_top" width="192" height="6" /></div>
|
221
|
+
</div>
|
222
|
+
<!-- End Search Localization Pop Up -->
|
223
|
+
<!-- Start Language Pop Up -->
|
224
|
+
<div id="languagesWrapper" class="languageWrapperLeftPosition" style="z-index:999;">
|
225
|
+
<!-- top tab -->
|
226
|
+
<div class="topTabContainerLanguages"><img src="http://static.heart.org/ahaanywhere/images/header_tabbox_top2.gif" alt="header_tabbox_top2" width="192" height="12" /></div>
|
227
|
+
<div class="localizationContainer">
|
228
|
+
<!-- Title -->
|
229
|
+
<div class="padding5px">
|
230
|
+
<div class="round tabBoxTitle">SELECT YOUR LANGUAGE</div>
|
231
|
+
</div>
|
232
|
+
<div class="padding5px">
|
233
|
+
<!-- Spanish -->
|
234
|
+
<div class="displayLanguagesSlots">
|
235
|
+
<span class="displayLanguageFlag"><img src="http://static.heart.org/ahaanywhere/images/us.png" alt="mx" width="16" height="11" /></span>
|
236
|
+
<a href="http://es.heart.org/dheart/HEARTORG/Conditions/Answers-by-Heart-Fact-Sheets-Multi-language-Information_UCM_314158_Article.jsp" class="">Español</a>
|
237
|
+
</div>
|
238
|
+
<!-- Cantonese 简体中文 -->
|
239
|
+
<div class="displayLanguagesSlots">
|
240
|
+
<span class="displayLanguageFlag">
|
241
|
+
<img src="http://static.heart.org/ahaanywhere/images/cn.png" alt="cn" width="16" height="11" />
|
242
|
+
</span>
|
243
|
+
<a href="http://zh.heart.org/dheart/HEARTORG/Conditions/Answers-by-Heart-Fact-Sheets-Multi-language-Information_UCM_314158_Article.jsp" class="cnChar1">简体中文</a>
|
244
|
+
</div>
|
245
|
+
<!-- Mandarin 繁体中文 -->
|
246
|
+
<div class="displayLanguagesSlots">
|
247
|
+
<span class="displayLanguageFlag"><img src="http://static.heart.org/ahaanywhere/images/cn.png" alt="cn" width="16" height="11" /></span>
|
248
|
+
<a href="http://zs.heart.org/dheart/HEARTORG/Conditions/Answers-by-Heart-Fact-Sheets-Multi-language-Information_UCM_314158_Article.jsp" class="cnChar2">繁体中文</a>
|
249
|
+
</div>
|
250
|
+
<!-- Vietnamese -->
|
251
|
+
<div class="displayLanguagesSlots">
|
252
|
+
<span class="displayLanguageFlag"><img src="http://static.heart.org/ahaanywhere/images/vn.png" alt="vn" width="16" height="11" /></span>
|
253
|
+
<a href="http://vi.heart.org/dheart/HEARTORG/Conditions/Answers-by-Heart-Fact-Sheets-Multi-language-Information_UCM_314158_Article.jsp" class="">Tiếng Việt</a>
|
254
|
+
</div>
|
255
|
+
</div>
|
256
|
+
</div>
|
257
|
+
<!-- bottom tab -->
|
258
|
+
<div class="bottomTabContainer"><img src="http://static.heart.org/ahaanywhere/images/header_tabbox_bottom.gif" alt="header_tabbox_top" width="192" height="6" /></div>
|
259
|
+
</div>
|
260
|
+
<!-- End id languagesWrapper -->
|
261
|
+
<!-- End Language Pop Up -->
|
262
|
+
</div>
|
263
|
+
</div>
|
264
|
+
<!-- End Localization -->
|
265
|
+
<!-- Start This code is used to display the navigation and article content body -->
|
266
|
+
<!-- ENTER Global Vars-->
|
267
|
+
<!--Already have DOC_INFO I'm looking for but needs renaming - rename and make no service call-->
|
268
|
+
<!-- BDT VALID website section- -->
|
269
|
+
<!--if wssId-->
|
270
|
+
<!--colonIndex = strIndexOf(wssId, :)-->
|
271
|
+
<!--nodeId = strSubstring(wssId, colonIndex+1)-->
|
272
|
+
<!--elseif (myDocType like Widget and (xSubType like 13 or xSubType like 48 or xSubType like 49))-->
|
273
|
+
<!--c = The 'Query Widget' (13) and 'List' (48) and 'RSS Feed' (49) are View All widgets that do not have a Web Site Section so we provide a default value of the 'General' section-->
|
274
|
+
<!--nodeId = 1053-->
|
275
|
+
<!--endif-->
|
276
|
+
<!--*** Navigation***-->
|
277
|
+
<!--wcmFragment("wcm", "SS_FRAG_HEARTORG_TOPNAV", "AHANavigationFragmentFirstLevel", "1", "ssStartLevel=1", "ssShowHome=false", "ssNumLevels=1", "ssSiteID=HEARTORG")-->
|
278
|
+
<!--wcmFragment("wcm", "SS_FRAG_HEARTORG_TOPNAV", "AHANavigationFragmentSecondAndThirdLevels", "2", "ssStartLevel=2", "ssShowHome=false", "ssNumLevels=1", "ssSiteID=HEARTORG")-->
|
279
|
+
<!-- BDT Comment out this line to use the old cache method-->
|
280
|
+
<!-- cacheInclude(HEARTORG_T1_2, application, 86400, navigation:HEARTORG:nodeId:2) -->
|
281
|
+
<!-- CACHE NAME 1: cacheInclude(HEARTORG_T1_2, application, 86400, navigation:HEARTORG:nodeId:2) -->
|
282
|
+
<!-- BDT NAV DEBUG - got my cache - display it. -->
|
283
|
+
<!-- autogenerated on 04/02/2013 03:04:57 AM CDT-->
|
284
|
+
<!-- ENTER Global Vars--> <!--Already have DOC_INFO I'm looking for but needs renaming - rename and make no service call-->
|
285
|
+
<!-- BDT VALID website section- -->
|
286
|
+
<!--if wssId-->
|
287
|
+
<!--colonIndex = strIndexOf(wssId, :)-->
|
288
|
+
<!--nodeId = strSubstring(wssId, colonIndex+1)-->
|
289
|
+
<!--elseif (myDocType like Widget and (xSubType like 13 or xSubType like 48 or xSubType like 49))-->
|
290
|
+
<!--c = The 'Query Widget' (13) and 'List' (48) and 'RSS Feed' (49) are View All widgets that do not have a Web Site Section so we provide a default value of the 'General' section-->
|
291
|
+
<!--nodeId = 1053-->
|
292
|
+
<!--endif-->
|
293
|
+
<!-- cache cust_navigation_all_levels_bryan_test created on 003, 2 004 2013 3:04:55 CST-->
|
294
|
+
<div id="navWrapper" class="clrit">
|
295
|
+
<div class="width960 navDesign">
|
296
|
+
<ul class="infoList">
|
297
|
+
<li id="li_tier1_2" name="li_tier1_2">
|
298
|
+
<a href="/HEARTORG/GettingHealthy/GettingHealthy_UCM_001078_SubHomePage.jsp" onClick="_gaq.push(['_trackEvent', 'HeaderNav', 'Click', 'Getting Healthy']);" title="Getting Healthy">
|
299
|
+
<span name="span_tier1_2" id="span_tier1_2">Getting Healthy</span>
|
300
|
+
</a>
|
301
|
+
</li>
|
302
|
+
<li id="li_tier1_3" name="li_tier1_3">
|
303
|
+
<a href="/HEARTORG/Conditions/Conditions_UCM_001087_SubHomePage.jsp" onClick="_gaq.push(['_trackEvent', 'HeaderNav', 'Click', 'Conditions']);" title="Conditions">
|
304
|
+
<span name="span_tier1_3" id="span_tier1_3">Conditions</span>
|
305
|
+
</a>
|
306
|
+
</li>
|
307
|
+
<li id="li_tier1_19" name="li_tier1_19">
|
308
|
+
<a href="/HEARTORG/HealthcareResearch/Healthcare-Research_UCM_001093_SubHomePage.jsp" onClick="_gaq.push(['_trackEvent', 'HeaderNav', 'Click', 'Healthcare / Research']);" title="Healthcare / Research">
|
309
|
+
<span name="span_tier1_19" id="span_tier1_19">Healthcare / Research</span>
|
310
|
+
</a>
|
311
|
+
</li>
|
312
|
+
<li id="li_tier1_20" name="li_tier1_20">
|
313
|
+
<a href="/HEARTORG/Caregiver/Caregiver_UCM_001103_SubHomePage.jsp" onClick="_gaq.push(['_trackEvent', 'HeaderNav', 'Click', 'Caregiver']);" title="Caregiver">
|
314
|
+
<span name="span_tier1_20" id="span_tier1_20">Caregiver</span>
|
315
|
+
</a>
|
316
|
+
</li>
|
317
|
+
<li id="li_tier1_21" name="li_tier1_21">
|
318
|
+
<a href="/HEARTORG/Educator/Educator_UCM_001113_SubHomePage.jsp" onClick="_gaq.push(['_trackEvent', 'HeaderNav', 'Click', 'Educator']);" title="Educator">
|
319
|
+
<span name="span_tier1_21" id="span_tier1_21">Educator</span>
|
320
|
+
</a>
|
321
|
+
</li>
|
322
|
+
<li id="li_tier1_22" name="li_tier1_22">
|
323
|
+
<a href="/HEARTORG/CPRAndECC/CPR_UCM_001118_SubHomePage.jsp" onClick="_gaq.push(['_trackEvent', 'HeaderNav', 'Click', 'CPR & ECC']);" title="CPR & ECC">
|
324
|
+
<span name="span_tier1_22" id="span_tier1_22">CPR & ECC</span>
|
325
|
+
</a>
|
326
|
+
</li>
|
327
|
+
</ul>
|
328
|
+
<ul class="orgList roundTopCorners">
|
329
|
+
<li id="li_tier1_23" name="li_tier1_23">
|
330
|
+
<a href="http://shopheart.org" onClick="_gaq.push(['_trackEvent', 'HeaderNav', 'Click', 'Shop']);" title="Shop">
|
331
|
+
<span name="span_tier1_23" id="span_tier1_23">Shop</span>
|
332
|
+
</a>
|
333
|
+
</li>
|
334
|
+
<li id="li_tier1_24" name="li_tier1_24">
|
335
|
+
<a href="/HEARTORG/Causes/Causes_UCM_001128_SubHomePage.jsp" onClick="_gaq.push(['_trackEvent', 'HeaderNav', 'Click', 'Causes']);" title="Causes">
|
336
|
+
<span name="span_tier1_24" id="span_tier1_24">Causes</span>
|
337
|
+
</a>
|
338
|
+
</li>
|
339
|
+
<li id="li_tier1_91" name="li_tier1_91">
|
340
|
+
<a href="/HEARTORG/Advocate/Advocate_UCM_001133_SubHomePage.jsp" onClick="_gaq.push(['_trackEvent', 'HeaderNav', 'Click', 'Advocate']);" title="Advocate">
|
341
|
+
<span name="span_tier1_91" id="span_tier1_91">Advocate</span>
|
342
|
+
</a>
|
343
|
+
</li>
|
344
|
+
<li id="li_tier1_92" name="li_tier1_92">
|
345
|
+
<a href="/HEARTORG/Giving/Giving_UCM_001137_SubHomePage.jsp" onClick="_gaq.push(['_trackEvent', 'HeaderNav', 'Click', 'Giving']);" title="Giving">
|
346
|
+
<span name="span_tier1_92" id="span_tier1_92">Giving</span>
|
347
|
+
</a>
|
348
|
+
</li>
|
349
|
+
<li id="li_tier1_93" name="li_tier1_93">
|
350
|
+
<a href="http://newsroom.heart.org" onClick="_gaq.push(['_trackEvent', 'HeaderNav', 'Click', 'News']);" title="News">
|
351
|
+
<span name="span_tier1_93" id="span_tier1_93">News</span>
|
352
|
+
</a>
|
353
|
+
</li>
|
354
|
+
</ul>
|
355
|
+
</div>
|
356
|
+
</div>
|
357
|
+
<!-- Generate Tier 2, 3 and 4 for UCM_001078 [nodeId='2';rootNodeId='1']-->
|
358
|
+
<div id="subNavWrapper">
|
359
|
+
<div class="width960 subNavDesign">
|
360
|
+
<ul id="jsddm" class="secondaryList">
|
361
|
+
<li class="tab">
|
362
|
+
<span>
|
363
|
+
<a id="tier2_4" name="tier2_4" href="/HEARTORG/GettingHealthy/NutritionCenter/Nutrition-Center_UCM_001188_SubHomePage.jsp" title="Nutrition Center">Nutrition Center</a>
|
364
|
+
</span>
|
365
|
+
<div class="megaContainer">
|
366
|
+
<div class="mainMenu">
|
367
|
+
<div class="mainMenuInner">
|
368
|
+
<div class="tDotBorder">
|
369
|
+
<span class="tier3">
|
370
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/HealthyDietGoals/Healthy-Diet-Goals_UCM_310436_SubHomePage.jsp" title="Healthy Diet Goals">Healthy Diet Goals</a>
|
371
|
+
</span>
|
372
|
+
<!--SortField = "xPriorityInNavigation"-->
|
373
|
+
<!--SortOrder = "Asc"-->
|
374
|
+
<ol>
|
375
|
+
<li>
|
376
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/HealthyDietGoals/Suggested-Servings-from-Each-Food-Group_UCM_318186_Article.jsp" title="Suggested Servings from Each Food Group">Suggested Servings from Each Food Group</a>
|
377
|
+
</li>
|
378
|
+
<li>
|
379
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/HealthyDietGoals/Dictionary-of-Nutrition_UCM_305856_Article.jsp" title="Dictionary of Nutrition">Dictionary of Nutrition</a>
|
380
|
+
</li>
|
381
|
+
<li>
|
382
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/HealthyDietGoals/Frequently-Asked-Questions-About-Nutrition_UCM_305740_Article.jsp" title="Frequently Asked Questions About Nutrition">Frequently Asked Questions About Nutrition</a>
|
383
|
+
</li>
|
384
|
+
<li>
|
385
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/HealthyDietGoals/Nutrition-Quizzes_UCM_308044_Article.jsp" title="Nutrition Quizzes">Nutrition Quizzes</a>
|
386
|
+
</li>
|
387
|
+
<li>
|
388
|
+
<a href="/HEARTORG/General/Salty-Six---Common-Foods-Loaded-with-Excess-Sodium_UCM_446090_Article.jsp" title="Salty Six - Common Foods Loaded with Excess Sodium">Salty Six - Common Foods Loaded with Excess Sodium</a>
|
389
|
+
</li>
|
390
|
+
<li>
|
391
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/HealthyDietGoals/Heart-Check-Mark_UCM_441105_Article.jsp" title="Heart-Check Mark">Heart-Check Mark</a>
|
392
|
+
</li>
|
393
|
+
<li>
|
394
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/HealthyDietGoals/Nutrition-Education-Handouts-and-Resources_UCM_321883_Article.jsp" title="Nutrition Education Handouts and Resources">Nutrition Education Handouts and Resources</a>
|
395
|
+
</li>
|
396
|
+
<li>
|
397
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/HealthyDietGoals/INAP-Featured-Members_UCM_440586_Article.jsp" title="INAP: Featured Members">INAP: Featured Members</a>
|
398
|
+
</li>
|
399
|
+
<li>
|
400
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/HealthyDietGoals/Industry-Nutrition-Advisory-Panel-INAP_UCM_306637_Article.jsp" title="Industry Nutrition Advisory Panel (INAP)">Industry Nutrition Advisory Panel (INAP)</a>
|
401
|
+
</li>
|
402
|
+
</ol>
|
403
|
+
<div class="clrit"> </div>
|
404
|
+
</div>
|
405
|
+
<div class="tDotBorder">
|
406
|
+
<span class="tier3">
|
407
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/HeartSmartShopping/Heart-Smart-Shopping_UCM_001179_SubHomePage.jsp" title="Heart-Smart Shopping">Heart-Smart Shopping</a>
|
408
|
+
</span>
|
409
|
+
<!--SortField = "xPriorityInNavigation"-->
|
410
|
+
<!--SortOrder = "Asc"-->
|
411
|
+
<ol>
|
412
|
+
<li>
|
413
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/HeartSmartShopping/Que-nuestro-coraz�n-sea-su-gu�a_UCM_437392_Article.jsp" title="Que nuestro coraz�n sea su gu�a">Que nuestro coraz�n sea su gu�a</a>
|
414
|
+
</li>
|
415
|
+
<li>
|
416
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/HeartSmartShopping/Grocery-Shopping_UCM_001884_Article.jsp" title="Grocery Shopping">Grocery Shopping</a>
|
417
|
+
</li>
|
418
|
+
<li>
|
419
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/HeartSmartShopping/Reading-Food-Nutrition-Labels_UCM_300132_Article.jsp" title="Reading Food Nutrition Labels">Reading Food Nutrition Labels</a>
|
420
|
+
</li>
|
421
|
+
<li>
|
422
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/HeartSmartShopping/Heart-Check-Program_UCM_300133_Article.jsp" title="Heart-Check Program">Heart-Check Program</a>
|
423
|
+
</li>
|
424
|
+
<li>
|
425
|
+
<a href="http://checkmark.heart.org/" title="Grocery List Builder">Grocery List Builder</a>
|
426
|
+
</li>
|
427
|
+
<li>
|
428
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/HeartSmartShopping/Heart-Check-Mark-Nutritional-Guidelines_UCM_300914_Article.jsp" title="Heart-Check Mark Nutritional Guidelines">Heart-Check Mark Nutritional Guidelines</a>
|
429
|
+
</li>
|
430
|
+
</ol>
|
431
|
+
<div class="clrit"> </div>
|
432
|
+
</div>
|
433
|
+
<div class="tDotBorder">
|
434
|
+
<span class="tier3">
|
435
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/HealthyCooking/Healthy-Cooking_UCM_001183_SubHomePage.jsp" title="Healthy Cooking">Healthy Cooking</a>
|
436
|
+
</span>
|
437
|
+
<!--SortField = "xPriorityInNavigation"-->
|
438
|
+
<!--SortOrder = "Asc"-->
|
439
|
+
<ol>
|
440
|
+
<li>
|
441
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/HealthyCooking/Simple-Cooking-with-Heart-Home-Page_UCM_430043_SubHomePage.jsp" title="Simple Cooking with Heart Home Page">Simple Cooking with Heart Home Page</a>
|
442
|
+
</li>
|
443
|
+
<li>
|
444
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/HealthyCooking/Las-5-herramientas-de-cocina-m�s-importantes-para-una-dieta-saludable-para-el-co_UCM_445508_Article.jsp" title="Las 5 herramientas de cocina m�s importantes para una dieta saludable para el co">Las 5 herramientas de cocina m�s importantes para una dieta saludable para el co</a>
|
445
|
+
</li>
|
446
|
+
<li>
|
447
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/HealthyCooking/Healthier-Preparation-Methods-for-Cooking_UCM_301484_Article.jsp" title="Healthier Preparation Methods for Cooking">Healthier Preparation Methods for Cooking</a>
|
448
|
+
</li>
|
449
|
+
<li>
|
450
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/HealthyCooking/Healthy-Snacking_UCM_301489_Article.jsp" title="Healthy Snacking">Healthy Snacking</a>
|
451
|
+
</li>
|
452
|
+
<li>
|
453
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/HealthyCooking/Smart-Substitutions_UCM_302052_Article.jsp" title="Smart Substitutions">Smart Substitutions</a>
|
454
|
+
</li>
|
455
|
+
<li>
|
456
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/HealthyCooking/Summer-Barbeque-Tips_UCM_303146_Article.jsp" title="Summer Barbeque Tips">Summer Barbeque Tips</a>
|
457
|
+
</li>
|
458
|
+
</ol>
|
459
|
+
<div class="clrit"> </div>
|
460
|
+
</div>
|
461
|
+
<div class="tDotBorder">
|
462
|
+
<span class="tier3">
|
463
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/Recipes/Recipes_UCM_001184_SubHomePage.jsp" title="Recipes">Recipes</a>
|
464
|
+
</span>
|
465
|
+
<!--SortField = "xPriorityInNavigation"-->
|
466
|
+
<!--SortOrder = "Asc"-->
|
467
|
+
<ol>
|
468
|
+
<li>
|
469
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/Recipes/Snacks-and-Appetizers_UCM_301942_Article.jsp" title="Snacks and Appetizers">Snacks and Appetizers</a>
|
470
|
+
</li>
|
471
|
+
<li>
|
472
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/Recipes/Soups-Salads-and-Side-Dishes_UCM_305417_Article.jsp" title="Soups, Salads and Side Dishes">Soups, Salads and Side Dishes</a>
|
473
|
+
</li>
|
474
|
+
<li>
|
475
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/Recipes/Main-Dishes_UCM_302001_Article.jsp" title="Main Dishes">Main Dishes</a>
|
476
|
+
</li>
|
477
|
+
<li>
|
478
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/Recipes/Desserts-and-Sweets_UCM_305682_Article.jsp" title="Desserts and Sweets">Desserts and Sweets</a>
|
479
|
+
</li>
|
480
|
+
</ol>
|
481
|
+
<div class="clrit"> </div>
|
482
|
+
</div>
|
483
|
+
<div class="tDotBorder">
|
484
|
+
<span class="tier3">
|
485
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/DiningOut/Dining-Out_UCM_304183_SubHomePage.jsp" title="Dining Out">Dining Out</a>
|
486
|
+
</span>
|
487
|
+
<!--SortField = "xPriorityInNavigation"-->
|
488
|
+
<!--SortOrder = "Asc"-->
|
489
|
+
<ol>
|
490
|
+
<li>
|
491
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/DiningOut/Heart-Check-Meal-Certification-Program-Foodservice_UCM_441027_Article.jsp" title="Heart-Check Meal Certification Program (Foodservice)">Heart-Check Meal Certification Program (Foodservice)</a>
|
492
|
+
</li>
|
493
|
+
<li>
|
494
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/DiningOut/Choosing-a-Restaurant_UCM_301438_Article.jsp" title="Choosing a Restaurant">Choosing a Restaurant</a>
|
495
|
+
</li>
|
496
|
+
<li>
|
497
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/DiningOut/Deciphering-the-Menu_UCM_301469_Article.jsp" title="Deciphering the Menu">Deciphering the Menu</a>
|
498
|
+
</li>
|
499
|
+
<li>
|
500
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/DiningOut/Ordering-Your-Meal_UCM_301471_Article.jsp" title="Ordering Your Meal">Ordering Your Meal</a>
|
501
|
+
</li>
|
502
|
+
<li>
|
503
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/DiningOut/Eating-Fast-Food_UCM_301473_Article.jsp" title="Eating Fast Food">Eating Fast Food</a>
|
504
|
+
</li>
|
505
|
+
<li>
|
506
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/DiningOut/Tips-by-Cuisine_UCM_308333_Article.jsp" title="Tips by Cuisine">Tips by Cuisine</a>
|
507
|
+
</li>
|
508
|
+
</ol>
|
509
|
+
<div class="clrit"> </div>
|
510
|
+
</div>
|
511
|
+
<div class="tDotBorder">
|
512
|
+
<span class="tier3">
|
513
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/CookbooksandHealthGuides/Cookbooks-and-Health-Guides_UCM_001187_SubHomePage.jsp" title="Cookbooks and Health Guides">Cookbooks and Health Guides</a>
|
514
|
+
</span>
|
515
|
+
<!--SortField = "xPriorityInNavigation"-->
|
516
|
+
<!--SortOrder = "Asc"-->
|
517
|
+
<ol>
|
518
|
+
<li>
|
519
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/CookbooksandHealthGuides/Special-Diet-Cookbooks_UCM_303871_TabbedPage.jsp" title="Special Diet Cookbooks">Special Diet Cookbooks</a>
|
520
|
+
</li>
|
521
|
+
<li>
|
522
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/CookbooksandHealthGuides/General-Cookbooks_UCM_303855_TabbedPage.jsp" title="General Cookbooks">General Cookbooks</a>
|
523
|
+
</li>
|
524
|
+
<li>
|
525
|
+
<a href="/HEARTORG/GettingHealthy/NutritionCenter/CookbooksandHealthGuides/Healthy-Lifestyle-Guides_UCM_303873_TabbedPage.jsp" title="Healthy Lifestyle Guides">Healthy Lifestyle Guides</a>
|
526
|
+
</li>
|
527
|
+
</ol>
|
528
|
+
<div class="clrit"> </div>
|
529
|
+
</div>
|
530
|
+
</div>
|
531
|
+
</div>
|
532
|
+
</div>
|
533
|
+
</li>
|
534
|
+
<li class="tab">
|
535
|
+
<span>
|
536
|
+
<a id="tier2_5" name="tier2_5" href="/HEARTORG/GettingHealthy/PhysicalActivity/Physical-Activity_UCM_001080_SubHomePage.jsp" title="Physical Activity">Physical Activity</a>
|
537
|
+
</span>
|
538
|
+
<div class="megaContainer">
|
539
|
+
<div class="mainMenu">
|
540
|
+
<div class="mainMenuInner">
|
541
|
+
<div class="tDotBorder">
|
542
|
+
<span class="tier3">
|
543
|
+
<a href="http://www.startwalkingnow.org" title="Start Walking">Start Walking</a>
|
544
|
+
</span>
|
545
|
+
<!--SortField = "xPriorityInNavigation"-->
|
546
|
+
<!--SortOrder = "Asc"-->
|
547
|
+
<div class="clrit"> </div>
|
548
|
+
</div>
|
549
|
+
<div class="tDotBorder">
|
550
|
+
<span class="tier3">
|
551
|
+
<a href="/HEARTORG/GettingHealthy/PhysicalActivity/NationalWalkingDay/National-Walking-Day-2013_UCM_448665_Article.jsp " title="National Walking Day">National Walking Day</a>
|
552
|
+
</span>
|
553
|
+
<!--SortField = "xPriorityInNavigation"-->
|
554
|
+
<!--SortOrder = "Asc"-->
|
555
|
+
<div class="clrit"> </div>
|
556
|
+
</div>
|
557
|
+
</div>
|
558
|
+
</div>
|
559
|
+
</div>
|
560
|
+
</li>
|
561
|
+
<li class="tab">
|
562
|
+
<span>
|
563
|
+
<a id="tier2_477" name="tier2_477" href="/HEARTORG/GettingHealthy/HealthierKids/Healthier-Kids_UCM_304156_SubHomePage.jsp" title="Healthier Kids">Healthier Kids</a>
|
564
|
+
</span>
|
565
|
+
<div class="megaContainer">
|
566
|
+
<div class="mainMenu">
|
567
|
+
<div class="mainMenuInner">
|
568
|
+
<div class="tDotBorder">
|
569
|
+
<span class="tier3">
|
570
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/OurPrograms/Our-Programs_UCM_001191_SubHomePage.jsp" title="Our Programs">Our Programs</a>
|
571
|
+
</span>
|
572
|
+
<!--SortField = "xPriorityInNavigation"-->
|
573
|
+
<!--SortOrder = "Asc"-->
|
574
|
+
<ol>
|
575
|
+
<li>
|
576
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/OurPrograms/American-Heart-Association-Teaching-Gardens_UCM_424713_Article.jsp" title="American Heart Association Teaching Gardens">American Heart Association Teaching Gardens</a>
|
577
|
+
</li>
|
578
|
+
<li>
|
579
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/OurPrograms/Understanding-Childhood-Obesity_UCM_428229_Article.jsp" title="Understanding Childhood Obesity">Understanding Childhood Obesity</a>
|
580
|
+
</li>
|
581
|
+
</ol>
|
582
|
+
<div class="clrit"> </div>
|
583
|
+
</div>
|
584
|
+
<div class="tDotBorder">
|
585
|
+
<span class="tier3">
|
586
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/HowtoMakeaHealthyHome/How-to-Make-a-Healthy-Home_UCM_304154_SubHomePage.jsp" title="How to Make a Healthy Home">How to Make a Healthy Home</a>
|
587
|
+
</span>
|
588
|
+
<!--SortField = "xPriorityInNavigation"-->
|
589
|
+
<!--SortOrder = "Asc"-->
|
590
|
+
<ol>
|
591
|
+
<li>
|
592
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/HowtoMakeaHealthyHome/Help-Children-Develop-Healthy-Habits_UCM_303805_Article.jsp" title="Help Children Develop Healthy Habits">Help Children Develop Healthy Habits</a>
|
593
|
+
</li>
|
594
|
+
<li>
|
595
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/HowtoMakeaHealthyHome/Make-Fast-Food-Friendlier_UCM_303806_Article.jsp" title="Make Fast Food Friendlier">Make Fast Food Friendlier</a>
|
596
|
+
</li>
|
597
|
+
<li>
|
598
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/HowtoMakeaHealthyHome/Healthy-Foods-Under-1-Per-Serving_UCM_303809_Article.jsp" title="Healthy Foods Under $1 Per Serving">Healthy Foods Under $1 Per Serving</a>
|
599
|
+
</li>
|
600
|
+
<li>
|
601
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/HowtoMakeaHealthyHome/Healthy-Post-Play-Snacks_UCM_304049_Article.jsp" title="Healthy Post-Play Snacks">Healthy Post-Play Snacks</a>
|
602
|
+
</li>
|
603
|
+
<li>
|
604
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/HowtoMakeaHealthyHome/Tips-for-Dealing-With-a-Picky-Eater_UCM_303811_Article.jsp" title="Tips for Dealing With a Picky Eater">Tips for Dealing With a Picky Eater</a>
|
605
|
+
</li>
|
606
|
+
<li>
|
607
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/HowtoMakeaHealthyHome/Take-Control-of-Portion-Sizes_UCM_304051_Article.jsp" title="Take Control of Portion Sizes">Take Control of Portion Sizes</a>
|
608
|
+
</li>
|
609
|
+
<li>
|
610
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/HowtoMakeaHealthyHome/Get-Non-Athletes-to-be-Physically-Active_UCM_303814_Article.jsp" title="Get Non-Athletes to be Physically Active">Get Non-Athletes to be Physically Active</a>
|
611
|
+
</li>
|
612
|
+
<li>
|
613
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/HowtoMakeaHealthyHome/Limit-Tube-Time-and-Get-Your-Kids-Moving_UCM_303813_Article.jsp" title="Limit Tube Time and Get Your Kids Moving">Limit Tube Time and Get Your Kids Moving</a>
|
614
|
+
</li>
|
615
|
+
<li>
|
616
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/HowtoMakeaHealthyHome/Is-Obesity-an-Issue-in-Your-House_UCM_319115_Article.jsp" title="Is Obesity an Issue in Your House?">Is Obesity an Issue in Your House?</a>
|
617
|
+
</li>
|
618
|
+
</ol>
|
619
|
+
<span class="tier4ViewMore">
|
620
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/HowtoMakeaHealthyHome/How-to-Make-a-Healthy-Home_UCM_304154_SubHomePage.jsp" title="See More">See More »</a>
|
621
|
+
</span>
|
622
|
+
<div class="clrit"> </div>
|
623
|
+
</div>
|
624
|
+
<div class="tDotBorder">
|
625
|
+
<span class="tier3">
|
626
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/ActivitiesforKids/Activities-for-Kids_UCM_304155_SubHomePage.jsp" title="Activities for Kids">Activities for Kids</a>
|
627
|
+
</span>
|
628
|
+
<!--SortField = "xPriorityInNavigation"-->
|
629
|
+
<!--SortOrder = "Asc"-->
|
630
|
+
<ol>
|
631
|
+
<li>
|
632
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/ActivitiesforKids/My-Family-Health-Tree_UCM_312356_Article.jsp" title="My Family Health Tree">My Family Health Tree</a>
|
633
|
+
</li>
|
634
|
+
<li>
|
635
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/ActivitiesforKids/Healthy-Challenge-Scavenger-Hunt_UCM_312472_Article.jsp" title="Healthy Challenge Scavenger Hunt">Healthy Challenge Scavenger Hunt</a>
|
636
|
+
</li>
|
637
|
+
<li>
|
638
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/ActivitiesforKids/Happy-Healthy-Eating_UCM_312475_Article.jsp" title="Happy, Healthy Eating">Happy, Healthy Eating</a>
|
639
|
+
</li>
|
640
|
+
<li>
|
641
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/ActivitiesforKids/Make-the-Most-of-Play_UCM_312476_Article.jsp" title="Make the Most of Play">Make the Most of Play</a>
|
642
|
+
</li>
|
643
|
+
<li>
|
644
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/ActivitiesforKids/5-Ways-that-Play-can-Change-your-Day_UCM_312479_Article.jsp" title="5 Ways that Play can Change your Day">5 Ways that Play can Change your Day</a>
|
645
|
+
</li>
|
646
|
+
</ol>
|
647
|
+
<div class="clrit"> </div>
|
648
|
+
</div>
|
649
|
+
<div class="tDotBorder">
|
650
|
+
<span class="tier3">
|
651
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/TeachingGardens/Teaching-Gardens_UCM_436602_SubHomePage.jsp" title="Teaching Gardens">Teaching Gardens</a>
|
652
|
+
</span>
|
653
|
+
<!--SortField = "xPriorityInNavigation"-->
|
654
|
+
<!--SortOrder = "Asc"-->
|
655
|
+
<ol>
|
656
|
+
<li>
|
657
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/TeachingGardens/Teaching-Gardens-Photos-and-Blog_UCM_438935_SubHomePage.jsp" title="Teaching Gardens Photos and Blog">Teaching Gardens Photos and Blog</a>
|
658
|
+
</li>
|
659
|
+
<li>
|
660
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/TeachingGardens/Teaching-Gardens-Donate_UCM_436631_SubHomePage.jsp" title="Teaching Gardens-Donate">Teaching Gardens-Donate</a>
|
661
|
+
</li>
|
662
|
+
<li>
|
663
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/TeachingGardens/How-to-Get-a-Teaching-Garden_UCM_436627_SubHomePage.jsp" title="How to Get a Teaching Garden">How to Get a Teaching Garden</a>
|
664
|
+
</li>
|
665
|
+
<li>
|
666
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/TeachingGardens/Teaching-Gardens-See-Our-Gardens_UCM_436626_SubHomePage.jsp" title="Teaching Gardens-See Our Gardens">Teaching Gardens-See Our Gardens</a>
|
667
|
+
</li>
|
668
|
+
<li>
|
669
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/TeachingGardens/Teaching-Gardens-How-It-Works_UCM_436625_SubHomePage.jsp" title="Teaching Gardens-How It Works">Teaching Gardens-How It Works</a>
|
670
|
+
</li>
|
671
|
+
<li>
|
672
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/TeachingGardens/Teaching-Garden-Videos_UCM_436623_SubHomePage.jsp" title="Teaching Garden Videos">Teaching Garden Videos</a>
|
673
|
+
</li>
|
674
|
+
<li>
|
675
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/TeachingGardens/Teaching-Gardens-Supporters_UCM_436622_SubHomePage.jsp" title="Teaching Gardens Supporters">Teaching Gardens Supporters</a>
|
676
|
+
</li>
|
677
|
+
<li>
|
678
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/TeachingGardens/Why-We-Garden_UCM_436620_SubHomePage.jsp" title="Why We Garden">Why We Garden</a>
|
679
|
+
</li>
|
680
|
+
<li>
|
681
|
+
<a href="/HEARTORG/GettingHealthy/HealthierKids/TeachingGardens/About-Teaching-Gardens_UCM_436619_SubHomePage.jsp" title="About Teaching Gardens">About Teaching Gardens</a>
|
682
|
+
</li>
|
683
|
+
</ol>
|
684
|
+
<div class="clrit"> </div>
|
685
|
+
</div>
|
686
|
+
</div>
|
687
|
+
</div>
|
688
|
+
</div>
|
689
|
+
</li>
|
690
|
+
<li class="tab">
|
691
|
+
<span>
|
692
|
+
<a id="tier2_6" name="tier2_6" href="/HEARTORG/GettingHealthy/WeightManagement/Weight-Management_UCM_001081_SubHomePage.jsp" title="Weight Management">Weight Management</a>
|
693
|
+
</span>
|
694
|
+
<div class="megaContainer">
|
695
|
+
<div class="mainMenu">
|
696
|
+
<div class="mainMenuInner">
|
697
|
+
<div class="tDotBorder">
|
698
|
+
<span class="tier3">
|
699
|
+
<a href="/HEARTORG/GettingHealthy/WeightManagement/BodyMassIndex/Body-Mass-Index-BMI_UCM_001806_SubHomePage.jsp" title="Body Mass Index (BMI)">Body Mass Index (BMI)</a>
|
700
|
+
</span>
|
701
|
+
<!--SortField = "xPriorityInNavigation"-->
|
702
|
+
<!--SortOrder = "Asc"-->
|
703
|
+
<ol>
|
704
|
+
<li>
|
705
|
+
<a href="/HEARTORG/GettingHealthy/WeightManagement/BodyMassIndex/BMI-in-Children_UCM_308993_Article.jsp" title="BMI in Children">BMI in Children</a>
|
706
|
+
</li>
|
707
|
+
</ol>
|
708
|
+
<div class="clrit"> </div>
|
709
|
+
</div>
|
710
|
+
<div class="tDotBorder">
|
711
|
+
<span class="tier3">
|
712
|
+
<a href="/HEARTORG/GettingHealthy/WeightManagement/LosingWeight/Losing-Weight_UCM_001190_SubHomePage.jsp" title="Losing Weight">Losing Weight</a>
|
713
|
+
</span>
|
714
|
+
<!--SortField = "xPriorityInNavigation"-->
|
715
|
+
<!--SortOrder = "Asc"-->
|
716
|
+
<ol>
|
717
|
+
<li>
|
718
|
+
<a href="/HEARTORG/GettingHealthy/WeightManagement/Welcome-to-the-No-Fad-Diet_UCM_305835_SubHomePage.jsp" title="Welcome to the No-Fad Diet">Welcome to the No-Fad Diet</a>
|
719
|
+
</li>
|
720
|
+
</ol>
|
721
|
+
<div class="clrit"> </div>
|
722
|
+
</div>
|
723
|
+
<div class="tDotBorder">
|
724
|
+
<span class="tier3">
|
725
|
+
<a href="/HEARTORG/GettingHealthy/WeightManagement/Obesity/Obesity-Information_UCM_307908_Article.jsp" title="Obesity">Obesity</a>
|
726
|
+
</span>
|
727
|
+
<!--SortField = "xPriorityInNavigation"-->
|
728
|
+
<!--SortOrder = "Asc"-->
|
729
|
+
<ol>
|
730
|
+
<li>
|
731
|
+
<a href="/HEARTORG/GettingHealthy/WeightManagement/Obesity/Childhood-Obesity_UCM_304347_Article.jsp" title="Childhood Obesity">Childhood Obesity</a>
|
732
|
+
</li>
|
733
|
+
<li>
|
734
|
+
<a href="/HEARTORG/GettingHealthy/WeightManagement/Obesity/Obesity---Stroke-Connection_UCM_311771_Article.jsp" title="Obesity - Stroke Connection">Obesity - Stroke Connection</a>
|
735
|
+
</li>
|
736
|
+
</ol>
|
737
|
+
<div class="clrit"> </div>
|
738
|
+
</div>
|
739
|
+
</div>
|
740
|
+
</div>
|
741
|
+
</div>
|
742
|
+
</li>
|
743
|
+
<li class="tab">
|
744
|
+
<span>
|
745
|
+
<a id="tier2_7" name="tier2_7" href="/HEARTORG/GettingHealthy/StressManagement/Stress-Management_UCM_001082_SubHomePage.jsp" title="Stress Management">Stress Management</a>
|
746
|
+
</span>
|
747
|
+
<div class="megaContainer">
|
748
|
+
<div class="mainMenu">
|
749
|
+
<div class="mainMenuInner">
|
750
|
+
<div class="tDotBorder">
|
751
|
+
<span class="tier3">
|
752
|
+
<a href="/HEARTORG/GettingHealthy/StressManagement/HowDoesStressAffectYou/How-Does-Stress-Affect-You_UCM_001193_SubHomePage.jsp" title="How Does Stress Affect You?">How Does Stress Affect You?</a>
|
753
|
+
</span>
|
754
|
+
<!--SortField = "xPriorityInNavigation"-->
|
755
|
+
<!--SortOrder = "Asc"-->
|
756
|
+
<div class="clrit"> </div>
|
757
|
+
</div>
|
758
|
+
<div class="tDotBorder">
|
759
|
+
<span class="tier3">
|
760
|
+
<a href="/HEARTORG/GettingHealthy/StressManagement/FightStressWithHealthyHabits/Fight-Stress-With-Healthy-Habits_UCM_001194_SubHomePage.jsp" title="Fight Stress With Healthy Habits">Fight Stress With Healthy Habits</a>
|
761
|
+
</span>
|
762
|
+
<!--SortField = "xPriorityInNavigation"-->
|
763
|
+
<!--SortOrder = "Asc"-->
|
764
|
+
<div class="clrit"> </div>
|
765
|
+
</div>
|
766
|
+
<div class="tDotBorder">
|
767
|
+
<span class="tier3">
|
768
|
+
<a href="/HEARTORG/GettingHealthy/StressManagement/TakeActiontoControlStress/Take-Action-To-Control-Stress_UCM_001402_Article.jsp" title="Take Action to Control Stress">Take Action to Control Stress</a>
|
769
|
+
</span>
|
770
|
+
<!--SortField = "xPriorityInNavigation"-->
|
771
|
+
<!--SortOrder = "Asc"-->
|
772
|
+
<div class="clrit"> </div>
|
773
|
+
</div>
|
774
|
+
<div class="tDotBorder">
|
775
|
+
<span class="tier3">
|
776
|
+
<a href="/HEARTORG/GettingHealthy/StressManagement/FourWaystoDealWithStress/Four-Ways-To-Deal-With-Stress_UCM_001195_SubHomePage.jsp" title="Four Ways to Deal With Stress">Four Ways to Deal With Stress</a>
|
777
|
+
</span>
|
778
|
+
<!--SortField = "xPriorityInNavigation"-->
|
779
|
+
<!--SortOrder = "Asc"-->
|
780
|
+
<div class="clrit"> </div>
|
781
|
+
</div>
|
782
|
+
</div>
|
783
|
+
</div>
|
784
|
+
</div>
|
785
|
+
</li>
|
786
|
+
<li class="tab">
|
787
|
+
<span>
|
788
|
+
<a id="tier2_9" name="tier2_9" href="/HEARTORG/GettingHealthy/FatsAndOils/Fats-Oils_UCM_001084_SubHomePage.jsp" title="Fats & Oils">Fats & Oils</a>
|
789
|
+
</span>
|
790
|
+
<div class="megaContainer">
|
791
|
+
<div class="mainMenu">
|
792
|
+
<div class="mainMenuInner">
|
793
|
+
<div class="tDotBorder">
|
794
|
+
<span class="tier3">
|
795
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/Fats101/Fats-101_UCM_304494_Article.jsp" title="Fats 101">Fats 101</a>
|
796
|
+
</span>
|
797
|
+
<!--SortField = "xPriorityInNavigation"-->
|
798
|
+
<!--SortOrder = "Asc"-->
|
799
|
+
<ol>
|
800
|
+
<li>
|
801
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/Fats101/Saturated-Fats_UCM_301110_Article.jsp" title="Saturated Fats">Saturated Fats</a>
|
802
|
+
</li>
|
803
|
+
<li>
|
804
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/Fats101/Trans-Fats_UCM_301120_Article.jsp" title="Trans Fats">Trans Fats</a>
|
805
|
+
</li>
|
806
|
+
<li>
|
807
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/Fats101/Trans-Fats-News_UCM_301504_Article.jsp" title="Trans Fats News">Trans Fats News</a>
|
808
|
+
</li>
|
809
|
+
<li>
|
810
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/Fats101/A-History-of-Trans-Fat_UCM_301463_Article.jsp" title="A History of Trans Fat">A History of Trans Fat</a>
|
811
|
+
</li>
|
812
|
+
<li>
|
813
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/Fats101/Trans-Fat-Conference_UCM_301532_Article.jsp" title="Trans Fat Conference">Trans Fat Conference</a>
|
814
|
+
</li>
|
815
|
+
<li>
|
816
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/Fats101/Monounsaturated-Fats_UCM_301460_Article.jsp" title="Monounsaturated Fats">Monounsaturated Fats</a>
|
817
|
+
</li>
|
818
|
+
<li>
|
819
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/Fats101/Polyunsaturated-Fats_UCM_301461_Article.jsp" title="Polyunsaturated Fats">Polyunsaturated Fats</a>
|
820
|
+
</li>
|
821
|
+
<li>
|
822
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/Fats101/Cholesterol-Q-A_UCM_304898_Article.jsp" title="Cholesterol Q & A">Cholesterol Q & A</a>
|
823
|
+
</li>
|
824
|
+
<li>
|
825
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/Fats101/Levels-of-Cholesterol_UCM_305051_Article.jsp" title="Levels of Cholesterol">Levels of Cholesterol</a>
|
826
|
+
</li>
|
827
|
+
</ol>
|
828
|
+
<div class="clrit"> </div>
|
829
|
+
</div>
|
830
|
+
<div class="tDotBorder">
|
831
|
+
<span class="tier3">
|
832
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/MeettheFats/Meet-the-Fats_UCM_304495_Article.jsp" title="Meet the Fats">Meet the Fats</a>
|
833
|
+
</span>
|
834
|
+
<!--SortField = "xPriorityInNavigation"-->
|
835
|
+
<!--SortOrder = "Asc"-->
|
836
|
+
<ol>
|
837
|
+
<li>
|
838
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/MeettheFats/The-Bad-Fats-Brothers_UCM_305102_Article.jsp" title="The Bad Fats Brothers">The Bad Fats Brothers</a>
|
839
|
+
</li>
|
840
|
+
<li>
|
841
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/MeettheFats/Meet-Sat_UCM_305104_Article.jsp" title="Meet Sat">Meet Sat</a>
|
842
|
+
</li>
|
843
|
+
<li>
|
844
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/MeettheFats/Meet-Trans_UCM_305105_Article.jsp" title="Meet Trans">Meet Trans</a>
|
845
|
+
</li>
|
846
|
+
<li>
|
847
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/MeettheFats/Bad-Fats-Brothers-Menu_UCM_305106_Article.jsp" title="Bad Fats Brothers' Menu">Bad Fats Brothers' Menu</a>
|
848
|
+
</li>
|
849
|
+
<li>
|
850
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/MeettheFats/Bad-Fats-Brothers-Downloads_UCM_305107_Article.jsp" title="Bad Fats Brothers' Downloads">Bad Fats Brothers' Downloads</a>
|
851
|
+
</li>
|
852
|
+
<li>
|
853
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/MeettheFats/The-Better-Fats-Sisters_UCM_305103_Article.jsp" title="The Better Fats Sisters">The Better Fats Sisters</a>
|
854
|
+
</li>
|
855
|
+
<li>
|
856
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/MeettheFats/Meet-Mon_UCM_305108_Article.jsp" title="Meet Mon">Meet Mon</a>
|
857
|
+
</li>
|
858
|
+
<li>
|
859
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/MeettheFats/Meet-Poly_UCM_305109_Article.jsp" title="Meet Poly">Meet Poly</a>
|
860
|
+
</li>
|
861
|
+
<li>
|
862
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/MeettheFats/Better-Fats-Sisters-Menu_UCM_305110_Article.jsp" title="Better Fats Sisters' Menu">Better Fats Sisters' Menu</a>
|
863
|
+
</li>
|
864
|
+
</ol>
|
865
|
+
<span class="tier4ViewMore">
|
866
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/MeettheFats/Meet-the-Fats_UCM_304495_Article.jsp" title="See More">See More »</a>
|
867
|
+
</span>
|
868
|
+
<div class="clrit"> </div>
|
869
|
+
</div>
|
870
|
+
<div class="tDotBorder">
|
871
|
+
<span class="tier3">
|
872
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/TheDishwithDrEckel/The-Dish-with-Dr-Eckel_UCM_301546_Article.jsp" title="The Dish with Dr. Eckel">The Dish with Dr. Eckel</a>
|
873
|
+
</span>
|
874
|
+
<!--SortField = "xPriorityInNavigation"-->
|
875
|
+
<!--SortOrder = "Asc"-->
|
876
|
+
<ol>
|
877
|
+
<li>
|
878
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/TheDishwithDrEckel/The-Dish-Go-from-Bad-to-Better_UCM_304848_Article.jsp" title="The Dish: Go from Bad to Better">The Dish: Go from Bad to Better</a>
|
879
|
+
</li>
|
880
|
+
<li>
|
881
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/TheDishwithDrEckel/The-Dish-Get-the-Big-Fat-Picture_UCM_301636_Article.jsp" title="The Dish: Get the Big Fat Picture">The Dish: Get the Big Fat Picture</a>
|
882
|
+
</li>
|
883
|
+
<li>
|
884
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/TheDishwithDrEckel/The-Dish-Phasing-Out-Trans-Fat-in-New-York-City_UCM_301637_Article.jsp" title="The Dish: Phasing Out Trans Fat in New York City">The Dish: Phasing Out Trans Fat in New York City</a>
|
885
|
+
</li>
|
886
|
+
<li>
|
887
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/TheDishwithDrEckel/The-Dish-Trans-Fat-Free-Doesnt-Mean-Healthy_UCM_304884_Article.jsp" title="The Dish: "Trans Fat-Free" Doesn't Mean Healthy">The Dish: "Trans Fat-Free" Doesn't Mean Healthy</a>
|
888
|
+
</li>
|
889
|
+
<li>
|
890
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/TheDishwithDrEckel/The-Dish-Dig-In-for-Better-Dining-Out_UCM_304885_Article.jsp" title="The Dish: Dig In for Better Dining Out">The Dish: Dig In for Better Dining Out</a>
|
891
|
+
</li>
|
892
|
+
<li>
|
893
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/TheDishwithDrEckel/The-Dish-Live-Fat-Sensibly-This-Summer_UCM_301589_Article.jsp" title="The Dish: Live Fat-Sensibly This Summer">The Dish: Live Fat-Sensibly This Summer</a>
|
894
|
+
</li>
|
895
|
+
<li>
|
896
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/TheDishwithDrEckel/The-Dish-Making-the-Change-to-a-Heart-Healthy-Life_UCM_304887_Article.jsp" title="The Dish: Making the Change to a Heart-Healthy Life">The Dish: Making the Change to a Heart-Healthy Life</a>
|
897
|
+
</li>
|
898
|
+
<li>
|
899
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/TheDishwithDrEckel/The-Dish-Personal-Daily-Calorie-and-Fat-Limits_UCM_304896_Article.jsp" title="The Dish: Personal Daily Calorie and Fat Limits">The Dish: Personal Daily Calorie and Fat Limits</a>
|
900
|
+
</li>
|
901
|
+
<li>
|
902
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/TheDishwithDrEckel/The-Dish-Artificial-or-Natural-Taking-in-Trans-Fats_UCM_304897_Article.jsp" title="The Dish: Artificial or Natural? Taking in Trans Fats">The Dish: Artificial or Natural? Taking in Trans Fats</a>
|
903
|
+
</li>
|
904
|
+
</ol>
|
905
|
+
<span class="tier4ViewMore">
|
906
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/TheDishwithDrEckel/The-Dish-with-Dr-Eckel_UCM_301546_Article.jsp" title="See More">See More »</a>
|
907
|
+
</span>
|
908
|
+
<div class="clrit"> </div>
|
909
|
+
</div>
|
910
|
+
<div class="tDotBorder">
|
911
|
+
<span class="tier3">
|
912
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/FacetheFatsRestaurantResources/Face-the-Fats-Restaurant-Resources_UCM_303911_Article.jsp" title="Face the Fats Restaurant Resources">Face the Fats Restaurant Resources</a>
|
913
|
+
</span>
|
914
|
+
<!--SortField = "xPriorityInNavigation"-->
|
915
|
+
<!--SortOrder = "Asc"-->
|
916
|
+
<ol>
|
917
|
+
<li>
|
918
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/FacetheFatsRestaurantResources/Restaurant-Operating-Tips_UCM_303914_Article.jsp" title="Restaurant Operating Tips">Restaurant Operating Tips</a>
|
919
|
+
</li>
|
920
|
+
<li>
|
921
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/FacetheFatsRestaurantResources/Frying-without-Trans-Fat_UCM_303922_Article.jsp" title="Frying without Trans Fat">Frying without Trans Fat</a>
|
922
|
+
</li>
|
923
|
+
<li>
|
924
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/FacetheFatsRestaurantResources/Prepared-Foods-Mixes-without-Trans-Fat_UCM_304092_Article.jsp" title="Prepared Foods & Mixes without Trans Fat">Prepared Foods & Mixes without Trans Fat</a>
|
925
|
+
</li>
|
926
|
+
<li>
|
927
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/FacetheFatsRestaurantResources/Baking-without-Trans-Fat_UCM_303915_Article.jsp" title="Baking without Trans Fat">Baking without Trans Fat</a>
|
928
|
+
</li>
|
929
|
+
<li>
|
930
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/FacetheFatsRestaurantResources/0-Grams-Trans-Fat-Oils-and-Fats_UCM_304365_Article.jsp" title="0 Grams Trans Fat Oils and Fats">0 Grams Trans Fat Oils and Fats</a>
|
931
|
+
</li>
|
932
|
+
<li>
|
933
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/FacetheFatsRestaurantResources/Restaurant-FAQs_UCM_304093_Article.jsp" title="Restaurant FAQs">Restaurant FAQs</a>
|
934
|
+
</li>
|
935
|
+
<li>
|
936
|
+
<a href="/HEARTORG/GettingHealthy/FatsAndOils/FacetheFatsRestaurantResources/Other-Restaurant-Resources_UCM_304364_Article.jsp" title="Other Restaurant Resources">Other Restaurant Resources</a>
|
937
|
+
</li>
|
938
|
+
</ol>
|
939
|
+
<div class="clrit"> </div>
|
940
|
+
</div>
|
941
|
+
</div>
|
942
|
+
</div>
|
943
|
+
</div>
|
944
|
+
</li>
|
945
|
+
<li class="tab">
|
946
|
+
<span>
|
947
|
+
<a id="tier2_10" name="tier2_10" href="/HEARTORG/GettingHealthy/QuitSmoking/Quit-Smoking_UCM_001085_SubHomePage.jsp" title="Quit Smoking">Quit Smoking</a>
|
948
|
+
</span>
|
949
|
+
<div class="megaContainer">
|
950
|
+
<div class="mainMenu">
|
951
|
+
<div class="mainMenuInner">
|
952
|
+
<div class="tDotBorder">
|
953
|
+
<span class="tier3">
|
954
|
+
<a href="/HEARTORG/GettingHealthy/QuitSmoking/QuittingSmoking/Quitting-Smoking_UCM_001202_SubHomePage.jsp" title="Quitting Smoking">Quitting Smoking</a>
|
955
|
+
</span>
|
956
|
+
<!--SortField = "xPriorityInNavigation"-->
|
957
|
+
<!--SortOrder = "Asc"-->
|
958
|
+
<div class="clrit"> </div>
|
959
|
+
</div>
|
960
|
+
<div class="tDotBorder">
|
961
|
+
<span class="tier3">
|
962
|
+
<a href="/HEARTORG/GettingHealthy/QuitSmoking/YourNon-SmokingLife/Your-Non-Smoking-Life_UCM_304550_SubHomePage.jsp" title="Your Non-Smoking Life">Your Non-Smoking Life</a>
|
963
|
+
</span>
|
964
|
+
<!--SortField = "xPriorityInNavigation"-->
|
965
|
+
<!--SortOrder = "Asc"-->
|
966
|
+
<div class="clrit"> </div>
|
967
|
+
</div>
|
968
|
+
<div class="tDotBorder">
|
969
|
+
<span class="tier3">
|
970
|
+
<a href="/HEARTORG/GettingHealthy/QuitSmoking/Urges/Urges_UCM_001203_SubHomePage.jsp" title="Urges">Urges</a>
|
971
|
+
</span>
|
972
|
+
<!--SortField = "xPriorityInNavigation"-->
|
973
|
+
<!--SortOrder = "Asc"-->
|
974
|
+
<div class="clrit"> </div>
|
975
|
+
</div>
|
976
|
+
<div class="tDotBorder">
|
977
|
+
<span class="tier3">
|
978
|
+
<a href="/HEARTORG/GettingHealthy/QuitSmoking/QuittingResources/Resources-for-Quitting-Smoking_UCM_307934_Article.jsp" title="Quitting Resources">Quitting Resources</a>
|
979
|
+
</span>
|
980
|
+
<!--SortField = "xPriorityInNavigation"-->
|
981
|
+
<!--SortOrder = "Asc"-->
|
982
|
+
<div class="clrit"> </div>
|
983
|
+
</div>
|
984
|
+
</div>
|
985
|
+
</div>
|
986
|
+
</div>
|
987
|
+
</li>
|
988
|
+
</ul>
|
989
|
+
</div>
|
990
|
+
</div>
|
991
|
+
<script type="text/javascript">
|
992
|
+
$(function() {
|
993
|
+
$("div#navWrapper span#span_tier1_2").addClass("topNavSelected");
|
994
|
+
$("div#navWrapper li#li_tier1_2").addClass("topNavSelectedArrow");
|
995
|
+
$("div#subNavWrapper a#tier2_4").addClass("topNavSelected");
|
996
|
+
});
|
997
|
+
</script>
|
998
|
+
<!--bdtNavElapsedTime=3-->
|
999
|
+
<!--i want this autofile: HEARTORG_T1_2-->
|
1000
|
+
<div id="wrapper">
|
1001
|
+
<!--*** Start of Recipe Content Wrapper ***-->
|
1002
|
+
<div class="content_wrapper round">
|
1003
|
+
<!--*** Start of Left Content ***-->
|
1004
|
+
<div itemscope itemtype="http://schema.org/Recipe" id="ahaContentLeft">
|
1005
|
+
<div itemprop="name" id="pageTitle">
|
1006
|
+
Skillet Gnocchi with Chard & White Beans
|
1007
|
+
</div>
|
1008
|
+
<div class="toolbar">
|
1009
|
+
<ul class="toolbarLeft">
|
1010
|
+
<li>
|
1011
|
+
<!-- AddThis Button BEGIN -->
|
1012
|
+
<div class="addthis_toolbox addthis_default_style ">
|
1013
|
+
<a class="addthis_button_linkedin_counter"></a>
|
1014
|
+
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
|
1015
|
+
<a class="addthis_button_tweet"></a>
|
1016
|
+
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
|
1017
|
+
<!-- <a class="addthis_button_pinterest_pinit"></a>-->
|
1018
|
+
<a class="addthis_counter addthis_pill_style"></a>
|
1019
|
+
</div>
|
1020
|
+
<script type="text/javascript">var addthis_config =
|
1021
|
+
{"data_track_clickback":true,"data_track_addressbar":true};
|
1022
|
+
</script>
|
1023
|
+
<!-- This code is used for Google Analytics Asynchronous Tracking -->
|
1024
|
+
<script type="text/javascript">
|
1025
|
+
var addthis_config = {
|
1026
|
+
data_ga_property: 'UA-12551341-7',
|
1027
|
+
data_ga_social: true,
|
1028
|
+
ui_use_image_picker : true
|
1029
|
+
};
|
1030
|
+
</script>
|
1031
|
+
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ahaanywhere"></script>
|
1032
|
+
<!-- AddThis Button END -->
|
1033
|
+
</li>
|
1034
|
+
</ul>
|
1035
|
+
<ul class="toolbarRight">
|
1036
|
+
<li itemprop="datePublished">Updated:Jul 19,2012</li>
|
1037
|
+
</ul>
|
1038
|
+
</div>
|
1039
|
+
<div class="content">
|
1040
|
+
<div id="cmsSaveRecipes" class="recipeTopSlot round">
|
1041
|
+
<ul>
|
1042
|
+
<li itemprop="recipeYield" class="recipeServes">Serves: 6 </li>
|
1043
|
+
<li class="recipePrep">
|
1044
|
+
<!--BEGIN [{"content":"Prep Time: 30 minutes<br/>","timinginfo_preptime":"30 minutes","timinginfo_marinatingtime":"","timinginfo_cookingtime":"","timinginfo_chilling":"","timinginfo_standing":"","timinginfo_baking":"","timinginfo_microwave":"","timinginfo_cooling":"","timinginfo_thawing":"","timinginfo_warming":"","timinginfo_rising":"","timinginfo_slowcooker":"","timinginfo_crockery":"","timinginfo_reheating":"","timinginfo_microreheating":"","timinginfo_freezing":""}] END-->Prep Time: 30 minutes<br/><br />
|
1045
|
+
</li>
|
1046
|
+
</ul>
|
1047
|
+
<br class="clrfix" />
|
1048
|
+
</div>
|
1049
|
+
<div class="recipeMainContent">
|
1050
|
+
<div class="recipeColLeft">
|
1051
|
+
<p class="recipeSubTitle">Description</p>
|
1052
|
+
<div itemprop="description" class="recipeBottomSpacer">
|
1053
|
+
In this one-skillet supper, we toss dark leafy greens, diced tomatoes and white beans with gnocchi and top it all with gooey mozzarella. Serve with a mixed green salad with vinaigrette.
|
1054
|
+
</div>
|
1055
|
+
<p class="recipeSubTitle">Ingredients</p>
|
1056
|
+
<div class="recipeBottomSpacer">
|
1057
|
+
1 tablespoon plus 1 teaspoon extra-virgin olive oil, divided <br />1 16-ounce package shelf-stable gnocchi (see Cooking Tips) <br />1 medium yellow onion, thinly sliced <br />4 cloves garlic, minced <br />1/2 cup water<br />6 cups chopped chard leaves (about 1 small bunch) or spinach <br />1 15-ounce can diced tomatoes with Italian seasonings<br />1 15-ounce can white beans, rinsed <br />1/4 teaspoon freshly ground pepper<br />1/2 cup shredded part-skim mozzarella cheese<br />1/4 cup finely shredded Parmesan cheese
|
1058
|
+
</div>
|
1059
|
+
<p class="recipeSubTitle">Cooking Instructions</p>
|
1060
|
+
<div itemprop="recipeInstructions" class="recipeBottomSpacer">
|
1061
|
+
Heat 1 tablespoon oil in a large nonstick skillet over medium heat. Add gnocchi and cook, stirring often, until plumped and starting to brown, 5 to 7 minutes. Transfer to a bowl.<br /><br />Add the remaining 1 teaspoon oil and onion to the pan and cook, stirring, over medium heat, for 2 minutes. Stir in garlic and water. Cover and cook until the onion is soft, 4 to 6 minutes. Add chard (or spinach) and cook, stirring, until starting to wilt, 1 to 2 minutes. Stir in tomatoes, beans and pepper and bring to a simmer. Stir in the gnocchi and sprinkle with mozzarella and Parmesan. Cover and cook until the cheese is melted and the sauce is bubbling, about 3 minutes.
|
1062
|
+
</div>
|
1063
|
+
<p class="recipeSubTitle">Cook's Tip</p>
|
1064
|
+
<div class="recipeBottomSpacer">
|
1065
|
+
Look for shelf-stable gnocchi near other pasta in the Italian section of most supermarkets.
|
1066
|
+
</div>
|
1067
|
+
</div>
|
1068
|
+
<div class="recipeColRight">
|
1069
|
+
<br class="clrit" />
|
1070
|
+
<div itemprop="image" class="imgMod round" style="TEXT-ALIGN: center">
|
1071
|
+
<!-- BDT: imgWebURL comes from rendition picker. If it's a valid URL, then use it. Otherwise imgWebUrl will be overwritten in the SERVICE call--><img src="/idc/groups/heart-public/@wcm/@fc/documents/image/ucm_442246.jpg" border="0" />
|
1072
|
+
</div>
|
1073
|
+
<br />
|
1074
|
+
<div itemprop="nutrition" itemscope itemtype="http://schema.org/NutritionInformation" class="recipeNutritionChart">
|
1075
|
+
<dl>
|
1076
|
+
<dt>Nutritional Analysis</dt>
|
1077
|
+
<dd>
|
1078
|
+
Per serving <!--BEGIN [{"content":"<dt>Calories Per Serving</dt><dd> 327</dd><dt>Total Fat</dt><dd>7 g</dd><dt class=\"recipeTextIndent\">Saturated Fat</dt><dd>2 g</dd><dt class=\"recipeTextIndent\">Monounsaturated Fat</dt><dd>3 g</dd><dt>Cholesterol</dt><dd>8 mg</dd><dt>Sodium</dt><dd>598 mg</dd><dt>Carbohydrates</dt><dd>56 g</dd><dt class=\"recipeTextIndent\">Fiber</dt><dd>6 g</dd><dt>Protein</dt><dd>14 g</dd><dt>Potassium</dt><dd>361 mg</dd>","nutritionalinfo_totalfat":"7 g","nutritionalinfo_satfat":"2 g","nutritionalinfo_transfat":"","nutritionalinfo_polyfat":"","nutritionalinfo_monofat":"3 g","nutritionalinfo_cholesterol":"8 mg","nutritionalinfo_carbs":"56 g","nutritionalinfo_fiber":"6 g","nutritionalinfo_sugar":"","nutritionalinfo_protein":"14 g","nutritionalinfo_calcium":"","nutritionalinfo_sodium":"598 mg","nutritionalinfo_potassium":"361 mg"}] END-->
|
1079
|
+
<dt>Calories Per Serving</dt>
|
1080
|
+
<dd> 327</dd>
|
1081
|
+
<dt>Total Fat</dt>
|
1082
|
+
<dd>7 g</dd>
|
1083
|
+
<dt class="recipeTextIndent">Saturated Fat</dt>
|
1084
|
+
<dd>2 g</dd>
|
1085
|
+
<dt class="recipeTextIndent">Monounsaturated Fat</dt>
|
1086
|
+
<dd>3 g</dd>
|
1087
|
+
<dt>Cholesterol</dt>
|
1088
|
+
<dd>8 mg</dd>
|
1089
|
+
<dt>Sodium</dt>
|
1090
|
+
<dd>598 mg</dd>
|
1091
|
+
<dt>Carbohydrates</dt>
|
1092
|
+
<dd>56 g</dd>
|
1093
|
+
<dt class="recipeTextIndent">Fiber</dt>
|
1094
|
+
<dd>6 g</dd>
|
1095
|
+
<dt>Protein</dt>
|
1096
|
+
<dd>14 g</dd>
|
1097
|
+
<dt>Potassium</dt>
|
1098
|
+
<dd>361 mg</dd>
|
1099
|
+
</dd>
|
1100
|
+
</dl>
|
1101
|
+
<b>Dietary Exchanges</b><br />
|
1102
|
+
3 starch, 1 vegetable, 1 lean meat, 1 fat
|
1103
|
+
</div>
|
1104
|
+
</div>
|
1105
|
+
</div>
|
1106
|
+
<br class="clrfix" />
|
1107
|
+
<br class="clrfix" />
|
1108
|
+
<br />
|
1109
|
+
<div class="recipeCopyright round">
|
1110
|
+
<p>© 2012 Eating Well Inc. All rights reserved. Reprinted with permission. <br /></p>
|
1111
|
+
</div>
|
1112
|
+
</div>
|
1113
|
+
</div>
|
1114
|
+
<!--*** End of Left Content ***--><!--*** Check if atleast one row exists in the widget static list ***--><!--*** Start of Right content ***-->
|
1115
|
+
<div id="ahaContentRight">
|
1116
|
+
<!--*** See More Widget for showing the navigation links in the body content ***--><!--bdtSeeMoreElapsedTime=0-->
|
1117
|
+
<!--*** Show the Right column if atleast one row exists in the widget list ***--><!-- Due to binder pollution, we need to get the list of content IDs before we display the widgets.-->
|
1118
|
+
<!-- POPULAR ARTICLES BEGIN -->
|
1119
|
+
<!-- BDT : Will only cache image widgets as well as query widgets-->
|
1120
|
+
<!-- Not the home page - usual widget code for most popular-->
|
1121
|
+
<div class="widgets_container_article popular_articles">
|
1122
|
+
<div class="widget_rightcontainer round">
|
1123
|
+
<div>
|
1124
|
+
<div id="wcm_tabsPopularWidget1" class="ui-tabs ui-widget ui-widget-content ui-corner-all">
|
1125
|
+
<ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
|
1126
|
+
<li class="ui-state-default ui-corner-top ui-tabs-selected ui-state-active"><a href="#wcm_fragment-popularWidget1"><span>Popular Articles</span> </a></li>
|
1127
|
+
</ul>
|
1128
|
+
<div id="fragment-4">
|
1129
|
+
<div class="tabdiv">
|
1130
|
+
<ol class="tablist" type="A">
|
1131
|
+
<li><a href="/HEARTORG/Conditions/HighBloodPressure/AboutHighBloodPressure/Understanding-Blood-Pressure-Readings_UCM_301764_Article.jsp"><b>1</b> Understanding Blood Pressure Readings </a></li>
|
1132
|
+
<li><a href="/HEARTORG/Conditions/HeartAttack/WarningSignsofaHeartAttack/Heart-Attack-Symptoms-in-Women_UCM_436448_Article.jsp"><b>2</b> Heart Attack Symptoms in Women </a></li>
|
1133
|
+
<li><a href="/HEARTORG/Conditions/HighBloodPressure/SymptomsDiagnosisMonitoringofHighBloodPressure/What-are-the-Symptoms-of-High-Blood-Pressure_UCM_301871_Article.jsp"><b>3</b> What are the Symptoms of High Blood Pressure? </a></li>
|
1134
|
+
<li><a href="/HEARTORG/Conditions/Cholesterol/AboutCholesterol/What-Your-Cholesterol-Levels-Mean_UCM_305562_Article.jsp"><b>4</b> What Your Cholesterol Levels Mean </a></li>
|
1135
|
+
<li><a href="/HEARTORG/Conditions/HeartAttack/WarningSignsofaHeartAttack/Warning-Signs-of-a-Heart-Attack_UCM_002039_Article.jsp"><b>5</b> Warning Signs of a Heart Attack </a></li>
|
1136
|
+
<li><a href="/HEARTORG/Conditions/HighBloodPressure/AboutHighBloodPressure/Low-Blood-Pressure_UCM_301785_Article.jsp"><b>6</b> Low Blood Pressure </a></li>
|
1137
|
+
<li><a href="/HEARTORG/GettingHealthy/NutritionCenter/HealthyDietGoals/Sodium-Salt-or-Sodium-Chloride_UCM_303290_Article.jsp"><b>7</b> Sodium (Salt or Sodium Chloride) </a></li>
|
1138
|
+
<li><a href="/HEARTORG/Conditions/Cholesterol/AboutCholesterol/Good-vs-Bad-Cholesterol_UCM_305561_Article.jsp"><b>8</b> Good vs. Bad Cholesterol </a></li>
|
1139
|
+
<li><a href="/HEARTORG/Conditions/HighBloodPressure/PreventionTreatmentofHighBloodPressure/Types-of-Blood-Pressure-Medications_UCM_303247_Article.jsp"><b>9</b> Types of Blood Pressure Medications </a></li>
|
1140
|
+
<li class="removeBorders"><a href="/HEARTORG/Conditions/HighBloodPressure/PreventionTreatmentofHighBloodPressure/Prevention-Treatment-of-High-Blood-Pressure_UCM_002054_Article.jsp"><b>10</b> Prevention & Treatment of High Blood Pressure </a></li>
|
1141
|
+
</ol>
|
1142
|
+
</div>
|
1143
|
+
</div>
|
1144
|
+
</div>
|
1145
|
+
</div>
|
1146
|
+
</div>
|
1147
|
+
</div>
|
1148
|
+
<!-- POPULAR ARTICLES END -->
|
1149
|
+
</div>
|
1150
|
+
<!--*** End of Right Content ***--><br class="clrfix" />
|
1151
|
+
</div>
|
1152
|
+
<!--*** End of Recipe Content Wrapper ***--><br class="clrfix" />
|
1153
|
+
</div>
|
1154
|
+
<!--************ Widgets in the body ************* --><!--************ These widgets will get swapped into the body on the ATG front end ************* --><!--*** Check if atleast one row exists in the body widget list *** --><!--Check if atleast one row exists in the body widget list-->
|
1155
|
+
<!-- END of the navigation and article content body -->
|
1156
|
+
<!-- Start Footer -->
|
1157
|
+
<script>
|
1158
|
+
// ***** VENDOR CONFIGURATIONS ***** //
|
1159
|
+
// ***** Initialize javascript object (hash) ***** //
|
1160
|
+
var footerContactUs = new Object();
|
1161
|
+
// ***** create a hash key (associative arrays) and assign a new Array as its value ***** //
|
1162
|
+
footerContactUs['Address'] = new Array("7272 Greenville Ave.","Dallas, Tx 75231");
|
1163
|
+
footerContactUs['Customer Service'] = new Array("1-800-AHA-USA-1","1-800-242-8721","1-888-474-VIVE");
|
1164
|
+
footerContactUs['<a href="/HEARTORG/localization/chooseState.jsp">Local Info</a><br/><br/><a href="/HEARTORG/General/RSSFeed-page-datafile_UCM_003860_RSSFeed.jsp"><img src="http://static.heart.org/ahaanywhere/images/rss_icon.gif" alt="RSS"/> RSS</a>'] = new Array("");
|
1165
|
+
|
1166
|
+
// ***** This variable is used to display the brand and secure images in the footer ***** //
|
1167
|
+
footerSealHTML="<a href=\"http://www.nationalhealthcouncil.org/pages/standards.php\" title=\"NHC\"><img src=\"http://static.heart.org/ahaanywhere/images/nhc_optimized.png\" alt=\"NHC\" width=\"100\" height=\"102\"/></a><a href=\"http://charityreports.bbb.org/public/seal.aspx?ID=379302003\" title=\"BBB\"><img src=\"http://static.heart.org/ahaanywhere/images/bbb_seal.gif\" alt=\"BBB\" width=\"40\" height=\"67\"/></a><a href=\"http://www.verisign.com/ssl/secured-seal/index.html?tid=a_box\" title=\"VeriSign Secured\"><img src=\"http://static.heart.org/ahaanywhere/images/seal_s.gif\" alt=\"VeriSign Secured\" width=\"93\" height=\"47\"/></a>"
|
1168
|
+
footerNavHTML = '<a href="http://www.heart.org/HEARTORG/GettingHealthy/GettingHealthy_UCM_001078_SubHomePage.jsp" title="Getting Healthy" onClick="_gaq.push([\'_trackEvent\', \'FooterNav\', \'Click\', \'Getting Healthy\']);">Getting Healthy</a> | <a href="http://www.heart.org/HEARTORG/Conditions/Conditions_UCM_001087_SubHomePage.jsp" title="Conditions" onClick="_gaq.push([\'_trackEvent\', \'FooterNav\', \'Click\', \'Conditions\']);">Conditions</a> | <a href="http://www.heart.org/HEARTORG/HealthcareResearch/Healthcare-Research_UCM_001093_SubHomePage.jsp" title="Healthcare / Research" onClick="_gaq.push([\'_trackEvent\', \'FooterNav\', \'Click\', \'Healthcare / Research\']);">Healthcare / Research</a> | <a href="http://www.heart.org/HEARTORG/Caregiver/Caregiver_UCM_001103_SubHomePage.jsp" title="Caregiver" onClick="_gaq.push([\'_trackEvent\', \'FooterNav\', \'Click\', \'Caregiver\']);">Caregiver</a> | <a href="http://www.heart.org/HEARTORG/Educator/Educator_UCM_001113_SubHomePage.jsp" title="Educator" onClick="_gaq.push([\'_trackEvent\', \'FooterNav\', \'Click\', \'Educator\']);">Educator</a> | <a href="http://www.heart.org/HEARTORG/CPRAndECC/CPR_UCM_001118_SubHomePage.jsp" title="CPR & ECC" onClick="_gaq.push([\'_trackEvent\', \'FooterNav\', \'Click\', \'CPR & ECC\']);">CPR & ECC</a> | <a href="http://shopheart.org" onClick="_gaq.push([\'_trackEvent\', \'FooterNav\', \'Click\', \'Shop\']);" title="Shop">Shop</a> | <a href="http://www.heart.org/HEARTORG/Causes/Causes_UCM_001128_SubHomePage.jsp" onClick="_gaq.push([\'_trackEvent\', \'FooterNav\', \'Click\', \'Causes\']);" title="Causes">Causes</a> | <a href="http://www.heart.org/HEARTORG/Advocate/Advocate_UCM_001133_SubHomePage.jsp" onClick="_gaq.push([\'_trackEvent\', \'FooterNav\', \'Click\', \'Advocate\']);" title="Advocate">Advocate</a> | <a href="http://www.heart.org/HEARTORG/Giving/Giving_UCM_001137_SubHomePage.jsp" onClick="_gaq.push([\'_trackEvent\', \'FooterNav\', \'Click\', \'Giving\']);" title="Giving">Giving</a> | <a href="http://newsroom.heart.org" onClick="_gaq.push([\'_trackEvent\', \'FooterNav\', \'Click\', \'News\']);" title="News">News</a> | <a href="http://www.heart.org/HEARTORG/volunteer/volunteerForm.jsp" onClick="_gaq.push([\'_trackEvent\', \'FooterNav\', \'Click\', \'Volunteer\']);" title="Volunteer">Volunteer</a> | <a href="https://donate.americanheart.org/ecommerce/donation/donation_info.jsp?campaignId=101&site=Heart&itemId=prod20008" onClick="_gaq.push([\'_trackEvent\', \'FooterNav\', \'Click\', \'Donate\']);" title="Donate">Donate</a>';
|
1169
|
+
|
1170
|
+
</script>
|
1171
|
+
<script src="http://static.heart.org/aha_footer.js" type="text/javascript"></script>
|
1172
|
+
<div id="footer_wrapper">
|
1173
|
+
<p class="legal">*Red Dress ™ DHHS, Go Red ™ AHA ; National Wear Red Day® is a registered trademark.</p>
|
1174
|
+
</div>
|
1175
|
+
<div class="hon">
|
1176
|
+
<p>
|
1177
|
+
<a href="https://www.healthonnet.org/HONcode/Conduct.html?HONConduct517595" onclick="window.open(this.href); return false;" >
|
1178
|
+
<div class="hon-logo"><img src="https://www.honcode.ch/HONcode/Seal/HONConduct517595_s1.gif" hspace="2" vspace="2" align="left" width="43" height="60" style="border:0px" title="This website is certified by Health On the Net Foundation. Click to verify." alt="This website is certified by Health On the Net Foundation. Click to verify." /></div></a> This site complies with the <a href="http://www.healthonnet.org/HONcode/Conduct.html" onclick="window.open(this.href); return false;"> HONcode standard for trustworthy health</a> information: <br /><a href="https://www.healthonnet.org/HONcode/Conduct.html?HONConduct517595" onclick="window.open(this.href); return false;">verify here.</a> </p>
|
1179
|
+
</div>
|
1180
|
+
<!-- End Footer -->
|
1181
|
+
<!-- This comment web fragment is used to display the comment section -->
|
1182
|
+
<script language="JavaScript" type="text/javascript">
|
1183
|
+
var cid='UCM_442520';
|
1184
|
+
displayComments();
|
1185
|
+
</script>
|
1186
|
+
</body>
|
1187
|
+
<!-- END Droplet -->
|
1188
|
+
</html>
|