(function() {
    'use strict'

    var anchorTag = document.currentScript;

    if(!anchorTag) {
        return;
    }

    var wrapper = document.createElement('div');
    wrapper.id = 'microScanPanelGuideApp';

    anchorTag.parentNode.insertBefore(wrapper, anchorTag.nextSibling || anchorTag);

    var script = document.createElement('script');
    script.type = 'module';
    script.crossOrigin = 'use-credentials';
    script.src = 'https://panelguide.beckmancoulter.com/assets/index-kksgyqwj.js';

    var style = document.createElement('link');
    style.rel = 'stylesheet';
    style.crossOrigin = 'use-credentials';
    style.href = 'https://panelguide.beckmancoulter.com/assets/index-Cova58ZI.css';

    anchorTag.parentNode.insertBefore(script, anchorTag.nextSibling || anchorTag);
    anchorTag.parentNode.insertBefore(style, anchorTag.nextSibling || anchorTag);

})();
