function OmniReport(urlPath)
{
	this.region = "(unmapped - " +location.hostname +")";
	this.country = location.hostname.match(/\.(\w+)$/);
	if(this.country)this.country=this.country[1];
	this.category = "?";
	this.unit = "?";
	this.property_code = "unmapped";
	this.siteSection = location.pathname;
	this.account = "wdgintgenericsitedev";
	this.dirMatched = 1;
}

if(typeof(report)==="undefined")
{
	report = new OmniReport(digWAObj.urlPath, digWAObj.urlLength);
	if (digWAObj.account)
		s_account = digWAObj.account;
	else	s_account = report.account;
}
