// Omniture Vendor Specific File
// Desc: Used to store a single vendors information.
// Vendor: AP Custom Wire
/////////////////////////////////////////////////////////////////////////////

// Vendor Specific Variables
mistats.pagename        = "Vendor: AP Custom Wire: ";
mistats.msr             = mistats.bizunit + "|" + mistats.pubname + "|" + "TP-ACW";
mistats.channel         = "Vendor: AP Custom Wire";
mistats.contentsource   = mistats.sitename + " : " + "AP Custom Wire";
mistats.pagelevel       = "Vendor";

// Taxonomic Variables
mistats.taxonomy        = "News||||";
mistats.altcategories   = "";
mistats.keywords        = "";

// Get the Querystring
var qs = window.location.search;

if(qs.match("SECTION=DJSP_COMPLETE"))
{
        mistats.pagename = "Vendor: AP Custom Wire: Finance";
        mistats.channel  = "Vendor: AP Custom Wire: Finance";
        mistats.taxonomy = "Business|Investment|FinancialMarkets||";
}

