The Stronghold Series

Humans. Angels. Demons. Nephilim. Mushchats. A Dire Wolf. A Jaguar God. Cursed Artifacts. Blessed Weapons. A Holy Bible.

And the small town of South Point, Texas—caught in the middle of the war between good and evil, mortals and immortals, heaven and hell.

Eric N. Bentley
◆ Command Center
Private access. For your eyes only.
Notes & Ideas Brainstorm, to-do lists, merch concepts & miscellaneous notes 📄 Tax Exempt Certs Add, view & manage customer tax exemption certificates
BENTLEY INSPIRATIONS
Thanks for visiting.
Have a blessed day!
JOIN THE FIGHT AGAINST HUMAN TRAFFICKING
(function () { let clickCount = 0; let clickTimer = null; function openAdminPanel() { document.getElementById('adminOverlay').classList.add('open'); document.getElementById('adminPanel').classList.add('open'); } window.closeAdminPanel = function () { document.getElementById('adminOverlay').classList.remove('open'); document.getElementById('adminPanel').classList.remove('open'); }; // Script is at bottom of page so DOM is already ready — no DOMContentLoaded needed var triggerEl = document.getElementById('adminTrigger'); if (triggerEl) { triggerEl.addEventListener('click', function (e) { e.preventDefault(); clickCount++; clearTimeout(clickTimer); clickTimer = setTimeout(function () { clickCount = 0; }, 1500); if (clickCount >= 5) { clickCount = 0; openAdminPanel(); } }); } document.addEventListener('keydown', function (e) { if (e.key === 'Escape') closeAdminPanel(); }); })();