// 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: Herald Online (Rock Hill)
////////////////////////////////////////////////////////////////////////////

// MI Stats Function
function miStatsObject(){} 

// MI Stats Object
var mistats = new miStatsObject();

// Site specific variables
mistats.sitename    = "Herald Online";  	      					// Site Name
mistats.account     = "nmrockhill";                   					// Report Suite ID
mistats.bizunit     = "RHH";                          					// Business Unit
mistats.pubname     = "HO";                           					// Publication Code
mistats.regcookie   = "rockhillherald_user_auth";     					// Insite Cookie Name
mistats.segcookie   = "segments";             	      					// Insite Segments Cookie Name
mistats.sitefile    = "http://media.heraldonline.com/misites/rhh/heraldonline.js";	// Site File

// Third Party
mistats.tacoda      = "17789";								// Tacoma ID
mistats.tyntid	    = "user=cS-th8biWr36gxadbiUzgI&s=122";				// Tynt ID

// 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 = false;
	miyahoo.ads.live.dart.enabled = true;
	miyahoo.ads.preview.yahoo.enabled = false;
	miyahoo.ads.preview.dart.enabled = true;

	misite = {};
	misite.yahoo_pub_id = "21628100252";
	misite.yahoo_site_name = "Herald Online";
}

// 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>");

