pudl_AddEventListener(window,'load',function(){
	if(typeof(ISLProntoInfo)!=='undefined'){
		if (ISLProntoInfo.supporters > 0) {
			var e = document.getElementById('box_contact_live_chat');
			if (e) {
				e.href = 'javascript:void(0)';
				e.onclick = ISLProntoInfo.onchat;
				e = e.firstChild;
				if (e) {
					e.style.display='none';
					e.nextSibling.style.display='';
				}
			}
		}
	}
});
