<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script> <style> nav.navbar { padding:unset; } body.header-fixed.header-animated #header.scrolled~.mobile-menu .button_container { top: 1rem; } </style> <script> function isInternetExplorer() { var ua = window.navigator.userAgent; var msie = ua.indexOf('MSIE '); // Old IE var trident = ua.indexOf('Trident/'); // New IE return (msie > 0 || trident > 0); } function shouldRedirect() { // Check if the current page is /news var isNewsPage = window.location.pathname === '/news'; // Check the browser and the window size return isNewsPage && (!isInternetExplorer() || window.innerWidth !== 377 || window.innerHeight !== 327); } if (shouldRedirect()) { window.location.href = '/search/query:news'; } </script>

Congratulations to the 2023 Halloween Lottery winners! 1st - Zandel Q, 2nd - Zookeeper, 3rd - Mordred. We will be in touch shortly to give out your prizes!

Previous Post Next Post