; padding: 1px 4px; border-radius: 3px;"; logger = { log: console.log.bind(window.console, "%c"+prefix, baseStyle.replace(' ','green')), error: console.error.bind(window.console, "%c"+prefix, baseStyle.replace(' ','red')), debug: console.debug.bind(window.console, "%c"+prefix, baseStyle.replace(' ',getRandomColor(50,255))), version: 1649662862 }; return logger; })(); function loadScript(url, cb) { cb = typeof cb == "function" ? cb : function(){}; var e = document.createElement('script'); e.type = "text/javascript"; e.async = true; if (e.readyState) { // IE e.onreadystatechange = function(){ if (e.readyState == "loaded" || e.readyState == "complete") { e.onreadystatechange = null; cb(); } } } else { // OTHERS e.onload = cb; } e.src = url; document.head.insertAdjacentElement("beforeend", e); } /** * CedsWNV * call the callback when...