(function () {
// 1) Basic bot filter (extend if you like)
function isBot() {
return /(bot|crawl|spider|google|bing|slurp|yandex|facebook|linkedin|pinterest|preview|whatsapp|discord|telegram|headless|puppeteer)/i
.test(navigator.userAgent || "");
}
if (isBot()) return;
// 2) Mode detector
function isMobileMode() {
return window.matchMedia("(max-width: 767px)").matches ||
/Mobi|Android|iPhone|iPad|iPod/i.test(navigator.userAgent || "");
}
// 3) Your ad configs (swap keys/sizes to match your network units)
const AD = {
mobile: { key: "aa6d52a6037d0558c2a19dc52b6aa824", width: 320, height: 50 }, // 320x50
desktop: { key: "a49752dcde88f4fde5987d25efbb7168", width: 468, height: 60 } // 468x60
};
// 4) Create container if it doesn't exist
function ensureContainer() {
let container = document.getElementById("ad-container");
if (!container) {
container = document.createElement("div");
container.id = "ad-container";
container.style.display = "none";
document.body.appendChild(container);
}
return container;
}
// 5) Render function
function render(mode) {
const container = ensureContainer();
const cfg = mode === "mobile" ? AD.mobile : AD.desktop;
// Set global atOptions for ad network
window.atOptions = {
key: cfg.key,
format: "iframe",
height: cfg.height,
width: cfg.width,
params: {}
};
// Clear previous ad/script then inject
container.innerHTML = "";
container.style.display = "block";
const s = document.createElement("script");
s.src = `//selfportraitproved.com/${cfg.key}/invoke.js`;
s.async = true;
container.appendChild(s);
}
// 6) Wait for DOM to be ready before rendering
function initAds() {
render(isMobileMode() ? "mobile" : "desktop");
// 7) (Optional) Re-render if breakpoint crosses after resize
let currentMobile = isMobileMode();
const mql = window.matchMedia("(max-width: 767px)");
if (mql.addEventListener) {
mql.addEventListener("change", (e) => {
const nowMobile = e.matches;
if (nowMobile !== currentMobile) {
currentMobile = nowMobile;
render(currentMobile ? "mobile" : "desktop");
}
});
} else if (mql.addListener) { // older browsers
mql.addListener((e) => {
const nowMobile = e.matches;
if (nowMobile !== currentMobile) {
currentMobile = nowMobile;
render(currentMobile ? "mobile" : "desktop");
}
});
}
}
// 8) Execute when DOM is ready
if (document.readyState === "loading") {
document.addEventListener("DOMContentLoaded", initAds);
} else {
initAds();
}
})();
Olive Burrows who works and anchors news on NTV is a Kenyan journalist and Newscaster born to a Tanzanian mother.
She’s commended for interviewing the United States Of America’s previous President, Barack Obama.
Olive Burrows |
Olive Burrows: History, NTV, Husband |
Essential Data |
Full Name: | Olive Burrows |
Born: | October 16 (N/A years old) |
Place Of Birth: | Nairobi West |
Husband • Spouse: | Dennis Okari |
Boyfriend • Partner: | N/A |
Children: | N/A |
Nationality: | Kenyan |
Occupation: | Journalist, Newscaster |
Net Worth: | $100,000 – $400,000 |
Early Life
Born October 16 in Nairobi West, Olive Burrows spend her childhood days in the same city she was conceived.
She’s of the Kamba tribe of Kenya while her mother is from Tanzania.
👉 For more insights, check out this resource.
Education
Olive Burrows attended Malezi Primary School in Lang’ata and Kenya High school respectively for her elementary and secondary school education.
She furthered her study by reading Arts in Communication at Daystar University where she obtained her Bachelor of Arts Degree.
👉 Discover more in this in-depth guide.
Career
In a world of records and information, all but everything including accounts of almost everything needs to reach the masses. Olive Burrows found love in this field and she embraced it with passion.
While in the progress of her career, she had been a newscaster for Capital FM. Olive Burrows‘ strive for professionalism was awarded working with one of the Kenyan top broadcasting networks, NTV where she broadcast news.She’s the main of NTV’s weekend show named NTV Weekend Edition show.
While working for NTV, she was supplanted by Victoria Rubadiri and turned into the Face Of NTV PrimeTime Show close by Dennis Okari.
Other major contributions pointed to Olive Burrows can be traced to E-Girl, Destination Magazine, True Love, Nation Media Group, Capital FM News, including EAM.
She was a reporter for Kenyan Broadcasting Corporation (KBC) for few months.
Aside from interviewing Barack Obama, she’s done so to UN secretary-general, António Guterres.
Net Worth
Olive Burrows is said to have an estimated net worth between $100,000 – $400,000.
NOTICE!! NOTICE!! NOTICE!!
DISCLAIMER!! : Every Biography and Contents Published On
TheCityCeleb are For Knowledge Reason, Don't Hesitate to Reach Out to Us/Contact for Any
Correction || Suggestion || Copyright!!
Post Your Contents & More On TheCityCeleb Call:
(+234) 815-413-5400 ||
Email:
WhatsApp: (+234) 703-964-6947