var jnews_ajax_url = ‘/?ajax-request=jnews’
;window.jnews=window.jnews||{},window.jnews.library=window.jnews.library||{},window.jnews.library=function(){“use strict”;var e=this;e.win=window,e.doc=document,e.noop=function(){},e.globalBody=e.doc.getElementsByTagName(“body”)[0],e.globalBody=e.globalBody?e.globalBody:e.doc,e.win.jnewsDataStorage=e.win.jnewsDataStorage||{_storage:new WeakMap,put:function(e,t,n){this._storage.has(e)||this._storage.set(e,new Map),this._storage.get(e).set(t,n)},get:function(e,t){return this._storage.get(e).get(t)},has:function(e,t){return this._storage.has(e)&&this._storage.get(e).has(t)},remove:function(e,t){var n=this._storage.get(e).delete(t);return 0===!this._storage.get(e).size&&this._storage.delete(e),n}},e.windowWidth=function(){return e.win.innerWidth||e.docEl.clientWidth||e.globalBody.clientWidth},e.windowHeight=function(){return e.win.innerHeight||e.docEl.clientHeight||e.globalBody.clientHeight},e.requestAnimationFrame=e.win.requestAnimationFrame||e.win.webkitRequestAnimationFrame||e.win.mozRequestAnimationFrame||e.win.msRequestAnimationFrame||window.oRequestAnimationFrame||function(e){return setTimeout(e,1e3/60)},e.cancelAnimationFrame=e.win.cancelAnimationFrame||e.win.webkitCancelAnimationFrame||e.win.webkitCancelRequestAnimationFrame||e.win.mozCancelAnimationFrame||e.win.msCancelRequestAnimationFrame||e.win.oCancelRequestAnimationFrame||function(e){clearTimeout(e)},e.classListSupport=”classList”in document.createElement(“_”),e.hasClass=e.classListSupport?function(e,t){return e.classList.contains(t)}:function(e,t){return e.className.indexOf(t)>=0},e.addClass=e.classListSupport?function(t,n){e.hasClass(t,n)||t.classList.add(n)}:function(t,n){e.hasClass(t,n)||(t.className+=” “+n)},e.removeClass=e.classListSupport?function(t,n){e.hasClass(t,n)&&t.classList.remove(n)}:function(t,n){e.hasClass(t,n)&&(t.className=t.className.replace(n,””))},e.objKeys=function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.push(n);return t},e.isObjectSame=function(e,t){var n=!0;return JSON.stringify(e)!==JSON.stringify(t)&&(n=!1),n},e.extend=function(){for(var e,t,n,o=arguments[0]||{},i=1,a=arguments.length;i<a;i++)if(null!==(e=arguments[i]))for(t in e)o!==(n=e[t])&&void 0!==n&&(o[t]=n);return o},e.dataStorage=e.win.jnewsDataStorage,e.isVisible=function(e){return 0!==e.offsetWidth&&0!==e.offsetHeight||e.getBoundingClientRect().length},e.getHeight=function(e){return e.offsetHeight||e.clientHeight||e.getBoundingClientRect().height},e.getWidth=function(e){return e.offsetWidth||e.clientWidth||e.getBoundingClientRect().width},e.supportsPassive=!1;try{var t=Object.defineProperty({},”passive”,{get:function(){e.supportsPassive=!0}});”createEvent”in e.doc?e.win.addEventListener(“test”,null,t):”fireEvent”in e.doc&&e.win.attachEvent(“test”,null)}catch(e){}e.passiveOption=!!e.supportsPassive&&{passive:!0},e.setStorage=function(e,t){e=”jnews-“+e;var n={expired:Math.floor(((new Date).getTime()+432e5)/1e3)};t=Object.assign(n,t);localStorage.setItem(e,JSON.stringify(t))},e.getStorage=function(e){e=”jnews-“+e;var t=localStorage.getItem(e);return null!==t&&0<t.length?JSON.parse(localStorage.getItem(e)):{}},e.expiredStorage=function(){var t,n=”jnews-“;for(var o in localStorage)o.indexOf(n)>-1&&”undefined”!==(t=e.getStorage(o.replace(n,””))).expired&&t.expired<Math.floor((new Date).getTime()/1e3)&&localStorage.removeItem(o)},e.addEvents=function(t,n,o){for(var i in n){var a=[“touchstart”,”touchmove”].indexOf(i)>=0&&!o&&e.passiveOption;”createEvent”in e.doc?t.addEventListener(i,n[i],a):”fireEvent”in e.doc&&t.attachEvent(“on”+i,n[i])}},e.removeEvents=function(t,n){for(var o in n)”createEvent”in e.doc?t.removeEventListener(o,n[o]):”fireEvent”in e.doc&&t.detachEvent(“on”+o,n[o])},e.triggerEvents=function(t,n,o){var i;o=o||{detail:null};return”createEvent”in e.doc?(!(i=e.doc.createEvent(“CustomEvent”)||new CustomEvent(n)).initCustomEvent||i.initCustomEvent(n,!0,!1,o),void t.dispatchEvent(i)):”fireEvent”in e.doc?((i=e.doc.createEventObject()).eventType=n,void t.fireEvent(“on”+i.eventType,i)):void 0},e.getParents=function(t,n){void 0===n&&(n=e.doc);for(var o=[],i=t.parentNode,a=!1;!a;)if(i){var r=i;r.querySelectorAll(n).length?a=!0:(o.push(r),i=r.parentNode)}else o=[],a=!0;return o},e.forEach=function(e,t,n){for(var o=0,i=e.length;o<i;o++)t.call(n,e[o],o)},e.getText=function(e){return e.innerText||e.textContent},e.setText=function(e,t){var n=”object”==typeof t?t.innerText||t.textContent:t;e.innerText&&(e.innerText=n),e.textContent&&(e.textContent=n)},e.httpBuildQuery=function(t){return e.objKeys(t).reduce(function t(n){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;return function(i,a){var r=n[a];a=encodeURIComponent(a);var s=o?””.concat(o,”[“).concat(a,”]”):a;return null==r||”function”==typeof r?(i.push(“”.concat(s,”=”)),i):[“number”,”boolean”,”string”].includes(typeof r)?(i.push(“”.concat(s,”=”).concat(encodeURIComponent(r))),i):(i.push(e.objKeys(r).reduce(t(r,s),[]).join(“&”)),i)}}(t),[]).join(“&”)},e.get=function(t,n,o,i){return o=”function”==typeof o?o:e.noop,e.ajax(“GET”,t,n,o,i)},e.post=function(t,n,o,i){return o=”function”==typeof o?o:e.noop,e.ajax(“POST”,t,n,o,i)},e.ajax=function(t,n,o,i,a){var r=new XMLHttpRequest,s=n,c=e.httpBuildQuery(o);if(t=-1!=[“GET”,”POST”].indexOf(t)?t:”GET”,r.open(t,s+(“GET”==t?”?”+c:””),!0),”POST”==t&&r.setRequestHeader(“Content-type”,”application/x-www-form-urlencoded”),r.setRequestHeader(“X-Requested-With”,”XMLHttpRequest”),r.onreadystatechange=function(){4===r.readyState&&200<=r.status&&300>r.status&&”function”==typeof i&&i.call(void 0,r.response)},void 0!==a&&!a){return{xhr:r,send:function(){r.send(“POST”==t?c:null)}}}return r.send(“POST”==t?c:null),{xhr:r}},e.scrollTo=function(t,n,o){function i(e,t,n){this.start=this.position(),this.change=e-this.start,this.currentTime=0,this.increment=20,this.duration=void 0===n?500:n,this.callback=t,this.finish=!1,this.animateScroll()}return Math.easeInOutQuad=function(e,t,n,o){return(e/=o/2)<1?n/2*e*e+t:-n/2*(–e*(e-2)-1)+t},i.prototype.stop=function(){this.finish=!0},i.prototype.move=function(t){e.doc.documentElement.scrollTop=t,e.globalBody.parentNode.scrollTop=t,e.globalBody.scrollTop=t},i.prototype.position=function(){return e.doc.documentElement.scrollTop||e.globalBody.parentNode.scrollTop||e.globalBody.scrollTop},i.prototype.animateScroll=function(){this.currentTime+=this.increment;var t=Math.easeInOutQuad(this.currentTime,this.start,this.change,this.duration);this.move(t),this.currentTime<this.duration&&!this.finish?e.requestAnimationFrame.call(e.win,this.animateScroll.bind(this)):this.callback&&”function”==typeof this.callback&&this.callback()},new i(t,n,o)},e.unwrap=function(t){var n,o=t;e.forEach(t,(function(e,t){n?n+=e:n=e})),o.replaceWith(n)},e.performance={start:function(e){performance.mark(e+”Start”)},stop:function(e){performance.mark(e+”End”),performance.measure(e,e+”Start”,e+”End”)}},e.fps=function(){var t=0,n=0,o=0;!function(){var i=t=0,a=0,r=0,s=document.getElementById(“fpsTable”),c=function(t){void 0===document.getElementsByTagName(“body”)[0]?e.requestAnimationFrame.call(e.win,(function(){c(t)})):document.getElementsByTagName(“body”)[0].appendChild(t)};null===s&&((s=document.createElement(“div”)).style.position=”fixed”,s.style.top=”120px”,s.style.left=”10px”,s.style.width=”100px”,s.style.height=”20px”,s.style.border=”1px solid black”,s.style.fontSize=”11px”,s.style.zIndex=”100000″,s.style.backgroundColor=”white”,s.id=”fpsTable”,c(s));var l=function(){o++,n=Date.now(),(a=(o/(r=(n-t)/1e3)).toPrecision(2))!=i&&(i=a,s.innerHTML=i+”fps”),1<r&&(t=n,o=0),e.requestAnimationFrame.call(e.win,l)};l()}()},e.instr=function(e,t){for(var n=0;n<t.length;n++)if(-1!==e.toLowerCase().indexOf(t[n].toLowerCase()))return!0},e.winLoad=function(t,n){function o(o){if(“complete”===e.doc.readyState||”interactive”===e.doc.readyState)return!o||n?setTimeout(t,n||1):t(o),1}o()||e.addEvents(e.win,{load:o})},e.docReady=function(t,n){function o(o){if(“complete”===e.doc.readyState||”interactive”===e.doc.readyState)return!o||n?setTimeout(t,n||1):t(o),1}o()||e.addEvents(e.doc,{DOMContentLoaded:o})},e.fireOnce=function(){e.docReady((function(){e.assets=e.assets||[],e.assets.length&&(e.boot(),e.load_assets())}),50)},e.boot=function(){e.length&&e.doc.querySelectorAll(“style[media]”).forEach((function(e){“not all”==e.getAttribute(“media”)&&e.removeAttribute(“media”)}))},e.create_js=function(t,n){var o=e.doc.createElement(“script”);switch(o.setAttribute(“src”,t),n){case”defer”:o.setAttribute(“defer”,!0);break;case”async”:o.setAttribute(“async”,!0);break;case”deferasync”:o.setAttribute(“defer”,!0),o.setAttribute(“async”,!0)}e.globalBody.appendChild(o)},e.load_assets=function(){“object”==typeof e.assets&&e.forEach(e.assets.slice(0),(function(t,n){var o=””;t.defer&&(o+=”defer”),t.async&&(o+=”async”),e.create_js(t.url,o);var i=e.assets.indexOf(t);i>-1&&e.assets.splice(i,1)})),e.assets=jnewsoption.au_scripts=window.jnewsads=[]},e.setCookie=function(e,t,n){var o=””;if(n){var i=new Date;i.setTime(i.getTime()+24*n*60*60*1e3),o=”; expires=”+i.toUTCString()}document.cookie=e+”=”+(t||””)+o+”; path=/”},e.getCookie=function(e){for(var t=e+”=”,n=document.cookie.split(“;”),o=0;o<n.length;o++){for(var i=n[o];” “==i.charAt(0);)i=i.substring(1,i.length);if(0==i.indexOf(t))return i.substring(t.length,i.length)}return null},e.eraseCookie=function(e){document.cookie=e+”=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;”},e.docReady((function(){e.globalBody=e.globalBody==e.doc?e.doc.getElementsByTagName(“body”)[0]:e.globalBody,e.globalBody=e.globalBody?e.globalBody:e.doc})),e.winLoad((function(){e.winLoad((function(){var t=!1;if(void 0!==window.jnewsadmin)if(void 0!==window.file_version_checker){var n=e.objKeys(window.file_version_checker);n.length?n.forEach((function(e){t||”10.0.4″===window.file_version_checker[e]||(t=!0)})):t=!0}else t=!0;t&&(window.jnewsHelper.getMessage(),window.jnewsHelper.getNotice())}),2500)}))},window.jnews.library=new window.jnews.library;
window._wpemojiSettings = {“baseUrl”:”https://s.w.org/images/core/emoji/15.0.3/72×72/”,”ext”:”.png”,”svgUrl”:”https://s.w.org/images/core/emoji/15.0.3/svg/”,”svgExt”:”.svg”,”source”:{“concatemoji”:”https://tribuneonlineng.com/wp-includes/js/wp-emoji-release.min.js?ver=6.6.2″}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case”flag”:return n(e,”ud83cudff3ufe0fu200du26a7ufe0f”,”ud83cudff3ufe0fu200bu26a7ufe0f”)?!1:!n(e,”ud83cuddfaud83cuddf3″,”ud83cuddfau200bud83cuddf3″)&&!n(e,”ud83cudff4udb40udc67udb40udc62udb40udc65udb40udc6eudb40udc67udb40udc7f”,”ud83cudff4u200budb40udc67u200budb40udc62u200budb40udc65u200budb40udc6eu200budb40udc67u200budb40udc7f”);case”emoji”:return!n(e,”ud83dudc26u200du2b1b”,”ud83dudc26u200bu2b1b”)}return!1}function f(e,t,n){var r=”undefined”!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement(“canvas”),a=r.getContext(“2d”,{willReadFrequently:!0}),o=(a.textBaseline=”top”,a.font=”600 32px Arial”,{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement(“script”);t.src=e,t.defer=!0,i.head.appendChild(t)}”undefined”!=typeof Promise&&(o=”wpEmojiSettingsSupports”,s=[“flag”,”emoji”],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener(“DOMContentLoaded”,e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if(“object”==typeof e&&”number”==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&”object”==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if(“undefined”!=typeof Worker&&”undefined”!=typeof OffscreenCanvas&&”undefined”!=typeof URL&&URL.createObjectURL&&”undefined”!=typeof Blob)try{var e=”postMessage(“+f.toString()+”(“+[JSON.stringify(s),u.toString(),p.toString()].join(“,”)+”));”,r=new Blob([e],{type:”text/javascript”}),a=new Worker(URL.createObjectURL(r),{name:”wpTestEmojiSupports”});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],”flag”!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
var breeze_prefetch = {“local_url”:”https://tribuneonlineng.com”,”ignore_remote_prefetch”:”1″,”ignore_list”:[“wp-admin”,”wp-login.php”]};
https://tribuneonlineng.com/wp-content/plugins/breeze/assets/js/js-front-end/breeze-prefetch-links.min.js
window.OneSignal = window.OneSignal || [];OneSignal.push( function() {
OneSignal.SERVICE_WORKER_UPDATER_PATH = “OneSignalSDKUpdaterWorker.js.php”;
OneSignal.SERVICE_WORKER_PATH = “OneSignalSDKWorker.js.php”;
OneSignal.SERVICE_WORKER_PARAM = { scope: “/” };
OneSignal.setDefaultNotificationUrl(“https://tribuneonlineng.com”);
var oneSignal_options = {};
window._oneSignalInitOptions = oneSignal_options;oneSignal_options[‘wordpress’] = true;
oneSignal_options[‘appId’] = ‘e9d1f0e1-fda0-493c-bec4-7ed3996de5b8’;
oneSignal_options[‘allowLocalhostAsSecureOrigin’] = true;
oneSignal_options[‘welcomeNotification’] = { };
oneSignal_options[‘welcomeNotification’][‘title’] = “”;
oneSignal_options[‘welcomeNotification’][‘message’] = “”;
oneSignal_options[‘path’] = “https://tribuneonlineng.com/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/”;
oneSignal_options[‘safari_web_id’] = “web.onesignal.auto.2460cc6e-4b7f-44ed-bf33-fcc5c16bd2af”;
oneSignal_options[‘persistNotification’] = true;
oneSignal_options[‘promptOptions’] = { };
oneSignal_options[‘notifyButton’] = { };
oneSignal_options[‘notifyButton’][‘enable’] = true;
oneSignal_options[‘notifyButton’][‘position’] = ‘bottom-right’;
oneSignal_options[‘notifyButton’][‘theme’] = ‘default’;
oneSignal_options[‘notifyButton’][‘size’] = ‘large’;
oneSignal_options[‘notifyButton’][‘showCredit’] = true;
oneSignal_options[‘notifyButton’][‘text’] = {};
OneSignal.init(window._oneSignalInitOptions);
});function documentInitOneSignal() {
var oneSignal_elements = document.getElementsByClassName(“OneSignal-prompt”);var oneSignalLinkClickHandler = function(event) { OneSignal.push([‘registerForPushNotifications’]); event.preventDefault(); }; for(var i = 0; i < oneSignal_elements.length; i++)
oneSignal_elements[i].addEventListener(‘click’, oneSignalLinkClickHandler, false);
}if (document.readyState === ‘complete’) {
documentInitOneSignal();
}
else {
window.addEventListener(“load”, function(event){
documentInitOneSignal();
});
}
if(screen.width<769){
window.location = “https://tribuneonlineng.com/digital-economic-growth-why-dbis-role-in-upskilling-nigerias-work-force-digital-skills-is-pivotal/amp/”;
}
https://tribuneonlineng.com/wp-content/uploads/breeze/google/gtag.js
(function() {
var host = ‘www.themoneytizer.com’;
var element = document.createElement(‘script’);
var firstScript = document.getElementsByTagName(‘script’)[0];
var url = ‘https://cmp.quantcast.com’
.concat(‘/choice/’, ‘6Fv0cGNfc_bw8’, ‘/’, host, ‘/choice.js’);
var uspTries = 0;
var uspTriesLimit = 3;
element.async = true;
element.type = ‘text/javascript’;
element.src = url;firstScript.parentNode.insertBefore(element, firstScript);function makeStub() {
var TCF_LOCATOR_NAME = ‘__tcfapiLocator’;
var queue = [];
var win = window;
var cmpFrame;function addFrame() {
var doc = win.document;
var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]);if (!otherCMP) {
if (doc.body) {
var iframe = doc.createElement(‘iframe’);iframe.style.cssText = ‘display:none’;
iframe.name = TCF_LOCATOR_NAME;
doc.body.appendChild(iframe);
} else {
setTimeout(addFrame, 5);
}
}
return !otherCMP;
}function tcfAPIHandler() {
var gdprApplies;
var args = arguments;if (!args.length) {
return queue;
} else if (args[0] === ‘setGdprApplies’) {
if (
args.length > 3 &&
args[2] === 2 &&
typeof args[3] === ‘boolean’
) {
gdprApplies = args[3];
if (typeof args[2] === ‘function’) {
args[2](‘set’, true);
}
}
} else if (args[0] === ‘ping’) {
var retr = {
gdprApplies: gdprApplies,
cmpLoaded: false,
cmpStatus: ‘stub’
};if (typeof args[2] === ‘function’) {
args[2](retr);
}
} else {
if(args[0] === ‘init’ && typeof args[3] === ‘object’) {
args[3] = { …args[3], tag_version: ‘V2’ };
}
queue.push(args);
}
}function postMessageEventHandler(event) {
var msgIsString = typeof event.data === ‘string’;
var json = {};try {
if (msgIsString) {
json = JSON.parse(event.data);
} else {
json = event.data;
}
} catch (ignore) {}var payload = json.__tcfapiCall;if (payload) {
window.__tcfapi(
payload.command,
payload.version,
function(retValue, success) {
var returnMsg = {
__tcfapiReturn: {
returnValue: retValue,
success: success,
callId: payload.callId
}
};
if (msgIsString) {
returnMsg = JSON.stringify(returnMsg);
}
if (event && event.source && event.source.postMessage) {
event.source.postMessage(returnMsg, ‘*’);
}
},
payload.parameter
);
}
}while (win) {
try {
if (win.frames[TCF_LOCATOR_NAME]) {
cmpFrame = win;
break;
}
} catch (ignore) {}if (win === window.top) {
break;
}
win = win.parent;
}
if (!cmpFrame) {
addFrame();
win.__tcfapi = tcfAPIHandler;
win.addEventListener(‘message’, postMessageEventHandler, false);
}
};makeStub();var uspStubFunction = function() {
var arg = arguments;
if (typeof window.__uspapi !== uspStubFunction) {
setTimeout(function() {
if (typeof window.__uspapi !== ‘undefined’) {
window.__uspapi.apply(window.__uspapi, arg);
}
}, 500);
}
};var checkIfUspIsReady = function() {
uspTries++;
if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) {
console.warn(‘USP is not accessible’);
} else {
clearInterval(uspInterval);
}
};if (typeof window.__uspapi === ‘undefined’) {
window.__uspapi = uspStubFunction;
var uspInterval = setInterval(checkIfUspIsReady, 6000);
}
})();
!(function(o,_name){o[_name]=o[_name]||function $(){($.q=$.q||[]).push(arguments)},o[_name].v=o[_name].v||2;!(function(o,t,n,f,e,i){function c(f,e){(f=(function(t,n){try{if(n=(t=o.localStorage).getItem(“_aQS02NUE5NTA5QkY5RkUxNUFBM0EzQjdFQUItODM”))return JSON.parse(n).lgk||[];if((t.getItem(“v4ac1eiZr0″)||””).split(“,”)[4]>0)return[[_name+”-engaged”,”true”]]}catch(f){}})())&&typeof f.forEach===n&&(e=o[t].pubads())&&f.forEach((function(o){o&&o[0]&&e.setTargeting(o[0],o[1]||””)}))}(i=o[t]=o[t]||{}).cmd=i.cmd||[],typeof i.pubads===n?c():typeof i.cmd.unshift===n?i.cmd.unshift(c):i.cmd.push(c)})(window,”googletag”,”function”);})(window,decodeURI(‘%61%64%6di%72al’));!(function(t,c,i){i=t.createElement(c),t=t.getElementsByTagName(c)[0],i.async=1,i.src=”https://scaredslip.com/public/a3e4bc172b2/236975a1dae620110925514e1.min.js”,t.parentNode.insertBefore(i,t)})(document,”script”);
window.googletag = window.googletag || {cmd: []}; googletag.cmd.push(function() {
googletag.defineSlot(‘/33885318/1×1’, [1, 1], ‘div-gpt-ad-1713592059816-0’).addService(googletag.pubads());
googletag.defineSlot(‘/33885318/AdXNative’, [[728, 90], ‘fluid’, [336, 280], [320, 480], [300, 250], [480, 320], [1, 1]], ‘div-gpt-ad-1729130450347-0’).addService(googletag.pubads());
googletag.defineSlot(‘/33885318/MPU_300X250_2’, [300, 250], ‘div-gpt-ad-1729130607061-0’).addService(googletag.pubads());
googletag.defineSlot(‘/33885318/DMPU_300X600_2’, [300, 600], ‘div-gpt-ad-1729130663720-0’).addService(googletag.pubads());
googletag.pubads().enableSingleRequest(); googletag.pubads().collapseEmptyDivs(); googletag.pubads().setCentering(true); googletag.enableServices();
});
googletag.cmd.push(function() { googletag.display(‘div-gpt-ad-1729130450347-0’); });
var jnews_module_988683_0_6729930f21f44 = {“header_icon”:””,”first_title”:”Related Posts”,”second_title”:””,”url”:””,”header_type”:”heading_6″,”header_background”:””,”header_secondary_background”:””,”header_text_color”:””,”header_line_color”:””,”header_accent_color”:””,”header_filter_category”:””,”header_filter_author”:””,”header_filter_tag”:””,”header_filter_text”:”All”,”sticky_post”:false,”post_type”:”post”,”content_type”:”all”,”sponsor”:false,”number_post”:3,”post_offset”:0,”unique_content”:”disable”,”include_post”:””,”included_only”:false,”exclude_post”:988683,”include_category”:””,”exclude_category”:””,”include_author”:””,”include_tag”:”661260,292928,225,953″,”exclude_tag”:””,”sort_by”:”latest”,”show_date”:””,”date_format”:”default”,”date_format_custom”:”Y/m/d”,”pagination_mode”:”nextprev”,”pagination_nextprev_showtext”:””,”pagination_number_post”:3,”pagination_scroll_limit”:0,”ads_type”:”disable”,”ads_position”:1,”ads_random”:””,”ads_image”:””,”ads_image_tablet”:””,”ads_image_phone”:””,”ads_image_link”:””,”ads_image_alt”:””,”ads_image_new_tab”:””,”google_publisher_id”:””,”google_slot_id”:””,”google_desktop”:”auto”,”google_tab”:”auto”,”google_phone”:”auto”,”content”:””,”ads_bottom_text”:””,”boxed”:””,”boxed_shadow”:””,”show_border”:””,”el_id”:””,”el_class”:””,”scheme”:””,”column_width”:”auto”,”title_color”:””,”accent_color”:””,”alt_color”:””,”excerpt_color”:””,”css”:””,”paged”:1,”column_class”:”jeg_col_1o3″,”class”:”jnews_block_28″};
(function(w,q){w[q]=w[q]||[];w[q].push([“_mgc.load”])})(window,”_mgq”);
var jfla = []
const lazyloadRunObserver = () => {
const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
entries.forEach( ( entry ) => {
if ( entry.isIntersecting ) {
let lazyloadBackground = entry.target;
if( lazyloadBackground ) {
lazyloadBackground.classList.add( ‘e-lazyloaded’ );
}
lazyloadBackgroundObserver.unobserve( entry.target );
}
});
}, { rootMargin: ‘200px 0px 200px 0px’ } );
lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
lazyloadBackgroundObserver.observe( lazyloadBackground );
} );
};
const events = [
‘DOMContentLoaded’,
‘elementor/lazyload/observe’,
];
events.forEach( ( event ) => {
document.addEventListener( event, lazyloadRunObserver );
} );
var molongui_authorship_byline_params = {“byline_prefix”:””,”byline_suffix”:””,”byline_separator”:”, “,”byline_last_separator”:” and “,”byline_link_title”:”View all posts by”,”byline_link_class”:””,”byline_dom_tree”:””,”byline_dom_prepend”:””,”byline_dom_append”:””,”byline_decoder”:”v3″};
https://tribuneonlineng.com/wp-content/plugins/molongui-authorship/assets/js/byline.334a.min.js
https://tribuneonlineng.com/wp-content/themes/jnews/assets/js/isotope.js
https://tribuneonlineng.com/wp-content/themes/jnews/assets/js/lazysizes.js
https://tribuneonlineng.com/wp-content/themes/jnews/assets/js/ls.bgset.js
https://tribuneonlineng.com/wp-content/themes/jnews/assets/js/superfish.js
https://tribuneonlineng.com/wp-content/themes/jnews/assets/js/theia-sticky-sidebar.js
https://tribuneonlineng.com/wp-content/themes/jnews/assets/js/jquery.waypoints.js
https://tribuneonlineng.com/wp-content/themes/jnews/assets/js/jquery.scrollTo.js
https://tribuneonlineng.com/wp-content/themes/jnews/assets/js/jquery.parallax.js
https://tribuneonlineng.com/wp-content/themes/jnews/assets/js/jquery.okayNav.js
https://tribuneonlineng.com/wp-content/themes/jnews/assets/js/jquery.mousewheel.js
https://tribuneonlineng.com/wp-content/themes/jnews/assets/js/modernizr-custom.js
https://tribuneonlineng.com/wp-content/themes/jnews/assets/js/jquery.smartresize.js
https://tribuneonlineng.com/wp-content/themes/jnews/assets/js/chosen.jquery.js
https://tribuneonlineng.com/wp-content/themes/jnews/assets/js/jquery.magnific-popup.js
https://tribuneonlineng.com/wp-content/themes/jnews/assets/js/jquery.jnewsgif.js
https://tribuneonlineng.com/wp-content/themes/jnews/assets/js/jquery.jsticky.js
https://tribuneonlineng.com/wp-content/themes/jnews/assets/js/jquery.transit.min.js
var jnewsoption = {“login_reload”:”https://tribuneonlineng.com/digital-economic-growth-why-dbis-role-in-upskilling-nigerias-work-force-digital-skills-is-pivotal”,”popup_script”:”magnific”,”single_gallery”:””,”ismobile”:””,”isie”:””,”sidefeed_ajax”:””,”language”:”en_GB”,”module_prefix”:”jnews_module_ajax_”,”live_search”:”1″,”postid”:”988683″,”isblog”:”1″,”admin_bar”:”0″,”follow_video”:””,”follow_position”:”top_right”,”rtl”:”0″,”gif”:””,”lang”:{“invalid_recaptcha”:”Invalid Recaptcha!”,”empty_username”:”Please enter your username!”,”empty_email”:”Please enter your email!”,”empty_password”:”Please enter your password!”},”recaptcha”:”0″,”site_slug”:”/”,”site_domain”:”tribuneonlineng.com”,”zoom_button”:”1″,”stt_button_mobile”:””,”dm_cookie_time”:”0″};
https://tribuneonlineng.com/wp-content/themes/jnews/assets/js/main.js
https://tribuneonlineng.com/wp-content/themes/jnews/assets/js/zoom-button.js
https://tribuneonlineng.com/wp-content/themes/jnews/assets/js/popup-post.js
https://tribuneonlineng.com/wp-content/themes/jnews/assets/js/darkmode.js
https://tribuneonlineng.com/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-consent-mode-3d6495dceaebc28bcca3.js
https://tribuneonlineng.com/wp-content/plugins/jnews-video/assets/js/supposition.js
var jnewsvideo = {“user_playlist”:[]};
https://tribuneonlineng.com/wp-content/plugins/jnews-video/assets/js/plugin.js
https://tribuneonlineng.com/wp-content/themes/jnews/assets/js/jquery.module.js
_stq = window._stq || [];
_stq.push([ “view”, JSON.parse(“{“v”:”ext”,”blog”:”118125416″,”post”:”988683″,”tz”:”1″,”srv”:”tribuneonlineng.com”,”j”:”1:13.9.1″}”) ]);
_stq.push([ “clickTrackerInit”, “118125416”, “988683” ]);
var jnews_select_share = {“is_customize_preview”:””};
https://tribuneonlineng.com/wp-content/plugins/jnews-social-share/assets/js/plugin.js
;!function(){“use strict”;window.jnews=window.jnews||{},window.jnews.first_load=window.jnews.first_load||{},window.jnews.first_load=function(){var e=this,t=jnews.library,n=”object”==typeof jnews&&”object”==typeof jnews.library;e.data=null,e.run_ajax=!0,e.run_loginregister=!0,e.clear=function(){e.run_ajax=!0,e.run_loginregister=!0,e.data=null},e.init=function(){n&&(t.globalBody.querySelectorAll(“.jeg_popup_account”).length&&jnews.loginregister&&e.run_loginregister&&(e.run_loginregister=!1,jnews.loginregister.init(),jnews.loginregister.hook_form()),jfla.length&&e.run_ajax&&(e.run_ajax=!1,e.do_ajax({action:”jnews_first_load_action”,jnews_id:jnewsoption.postid,load_action:jfla})))},e.update_counter=function(){if(n){var o={total_view:t.globalBody.querySelectorAll(“.jeg_share_stats .jeg_views_count .counts”),total_share:t.globalBody.querySelectorAll(“.jeg_share_stats .jeg_share_count .counts”),total_comment:t.globalBody.querySelectorAll(“.jeg_meta_comment a span”)};t.forEach(Object.entries(e.data.counter),(function([e,n]){o[e].length&&t.forEach(o[e],(function(e,o){t.setText(e,n)}))}))}},e.do_ajax=function(o){if(n){var a=new XMLHttpRequest;a.onreadystatechange=function(){XMLHttpRequest.DONE===a.readyState&&200==a.status&&(e.data=JSON.parse(a.responseText),e.data.counter&&”object”==typeof e.data.counter&&e.update_counter())},a.open(“POST”,jnews_ajax_url,!0),a.setRequestHeader(“Content-Type”,”application/x-www-form-urlencoded; charset=UTF-8″),a.send(t.httpBuildQuery(o))}}},window.jnews.first_load=new window.jnews.first_load,jnews.first_load.init()}();
googletag.cmd.push(function() { googletag.display(‘div-gpt-ad-1713592059816-0’); });