As science has provided more information on how to move and strengthen our bodies, it has also gleaned valuable data on the benefits of having a strategy for recovery from those challenging workouts.
Muscle tissue regeneration, reduction of inflammation and nutritional refueling all happen during the recovery phase of exercise.
Estimates suggest that NFL athletes in 2024 will spend an average of $50,000 to $100,000 on recovery tools and techniques. That may be beyond the budget for the average person, but there are a few simple and inexpensive tactics we can all incorporate to help us continue making fitness gains.
■ Sleep: Sleep is the most important part of recovery, and no other recovery method really even comes close to it.
It’s during sleep that hormones, such as human growth hormone and testosterone, kick into high gear and start tissue repair.
It’s been noted that limiting screen time prior to bed, sleep sound machines, and masks that block out all light can help create a good sleeping environment. Sleep aids such as melatonin have a 50 percent response rate among users.
Many brands of sleep trackers are available to monitor the efficiency and quality of your sleep. This technology uncovered how eating too close to bedtime and caffeine and alcohol consumption can hamper our sleep.
Sleep expert Dr. Matthew Walker, author of “Why We Sleep,” recommends keeping a consistent nighttime schedule to enhance the quality of your sleep.
■ Nutrition: It’s been said that you can’t out-train poor nutrition. Proper nutrition will not only fuel your workout with carbohydrates but also provide proteins to aid in tissue repair and combat our cells’ inflammatory response to training.
Minimizing processed sugar intake to reduce inflammation after a tough workout can also do wonders.
Eating green leafy vegetables can detoxify the liver, so that it can function better in producing hormones.
Prioritize protein in your daily diet that is rich in the nine essential amino acids. (These compounds cannot be made by our bodies and must be obtained through diet.)
■ Contrast baths: Cold-plunge baths and contrast showers have proven to improve recovery. It’s documented that the ancient Romans used this technique.
The objective is to contrast from hot to cold. The warm water will open the blood vessels and improve blood flow. Then switching to cold will shunt blood to the internal organs as a protective mechanism. Then repeat the cycle.
You want the hot cycle to be three times longer than the cold and to repeat this cycle three to four times for optimal results. This has been known to decrease inflammation and reduce the amount of lactate in the blood.
■ Dry saunas: The heat from saunas promotes blood flow to tired muscles, helping them recover faster.
A study published by the Journal of Science and Medicine in Sport showed that participants who used saunas after workouts experienced significantly less delayed onset muscle soreness than those who did not.
Dr. Rhonda Patrick, a cell biologist, cites improvements in cardiovascular fitness, lower risk of dementia and a decrease in chronic inflammation among the benefits of dry sauna use.
■ Breathing: Discussions on the healing effect of breathing exercises and meditation have been going on for centuries. The brain is the control center telling your body how to respond to stresses.
A 2016 study accidentally stumbled upon the neural circuit in the brain stem that plays the key role in the breathing-brain control connection. This circuit is part of what’s been called the brain’s “breathing pacemaker,” because it can be adjusted by altering breathing rhythm, which in turn influences emotional states.
Further research suggests that slowing down your breathing increases “baroreflex sensitivity,” the mechanism that regulates blood pressure via heart rate.
As with any innovative programs, I would not recommend focusing on these recovery methods all at once. That can be overwhelming and is a recipe for compliance failure. I recommend you tackle one at a time and document the changes you experience over time.
Doug Sheppard is a certified personal trainer with 33 years of experience and owner of J&D Fitness Personal Training Studio in Las Vegas.
If you or a loved one is considering dental implants as a solution for missing teeth, it is important to understand why implants might be the best option for you and where you can find the highest quality care. Dental implants offer a reliable, long-lasting replacement for one or all your teeth and they can […]
MOST READ: LIVE WELL
In case you missed it
Story continues after advertisement
');
pScript.src = '//embed.sendtonews.com/player3/embedcode.php?fk=' + fkId;
} else {
pHtml = $("");
pScript.src = '//embed.sendtonews.com/player3/embedcode.js?fk=' + fkId + '&cid=5945&offsetx=0&offsety=0&floatwidth=400&floatposition=bottom-right';
pScript.setAttribute('data-type', 's2nScript'); //pScript['data-type'] = 's2nScript';
}
elem.append(pHtml);
elem.append(pScript);
},
insertVideoExco: function(player_id) {
var elem = $('#stn-in-article-player');
elem.addClass('rj-fuel-77');
var pHtml = $('',{'class':'embed-responsive embed-responsive-16by9'});
pHtml.append($('',{'class':'embed-responsive-item','id':player_id}));
var click_url = '/7at7/?utm_campaign=7at7&utm_medium=insert_widget&utm_source=article_page';
var f_title = $('',{'class':'f-title'}).append(
$('',{'href':click_url, 'alt':'7at7'}).append(
$('',{'html':'Watch 7@7 — now streaming'})
)
);
//var f_desc = $('',{'class':'f-desc','html':'exco ArticleStreaming id: c1be8808-a095-4573-8738-5987c99028cc'})
elem.append(pHtml);
elem.append(f_title);
//elem.append(f_desc);
var fjs = document.getElementsByTagName('script')[0];
var js = document.createElement('script');
js.className = 'exco-player';
js.src = 'https://player.ex.co/player/'+player_id;
js.setAttribute('programmatic', 'true');
fjs.parentNode.insertBefore(js, fjs);
var exco_tmr_count_story = 500;
var exco_tmr_check_story = setInterval(function () {
exco_tmr_count_story--;
console.log('rj_exco_t_story:'+exco_tmr_count_story+'_exco_player:'+typeof(ExCoPlayer));
if ( 'undefined' !== typeof(ExCoPlayer) ) {
console.log('rj_exco_connect:'+typeof(ExCoPlayer.connect(player_id)));
if ( 'undefined' !== typeof( ExCoPlayer.connect(player_id) ) ) {
clearInterval(exco_tmr_check_story);
var exco_api_story = ExCoPlayer.connect(player_id);
exco_api_story.init({
'playbackMode': 'play-in-view', //auto-play, click-to-play, play-in-view
'mute': true,
//'autoPlay': true,
});
exco_api_story.on('player-ready', function(data) {
console.log('rj_exco_story_on_player_ready', data);
exco_api_story.play();
});
exco_api_story.on('player-load', function(data) {
console.log('rj_exco_story_on_player_load', data);
exco_api_story.play();
});
exco_api_story.on('player-playing', function(data) {
console.log('rj_exco_story_on_play', data); //does not fire on first auto play have to call .play()
});
exco_api_story.on('content-start', function(data) {
console.log('rj_exco_story_on_content_start', data);
if (dataLayer) {
dataLayer.push({
'event': 'rjvideo',
'gtm.videoProvider': 'exco',
'gtm.videoTitle': data.title,
'gtm.videoUrl': data.src,
'gtm.videoDuration': data.duration,
'gtm.videoStatus': 'progress', //start, progress, complete
'gtm.videoPercent': 1,
'videoPlayerId': data.playerId,
'videoId': data.id,
});
}
});
exco_api_story.on('content-progress', function(data) {
console.log('rj_exco_story_on_content_progress', data);
if (dataLayer) {
dataLayer.push({
'event': 'rjvideo',
'gtm.videoProvider': 'exco',
'gtm.videoTitle': data.title,
'gtm.videoUrl': data.src,
'gtm.videoDuration': data.duration,
'gtm.videoStatus': 'progress',
'gtm.videoPercent': data.progress,
'videoPlayerId': data.playerId,
'videoId': data.id,
});
}
});
exco_api_story.on('content-end', function(data) {
console.log('rj_exco_story_on_content_end', data);
if (dataLayer) {
dataLayer.push({
'event': 'rjvideo',
'gtm.videoProvider': 'exco',
'gtm.videoTitle': data.title,
'gtm.videoUrl': data.src,
'gtm.videoDuration': data.duration,
'gtm.videoStatus': 'progress',
'gtm.videoPercent': 100,
'videoPlayerId': data.playerId,
'videoId': data.id,
});
}
});
}
}
if (exco_tmr_count_story == 0) {
clearInterval(exco_tmr_check_story);
}
}, 100);
},
insertVideoFuel: function(channelId) {
var _setting;
var sheet_id = '1jVoUBFY2Xpt9g_eSOhoUipSA_OOh7hMbPDYAqYWx3nI';
var u, param;
param = 'doc_id='+sheet_id;
param += '&range=api_do_not_change!A1:Z20';
param += '&method=read';
u = '/wp-json/rj/v2/api?name=gsheet&end_point=/api/get_data¶m='+encodeURIComponent(param);
//var u = 'https://spreadsheets.google.com/feeds/list/1jVoUBFY2Xpt9g_eSOhoUipSA_OOh7hMbPDYAqYWx3nI/1/public/values?alt=json';
//var u = '/wp-json/rj/v2/api?name=spreadsheetsv4&end_point=/1jVoUBFY2Xpt9g_eSOhoUipSA_OOh7hMbPDYAqYWx3nI/values/sheet1¶m=alt%3Djson';
$.ajax({
type: 'GET',
url: u,
cache: true,
dataType: 'json',
success: function (response) {
if ( response.status == 1 && response.response && response.response.resp ) {
_setting = response.response.resp;
var img_url = 'https://res.cloudinary.com/review-journal/image/upload/f_auto,q_auto,c_scale,w_1200/v1611081380/webdev/New7at7onGray.jpg'; //response.feed.entry[0]['gsx$imageurl']['$t'];
var description = _setting[1][3];//response.feed.entry[0]['gsx$description']['$t'];
var elem = $('#stn-in-article-player');
//if we do not add this info google will detect this fuel video without proper data need to fix in search console
elem.attr({
'itemscope': '',
'itemprop': 'VideoObject',
'itemtype': 'https://schema.org/VideoObject',
})
.append($('',{'itemprop':'description','content':'7 minutes of local non-stop news, free for all users.'}))
.append($('',{'itemprop':'name','content':'7@7 Articles Channel'}))
.append($('',{'itemprop':'thumbnailUrl','content':img_url}))
.append($('',{'itemprop':'uploadDate','content':'2021-01-18T00:00:00+00:00'}))
.append($('',{'itemprop':'contentUrl','content':'https://fuel-streaming-prod01.fuelmedia.io/v1/sem/'+channelId+'.m3u8'}));
//'https://fuel-streaming-prod01.fuelmedia.io/player/1.0/player.min.js'; //https://fuel-streaming-prod01.fuelmedia.io/player/v3/fuel.js
var pScript = document.createElement("script");
pScript.type = 'text/javascript';
pScript.src = 'https://fuel-streaming-prod01.fuelmedia.io/player/v3/fuel.js';
//pScript.async = true;
pScript.setAttribute('id', 'fuel-player-script');
elem.append(pScript);
elem.addClass('rj-fuel-77');
var fuel_float = 'true';
if (localStorage.getItem('rjIsSubscribed') === '1' || document.body.classList.contains('logged-in')) {
console.log('fuel_disabled_float');
fuel_float = 'false';
; }
var pHtml = $('',{'data-channel':channelId,'data-poster-image':img_url,'data-autoplay':'true','data-muted':'true','data-floating':fuel_float,'data-floating-corner':'BR', 'data-floating-width':'288', 'data-floating-height':'162'});
var click_url = '/7at7/?utm_campaign=7at7&utm_medium=insert_widget&utm_source=article_page';
var f_title = $('',{'class':'f-title'}).append(
$('',{'href':click_url, 'alt':'7at7'}).append(
$('',{'html':'Watch 7@7 — now streaming'})
)
);
var f_desc = $('',{'class':'f-desc','html':description})
elem.append(pHtml);
elem.append(f_title);
elem.append(f_desc);
/*
var is_android = /(android)/i.test(navigator.userAgent);
if (is_android) {
var tmr = setInterval(function() {
document.getElementsByTagName('fuel-video')[0].player.play();
clearInterval(tmr);
},1000);
}
*/
}
},
error: function (xhr, ajaxOptions, thrownError) {
console.log('rj_xhr.status:' + xhr.status + '_error:' + thrownError);
}
});
},
videoIDs: {
'category-local': {'id': 'c1be8808-a095-4573-8738-5987c99028cc', 'provider':'exco'},
'category-business': {'id': 'c1be8808-a095-4573-8738-5987c99028cc', 'provider':'exco'},
//'category-local': {'id': '81814da7-67fe-4e54-be92-55046afbb3bb', 'provider':'fuel'},
//'category-business': {'id': '81814da7-67fe-4e54-be92-55046afbb3bb', 'provider':'fuel'},
'category-formula-1' : {'id': 'fds27xag'},
'tag-coronavirus': {'id': 'u37v495p', 'app_id': 'QpkVQUhA'},
'category-politics-and-government': {'id': 'kqRvD0a8'},
'tag-mc-opinion': {'id': 'ohls3BOc'}, //'kqRvD0a8'; 2023-03-21_14:30
'tag-mc-crime': {'id': 'kqRvD0a8'},
'tag-2020-election': {'id': 'kqRvD0a8'},
'rj-main-category--science-and-technology': {'id': 'j88hQyle', 'app_id': 'kVqKLwXg'},
'tag-mc-news': {'id': 'pCyFtg5f', 'app_id': 'QpkVQUhA'},
'rj-main-category--raiders': {'id': 'bpswZwKM', 'app_id': 'k07ZZ08J'},
'tag-mc-sports': {'id': 'dbx2WkwF', 'app_id': 'k1Vj5iYY'},
'rj-main-category--food': {'id': '3DQjoZb7', 'app_id': '40kxsoyw'},
'tag-mc-entertainment': {'id': 'YBuF2XdP', 'app_id': '7oJQh6dl'},
'tag-mc-live-well': {'id': 'KED23a4w'}, //'31shkzyP'; 2023-03-21_14:30
'tag-mc-life': {'id': 'aaWqdJ5u', 'app_id': 'm5zMjg65'},
'tag-mc-autos': {'id': 'kag2nBSV', 'app_id': '4bdELTqB'},
'tag-mc-homes': {'id': 'R0zQNouh', 'app_id': 'nvYRBPOO'} // 'tag-mc-homes': {'id': 'HPa6ehMQ'}
},
getVideoId: function() {
//var fkId = false,
var vdo_k = false;
for (var checkClass in stnInArticleVideo.videoIDs) {
if (stnInArticleVideo.wrapper.hasClass(checkClass)) {
//fkId = videoIDs[checkClass].id;
vdo_k = checkClass;
break;
}
}
return vdo_k; //fkId;
},
run: function() {
var vdo_id;
stnInArticleVideo.wrapper = $('article.rj-story.rj-story-full');
if (stnInArticleVideo.wrapper && stnInArticleVideo.canInsertVideo()) {
var vdo_k = stnInArticleVideo.getVideoId();
if (vdo_k) {
if (stnInArticleVideo.videoIDs[vdo_k].hasOwnProperty('provider')) {
switch(stnInArticleVideo.videoIDs[vdo_k].provider) {
case 'fuel':
stnInArticleVideo.insertVideoFuel(stnInArticleVideo.videoIDs[vdo_k].id);
break;
case 'exco':
stnInArticleVideo.insertVideoExco(stnInArticleVideo.videoIDs[vdo_k].id);
break;
}
} else {
vdo_id = stnInArticleVideo.videoIDs[vdo_k].id;
var userAgent = navigator.userAgent;
if ( (userAgent.indexOf('RJApp') > -1) && (stnInArticleVideo.videoIDs[vdo_k].app_id) ) {
vdo_id = stnInArticleVideo.videoIDs[vdo_k].app_id;
}
stnInArticleVideo.insertVideo(vdo_id);
}
}
}
}
};
stnInArticleVideo.run();
//});
}
';
html += '';
$('.nlsm-small').addClass('livewell').html(html);
return;
}
if ($('.rj-story-sponsored-full').length>0) {
return;
}
if ($('.rj-story-full').hasClass('tag-telles-murder-trial')) {
html = '';
html += '';
html += '';
html += 'Robert Telles On Trial: Full Coverage';
html += '';
html += '';
$('.nlsm-small').addClass('telles_murder').html(html);
return;
}
if ($('.rj-story-full').hasClass('tag-jeff-german-murder') || $('.rj-story-full').hasClass('tag-remembering-jeff-german')) {
html = '';
html += '';
html += '';
html += '';
html += '';
html += '';
$('.nlsm-small').addClass('jeff_german').html(html);
return;
}
if ($('.rj-story-full').hasClass('tag-what-are-they-hiding')) {
html = '';
html += '';
html += '';
html += '
';
html += '';
html += '';
$('.nlsm-small').addClass('2023-year-in-review').html(html);
return;
}
if ($('.rj-story-full').hasClass('tag-2023-year-in-review')) {
html = '';
html += '';
html += '';
html += '
';
html += '';
html += '';
$('.nlsm-small').addClass('2023-year-in-review').html(html);
return;
}
if ($('.rj-story-full').hasClass('tag-msg-sphere')) {
html = '';
html += '';
html += '';
html += '';
html += '';
html += '';
$('.nlsm-small').addClass('tag-msg-sphere').html(html);
return;
}
if ($('.rj-story-full').hasClass('tag-911-anniversary')) {
html = '';
html += '';
html += '';
html += '
';
html += '';
html += '';
$('.nlsm-small').addClass('anniversary-911').html(html);
return;
}
if ($('.rj-story-full').hasClass('tag-class-of-2021')) {
html = '';
html += '';
html += '';
html += '
';
html += '';
html += '';
$('.nlsm-small').addClass('class-2021').html(html);
return;
}
if ($('.rj-story-full').hasClass('tag-2022-election')) {
html = '';
html += '';
html += '
';
html += '';
$('.nlsm-small').addClass('election-2022').html(html);
return;
}
if ($('.rj-story-full').hasClass('tag-harry-reid-1939-2021')) {
html = '';
html += '';
html += '';
html += '
';
html += '';
html += '';
$('.nlsm-small').addClass('harry-reid').html(html);
return;
}
if ($('.rj-story-full').hasClass('tag-henry-ruggs')) {
html = '';
html += '';
html += '';
html += '
';
html += '';
html += '';
$('.nlsm-small').addClass('henry-ruggs').html(html);
return;
}
if ($('.rj-story-full').hasClass('category-homicides')) {
html = '';
html += '';
html += '
';
html += '';
$('.nlsm-small').addClass('homicides').html(html);
return;
}
if ($('.rj-story-full').hasClass('tag-sheldon-adelson')) {
html = '';
html += '';
html += '';
html += '
';
html += '';
html += '';
$('.nlsm-small').addClass('sheldon-adelson').html(html);
return;
}
if ($('.rj-story-full').hasClass('tag-tony-hsieh')) {
html = '';
html += '';
html += '';
html += '
';
html += '';
html += '';
$('.nlsm-small').addClass('tony-hsieh').html(html);
return;
}
if ($('.rj-story-full').hasClass('tag-vegas-weekend')) { //vegas-reawakening
html = '';
html += '';
html += '';
html += '
';
html += '';
html += '';
$('.nlsm-small').addClass('vegas-reawakening').html(html);
return;
}
//add newsletters embed
var default_category_to_show = ['News', 'Local', 'Life', 'Crime'];
var newsletter_1st_lv = [];
newsletter_1st_lv['default'] = {'id':'starting_point,pm_update', 'track_name':'StartingPoint', 'title':'LOCAL NEWS YOUR WAY', 'subtitle':'Sign up for our free daily Morning and Afternoon Update newsletters.'};
newsletter_1st_lv['Sports'] = {'id':'sports', 'track_name':'Sports', 'title':'SPORTS NEWS YOUR WAY', 'subtitle':'Sign up for our free daily Sports Update newsletter.'};
newsletter_1st_lv['Business'] = {'id':'business', 'track_name':'Business', 'title':'BUSINESS NEWS YOUR WAY', 'subtitle':'Sign up for our free Business Update newsletter.'};
newsletter_1st_lv['Entertainment'] = {'id':'','alert_id':'entertainment', 'track_name':'Entertainment', 'title':'WANT THE LATEST ON LAS VEGAS ENTERTAINMENT?', 'subtitle':'Sign up for free entertainment email alerts'};
//newsletter_1st_lv['Nevada Preps'] = {'id':'nevada_preps', 'title':'HIGH SCHOOL SPORTS YOUR WAY', 'subtitle':'Stay up to date with our free Nevada Preps newsletter.'};
//newsletter_1st_lv['Investigations'] = {'id':'rj_investigates', 'title':'INVESTIGATIVE NEWS YOUR WAY', 'subtitle':'Sign up for our free RJ Investigates newsletter.'};
var cat_has_subcat = ['News','Business','Entertainment','Sports', 'Opinion'];
var newsletter_2nd_lv = [];
newsletter_2nd_lv['Politics and Government'] = {'id':'','alert_id':'political', 'track_name':'Political', 'title':'LOCAL, REGIONAL AND NATIONAL POLITICS COVERAGE', 'subtitle':'
Sign up for our free RJ politics email alerts.
'};
//newsletter_2nd_lv['Politics and Government'] = {'id':'political', 'title':'ELECTION 2020: BE INFORMED', 'subtitle':'
'};
//newsletter_2nd_lv['Debra J. Saunders'] = {'id':'44', 'title':'YOUR WEEKLY POLITICAL FIX', 'subtitle':'Sign up for our free DC-LV newsletter with political stories from the swamp to the Strip.'};
//newsletter_2nd_lv['CES 2021'] = {'id':'ces', 'title':'CES 2021: STAY IN THE KNOW', 'subtitle':'
The Review-Journal is a media partner with the CTA. Click here for full coverage and live video from CES 2021
Sign up for our free newsletter below.'};
//newsletter_2nd_lv['TV'] = {'id':'tv_briefing', 'title':'GET YOUR TV LISTINGS', 'subtitle':'Your Weekly TV Briefing.'};
//newsletter_2nd_lv['UNLV'] = {'id':'unlv_rebel_news', 'title':'UNLV SPORTS YOUR WAY', 'subtitle':'Stay up to date on the Rebels with our free newsletter.'};
newsletter_2nd_lv['Rodeo'] = {'id':'rodeo_nfr', 'track_name':'RodeoNFR', 'title':'RODEO NEWS YOUR WAY', 'subtitle':'Don\'t miss any of the action! Click here for full NFR coverage or Sign up for our free newsletter below'};
newsletter_2nd_lv['Raiders News'] = {'id':'vegasnation', 'track_name':'VegasNation', 'title':'WANT EVEN MORE RAIDERS NEWS?', 'subtitle':'Sign up for our free Vegas Nation newsletter.'};
newsletter_2nd_lv['Golden Knights'] = {'id':'','alert_id':'golden_knights', 'track_name':'GoldenKnights', 'title':'WANT MORE KNIGHTS IN YOUR DAY?', 'subtitle':'Sign up for free Golden Knights email alerts for all the latest updates'};
var main_cat = '';
var m_hierarchy = [];
var m_cat = [];
var m_hl_cat = '';
if (window.dataLayer[0].metrics) {
main_cat = window.dataLayer[0].metrics.section; //National Finals Rodeo
m_hierarchy = window.dataLayer[0].metrics.hierarchy.split(' | '); //"Sports | Rodeo | National Finals Rodeo"
m_cat = window.dataLayer[0].metrics.categories; //["National Finals Rodeo","Rodeo","Sports"]
m_hl_cat = window.dataLayer[0].metrics['hl-category']; //Sports
}
var i, k, found, newsletter;
newsletter = false;
found = false;
if (default_category_to_show.includes(m_hl_cat)) {
newsletter = newsletter_1st_lv['default'];
}
if (newsletter_1st_lv.hasOwnProperty(m_hl_cat)) {
newsletter = newsletter_1st_lv[m_hl_cat];
}
// check main category
if (newsletter_2nd_lv.hasOwnProperty(main_cat)) {
found = true;
newsletter = newsletter_2nd_lv[main_cat];
}
if (!found) {
// check in hierarchy (main category hierarchy)
i = m_hierarchy.length;
while (!found && i >= 0) {
i--;
if (i > 0) {
if (newsletter_2nd_lv.hasOwnProperty(m_hierarchy[i])) {
found = true;
newsletter = newsletter_2nd_lv[m_hierarchy[i]];
}
} else {
// i=0, check first level
if (newsletter_1st_lv.hasOwnProperty(m_hierarchy[i])) {
found = true;
newsletter = newsletter_1st_lv[m_hierarchy[i]];
}
}
}
}
if (!found) {
// check in category
i = m_cat.length;
while (!found && i > 0 && cat_has_subcat.includes(m_hl_cat)) {
i--;
if (newsletter_2nd_lv.hasOwnProperty(m_cat[i])) {
found = true;
newsletter = newsletter_2nd_lv[m_cat[i]];
}
}
}
if (newsletter !== false && !$('.rj-story-full').hasClass('tag-hide-newsletter') && !$('.rj-story-full').hasClass(' rj-story-sponsored-full')) {
var alert_id = '';
if (newsletter.alert_id) {
alert_id = newsletter.alert_id;
}
html = '';
html += '';
html += '
How does Medicare cover outpatient and inpatient mental health care services and programs to help beneficiaries with anxiety, depression and other issues.