// 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: The Olathe News
////////////////////////////////////////////////////////////////////////////

// MI Stats Function
function miStatsObject(){} 

// MI Stats Object
var mistats = new miStatsObject();

// Site specific variables
mistats.sitename    = "The Olathe News";  	      // Site Name
mistats.account     = "nmkansascity";         	      // Report Suite ID
mistats.bizunit     = "OLA";                          // Business Unit
mistats.pubname     = "ON";                           // Publication Code
mistats.regcookie   = "olathenews_user_auth";         // Insite Cookie Name
mistats.segcookie   = "segcookie";		      // Insite Segments Cookie Name
mistats.tacoda      = "17787";			      // Tacoda ID
mistats.sitefile    = "theolathenews.js";	      // Site File 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>");

// Yahoo Ads Variables
if( typeof(miyahoo) != 'undefined' ) {
	miyahoo.ads.live.yahoo.request_type = "ac";
	miyahoo.ads.preview.yahoo.request_type = "ac";
	miyahoo.ads.live.yahoo.enabled = true;
	miyahoo.ads.live.dart.enabled = false;
	miyahoo.ads.preview.yahoo.enabled = true;
	miyahoo.ads.preview.dart.enabled = false;

	misite = {};
	misite.yahoo_pub_id = "20213555982";
	misite.yahoo_site_name = "The Olathe News";
}
