// 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: Charlotte
////////////////////////////////////////////////////////////////////////////

// MI Stats Function 
function miStatsObject(){} 

// MI Stats Object
var mistats = new miStatsObject();

// Site specific variables
mistats.sitename    = "Charlotte Observer";           							// Site Name
mistats.account     = "nmcharlotte";                  							// Report Suite ID
mistats.bizunit     = "CLT";                          							// Business Unit
mistats.pubname     = "CO";                           							// Publication Code
mistats.regcookie   = "charlotteobserver2_user_auth";  							// Insite Cookie Name
mistats.segcookie   = "segments";                     							// Insite Segments Cookie Name
mistats.sitefile    = "http://media.charlotteobserver.com/misites/clt/charlotteobserver.js";		// Site File

// Third Party
mistats.tacoda      = "17778";										// Tacoda ID
mistats.tyntid	    = "user=dBPFacbiGr34dYadbiUt4I&s=120";						// Tynt ID

// Yahoo Site Variables
if(typeof(miyahoo) != 'undefined') {
	miyahoo.ads.live.yahoo.request_type = "ac";
	miyahoo.ads.preview.yahoo.request_type = "ac";
	
	/* 22jun11 - dp - change to display dart in live */
	miyahoo.ads.live.yahoo.enabled = false;
	miyahoo.ads.live.dart.enabled = true;

	/* 17jun11 - dp - change to display dart in preview */
	miyahoo.ads.preview.yahoo.enabled = false;
	miyahoo.ads.preview.dart.enabled = true;

	misite = {};
	misite.yahoo_pub_id = "20061983868";
	misite.yahoo_site_name = "Charlotte Observer";
}

// Call custom .js file for sites use (uncomment to use)
//document.write("\n<" + "script type='text/javascript' src='http://media.charlotteobserver.com/static/includes/custom.js'>" + "</" + "script>");

