//Online Chat Javascript
var chatted = false;
var mbJsHost = window.location.protocol;
document.write('<img src="' + mbJsHost + '//rs.instantservice.com/resources/smartbutton/6102/23445/available.gif?"' +   Math.floor(Math.random()*10001) +'" style="width:0;height:0;visibility:hidden;position:absolute;"' +
   ' onLoad="agents_available()" onError="agents_not_available()">');


// IF AGENTS ARE AVAILABLE:
function agents_available()
{
    document.getElementById('smartbutton').innerHTML = '<A HREF="" onClick="window.open(\'https://admin.instantservice.com/links/6102/23445\',' +
    '\'custclient\',\'width=600,height=160,scrollbars=0\');return false;chatted = \'true\'">' +
    '<IMG SRC="https://www.skechers.com/c/u/img/WEB1365_live_help_button_1229568601133.GIF" border="0"></A>';
    return true;
}

// IF AGENTS ARE NOT AVAILABLE:
function agents_not_available()
{
}




