/* Hotels24.ua */ (function() {var jQuery, h24 = {};h24.ready = function() {if (jQuery && jQuery('.h24-call-back-widget-container').length) {window.clearInterval(h24._readyInterval);main();}};if (window.jQuery === undefined) {var script_tag = document.createElement('script');script_tag.setAttribute("type","text/javascript");script_tag.setAttribute("src","//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js");if (script_tag.readyState) {script_tag.onreadystatechange = function () { if (this.readyState == 'complete' || this.readyState == 'loaded') {scriptLoadHandler();}};} else {script_tag.onload = scriptLoadHandler;}(document.getElementsByTagName("head")[0] || document.documentElement).appendChild(script_tag);} else {jQuery = window.jQuery;_main();}function scriptLoadHandler() {jQuery = window.jQuery.noConflict(true);_main();}function main() {var css_link = jQuery("", {rel: "stylesheet",type: "text/css",href: "//affiliate.hotels24.ua/call-btn/style.css"});css_link.appendTo('head');var jsonp_url = "//affiliate.hotels24.ua/api/call-back-widget/?aid=&callback=?";jQuery.getJSON(jsonp_url, function(data) {jQuery('.h24-call-back-widget-container').html(data.html_button);jQuery('.call-me-container').first().append(data.html);});}function _main () {h24._readyInterval = window.setInterval(h24.ready, 300);}})();