Elkuz

Encuentras tus Vuelos Baratos En Elkuz

Popular destinations

// script is required to render popular destinations widgets (function () { const container = document.getElementById('tpwl-widget-weedles'); const weedleElements = container.querySelectorAll('div[is="weedle"]'); weedleElements.forEach(element => { if (!TPWL_EXTRA) return; const destination = element.getAttribute('data-destination'); const scriptElement = document.createElement('script'); scriptElement.async = 1; scriptElement.src = `https://tpembd.com/content?currency=${String(TPWL_EXTRA.currency).toLowerCase()}&trs=${TPWL_EXTRA.trs}&shmarker=${TPWL_EXTRA.marker}&destination=${destination}&target_host=${TPWL_EXTRA.domain}&locale=${TPWL_EXTRA.locale}&limit=6&powered_by=false&primary=%23${TPWL_EXTRA.link_color}&promo_id=4044&campaign_id=100`; element.appendChild(scriptElement); }); })();