// JavaScript Document
<!-- START Activa Live Chat Button/Link Code: Place this code into your HTML wherever you want this button/link to appear -->

var __ALC_BADGE_SUFFIX = (Math.round(Math.random()*10000000000));
document.write('<a href="javascript://chat" class="summary_dark" onclick="_alc.startChat(1921); return false;" id="__ALC_BADGE_ONLINE'+__ALC_BADGE_SUFFIX+'" style="display: none">'+decodeURIComponent("Chat%20with%20a%20Sales%20Rep")+'</a><span id="__ALC_BADGE_OFFLINE'+__ALC_BADGE_SUFFIX+'" style="display: none;"><a href="http://www.bomgar.com/chatoffline.aspx" class="summary_dark">'+decodeURIComponent("Chat%20with%20a%20Sales%20Rep")+'</a></span>');
if ( typeof(__ALC_Badges) == 'undefined' ) __ALC_Badges = new Array();
var __ALC_BUTTON = new Object(); __ALC_BUTTON.id = '1921'; __ALC_BUTTON.available = '__ALC_BADGE_ONLINE'+__ALC_BADGE_SUFFIX; __ALC_BUTTON.unavailable = '__ALC_BADGE_OFFLINE'+__ALC_BADGE_SUFFIX; __ALC_BUTTON.department = 0;__ALC_Badges.push(__ALC_BUTTON);

<!-- END Activa Live Chat Button/Link Code -->