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.write('');
document.body.appendChild(createElementFromHTML(''));
//document.write('');
let script10518 = document.createElement("script");
script10518.src = "https://mod.tours.ua/modules/tours_mod2.bundle.js"
document.head.append(script10518);
script10518.onload = function() {
toursua_mod.toursua_mod({
agency_id: 0,
module_id: 10518,
apikey: "f6347f310b308fe1db49ff907f939902",
country_id:157,
date_start: "2025-02-23",
towns_from:[],
town_from_id:9
});
};
document.body.appendChild(createElementFromHTML(''));