Ongoing Coverage: COVID-19 Vaccine Misinformation

By | January 14, 2021

Jan. 14, 2021 — WebMD is providing ongoing coverage of misinformation around the COVID-19 vaccine. The most recent stories are listed first.
Article: Why COVID Vaccines Are Falsely Linked to Infertility
Video: Promoting Confidence in COVID-19 Vaccines
Article: Public Information Lacking Amid COVID Vaccine Push
Article: Lies Spread on Social Media Hamper Vaccinations

WebMD Health News

© 2021 WebMD, LLC. All rights reserved.

‘);
} else {
// If we match both our test Topic Ids and Buisness Ref we want to place the ad in the middle of page 1
if($.inArray(window.s_topic, moveAdTopicIds) > -1 && $.inArray(window.s_business_reference, moveAdBuisRef) > -1){
// The logic below reads count all nodes in page 1. Exclude the footer,ol,ul and table elements. Use the varible
// moveAdAfter to know which node to place the Ad container after.
window.placeAd = function(pn) {
var nodeTags = [‘p’, ‘h3′,’aside’, ‘ul’],
nodes,
target;

nodes = $(‘.article-page:nth-child(‘ + pn + ‘)’).find(nodeTags.join()).not(‘p:empty’).not(‘footer *’).not(‘ol *, ul *, table *’);

//target = nodes.eq(Math.floor(nodes.length / 2));
target = nodes.eq(moveAdAfter);

$(”).insertAfter(target);
}
// Currently passing in 1 to move the Ad in to page 1
window.placeAd(1);
} else {
// This is the default location on the bottom of page 1
$(‘.article-page:nth-child(1)’).append(”);
}
}
})();
$(function(){
// Create a new conatiner where we will make our lazy load Ad call if the reach the footer section of the article
$(‘.main-container-3’).prepend(”);
});

0Shares