Join The Club
Join our Community
Live Q&A Sessions
Weekly Interactive Sessions
Competitions for Members
Win exclusive prizes
Exclusive Content
Premium articles & videos
Early Access
See the new features in action
Private Forums
Connect with other members
Monthly Reward
Surprise gifts & perks
GET CLUB ACCESS QUICK
You can also find out more about the following:
You can join the club by entering your email in the box below. We will
Sign up for our Newsletter to stay informed about all the latest news.
Get the latest football news.
You must be 16 years old or older to submit your information.
Have you read our
Privacy Policies
Accept the Agreement
Terms & Conditions. Geographical rules are applicable.
Find out more about our magazine
Subscribe to our magazine! To subscribe to the magazine, click on the button below.
Find out more about us.
Find out more
Soon you will be able to access the facilities.
You will receive a confirmation email and be added to our mailing list.
Keep you up to date with all the latest football news.If (response.status >== 409), then
`;
/* Close button action */
document.getElementById(“closeBtn”).addEventListener(“click”, () => {
skinnyBanner.style.display = “none”;
});
} else if (response.status === 409) {
quickAccess.innerHTML = `
GET CLUB ACCESS QUICK
Log in to your account if this email already exists.EmailInput
`;
}
})
.catch(error => {
/* TODO: handle errors during autoLogin */
});
})
.catch(error => {
});
});
if (emailInput) {
emailInput.addEventListener(“input”, function () {
const userInput = emailInput.value;
window.dispatchOrQueueAction(‘freyr.sendEventToFreyr’, {
name: ‘membershipEvent’,
eventObject: {
membership: {
action: “input-signup-form”,
label: “user-personal-data”,
type: “banner-sticky”,
},
},
});
});
}
/* Initialize */
CheckBannerStatusIf (firstAd),();
/* Observe dynamic ads insertion */
const bodyObserver = new MutationObserver((mutations, observer) => {
const firstAd = document.querySelector(‘.bordeaux-filled-slot’);
if (firstAd) {
/* Observe intersection */
const intersectionObserver = new IntersectionObserver(entries => {
entries.forEach(entry => {
if (!entry.isIntersecting && !bannerVisible) showBanner();
else if (entry.isIntersecting && bannerVisible) hideBanner();
});
}, { root: null, threshold: 0 });
intersectionObserver.observe(firstAd);
/* Stop observing DOM changes */
observer.disconnect();
}
});
bodyObserver.observe(document.body, { childList: true, subtree: true });
});
2025-12-02 10:29:01

