// BEGIN WEBSIDESTORY CODE v3.0.0 (pro)
// COPYRIGHT 1997-2003 WEBSIDESTORY, INC. ALL RIGHTS RESERVED. U.S.PATENT No. 6,393,479 B1. Privacy notice at: http://websidestory.com/privacy

var _pn="PUT+PAGE+NAME+HERE"; 	//page name(s)	(defaults to html page title)
var _mlc="CONTENT+CATEGORY";	//multi-level content category
var _cp="null"; 	//campaign
var _acct="WR530718NADN57EN3"; 	//account number(s)
var _pndef="title";	//default page name
var _ctdef="full"; 	//default content category
var _prc="";	//commerce price
var _oid="";	//commerce order
var _dlf="";	//download filter
var _elf="";	//exit link filter
var _epg="";	//event page identifier
var _mn="wp110"; //machine name
var _gn="phg.hitbox.com"; //gateway name
var _hcv=68;

// added for gnocdc.org:
// dynamically figure out the page's multi-level content category from the url
// ex: "/dev/JS_location_test.html"
var gnocdc_internal_user    = 0;
var gnocdc_this_path        = location.pathname.toLowerCase();
var gnocdc_split_path       = gnocdc_this_path.split("/");
var gnocdc_this_site        = gnocdc_split_path[0];
var gnocdc_num_dir          = gnocdc_split_path.length-2;
var gnocdc_file_name        = gnocdc_split_path[gnocdc_split_path.length-1];
var gnocdc_split_file_name  = gnocdc_file_name.split(".");
var gnocdc_first_dir        = gnocdc_split_path[1];
var gnocdc_parish_list      = "jefferson,orleans,plaquemines,st_bernard,st_charles,st_james,st_john,st_tammany,tangipahoa,washington";

if(document.cookie.indexOf("INTERNALUSER=1") == -1){
	gnocdc_internal_user =0;
} else {
	gnocdc_internal_user =1;
}
if(gnocdc_file_name.length < 3){
	// a nonexistent or null or corrupt filename ... assume default file name "index.html"
	gnocdc_file_name        = "index.html";
	gnocdc_split_file_name  = "index";
	gnocdc_this_path        = gnocdc_this_path + gnocdc_file_name;
}
gnocdc_file_name = gnocdc_split_file_name[0]; // remove the file extension to help shorten group names
if(gnocdc_this_path== "/index.html"){
	_mlc = "/H";
} else {
	switch (gnocdc_first_dir){
		case "articles":
			_mlc = "/A";
			break;
		case "cases":
			_mlc = "/A";
			break;
		case "censusguide":
			_mlc = "/A";
			break;
		case "def":
			_mlc = "/DEF";
			break;
		case "dev":
			_mlc = "/DEV/" + gnocdc_file_name;
			break;
		case "feedback":
			_mlc = "/FB";
			break;
		case "internal":
			_mlc = "/INTERNAL";
			break;
		case "mail_a_friend":
			_mlc = "/MAF";
			break;
		case "tertiary":
			_mlc = "/TERT";
			break;
		case "tractguide":
			_mlc = "/A";
			break;
		case "usability":
			_mlc = "/U";
			break;
	}
	if (gnocdc_parish_list.indexOf(gnocdc_first_dir) != -1) {
		// if in a parish directory determine NBHD, DISTRICT, or PARISH level
		switch (gnocdc_num_dir){
			case 3:
				_mlc = "/N/" + gnocdc_file_name;  // neighborhood
				break;
			case 2:
				_mlc = "/D/" + gnocdc_file_name;  // district
				break;
			case 1:
				_mlc = "/P/" + gnocdc_file_name;  // parish
				break;
		}
	}
}

function _wn(n){return((n.indexOf("NAME")>0&&n.indexOf("PUT")>-1)||
(n.indexOf("CONTENT")>-1&&n.indexOf("CATEGORY")>0))};function _gd(x,w){var _ed=
x.lastIndexOf("/");var _be=(w!="full")?x.lastIndexOf("/",_ed-2):x.indexOf("/");
return(_be==_ed)?"/":x.substring(_be,_ed);};function _gf(x){return x.substring(
x.lastIndexOf("/")+1,x.length);};var _hl=location;var _lp=_hl.protocol.indexOf(
'https')>-1?'https://':'http://';var _zo=(new Date()).getTimezoneOffset();
function _ps(_ip,_pml){return(_ip&&_wn(_pml))?((_pndef=="title"&&
document.title!="")?document.title:_gf(_hl.pathname)?_gf(_hl.pathname):_pndef):
(_wn(_pml)?_gd(_hl.pathname,_ctdef):_pml)};function _pm(m,_fml,h){if(m.indexOf(
";")!=-1){_nml=m.substring(0,m.indexOf(";"));_rm=m.substring(m.indexOf(";")+1,
m.length);_fml+=_ps(h,_nml)+";";return _pm(_rm,_fml,h);}else{return _fml+_ps(h,
m);}};var _sv=10;var _hn=navigator;var _bn=_hn.appName;if(_bn.substring(0,9)==
"Microsoft"){_bn="MSIE";};var _bv=(Math.round(parseFloat(_hn.appVersion)*100));
if((_bn=="MSIE")&&(parseInt(_bv)==2))_bv=301;function _ex(v){return escape(v)};
var _rf=_ex(document.referrer);_mlc=_pm(_mlc,"",0);_pn=_pm(_pn,"",1);