// cmCreatePageviewTag generates a 'technical properties' tag on first pageview of a session.
// This tag is a specialized pageview which collects visitor system and browser information.
cmCreatePageviewTag( document.title // Page ID
, "Error" // Category ID
, null // Optional Search String
, null // # of results for Search Term
, "10001" // WSC "Store ID" value
);
//-->