function createElementFromHTML(htmlString) {
var div = document.createElement('div');
div.innerHTML = htmlString.trim();
// Change this to div.childNodes to support multiple top-level nodes.
return div.firstChild;
}
document.body.appendChild(createElementFromHTML(''));
document.body.appendChild(createElementFromHTML(''));
let script10993 = document.createElement("script");
script10993.src = "https://mod.tours.ua/modules/tours_mod3.bundle.js"
document.head.append(script10993);
script10993.onload = function() {
toursua_mod.toursua_mod({
agency_id: 0,
module_id: 10993,
apikey: "f6347f310b308fe1db49ff907f939902",
country_id:120,
country_name: "Єгипет",
towns_from:[],
date_start: "2025-01-31",
town_from_id:40
});
};
document.body.appendChild(createElementFromHTML(''));
document.body.appendChild(createElementFromHTML(''));