var nuggprof=[['nd_dcs','1'],['nd_prfs','3'],['nd_agr','6'],['nd_dcp','4'],['nd_dcd','1'],['nd_edc','4'],['nd_hnc','2'],['nd_gnd','1'],['nd_hhs','4'],['nd_dcb','8'],['nd_ddp','4']];
    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();
        }
    }
}