(function () {
s.linkInternalFilters="javascript:,codeplex.com";
s.pageName = window.location.hostname.toLowerCase() + window.location.pathname.toLowerCase();
var temphost = window.location.hostname.toLowerCase();
s.server = temphost;
s.channel = temphost.replace(/\.codeplex\.com/,"");
s.prop1 = "codeplex";
s.prop2 = "en-us";  // update as appropriate
s.prop3 = document.title;

var temppath = window.location.pathname.substring(1).toLowerCase();
var temppath2 = getOmniPath(temppath,0,1);
var temppatharr = temppath2.split('\/');
if (temppatharr.length > 0) s.prop4 = s.channel + ": " + temppatharr[0]   
if (temppatharr.length > 1) s.prop5 = s.prop4 + ": " + temppatharr[1]
s.prop10 = window.location.href.toLowerCase();

var tempvar;
tempvar = getOmniMetaTagData("t_omni_title"); if (tempvar) s.prop3 = tempvar;
tempvar = getOmniMetaTagData("wt.pi"); if (tempvar) s.prop6 = tempvar;

s.prop36=s.getQueryParam('ProjectSearchText'); // project search text
s.prop37=s.getQueryParam('SearchText'); // wiki search text
s.prop38=s.getQueryParam('TagName'); // tag search

s.eVar47="D=User-Agent";
s.visitorID = setOmniID();
}
)();


