Jetpac Global

Jetpac Global

// (function () { // // Avoid duplicate injection // if (document.getElementById("travelPopupOverlay")) return; // // Your popup HTML (hidden by default) // var popupHTML = ` // //
//
// //
// //
// × //
// //
// Travel eSIM // //
//
// //
//
// Traveling Soon? //
//
// We've got a FREE Jetpac eSIM for every traveller with // a chance to WIN $100! //
// //
// Grab your eSIM now → //
//
//
//
//
// `; // // Insert into page // document.addEventListener("DOMContentLoaded", function () { // document.body.insertAdjacentHTML("beforeend", popupHTML); // // Show after 5 seconds // setTimeout(function () { // var el = document.getElementById("travelPopupOverlay"); // if (el) el.style.display = "flex"; // }, 5000); // }); // })();