// 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: McClatchy Interactive 
////////////////////////////////////////////////////////////////////////////

// MI Object (default account is nmtesttest)
function miStatsObject(){}

var mistats = new miStatsObject();

// Site specific variables
mistats.sitename    = "McClatchy Interactive";     	// Site Name
mistats.account     = "nmnandomedia";              	// Report Suite ID
mistats.bizunit     = "MCC";                       	// Business Unit
mistats.pubname     = "MI";                        	// Publication Code
mistats.regcookie   = "mcclatchyinteractive_user_auth";	// Insite Cookie Name
mistats.segcookie   = "segments";                     	// Insite Segments Cookie Name

// Call custom .js file for sites use (uncomment to use)
//document.write("\n<" + "script type='text/javascript' src='http://media.mcclatchyinteractive.com/mistats/custom.js'>" + "</" + "script>");
