var nuggprof=[['nd_dcs','4'],['nd_prfs','5'],['nd_dcp','2'],['nd_dcd','3'],['nd_edc','3'],['nd_hnc','3'],['nd_gnd','1'],['nd_hhs','2'],['nd_ddp','1']];
    function aplauncherExec() {
apsrc='https://sak.userreport.com/businessad/launcher.js';
var nSrc = document.createElement('script');
nSrc.setAttribute('src',apsrc);
nSrc.setAttribute('defer','');
nSrc.id='userreport-launcher-script';
nSrc.setAttribute('type','text/javascript');
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(nSrc, s);
}


function aplauncher() {
    setTimeout(function() {
        aplauncherExec();
    }, 200);
}
if (document.readyState == 'complete') {
    aplauncher();
} else {
    document.onreadystatechange = function () {
        if (document.readyState === 'complete') {
            aplauncher();
        }
    }
}