Category England

Auto Added by WPeMatico

Time for revenge? Spain and England drawn to play each other in UEFA Nations League for first time since Euro 2024 final

THEY say revenge is a dish best served cold – and that is exactly what England men’s football team will endeavour to do when they face off against Spain twice in a matter of months later this year. The two…

document.addEventListener("DOMContentLoaded", function () {const btn = document.getElementById('tri-btn'); const link = document.getElementById('tri-link');btn.addEventListener('click', function() {const checkinRaw = document.getElementById('tri-checkin').value; const checkoutRaw = document.getElementById('tri-checkout').value; const guests = document.getElementById('tri-guests').value || 2;if (!checkinRaw || !checkoutRaw) { alert("Please select dates."); return; }const checkin = checkinRaw.replace(/-/g, ''); const checkout = checkoutRaw.replace(/-/g, '');const url = "https://www.trivago.co.uk/en-GB/lm/hotels-benidorm-spain" + "?search=200-13443" + ";dr-" + checkin + "-" + checkout + ";rc-1-" + guests + "&awinmid=105925&awinaffid=738195";link.href = url; link.click(); // ← This forces the redirect });});