__ALCStartChat = ALCStartChat
ALCStartChat = function(button) { 
var ifr = document.createElement('iframe');
ifr.style.height = 1;
ifr.style.width = 0;
ifr.src = "http://www.bomgar.com/activa-chat-tracking.htm";
document.body.appendChild(ifr);
__ALCStartChat(button);
}