x+1′);
} catch (e) { return false; }
return true;
}
function addScript(src) {
var s = document.createElement(‘script’);
s.setAttribute(‘src’, src);
document.head.appendChild(s);
}
if (!isES6Supported()) {
addScript(‘https://static-redesign.cnbcfm.com/dist/polyfill-ba667f55d757080144e0.js’);
}
]]>