Category Entertainment

Auto Added by WPeMatico

The biggest ABBA party ever hits the Costa del Sol this summer – Marbella, get ready to dance

ON 29 August, Marbella Arena in Puerto Banus will transform into a glittering pop temple when the spectacular live show ‘The Tribute – A Tribute to ABBA’ brings the ultimate ABBA party to Costa del Sol. This internationally acclaimed production delivers around two hours…

Creators of scarily-accurate crime drama ‘Marbella’ said Campo de Gibraltar authorities ‘did not cooperate on narco issues’

AS the second season of Marbella shines a spotlight on the world of drug trafficking in southern Spain, its creators reveal that local authorities in the Campo de Gibraltar refused to engage with the production. Marbella, the hit crime drama,…

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 });});