// 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: Durham News (The News & Observer)
////////////////////////////////////////////////////////////////////////////

// MI Stats Function
function miStatsObject(){} 

// MI Stats Object
var mistats = new miStatsObject();

// Site specific variables
mistats.sitename    = "Durham News";       // Site Name
mistats.account     = "nmraleigh";         // Report Suite ID
mistats.bizunit     = "NAO";               // Business Unit
mistats.pubname     = "TDN";               // Publication Code
mistats.regcookie   = "NAO_user_auth";     // Insite Cookie Name
mistats.segcookie   = "segments";          // Insite Segments Cookie Name
mistats.sitefile    = "http://media.thedurhamnews.com/misites/nao/thedurhamnews.js"; // Site File
 
// 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 Variables
miyahoo.ads.live.yahoo.request_type = "ac";
miyahoo.ads.preview.yahoo.request_type = "ac";

// modified 31may11 - dp - dart transition, real-deal
miyahoo.ads.live.yahoo.enabled = false;
miyahoo.ads.live.dart.enabled = true;

// modified 19may11 - dp - dart transition test
miyahoo.ads.preview.yahoo.enabled = false;
miyahoo.ads.preview.dart.enabled = true;

misite = {};
misite.yahoo_pub_id = "22502275004";
misite.yahoo_site_name = "TheDurhamNews";

