// This is the external_vendor_hbx.js file.
// It is meant to be used for any vendors who host NMFN pages but want
// the hits properly recorded for the NMFN site.

// Set up the account for the hits to be recorded to:
var _acctnum = "DM52070914SD59EN3;DM521221DOSE11EN3;DM5405019BFR59EN3"; // Prod
//var _acctnum = "DM53081330DZ59EN3";  // Test

// Set up the multi-level content category
// For example, the format for FRs would look like: /FR/47666
// where agentType = "FR" and agentNum = "47666", both populated by the vendor.
var _cstmlc = "/" + agentType + "/" + agentNum;
var _cm1 = agentType + "|" + template;

// Set up the page name:
var _cstpn = "PUT+PAGE+NAME+HERE";
