
        var chatbotControl = $("#chatbot-iframe").attr('style');                
        if (chatbotControl == undefined) {
            function chatbotManuel() {
                window._sorun_set_poolFilter = '4';
                window._sorun_set_variable = '152.53.107.23';
                if(window.location.pathname == "/sinirsiz-bankacilik/musteri-iletisim-merkezi/"){
                    window._sorun_set_auto_open_delay = 500;
                }
                window._sorun_api_onpremise = 'https://chatbotws.yapikredi.com.tr/';
                window._sorun_web_onpremise = 'https://chatbotws.yapikredi.com.tr/webClient/';
                window._sorun_on_load = function () {
                    document.getElementById("chatbot-iframe").style.display = "block";
                }
                window._sorun_set_mobileIframeOnloadDisabled = 'true';
        
                var script = document.createElement('script');
                script.src = 'https://chatbotws.yapikredi.com.tr/js/webChatPlugin.js?c=1&v04042023';
                document.head.appendChild(script);
            }
        
            setTimeout(chatbotManuel, 3000);
        }
    