Category Vox

Auto Added by WPeMatico

One in three applicants set to be turned away from Spain’s controversial migrant amnesty scheme

ONE in three migrants applying for Spain’s migration amnesty scheme is expected to be refused, as authorities brace for up to 750,000 applications. According to a Ministry of Migration document, around 750,000 people are expected to apply for legal status…

Police arrest 19 for murder after ‘50 migrants accused of witchcraft are thrown overboard’ on way to Spain’s Canary Islands

POLICE in Spain have arrested 19 alleged people smugglers accused of torturing and murdering up to 50 would-be migrants on board a small boat heading from Africa’s impoverished western coast to the Canary Islands. The ramshackle wooden vessel – known…

Spain’s Pedro Sanchez calls for Israel to be banned from sporting competitions – and doubles down on ‘admiration’ for Vuelta protesters

SPAIN’S prime minister Pedro Sanchez has doubled down on his support for the thousands of pro-Palestine protesters who forced the cancellation of the final stage of the Vuelta a España – Spain’s equivalent of the Tour de France. Speaking the…

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