(function(){
// set navbar height to avoid overlap with sticky pills
function setNavbarHeight() {
var header = document.querySelector('header') || document.querySelector('.site-header') || document.querySelector('.navbar');
var h = header ? header.getBoundingClientRect().height : 72;
document.documentElement.style.setProperty('--vnh-navbar-height', h + 'px');
}
setNavbarHeight();
window.addEventListener('resize', setNavbarHeight);
// Surprise button selects random post slug
window.__RANDOM_POSTS = [{"slug":"Give Them the Sufurias! \u2014 A Kenyan Lesson on Youth Responsibility and Independence","title":"Give Them the Sufurias! \u2014 A Kenyan Lesson on Youth Responsibility and Independence"},{"slug":"the-tactics-that-could-give-psg-an-edge-over-tottenham","title":"The Tactics That Could Give PSG an Edge Over Tottenham"},{"slug":"The Forgotten Bridge in Kipreres, Bomet: A Community\u0027s Plea for Government Action","title":"The Forgotten Bridge in Kipreres, Bomet: A Community\u0027s Plea for Government Action"},{"slug":"is-it-still-shameful-for-a-grown-man-to-live-with-parents","title":"Is It Still Shameful for a Grown Man to Live With Parents?"},{"slug":"why-does-my-baby-get-hiccups-after-eating","title":"Why Does My Baby Get Hiccups After Eating?"},{"slug":"10-smartest-tips-to-budget-in-kenya-on-less-than-ksh-15000-a-month-with-real-life-examples-and-sample-budget-plan","title":"10 Smartest Tips to Budget in Kenya on Less Than Ksh 15,000 a Month with Real Life Examples and Sample Budget Plan"},{"slug":"5-proven-strategies-to-boost-your-productivity-in-2025-even-if-you-are-easily-distracted","title":"5 Proven Strategies to Boost Your Productivity in 2025 (Even If You Are Easily Distracted)"},{"slug":"jobs-for-form-four-leavers-in-kenya-real-opportunities-you-can-apply-for-today","title":"Jobs for Form Four Leavers in Kenya: Real Opportunities You Can Apply for Today"},{"slug":"murkomen-draws-a-line-on-ruto-bribery-claims-why-mps-cannot-drag-president-ruto-to-parliament","title":"Murkomen Draws a Line on Ruto Bribery Claims: Why MPs Cannot Drag President Ruto to Parliament"},{"slug":"dust-is-constant-when-promises-turn-to-dust-and-love-moves-on","title":"Dust Is Constant: When Promises Turn to Dust and Love Moves On"},{"slug":"common-mistakes-new-business-owners-make-and-how-to-avoid-them","title":"Common Mistakes New Business Owners Make and How to Avoid Them"},{"slug":"inbox-without-a-bank-balance-why-broke-men-struggle-to-find-wives","title":"Inbox Without a Bank Balance: Why Broke Men Struggle to Find Wives"},{"slug":"senegal-vs-nigeria-prediction-african-nations-championship-preview-and-betting-tips","title":"Senegal vs Nigeria Prediction \u2013 African Nations Championship Preview and Betting Tips"},{"slug":"every-time-you-pay-tax-a-politician-buys-a-new-car","title":"Every Time You Pay Tax, a Politician Buys a New Car"},{"slug":"10-everyday-beauty-habits-kenyan-women-swear-by-and-you-should-too","title":"10 Everyday Beauty Habits Kenyan Women Swear By (And You Should Too)"},{"slug":"When the Motorcycle Vanished: Inside the Nairobi Man\u2019s Viral State House Moment","title":"When the Motorcycle Vanished: Inside the Nairobi Man\u2019s Viral State House Moment"},{"slug":"tottenham-fans-on-edge-as-savinho-talks-heat-up-and-a-big-move-for-coman-looms","title":"Tottenham Fans on Edge as Savinho Talks Heat Up And a Big Move for Coman Looms"},{"slug":"5-smart-ways-to-budget-in-kenya-when-you-earn-less-than-ksh-15000-a-month","title":"5 Smart Ways to Budget in Kenya When You Earn Less Than KSh. 15,000 a Month"},{"slug":"why-so-many-university-graduates-are-now-selling-mitumba","title":"Why So Many University Graduates Are Now Selling Mitumba"},{"slug":"the-fake-life-crisis-how-the-pressure-to-look-successful-is-destroying-kenyas-youth","title":"The Fake Life Crisis: How the Pressure to Look Successful Is Destroying Kenya\u2019s Youth"},{"slug":"why-relationships-fail-in-kenya-top-7-reasons-fixes","title":"Why Relationships Fail in Kenya : Top 7 Reasons + Fixes"},{"slug":"natural-hair-care-tips-every-kenyan-woman-should-know","title":"Natural Hair Care Tips Every Kenyan Woman Should Know"},{"slug":"degree-yangu-inasaidia-nani-why-kenyas-graduates-are-jobless-and-hopeless","title":"Degree Yangu Inasaidia Nani? Why Kenya\u0027s Graduates Are Jobless and Hopeless"},{"slug":"dreadlocks-in-kenya-bold-beautiful-and-more-than-just-a-hairstyle","title":"Dreadlocks in Kenya: Bold, Beautiful, and More Than Just a Hairstyle"},{"slug":"how-to-start-a-business-with-little-or-no-capital-in-kenya","title":"How to Start a Business with Little or No Capital in Kenya"},{"slug":"the-silent-shame-how-mobile-loans-are-breaking-kenyas-youth","title":"\u201cThe Silent Shame\u201d: How Mobile Loans Are Breaking Kenya\u2019s Youth"},{"slug":"mastering-personal-finance-in-kenya-a-practical-guide-to-saving-budgeting-and-investing-for-begin","title":"Mastering Personal Finance in Kenya: Save, Budget, and Invest the Smart Way"},{"slug":"kenyan-diaspora-man-loses-ksh-8m-to-brother-meant-for-house-project","title":"Kenyan Diaspora Man Loses KSh 8M to Brother Meant for House Project"},{"slug":"the-rise-of-side-hustles-how-to-turn-your-skills-into-a-profitable-business","title":"The Rise of Side Hustles: How to Turn Your Skills Into a Profitable Business"},{"slug":"how-to-know-youre-ready-for-marriage-spiritually-emotionally-financially","title":"How to Know You\u2019re Ready for Marriage \u2013 Spiritually, Emotionally \u0026 Financially"}];
document.querySelectorAll('a[href*="special=surprise"]').forEach(function(el){
el.addEventListener('click', function(e){
e.preventDefault();
var arr = window.__RANDOM_POSTS || [];
if (!arr.length) return location.href = 'index.php';
var c = arr[Math.floor(Math.random()*arr.length)];
if (c && c.slug) location.href = 'post.php?slug=' + encodeURIComponent(c.slug);
else location.href = 'index.php';
});
});
})();
We use cookies to improve your experience. By using our site you accept our
Privacy Policy.