//
// If the MonitorActive is set to true then Sightmax will track visitors
// to the website.  If it is set to false, then it will not track them.
//
var MonitorActive = false;
//
//
if (MonitorActive) {
        document.write('<script language="Javascript" src="http://chat.simsware.com:8080/SightMaxAgentInterface/Monitor.smjs?accountID=1&siteID=5&queueID=16"></script>');
}

