( function() {
var func = function() {
var iframe = document.getElementById(‘wpcom-iframe-b076ebd0689b8985f9abd1b6cbd76525’)
if ( iframe ) {
iframe.onload = function() {
iframe.contentWindow.postMessage( {
‘msg_type’: ‘poll_size’,
‘frame_id’: ‘wpcom-iframe-b076ebd0689b8985f9abd1b6cbd76525’
}, “https://embeds.kff.org” );
}
}

// Autosize iframe
var funcSizeResponse = function( e ) {

var origin = document.createElement( ‘a’ );
origin.href = e.origin;

// Verify message origin
if ( ’embeds.kff.org’ !== origin.host )
return;

// Verify message is in a format we expect
if ( ‘object’ !== typeof e.data || undefined === e.data.msg_type )
return;

switch ( e.data.msg_type ) {
case ‘poll_size:response’:
var iframe = document.getElementById( e.data._request.frame_id );

if ( iframe && ” === iframe.width )
iframe.width = ‘100%’;
if ( iframe && ” === iframe.height )
iframe.height = parseInt( e.data.height );

return;
default:
return;
}
}

if ( ‘function’ === typeof window.addEventListener ) {
window.addEventListener( ‘message’, funcSizeResponse, false );
} else if ( ‘function’ === typeof window.attachEvent ) {
window.attachEvent( ‘onmessage’, funcSizeResponse );
}
}
if (document.readyState === ‘complete’) { func.apply(); /* compat for infinite scroll */ }
else if ( document.addEventListener ) { document.addEventListener( ‘DOMContentLoaded’, func, false ); }
else if ( document.attachEvent ) { document.attachEvent( ‘onreadystatechange’, func ); }
} )();

Kaiser Health News reporter Liz Szabo talked to Connecticut Public Radio about the risks of the novel coronavirus, known as 2019-nCoV, compared with influenza.

Although Americans are donning face masks to protect themselves from the coronavirus, experts say that influenza poses a much greater risk. Influenza kills more Americans each year than any other virus. So far this winter, the flu has sickened 19 million people, has hospitalized 180,000 and killed 10,000, including 68 children, according to the Centers for Disease Control and Prevention. Yet only 45% of adults are vaccinated against the flu.

Related Topics


COVID-19 Global Health Watch Public Health


COVID-19