var ngs_ngx_debug=0;
//var ngs_ngx_debug=1;

var NGS_NGX_PIONEER_DE_PATH="/splat_ngx_pioneer";
var NGS_NGX_PIONEER_LIVE_PATH="/ngexplorer/pioneer";


var currentPath = "";
currentPath = window.location.pathname;
if (ngs_ngx_debug){
	alert('currentPath: ' + currentPath);
}

var ngs_ngx_de_edition = "pathfinder";


if ((currentPath.indexOf(NGS_NGX_PIONEER_DE_PATH) == 0)||(currentPath.indexOf(NGS_NGX_PIONEER_LIVE_PATH) == 0)){
	if (ngs_ngx_debug){
		alert('you must be using pioneer DE');
	}
	ngs_ngx_de_edition = "pioneer";
}
else{
	if (ngs_ngx_debug){
		alert('you must be using pathfinder DE');
	}
	ngs_ngx_de_edition = "pathfinder";
}
