﻿// *******************************************************************
// Page processing code for  site analytics
// ------------------------------------------------------------------
// Updated: 24-MAY-2010 KVR
//
// *******************************************************************


//only create tag if pageName variable has been set.
if (an_pageName != null) {

    // Set Production Flag based on URL
    // *******************************************************************
    if (location.href.toUpperCase().indexOf("//WWW.STRATEGICOXYGEN.COM") != -1) {
        cmSetProduction();
        cm_JSFPCookieDomain = "strategicoxygen.com";
    }
    // *******************************************************************

    if (typeof (an_sltrx_sel) == "undefined") {
        an_sltrx_sel = "";
    }

    pv_a1 = an_clientId + "-_-" + an_companyId + "-_-" + an_simId + "-_-" + an_simRelease + "-_-" + an_sltrx_sel +  "-_-" + an_outputFormat; // For Explore, combine all attributes into one variable



    cmCreatePageviewTag(an_pageName, an_categoryName, null, null, "_so_", null, null, null, null, pv_a1);
}

// *******************************************************************

