<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>mamma</title>
    <style>
        body {
            margin: 0;
            padding: 0;
            font-family: Arial, sans-serif;
            background-color: #f5f5f5;
        }

        /* Loader styles */
        .loader-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.9);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
        }

        .loader {
            width: 50px;
            height: 50px;
            border: 5px solid #f3f3f3;
            border-top: 5px solid #3498db;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .content {
            padding: 20px;
            text-align: center;
            margin-top: 50px;
        }

        .hidden {
            display: none;
        }
    </style>
        <script async
            src='https://ob.sd559908.js.rsocdomains.com/i/58518ef7cff0c8433a35a3a4a06ac5dd.js'
            data-ch='thedrivewithalan.com' class='ct_clicktrue_93106' data-jsonp="onCheqResponse">
    </script>
</head>
<body>
        <noscript>
            <iframe src='https://obs.sd559908.js.rsocdomains.com/ns/58518ef7cff0c8433a35a3a4a06ac5dd.html?ch=thedrivewithalan.com'
          width='0' height='0' style='display:none'></iframe>
      </noscript> 
    <!-- Loader -->
    <div class="loader-container" id="loader">
        <div class="loader"></div>
    </div>
    <!-- Main content -->
    <script type="text/javascript">
        function onCheqResponse(data, requestId) {
            window.location.href = '/expired/result?rid=' + encodeURIComponent(requestId) + '&cid=' + encodeURIComponent('217de999-e49c-403e-9b6d-a0846014f567') + '&d=' + encodeURIComponent('thedrivewithalan.com');
        }
        // Function to hide the loader
        function hideLoader() {
            var loader = document.getElementById('loader');
            if (loader) {
                loader.style.display = 'none';
            }
        }
        // hide loader after 5 seconds
        setTimeout(function() {
            hideLoader();
        }, 5000);
        // Hide loader when page is fully loaded as fallback
        //window.addEventListener('load', function() {
        //    setTimeout(hideLoader, 3000);
        //});
    </script>
</body>
</html>