if(typeof(ICXP)!='undefined') {
ICXP.proto = 'http://'; ICXP.host_with_port = 'sentocxp.com'; ICXP.site_id = 154;ICXP.detect_unique_visitor();ICXP.detect_first_time_visitor();
ICXP.pages = {765: [/http:\/\/support.pentaximaging.com\/documents\/*/i]};
$H(ICXP.pages).each(function(p) {
        var matched = 0; var regexes = $A(p[1]);
        regexes.each(function(regex) {
          if (window.location.href.match(regex))
            matched++;
          if (regexes.length == matched)
            ICXP.request('/js/pages/'+p[0]+'/page.js');
        });
      });
      
}