// Site Specific Omniture Settings
// Desc: This file is used to store site specific settings
// Note: Please enter the site name on the line below to identify the site.
// Site: NCInsider
////////////////////////////////////////////////////////////////////////////

// MI Stats Function 
function miStatsObject(){}

// MI Stats Object
var mistats = new miStatsObject();

// Site specific variables
mistats.sitename    = "NC Insider";               // Site Name
mistats.account     = "nmraleigh";                // Report Suite ID
mistats.bizunit     = "NAO";                      // Business Unit
mistats.pubname     = "NAO";                      // Publication Code
mistats.regcookie   = "";                         // Insite Cookie Name
mistats.segcookie   = "";                         // Insite Segments Cookie Name

// Call custom .js file for sites use (uncomment to use)
// document.write("\n<" + "script type='text/javascript' src='http://media.newsobserver.com/includes/stats/custom.js'>" + "</" + "script>");

