×
Home
Competitions
Winners
How to Play
Draw Results
FAQs
Contact Us
Basket
Login/Register
Contact
First Name*
Last Name*
Email*
Telephone
Message*
*
These fields are required.
Send Message
document.addEventListener("DOMContentLoaded", function () { const lastShown = localStorage.getItem('referralModalLastShown'); const now = new Date().getTime(); const fourHours = 4 * 60 * 60 * 1000; // 4 hours in ms if (!lastShown || now - lastShown > fourHours) { setTimeout(function () { var modal = document.querySelector("#wpgen-ra-modal"); if (modal) { modal.style.display = "block"; localStorage.setItem('referralModalLastShown', now); } }, 5000); // 5 second delay } });