/*
 * Omniture SiteCatalyst
 */
var s_code=s.t();if(s_code)document.write(s_code)

/*
 * DOTOMI
 */
var dtmSrc = window.location.protocol + "//login.dotomi.com/ucm/UCMController?"+"dtm_com=28&dtm_fid=101&dtm_cid=2226&dtm_cmagic=01eee5&dtm_format=5";
var dtmTag = new Array();

/* custom fields SUBSTITUTE DYNAMIC VALUES ONLY IN THIS BLOCK */
if (document.URL.match(/nwf\.org\/(index.cfm)?$/i)) {
	// Web root
	dtmTag.cli_promo_id = "7";
} else {
	dtmTag.cli_promo_id = "8";
}

dtmTag.dtmc_site = "nwf";
/* custom fields end */

// DFR 5/19/2009: add new variable per Seth @ Dotomi.
dtmTag.dtmc_pagename = s.prop9;

dtmTag.dtmc_ref = document.referrer;
for (var item in dtmTag){
	if(typeof dtmTag[item] != "function" && typeof dtmTag[item] != "object")
		dtmSrc += "&" + item + "=" + escape(dtmTag[item]);
}   
setTimeout('timeOutDotomi()',2000);
document.write('<div id="dtmdiv" style="display:none;">' +
'<iframe name="response_frame" src="' + dtmSrc + '"></iframe></div>');
 
function timeOutDotomi() { document.getElementById("dtmdiv").innerHTML = "";}