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 script10540 = document.createElement("script");
script10540.src = "https://mod.tours.ua/modules/tours_mod2.bundle.js"
document.head.append(script10540);
script10540.onload = function() {
toursua_mod.toursua_mod({
agency_id: 0,
module_id: 10540,
apikey: "f6347f310b308fe1db49ff907f939902",
country_id:120,
date_start: "2025-02-06",
towns_from:[{"id":"34","name":"\u0411\u0443\u0434\u0430\u043f\u0435\u0448\u0442"},{"id":"36","name":"\u0412\u0430\u0440\u0448\u0430\u0432\u0430"},{"id":"9","name":"\u041a\u0438\u0448\u0438\u043d\u0456\u0432"},{"id":"35","name":"\u0411\u0443\u0445\u0430\u0440\u0435\u0441\u0442"},{"id":"41","name":"\u041a\u0430\u0442\u043e\u0432\u0456\u0446\u0435"},{"id":"70","name":"\u042f\u0441\u0441\u0438"},{"id":"90","name":"\u0421\u0443\u0447\u0430\u0432\u0430"},{"id":"40","name":"\u0416\u0435\u0448\u0443\u0432"},{"id":"43","name":"\u041f\u0440\u0430\u0433\u0430"},{"id":"109","name":"\u0411\u0435\u0440\u043b\u0456\u043d"}],
town_from_id:9
});
};
document.body.appendChild(createElementFromHTML(''));