
_registerNamespace("RoutingObjects.WilcoHess");
RoutingObjects.WilcoHess.TempFixForWilcoHess = function()
{
	this.__pattern = "/Pages/default.aspxHome";
	this._result = "/Pages/default.aspxHome";
}
RoutingObjects.WilcoHess.TempFixForWilcoHess.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.WilcoHess");
RoutingObjects.WilcoHess.TmpFixForWilcoHess1 = function()
{
	this.__pattern = "/Pages/default.aspx";
	this._result = "/Pages/default.aspx";
}
RoutingObjects.WilcoHess.TmpFixForWilcoHess1.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects");
RoutingObjects.TMPStoreHomePromoDetail = function(my_Station_Id)
{
	this.__pattern = "/StoreHome/{My_Station_Id}/PromoDetails.aspx";
	this._result = "/StoreHome/{My_Station_Id}/PromoDetails.aspx";
	this.My_Station_Id = GetRoutingFriendlyParameterValue(my_Station_Id, 1, '/,*,{,},%');
}
RoutingObjects.TMPStoreHomePromoDetail.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{My_Station_Id}/i, this.My_Station_Id);
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.TMPStoreHomePromoDetail(My_Station_Id);
			 return HessExpressRoutingObject.GetURL();
		}
		 var RoutingObject = new RoutingObjects.TMPStoreHomePromoDetail(My_Station_Id);
		 return RoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.TMPStoreHomePromoDetail = function(my_Station_Id)
{
	this.__pattern = "/StoreHome/{My_Station_Id}/PromoDetails.aspx";
	this._result = "/StoreHome/{My_Station_Id}/PromoDetails.aspx";
	this.My_Station_Id = GetRoutingFriendlyParameterValue(my_Station_Id, 1, '/,*,{,},%');
}
RoutingObjects.HessExpress.TMPStoreHomePromoDetail.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{My_Station_Id}/i, this.My_Station_Id);
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.TMPStoreHomePromoDetail(My_Station_Id);
			 return HessExpressRoutingObject.GetURL();
		}
		 var RoutingObject = new RoutingObjects.TMPStoreHomePromoDetail(My_Station_Id);
		 return RoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects.WilcoHess");
RoutingObjects.WilcoHess.StoreLocator = function()
{
	this.__pattern = "/StoreLocator";
	this._result = "/StoreLocator";
}
RoutingObjects.WilcoHess.StoreLocator.prototype.GetURL = function(gasNetworkId)
{
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 0)
		{
			 var RoutingObject = new RoutingObjects.StoreLocator();
			 return RoutingObject.GetURL();
		}
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.StoreLocator();
			 return HessExpressRoutingObject.GetURL();
		}
		 var WilcoHessRoutingObject = new RoutingObjects.WilcoHess.StoreLocator();
		 return WilcoHessRoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects.WilcoHess");
RoutingObjects.WilcoHess.StoreLocatorAddress = function(address)
{
	this.__pattern = "/StoreLocator/{Address}";
	this._result = "/StoreLocator/{Address}";
	this.Address = GetRoutingFriendlyParameterValue(address, 1, '/,*,{,},%');
}
RoutingObjects.WilcoHess.StoreLocatorAddress.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{Address}/i, this.Address);
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 0)
		{
			 var RoutingObject = new RoutingObjects.StoreLocatorAddress(Address);
			 return RoutingObject.GetURL();
		}
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.StoreLocatorAddress(Address);
			 return HessExpressRoutingObject.GetURL();
		}
		 var WilcoHessRoutingObject = new RoutingObjects.WilcoHess.StoreLocatorAddress(Address);
		 return WilcoHessRoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects.WilcoHess");
RoutingObjects.WilcoHess.StoreLocatorDirection = function(origin, destination)
{
	this.__pattern = "/StoreLocator/{Origin}/{Destination}";
	this._result = "/StoreLocator/{Origin}/{Destination}";
	this.Origin = GetRoutingFriendlyParameterValue(origin, 1, '/,*,{,},%');
	this.Destination = GetRoutingFriendlyParameterValue(destination, 1, '/,*,{,},%');
}
RoutingObjects.WilcoHess.StoreLocatorDirection.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{Origin}/i, this.Origin);
	this._result = this._result.replace(/{Destination}/i, this.Destination);
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 0)
		{
			 var RoutingObject = new RoutingObjects.StoreLocatorDirection(Origin,Destination);
			 return RoutingObject.GetURL();
		}
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.StoreLocatorDirection(Origin,Destination);
			 return HessExpressRoutingObject.GetURL();
		}
		 var WilcoHessRoutingObject = new RoutingObjects.WilcoHess.StoreLocatorDirection(Origin,Destination);
		 return WilcoHessRoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects.WilcoHess");
RoutingObjects.WilcoHess.StoreSearch = function(description, featureIds)
{
	this.__pattern = "/StoreSearch/{Description}/{FeatureIds}";
	this._result = "/StoreSearch/{Description}/{FeatureIds}";
	this.Description = GetRoutingFriendlyParameterValue(description, 1, '/,*,{,},%');
	this.FeatureIds = GetRoutingFriendlyParameterValue(featureIds, 1, '/,*,{,},%');
}
RoutingObjects.WilcoHess.StoreSearch.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{Description}/i, this.Description);
	this._result = this._result.replace(/{FeatureIds}/i, this.FeatureIds);
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 0)
		{
			 var RoutingObject = new RoutingObjects.StoreSearch(Description,FeatureIds);
			 return RoutingObject.GetURL();
		}
		 var WilcoHessRoutingObject = new RoutingObjects.WilcoHess.StoreSearch(Description,FeatureIds);
		 return WilcoHessRoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects");
RoutingObjects.Blog = function()
{
	this.__pattern = "/Blog";
	this._result = "/Blog";
}
RoutingObjects.Blog.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects");
RoutingObjects.BlogEntry = function(blogTitle, blogEntryId)
{
	this.__pattern = "/BlogEntry/{blogTitle}/{blogEntryId}";
	this._result = "/BlogEntry/{blogTitle}/{blogEntryId}";
	this.BlogTitle = GetRoutingFriendlyParameterValue(blogTitle, 1, '/,*,{,},%');
	this.BlogEntryId = GetRoutingFriendlyParameterValue(blogEntryId, 1, '/,*,{,},%');
}
RoutingObjects.BlogEntry.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{BlogTitle}/i, this.BlogTitle);
	this._result = this._result.replace(/{BlogEntryId}/i, this.BlogEntryId);
	return this._result;
}


_registerNamespace("RoutingObjects");
RoutingObjects.ContactUs = function()
{
	this.__pattern = "/ContactUs";
	this._result = "/ContactUs";
}
RoutingObjects.ContactUs.prototype.GetURL = function(gasNetworkId)
{
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.ContactUs();
			 return HessExpressRoutingObject.GetURL();
		}
		 var RoutingObject = new RoutingObjects.ContactUs();
		 return RoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects");
RoutingObjects.CorpCustomerAlerts = function()
{
	this.__pattern = "/CorpCustomerAlerts";
	this._result = "/CorpCustomerAlerts";
}
RoutingObjects.CorpCustomerAlerts.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects");
RoutingObjects.CorpFood = function()
{
	this.__pattern = "/Food";
	this._result = "/Food";
}
RoutingObjects.CorpFood.prototype.GetURL = function(gasNetworkId)
{
	if(!gasNetworkId)
		return this._result;
	else
	{
		 var RoutingObject = new RoutingObjects.CorpFood();
		 return RoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects");
RoutingObjects.CorpIndex_aspx = function()
{
	this.__pattern = "/CorpIndex.aspx";
	this._result = "/CorpIndex.aspx";
}
RoutingObjects.CorpIndex_aspx.prototype.GetURL = function(gasNetworkId)
{
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.CorpIndex_aspx();
			 return HessExpressRoutingObject.GetURL();
		}
		 var RoutingObject = new RoutingObjects.CorpIndex_aspx();
		 return RoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects");
RoutingObjects.CorpJobs = function()
{
	this.__pattern = "/JobPostings";
	this._result = "/JobPostings";
}
RoutingObjects.CorpJobs.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects");
RoutingObjects.CouponDetailsForSocialMedia = function(couponId)
{
	this.__pattern = "/DealsAndCoupons/{CouponId}";
	this._result = "/DealsAndCoupons/{CouponId}";
	this.CouponId = GetRoutingFriendlyParameterValue(couponId, 1, '/,*,{,},%');
}
RoutingObjects.CouponDetailsForSocialMedia.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{CouponId}/i, this.CouponId);
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.CouponDetailsForSocialMedia(CouponId);
			 return HessExpressRoutingObject.GetURL();
		}
		 var RoutingObject = new RoutingObjects.CouponDetailsForSocialMedia(CouponId);
		 return RoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects");
RoutingObjects.CustomerAlerts = function()
{
	this.__pattern = "/CustomerAlerts";
	this._result = "/CustomerAlerts";
}
RoutingObjects.CustomerAlerts.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects");
RoutingObjects.DealsAndCoupons = function()
{
	this.__pattern = "/DealsAndCoupons";
	this._result = "/DealsAndCoupons";
}
RoutingObjects.DealsAndCoupons.prototype.GetURL = function(gasNetworkId)
{
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.DealsAndCoupons();
			 return HessExpressRoutingObject.GetURL();
		}
		 var RoutingObject = new RoutingObjects.DealsAndCoupons();
		 return RoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects");
RoutingObjects.DealsAndCouponsForProduct = function(feature_name, feature_id)
{
	this.__pattern = "/DealsAndCoupons/{feature_name}/{feature_id}";
	this._result = "/DealsAndCoupons/{feature_name}/{feature_id}";
	this.Feature_name = GetRoutingFriendlyParameterValue(feature_name, 1, '/,*,{,},%');
	this.Feature_id = GetRoutingFriendlyParameterValue(feature_id, 1, '/,*,{,},%');
}
RoutingObjects.DealsAndCouponsForProduct.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{Feature_name}/i, this.Feature_name);
	this._result = this._result.replace(/{Feature_id}/i, this.Feature_id);
	return this._result;
}


_registerNamespace("RoutingObjects");
RoutingObjects.DealSignup = function()
{
	this.__pattern = "/DealSignup";
	this._result = "/DealSignup";
}
RoutingObjects.DealSignup.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects");
RoutingObjects.Error = function()
{
	this.__pattern = "/Error";
	this._result = "/Error";
}
RoutingObjects.Error.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects");
RoutingObjects.FacebookAlertSignup = function()
{
	this.__pattern = "/FacebookAlertSignup";
	this._result = "/FacebookAlertSignup";
}
RoutingObjects.FacebookAlertSignup.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects");
RoutingObjects.FacebookMobileApp = function()
{
	this.__pattern = "/FacebookMobileApps";
	this._result = "/FacebookMobileApps";
}
RoutingObjects.FacebookMobileApp.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects");
RoutingObjects.FoodPreview = function(menu_id, preview)
{
	this.__pattern = "/Food/{menu_id}/{preview}";
	this._result = "/Food/{menu_id}/{preview}";
	this.Menu_id = GetRoutingFriendlyParameterValue(menu_id, 1, '/,*,{,},%');
	this.Preview = GetRoutingFriendlyParameterValue(preview, 1, '/,*,{,},%');
}
RoutingObjects.FoodPreview.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{Menu_id}/i, this.Menu_id);
	this._result = this._result.replace(/{Preview}/i, this.Preview);
	return this._result;
}


_registerNamespace("RoutingObjects");
RoutingObjects.MobileApps = function()
{
	this.__pattern = "/MobileApps";
	this._result = "/MobileApps";
}
RoutingObjects.MobileApps.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects");
RoutingObjects.Nutrition = function(descriptor, menu_id)
{
	this.__pattern = "/Nutrition/{Descriptor}/{menu_id}";
	this._result = "/Nutrition/{Descriptor}/{menu_id}";
	this.Descriptor = GetRoutingFriendlyParameterValue(descriptor, 1, '/,*,{,},%');
	this.Menu_id = GetRoutingFriendlyParameterValue(menu_id, 1, '/,*,{,},%');
}
RoutingObjects.Nutrition.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{Descriptor}/i, this.Descriptor);
	this._result = this._result.replace(/{Menu_id}/i, this.Menu_id);
	return this._result;
}


_registerNamespace("RoutingObjects");
RoutingObjects.ProductOfferings = function(descriptor, menu_id)
{
	this.__pattern = "/Products/{Descriptor}/{menu_id}";
	this._result = "/Products/{Descriptor}/{menu_id}";
	this.Descriptor = GetRoutingFriendlyParameterValue(descriptor, 1, '/,*,{,},%');
	this.Menu_id = GetRoutingFriendlyParameterValue(menu_id, 1, '/,*,{,},%');
}
RoutingObjects.ProductOfferings.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{Descriptor}/i, this.Descriptor);
	this._result = this._result.replace(/{Menu_id}/i, this.Menu_id);
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.ProductOfferings(Descriptor,menu_id);
			 return HessExpressRoutingObject.GetURL();
		}
		 var RoutingObject = new RoutingObjects.ProductOfferings(Descriptor,menu_id);
		 return RoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects");
RoutingObjects.PromotionDetails = function(descriptor, promotionId)
{
	this.__pattern = "/Promotions/{Descriptor}/{promotionId}";
	this._result = "/Promotions/{Descriptor}/{promotionId}";
	this.Descriptor = GetRoutingFriendlyParameterValue(descriptor, 1, '/,*,{,},%');
	this.PromotionId = GetRoutingFriendlyParameterValue(promotionId, 1, '/,*,{,},%');
}
RoutingObjects.PromotionDetails.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{Descriptor}/i, this.Descriptor);
	this._result = this._result.replace(/{PromotionId}/i, this.PromotionId);
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.PromotionDetails(Descriptor,promotionId);
			 return HessExpressRoutingObject.GetURL();
		}
		 var RoutingObject = new RoutingObjects.PromotionDetails(Descriptor,promotionId);
		 return RoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects");
RoutingObjects.Review = function()
{
	this.__pattern = "/Review";
	this._result = "/Review";
}
RoutingObjects.Review.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects");
RoutingObjects.Search = function(query)
{
	this.__pattern = "/Search/{query}";
	this._result = "/Search/{query}";
	this.Query = GetRoutingFriendlyParameterValue(query, 1, '/,*,{,},%');
}
RoutingObjects.Search.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{Query}/i, this.Query);
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.Search(query);
			 return HessExpressRoutingObject.GetURL();
		}
		 var RoutingObject = new RoutingObjects.Search(query);
		 return RoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects");
RoutingObjects.StoreDealDetails = function(descriptor, promotionId)
{
	this.__pattern = "/StoreDeal/{Descriptor}/{promotionId}";
	this._result = "/StoreDeal/{Descriptor}/{promotionId}";
	this.Descriptor = GetRoutingFriendlyParameterValue(descriptor, 1, '/,*,{,},%');
	this.PromotionId = GetRoutingFriendlyParameterValue(promotionId, 1, '/,*,{,},%');
}
RoutingObjects.StoreDealDetails.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{Descriptor}/i, this.Descriptor);
	this._result = this._result.replace(/{PromotionId}/i, this.PromotionId);
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.StoreDealDetails(Descriptor,promotionId);
			 return HessExpressRoutingObject.GetURL();
		}
		 var RoutingObject = new RoutingObjects.StoreDealDetails(Descriptor,promotionId);
		 return RoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects");
RoutingObjects.StoreDeals = function(corporateId)
{
	this.__pattern = "/StoreDeals/{corporateId}";
	this._result = "/StoreDeals/{corporateId}";
	this.CorporateId = GetRoutingFriendlyParameterValue(corporateId, 1, '/,*,{,},%');
}
RoutingObjects.StoreDeals.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{CorporateId}/i, this.CorporateId);
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.StoreDeals(corporateId);
			 return HessExpressRoutingObject.GetURL();
		}
		 var RoutingObject = new RoutingObjects.StoreDeals(corporateId);
		 return RoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects");
RoutingObjects.StoreFood = function(corporateId)
{
	this.__pattern = "/StoreFood/{corporateId}";
	this._result = "/StoreFood/{corporateId}";
	this.CorporateId = GetRoutingFriendlyParameterValue(corporateId, 1, '/,*,{,},%');
}
RoutingObjects.StoreFood.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{CorporateId}/i, this.CorporateId);
	return this._result;
}


_registerNamespace("RoutingObjects");
RoutingObjects.StoreHome = function(corporateId)
{
	this.__pattern = "/StoreHome/{corporateId}";
	this._result = "/StoreHome/{corporateId}";
	this.CorporateId = GetRoutingFriendlyParameterValue(corporateId, 1, '/,*,{,},%');
}
RoutingObjects.StoreHome.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{CorporateId}/i, this.CorporateId);
	return this._result;
}


_registerNamespace("RoutingObjects");
RoutingObjects.StoreJobs = function(corporateId)
{
	this.__pattern = "/StoreJobs/{corporateId}";
	this._result = "/StoreJobs/{corporateId}";
	this.CorporateId = GetRoutingFriendlyParameterValue(corporateId, 1, '/,*,{,},%');
}
RoutingObjects.StoreJobs.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{CorporateId}/i, this.CorporateId);
	return this._result;
}


_registerNamespace("RoutingObjects");
RoutingObjects.StoreLocator = function()
{
	this.__pattern = "/StoreLocator";
	this._result = "/StoreLocator";
}
RoutingObjects.StoreLocator.prototype.GetURL = function(gasNetworkId)
{
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 0)
		{
			 var RoutingObject = new RoutingObjects.StoreLocator();
			 return RoutingObject.GetURL();
		}
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.StoreLocator();
			 return HessExpressRoutingObject.GetURL();
		}
		 var WilcoHessRoutingObject = new RoutingObjects.WilcoHess.StoreLocator();
		 return WilcoHessRoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects");
RoutingObjects.StoreLocatorAddress = function(address)
{
	this.__pattern = "/StoreLocator/{Address}";
	this._result = "/StoreLocator/{Address}";
	this.Address = GetRoutingFriendlyParameterValue(address, 1, '/,*,{,},%');
}
RoutingObjects.StoreLocatorAddress.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{Address}/i, this.Address);
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 0)
		{
			 var RoutingObject = new RoutingObjects.StoreLocatorAddress(Address);
			 return RoutingObject.GetURL();
		}
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.StoreLocatorAddress(Address);
			 return HessExpressRoutingObject.GetURL();
		}
		 var WilcoHessRoutingObject = new RoutingObjects.WilcoHess.StoreLocatorAddress(Address);
		 return WilcoHessRoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects");
RoutingObjects.StoreLocatorDirection = function(origin, destination)
{
	this.__pattern = "/StoreLocator/{Origin}/{Destination}";
	this._result = "/StoreLocator/{Origin}/{Destination}";
	this.Origin = GetRoutingFriendlyParameterValue(origin, 1, '/,*,{,},%');
	this.Destination = GetRoutingFriendlyParameterValue(destination, 1, '/,*,{,},%');
}
RoutingObjects.StoreLocatorDirection.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{Origin}/i, this.Origin);
	this._result = this._result.replace(/{Destination}/i, this.Destination);
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 0)
		{
			 var RoutingObject = new RoutingObjects.StoreLocatorDirection(Origin,Destination);
			 return RoutingObject.GetURL();
		}
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.StoreLocatorDirection(Origin,Destination);
			 return HessExpressRoutingObject.GetURL();
		}
		 var WilcoHessRoutingObject = new RoutingObjects.WilcoHess.StoreLocatorDirection(Origin,Destination);
		 return WilcoHessRoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects");
RoutingObjects.StoreLocatorStore = function(corporateId)
{
	this.__pattern = "/StoreLocation/Store/{corporateId}";
	this._result = "/StoreLocation/Store/{corporateId}";
	this.CorporateId = GetRoutingFriendlyParameterValue(corporateId, 1, '/,*,{,},%');
}
RoutingObjects.StoreLocatorStore.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{CorporateId}/i, this.CorporateId);
	return this._result;
}


_registerNamespace("RoutingObjects");
RoutingObjects.StoreReview = function(corporateId)
{
	this.__pattern = "/StoreReview/{corporateId}";
	this._result = "/StoreReview/{corporateId}";
	this.CorporateId = GetRoutingFriendlyParameterValue(corporateId, 1, '/,*,{,},%');
}
RoutingObjects.StoreReview.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{CorporateId}/i, this.CorporateId);
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.StoreReview(corporateId);
			 return HessExpressRoutingObject.GetURL();
		}
		 var RoutingObject = new RoutingObjects.StoreReview(corporateId);
		 return RoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects");
RoutingObjects.StoreSearch = function(description, featureIds)
{
	this.__pattern = "/StoreSearch/{Description}/{FeatureIds}";
	this._result = "/StoreSearch/{Description}/{FeatureIds}";
	this.Description = GetRoutingFriendlyParameterValue(description, 1, '/,*,{,},%');
	this.FeatureIds = GetRoutingFriendlyParameterValue(featureIds, 1, '/,*,{,},%');
}
RoutingObjects.StoreSearch.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{Description}/i, this.Description);
	this._result = this._result.replace(/{FeatureIds}/i, this.FeatureIds);
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 0)
		{
			 var RoutingObject = new RoutingObjects.StoreSearch(Description,FeatureIds);
			 return RoutingObject.GetURL();
		}
		 var WilcoHessRoutingObject = new RoutingObjects.WilcoHess.StoreSearch(Description,FeatureIds);
		 return WilcoHessRoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects");
RoutingObjects.StoresList = function(pageNo)
{
	this.__pattern = "/StoresList/{PageNo}";
	this._result = "/StoresList/{PageNo}";
	this.PageNo = GetRoutingFriendlyParameterValue(pageNo, 1, '/,*,{,},%');
}
RoutingObjects.StoresList.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{PageNo}/i, this.PageNo);
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.StoresList(PageNo);
			 return HessExpressRoutingObject.GetURL();
		}
		 var RoutingObject = new RoutingObjects.StoresList(PageNo);
		 return RoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects.FolkOil");
RoutingObjects.FolkOil.AboutUs = function()
{
	this.__pattern = "/AboutUs";
	this._result = "/AboutUs";
}
RoutingObjects.FolkOil.AboutUs.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.FolkOil");
RoutingObjects.FolkOil.Employment = function()
{
	this.__pattern = "/Employment";
	this._result = "/Employment";
}
RoutingObjects.FolkOil.Employment.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.FolkOil");
RoutingObjects.FolkOil.Home = function()
{
	this.__pattern = "/Home";
	this._result = "/Home";
}
RoutingObjects.FolkOil.Home.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.ADA");
RoutingObjects.ADA.AboutUs = function()
{
	this.__pattern = "/AboutUs";
	this._result = "/AboutUs";
}
RoutingObjects.ADA.AboutUs.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.ADA");
RoutingObjects.ADA.Carwash = function()
{
	this.__pattern = "/Carwash";
	this._result = "/Carwash";
}
RoutingObjects.ADA.Carwash.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.ADA");
RoutingObjects.ADA.CorpHome = function()
{
	this.__pattern = "/Home";
	this._result = "/Home";
}
RoutingObjects.ADA.CorpHome.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.ADA");
RoutingObjects.ADA.FreeGiveaways = function()
{
	this.__pattern = "/FreeGiveaways";
	this._result = "/FreeGiveaways";
}
RoutingObjects.ADA.FreeGiveaways.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.ADA");
RoutingObjects.ADA.LiveBait = function()
{
	this.__pattern = "/LiveBait";
	this._result = "/LiveBait";
}
RoutingObjects.ADA.LiveBait.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.ADA");
RoutingObjects.ADA.RewardCard = function()
{
	this.__pattern = "/RewardCard";
	this._result = "/RewardCard";
}
RoutingObjects.ADA.RewardCard.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.Barneys");
RoutingObjects.Barneys.Home = function()
{
	this.__pattern = "/Home";
	this._result = "/Home";
}
RoutingObjects.Barneys.Home.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.ByrneDairy");
RoutingObjects.ByrneDairy.Fleet = function()
{
	this.__pattern = "/Fleet";
	this._result = "/Fleet";
}
RoutingObjects.ByrneDairy.Fleet.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.ByrneDairy");
RoutingObjects.ByrneDairy.Home = function()
{
	this.__pattern = "/Home";
	this._result = "/Home";
}
RoutingObjects.ByrneDairy.Home.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.ByrneDairy");
RoutingObjects.ByrneDairy.RealEstate = function()
{
	this.__pattern = "/RealEstate";
	this._result = "/RealEstate";
}
RoutingObjects.ByrneDairy.RealEstate.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.FasTrip");
RoutingObjects.FasTrip.AboutUs = function()
{
	this.__pattern = "/AboutUs";
	this._result = "/AboutUs";
}
RoutingObjects.FasTrip.AboutUs.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.FasTrip");
RoutingObjects.FasTrip.Home = function()
{
	this.__pattern = "/Home";
	this._result = "/Home";
}
RoutingObjects.FasTrip.Home.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.FolkOil");
RoutingObjects.FolkOil.FolkInTheNews = function()
{
	this.__pattern = "/FolkInTheNews";
	this._result = "/FolkInTheNews";
}
RoutingObjects.FolkOil.FolkInTheNews.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.FolkOil");
RoutingObjects.FolkOil.Philanthropy = function()
{
	this.__pattern = "/Philanthropy";
	this._result = "/Philanthropy";
}
RoutingObjects.FolkOil.Philanthropy.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.FolkOil");
RoutingObjects.FolkOil.TheMichiganStory = function()
{
	this.__pattern = "/TheMichiganStory";
	this._result = "/TheMichiganStory";
}
RoutingObjects.FolkOil.TheMichiganStory.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.FolkOil");
RoutingObjects.FolkOil.TheOhioStory = function()
{
	this.__pattern = "/TheOhioStory";
	this._result = "/TheOhioStory";
}
RoutingObjects.FolkOil.TheOhioStory.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.GarvinOil");
RoutingObjects.GarvinOil.Home = function()
{
	this.__pattern = "/Home";
	this._result = "/Home";
}
RoutingObjects.GarvinOil.Home.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.Guppys");
RoutingObjects.Guppys.CarWash = function()
{
	this.__pattern = "/Carwash";
	this._result = "/Carwash";
}
RoutingObjects.Guppys.CarWash.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.HandeeMarts");
RoutingObjects.HandeeMarts.AboutUs = function()
{
	this.__pattern = "/AboutUs";
	this._result = "/AboutUs";
}
RoutingObjects.HandeeMarts.AboutUs.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.HandeeMarts");
RoutingObjects.HandeeMarts.CommunityInvolvement = function()
{
	this.__pattern = "/CommunityInvolvement";
	this._result = "/CommunityInvolvement";
}
RoutingObjects.HandeeMarts.CommunityInvolvement.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.HandeeMarts");
RoutingObjects.HandeeMarts.FranchiseInfo = function()
{
	this.__pattern = "/FranchiseInfo";
	this._result = "/FranchiseInfo";
}
RoutingObjects.HandeeMarts.FranchiseInfo.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.HandeeMarts");
RoutingObjects.HandeeMarts.Home = function()
{
	this.__pattern = "/Home";
	this._result = "/Home";
}
RoutingObjects.HandeeMarts.Home.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.AboutUs = function()
{
	this.__pattern = "/AboutUs";
	this._result = "/AboutUs";
}
RoutingObjects.HessExpress.AboutUs.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.Careers = function()
{
	this.__pattern = "/Careers";
	this._result = "/Careers";
}
RoutingObjects.HessExpress.Careers.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.ContactUs = function()
{
	this.__pattern = "/ContactUs";
	this._result = "/ContactUs";
}
RoutingObjects.HessExpress.ContactUs.prototype.GetURL = function(gasNetworkId)
{
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.ContactUs();
			 return HessExpressRoutingObject.GetURL();
		}
		 var RoutingObject = new RoutingObjects.ContactUs();
		 return RoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.CorpIndex_aspx = function()
{
	this.__pattern = "/CorpIndex.aspx";
	this._result = "/CorpIndex.aspx";
}
RoutingObjects.HessExpress.CorpIndex_aspx.prototype.GetURL = function(gasNetworkId)
{
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.CorpIndex_aspx();
			 return HessExpressRoutingObject.GetURL();
		}
		 var RoutingObject = new RoutingObjects.CorpIndex_aspx();
		 return RoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.CouponDetailsForSocialMedia = function(couponId)
{
	this.__pattern = "/DealsAndCoupons/{CouponId}";
	this._result = "/DealsAndCoupons/{CouponId}";
	this.CouponId = GetRoutingFriendlyParameterValue(couponId, 1, '/,*,{,},%');
}
RoutingObjects.HessExpress.CouponDetailsForSocialMedia.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{CouponId}/i, this.CouponId);
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.CouponDetailsForSocialMedia(CouponId);
			 return HessExpressRoutingObject.GetURL();
		}
		 var RoutingObject = new RoutingObjects.CouponDetailsForSocialMedia(CouponId);
		 return RoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.DealsAndCoupons = function()
{
	this.__pattern = "/DealsAndCoupons";
	this._result = "/DealsAndCoupons";
}
RoutingObjects.HessExpress.DealsAndCoupons.prototype.GetURL = function(gasNetworkId)
{
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.DealsAndCoupons();
			 return HessExpressRoutingObject.GetURL();
		}
		 var RoutingObject = new RoutingObjects.DealsAndCoupons();
		 return RoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.FacebookStoreLocator = function(description, featureIds)
{
	this.__pattern = "/FacebookStoreLocator/{Description}/{FeatureIds}";
	this._result = "/FacebookStoreLocator/{Description}/{FeatureIds}";
	this.Description = GetRoutingFriendlyParameterValue(description, 1, '/,*,{,},%');
	this.FeatureIds = GetRoutingFriendlyParameterValue(featureIds, 1, '/,*,{,},%');
}
RoutingObjects.HessExpress.FacebookStoreLocator.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{Description}/i, this.Description);
	this._result = this._result.replace(/{FeatureIds}/i, this.FeatureIds);
	return this._result;
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.FeaturedBrands = function(descriptor, menu_id)
{
	this.__pattern = "/FeaturedBrands/{descriptor}/{menu_id}";
	this._result = "/FeaturedBrands/{descriptor}/{menu_id}";
	this.Descriptor = GetRoutingFriendlyParameterValue(descriptor, 1, '/,*,{,},%');
	this.Menu_id = GetRoutingFriendlyParameterValue(menu_id, 1, '/,*,{,},%');
}
RoutingObjects.HessExpress.FeaturedBrands.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{Descriptor}/i, this.Descriptor);
	this._result = this._result.replace(/{Menu_id}/i, this.Menu_id);
	return this._result;
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.HessApps = function()
{
	this.__pattern = "/HessApps";
	this._result = "/HessApps";
}
RoutingObjects.HessExpress.HessApps.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.HessCards = function()
{
	this.__pattern = "/HessCards";
	this._result = "/HessCards";
}
RoutingObjects.HessExpress.HessCards.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.Home = function()
{
	this.__pattern = "/Home";
	this._result = "/Home";
}
RoutingObjects.HessExpress.Home.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.ProductOfferings = function(descriptor, menu_id)
{
	this.__pattern = "/Products/{Descriptor}/{menu_id}";
	this._result = "/Products/{Descriptor}/{menu_id}";
	this.Descriptor = GetRoutingFriendlyParameterValue(descriptor, 1, '/,*,{,},%');
	this.Menu_id = GetRoutingFriendlyParameterValue(menu_id, 1, '/,*,{,},%');
}
RoutingObjects.HessExpress.ProductOfferings.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{Descriptor}/i, this.Descriptor);
	this._result = this._result.replace(/{Menu_id}/i, this.Menu_id);
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.ProductOfferings(Descriptor,menu_id);
			 return HessExpressRoutingObject.GetURL();
		}
		 var RoutingObject = new RoutingObjects.ProductOfferings(Descriptor,menu_id);
		 return RoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.Products = function()
{
	this.__pattern = "/Products";
	this._result = "/Products";
}
RoutingObjects.HessExpress.Products.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.PromotionDetails = function(descriptor, promotionId)
{
	this.__pattern = "/Promotions/{Descriptor}/{promotionId}";
	this._result = "/Promotions/{Descriptor}/{promotionId}";
	this.Descriptor = GetRoutingFriendlyParameterValue(descriptor, 1, '/,*,{,},%');
	this.PromotionId = GetRoutingFriendlyParameterValue(promotionId, 1, '/,*,{,},%');
}
RoutingObjects.HessExpress.PromotionDetails.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{Descriptor}/i, this.Descriptor);
	this._result = this._result.replace(/{PromotionId}/i, this.PromotionId);
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.PromotionDetails(Descriptor,promotionId);
			 return HessExpressRoutingObject.GetURL();
		}
		 var RoutingObject = new RoutingObjects.PromotionDetails(Descriptor,promotionId);
		 return RoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.Search = function(query)
{
	this.__pattern = "/Search/{query}";
	this._result = "/Search/{query}";
	this.Query = GetRoutingFriendlyParameterValue(query, 1, '/,*,{,},%');
}
RoutingObjects.HessExpress.Search.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{Query}/i, this.Query);
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.Search(query);
			 return HessExpressRoutingObject.GetURL();
		}
		 var RoutingObject = new RoutingObjects.Search(query);
		 return RoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.StoreDealDetails = function(descriptor, promotionId)
{
	this.__pattern = "/StoreDeal/{Descriptor}/{promotionId}";
	this._result = "/StoreDeal/{Descriptor}/{promotionId}";
	this.Descriptor = GetRoutingFriendlyParameterValue(descriptor, 1, '/,*,{,},%');
	this.PromotionId = GetRoutingFriendlyParameterValue(promotionId, 1, '/,*,{,},%');
}
RoutingObjects.HessExpress.StoreDealDetails.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{Descriptor}/i, this.Descriptor);
	this._result = this._result.replace(/{PromotionId}/i, this.PromotionId);
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.StoreDealDetails(Descriptor,promotionId);
			 return HessExpressRoutingObject.GetURL();
		}
		 var RoutingObject = new RoutingObjects.StoreDealDetails(Descriptor,promotionId);
		 return RoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.StoreDeals = function(corporateId)
{
	this.__pattern = "/StoreDeals/{corporateId}";
	this._result = "/StoreDeals/{corporateId}";
	this.CorporateId = GetRoutingFriendlyParameterValue(corporateId, 1, '/,*,{,},%');
}
RoutingObjects.HessExpress.StoreDeals.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{CorporateId}/i, this.CorporateId);
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.StoreDeals(corporateId);
			 return HessExpressRoutingObject.GetURL();
		}
		 var RoutingObject = new RoutingObjects.StoreDeals(corporateId);
		 return RoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.StoreLocator = function()
{
	this.__pattern = "/StoreLocator";
	this._result = "/StoreLocator";
}
RoutingObjects.HessExpress.StoreLocator.prototype.GetURL = function(gasNetworkId)
{
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 0)
		{
			 var RoutingObject = new RoutingObjects.StoreLocator();
			 return RoutingObject.GetURL();
		}
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.StoreLocator();
			 return HessExpressRoutingObject.GetURL();
		}
		 var WilcoHessRoutingObject = new RoutingObjects.WilcoHess.StoreLocator();
		 return WilcoHessRoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.StoreLocatorAddress = function(address)
{
	this.__pattern = "/StoreLocator/{Address}";
	this._result = "/StoreLocator/{Address}";
	this.Address = GetRoutingFriendlyParameterValue(address, 1, '/,*,{,},%');
}
RoutingObjects.HessExpress.StoreLocatorAddress.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{Address}/i, this.Address);
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 0)
		{
			 var RoutingObject = new RoutingObjects.StoreLocatorAddress(Address);
			 return RoutingObject.GetURL();
		}
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.StoreLocatorAddress(Address);
			 return HessExpressRoutingObject.GetURL();
		}
		 var WilcoHessRoutingObject = new RoutingObjects.WilcoHess.StoreLocatorAddress(Address);
		 return WilcoHessRoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.StoreLocatorDirection = function(origin, destination)
{
	this.__pattern = "/StoreLocator/{Origin}/{Destination}";
	this._result = "/StoreLocator/{Origin}/{Destination}";
	this.Origin = GetRoutingFriendlyParameterValue(origin, 1, '/,*,{,},%');
	this.Destination = GetRoutingFriendlyParameterValue(destination, 1, '/,*,{,},%');
}
RoutingObjects.HessExpress.StoreLocatorDirection.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{Origin}/i, this.Origin);
	this._result = this._result.replace(/{Destination}/i, this.Destination);
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 0)
		{
			 var RoutingObject = new RoutingObjects.StoreLocatorDirection(Origin,Destination);
			 return RoutingObject.GetURL();
		}
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.StoreLocatorDirection(Origin,Destination);
			 return HessExpressRoutingObject.GetURL();
		}
		 var WilcoHessRoutingObject = new RoutingObjects.WilcoHess.StoreLocatorDirection(Origin,Destination);
		 return WilcoHessRoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.StoreReview = function(corporateId)
{
	this.__pattern = "/StoreReview/{corporateId}";
	this._result = "/StoreReview/{corporateId}";
	this.CorporateId = GetRoutingFriendlyParameterValue(corporateId, 1, '/,*,{,},%');
}
RoutingObjects.HessExpress.StoreReview.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{CorporateId}/i, this.CorporateId);
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.StoreReview(corporateId);
			 return HessExpressRoutingObject.GetURL();
		}
		 var RoutingObject = new RoutingObjects.StoreReview(corporateId);
		 return RoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.StoresList = function(pageNo)
{
	this.__pattern = "/StoresList/{PageNo}";
	this._result = "/StoresList/{PageNo}";
	this.PageNo = GetRoutingFriendlyParameterValue(pageNo, 1, '/,*,{,},%');
}
RoutingObjects.HessExpress.StoresList.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{PageNo}/i, this.PageNo);
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.StoresList(PageNo);
			 return HessExpressRoutingObject.GetURL();
		}
		 var RoutingObject = new RoutingObjects.StoresList(PageNo);
		 return RoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects.HighlandCorp");
RoutingObjects.HighlandCorp.AboutUs = function()
{
	this.__pattern = "/AboutUs";
	this._result = "/AboutUs";
}
RoutingObjects.HighlandCorp.AboutUs.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.HighlandCorp");
RoutingObjects.HighlandCorp.Community = function()
{
	this.__pattern = "/Community";
	this._result = "/Community";
}
RoutingObjects.HighlandCorp.Community.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.HighlandCorp");
RoutingObjects.HighlandCorp.Home = function()
{
	this.__pattern = "/Home";
	this._result = "/Home";
}
RoutingObjects.HighlandCorp.Home.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.Loves");
RoutingObjects.Loves.ContestRules = function()
{
	this.__pattern = "/ContestRules";
	this._result = "/ContestRules";
}
RoutingObjects.Loves.ContestRules.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.Loves");
RoutingObjects.Loves.LovesMobileAppVideo = function()
{
	this.__pattern = "/AppVideo";
	this._result = "/AppVideo";
}
RoutingObjects.Loves.LovesMobileAppVideo.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.Meiners");
RoutingObjects.Meiners.Home = function()
{
	this.__pattern = "/Home";
	this._result = "/Home";
}
RoutingObjects.Meiners.Home.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.MeyerOil");
RoutingObjects.MeyerOil.CarWash = function()
{
	this.__pattern = "/Carwash";
	this._result = "/Carwash";
}
RoutingObjects.MeyerOil.CarWash.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.MeyerOil");
RoutingObjects.MeyerOil.CreditApplication = function()
{
	this.__pattern = "/CreditApplication";
	this._result = "/CreditApplication";
}
RoutingObjects.MeyerOil.CreditApplication.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.MeyerOil");
RoutingObjects.MeyerOil.Employment = function()
{
	this.__pattern = "/Employment";
	this._result = "/Employment";
}
RoutingObjects.MeyerOil.Employment.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.MeyerOil");
RoutingObjects.MeyerOil.Home = function()
{
	this.__pattern = "/Home";
	this._result = "/Home";
}
RoutingObjects.MeyerOil.Home.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.MeyerOil");
RoutingObjects.MeyerOil.Liquor = function()
{
	this.__pattern = "/Liquor";
	this._result = "/Liquor";
}
RoutingObjects.MeyerOil.Liquor.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.MidPac");
RoutingObjects.MidPac.AboutUs = function()
{
	this.__pattern = "/AboutUs";
	this._result = "/AboutUs";
}
RoutingObjects.MidPac.AboutUs.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.MidPac");
RoutingObjects.MidPac.Contest = function()
{
	this.__pattern = "/Contests";
	this._result = "/Contests";
}
RoutingObjects.MidPac.Contest.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.MidPac");
RoutingObjects.MidPac.Home = function()
{
	this.__pattern = "/Home";
	this._result = "/Home";
}
RoutingObjects.MidPac.Home.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.MidPac");
RoutingObjects.MidPac.TermsAndConditions = function()
{
	this.__pattern = "/TermsAndConditions";
	this._result = "/TermsAndConditions";
}
RoutingObjects.MidPac.TermsAndConditions.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.Parkers");
RoutingObjects.Parkers.Home = function()
{
	this.__pattern = "/Home";
	this._result = "/Home";
}
RoutingObjects.Parkers.Home.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.Popingo");
RoutingObjects.Popingo.AboutUs = function()
{
	this.__pattern = "/About";
	this._result = "/About";
}
RoutingObjects.Popingo.AboutUs.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.Popingo");
RoutingObjects.Popingo.ContestRules = function()
{
	this.__pattern = "/ContestRules";
	this._result = "/ContestRules";
}
RoutingObjects.Popingo.ContestRules.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.Popingo");
RoutingObjects.Popingo.CorpHome = function()
{
	this.__pattern = "/Home";
	this._result = "/Home";
}
RoutingObjects.Popingo.CorpHome.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.Popingo");
RoutingObjects.Popingo.GiftCard = function()
{
	this.__pattern = "/GiftCard";
	this._result = "/GiftCard";
}
RoutingObjects.Popingo.GiftCard.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.RallyStores");
RoutingObjects.RallyStores.AboutUs = function()
{
	this.__pattern = "/AboutUs";
	this._result = "/AboutUs";
}
RoutingObjects.RallyStores.AboutUs.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.RallyStores");
RoutingObjects.RallyStores.CashCard = function()
{
	this.__pattern = "/CashCard";
	this._result = "/CashCard";
}
RoutingObjects.RallyStores.CashCard.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.RallyStores");
RoutingObjects.RallyStores.CorpHome = function()
{
	this.__pattern = "/Home";
	this._result = "/Home";
}
RoutingObjects.RallyStores.CorpHome.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.RallyStores");
RoutingObjects.RallyStores.Fleet = function()
{
	this.__pattern = "/Fleet";
	this._result = "/Fleet";
}
RoutingObjects.RallyStores.Fleet.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.RobinsonOil");
RoutingObjects.RobinsonOil.About = function()
{
	this.__pattern = "/AboutUs";
	this._result = "/AboutUs";
}
RoutingObjects.RobinsonOil.About.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.RobinsonOil");
RoutingObjects.RobinsonOil.Careers = function()
{
	this.__pattern = "/Careers";
	this._result = "/Careers";
}
RoutingObjects.RobinsonOil.Careers.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.RobinsonOil");
RoutingObjects.RobinsonOil.CommercialDriverApplication = function()
{
	this.__pattern = "/CommercialDriverApplication";
	this._result = "/CommercialDriverApplication";
}
RoutingObjects.RobinsonOil.CommercialDriverApplication.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.RobinsonOil");
RoutingObjects.RobinsonOil.CommercialFueling = function()
{
	this.__pattern = "/CommercialFueling";
	this._result = "/CommercialFueling";
}
RoutingObjects.RobinsonOil.CommercialFueling.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.RobinsonOil");
RoutingObjects.RobinsonOil.CommunityPartners = function()
{
	this.__pattern = "/CommunityPartners";
	this._result = "/CommunityPartners";
}
RoutingObjects.RobinsonOil.CommunityPartners.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.RobinsonOil");
RoutingObjects.RobinsonOil.EmploymentApplication = function()
{
	this.__pattern = "/EmploymentApplication";
	this._result = "/EmploymentApplication";
}
RoutingObjects.RobinsonOil.EmploymentApplication.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.RobinsonOil");
RoutingObjects.RobinsonOil.Faqs = function()
{
	this.__pattern = "/Faqs";
	this._result = "/Faqs";
}
RoutingObjects.RobinsonOil.Faqs.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.RobinsonOil");
RoutingObjects.RobinsonOil.Home = function()
{
	this.__pattern = "/Home";
	this._result = "/Home";
}
RoutingObjects.RobinsonOil.Home.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.RobinsonOil");
RoutingObjects.RobinsonOil.IndustryPartners = function()
{
	this.__pattern = "/IndustryPartners";
	this._result = "/IndustryPartners";
}
RoutingObjects.RobinsonOil.IndustryPartners.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.RobinsonOil");
RoutingObjects.RobinsonOil.PrivacyPolicy = function()
{
	this.__pattern = "/PrivacyPolicy";
	this._result = "/PrivacyPolicy";
}
RoutingObjects.RobinsonOil.PrivacyPolicy.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.RobinsonOil");
RoutingObjects.RobinsonOil.RobinsonOilCorp = function()
{
	this.__pattern = "/RobinsonOilCorp";
	this._result = "/RobinsonOilCorp";
}
RoutingObjects.RobinsonOil.RobinsonOilCorp.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.Rutters");
RoutingObjects.Rutters.RuttersRewardsBalanceIFrame = function()
{
	this.__pattern = "/RuttersRewardsBalanceIFrame";
	this._result = "/RuttersRewardsBalanceIFrame";
}
RoutingObjects.Rutters.RuttersRewardsBalanceIFrame.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.Rutters");
RoutingObjects.Rutters.RuttersRewardsHomeIFrame = function()
{
	this.__pattern = "/RuttersRewardsHomeIFrame";
	this._result = "/RuttersRewardsHomeIFrame";
}
RoutingObjects.Rutters.RuttersRewardsHomeIFrame.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.Rutters");
RoutingObjects.Rutters.RuttersRewardsProfileIFrame = function()
{
	this.__pattern = "/RuttersRewardsProfileIFrame";
	this._result = "/RuttersRewardsProfileIFrame";
}
RoutingObjects.Rutters.RuttersRewardsProfileIFrame.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.Rutters");
RoutingObjects.Rutters.RuttersRewardsRegistrationIFrame = function()
{
	this.__pattern = "/RuttersRewardsRegistrationIFrame";
	this._result = "/RuttersRewardsRegistrationIFrame";
}
RoutingObjects.Rutters.RuttersRewardsRegistrationIFrame.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.TownPump");
RoutingObjects.TownPump.AboutUs = function()
{
	this.__pattern = "/AboutUs";
	this._result = "/AboutUs";
}
RoutingObjects.TownPump.AboutUs.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.TownPump");
RoutingObjects.TownPump.CorpHome = function()
{
	this.__pattern = "/Home";
	this._result = "/Home";
}
RoutingObjects.TownPump.CorpHome.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.TownPump");
RoutingObjects.TownPump.PaymentOptions = function()
{
	this.__pattern = "/PaymentOptions";
	this._result = "/PaymentOptions";
}
RoutingObjects.TownPump.PaymentOptions.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.TownPump");
RoutingObjects.TownPump.Policies = function()
{
	this.__pattern = "/Policies";
	this._result = "/Policies";
}
RoutingObjects.TownPump.Policies.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.TownPump");
RoutingObjects.TownPump.TownPumpFoodMenu = function()
{
	this.__pattern = "/Food";
	this._result = "/Food";
}
RoutingObjects.TownPump.TownPumpFoodMenu.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.TownPump");
RoutingObjects.TownPump.TruckStopService = function()
{
	this.__pattern = "/TruckStopService";
	this._result = "/TruckStopService";
}
RoutingObjects.TownPump.TruckStopService.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.Valero");
RoutingObjects.Valero.Cards = function()
{
	this.__pattern = "/Cards";
	this._result = "/Cards";
}
RoutingObjects.Valero.Cards.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.Valero");
RoutingObjects.Valero.Careers = function()
{
	this.__pattern = "/Careers";
	this._result = "/Careers";
}
RoutingObjects.Valero.Careers.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.Valero");
RoutingObjects.Valero.Community = function()
{
	this.__pattern = "/Community";
	this._result = "/Community";
}
RoutingObjects.Valero.Community.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.Valero");
RoutingObjects.Valero.Drinks = function()
{
	this.__pattern = "/Products";
	this._result = "/Products";
}
RoutingObjects.Valero.Drinks.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.Valero");
RoutingObjects.Valero.Food = function()
{
	this.__pattern = "/Food";
	this._result = "/Food";
}
RoutingObjects.Valero.Food.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.Valero");
RoutingObjects.Valero.Fuel = function()
{
	this.__pattern = "/Fuel";
	this._result = "/Fuel";
}
RoutingObjects.Valero.Fuel.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.Valero");
RoutingObjects.Valero.Home = function()
{
	this.__pattern = "/Home";
	this._result = "/Home";
}
RoutingObjects.Valero.Home.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.Valero");
RoutingObjects.Valero.Hungry = function()
{
	this.__pattern = "/Food";
	this._result = "/Food";
}
RoutingObjects.Valero.Hungry.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.Valero");
RoutingObjects.Valero.Jobs = function()
{
	this.__pattern = "/Careers";
	this._result = "/Careers";
}
RoutingObjects.Valero.Jobs.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.WilcoHess");
RoutingObjects.WilcoHess.AboutUs = function()
{
	this.__pattern = "/AboutUs";
	this._result = "/AboutUs";
}
RoutingObjects.WilcoHess.AboutUs.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.WilcoHess");
RoutingObjects.WilcoHess.BusinessModel = function()
{
	this.__pattern = "/BusinessModel";
	this._result = "/BusinessModel";
}
RoutingObjects.WilcoHess.BusinessModel.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.WilcoHess");
RoutingObjects.WilcoHess.Careers = function()
{
	this.__pattern = "/Careers";
	this._result = "/Careers";
}
RoutingObjects.WilcoHess.Careers.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.WilcoHess");
RoutingObjects.WilcoHess.ContactUs = function()
{
	this.__pattern = "/ContactUs";
	this._result = "/ContactUs";
}
RoutingObjects.WilcoHess.ContactUs.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.WilcoHess");
RoutingObjects.WilcoHess.Contests = function()
{
	this.__pattern = "/Contests";
	this._result = "/Contests";
}
RoutingObjects.WilcoHess.Contests.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.WilcoHess");
RoutingObjects.WilcoHess.DriverRewards = function()
{
	this.__pattern = "/DriverRewards";
	this._result = "/DriverRewards";
}
RoutingObjects.WilcoHess.DriverRewards.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.WilcoHess");
RoutingObjects.WilcoHess.DriverRewardsBalance = function()
{
	this.__pattern = "/DriverRewardsBalance";
	this._result = "/DriverRewardsBalance";
}
RoutingObjects.WilcoHess.DriverRewardsBalance.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.WilcoHess");
RoutingObjects.WilcoHess.DriverRewardsProgramRules = function()
{
	this.__pattern = "/DriverRewardsProgramRules";
	this._result = "/DriverRewardsProgramRules";
}
RoutingObjects.WilcoHess.DriverRewardsProgramRules.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.WilcoHess");
RoutingObjects.WilcoHess.FAQs = function()
{
	this.__pattern = "/Faqs";
	this._result = "/Faqs";
}
RoutingObjects.WilcoHess.FAQs.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.WilcoHess");
RoutingObjects.WilcoHess.FastFoodOptions = function()
{
	this.__pattern = "/FastFoodOptions";
	this._result = "/FastFoodOptions";
}
RoutingObjects.WilcoHess.FastFoodOptions.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.WilcoHess");
RoutingObjects.WilcoHess.FavoriteOptions = function()
{
	this.__pattern = "/FavoriteOptions";
	this._result = "/FavoriteOptions";
}
RoutingObjects.WilcoHess.FavoriteOptions.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.WilcoHess");
RoutingObjects.WilcoHess.FleetCard = function()
{
	this.__pattern = "/FleetCard";
	this._result = "/FleetCard";
}
RoutingObjects.WilcoHess.FleetCard.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.WilcoHess");
RoutingObjects.WilcoHess.FleetCardApplication = function()
{
	this.__pattern = "/FleetCardApplication";
	this._result = "/FleetCardApplication";
}
RoutingObjects.WilcoHess.FleetCardApplication.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.WilcoHess");
RoutingObjects.WilcoHess.FreshOptions = function()
{
	this.__pattern = "/FreshOptions";
	this._result = "/FreshOptions";
}
RoutingObjects.WilcoHess.FreshOptions.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.WilcoHess");
RoutingObjects.WilcoHess.FuelRewards = function()
{
	this.__pattern = "/FuelRewards";
	this._result = "/FuelRewards";
}
RoutingObjects.WilcoHess.FuelRewards.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.WilcoHess");
RoutingObjects.WilcoHess.GiftCards = function()
{
	this.__pattern = "/GiftCard";
	this._result = "/GiftCard";
}
RoutingObjects.WilcoHess.GiftCards.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.WilcoHess");
RoutingObjects.WilcoHess.Home = function()
{
	this.__pattern = "/Home";
	this._result = "/Home";
}
RoutingObjects.WilcoHess.Home.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.WilcoHess");
RoutingObjects.WilcoHess.StoreReview = function(corporateId)
{
	this.__pattern = "/StoreReview/{corporateId}";
	this._result = "/StoreReview/{corporateId}";
	this.CorporateId = GetRoutingFriendlyParameterValue(corporateId, 1, '/,*,{,},%');
}
RoutingObjects.WilcoHess.StoreReview.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{CorporateId}/i, this.CorporateId);
	return this._result;
}


_registerNamespace("RoutingObjects.WilcoHess");
RoutingObjects.WilcoHess.TravelCenterPromos = function()
{
	this.__pattern = "/TravelCenterPromos";
	this._result = "/TravelCenterPromos";
}
RoutingObjects.WilcoHess.TravelCenterPromos.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.WilcoHess");
RoutingObjects.WilcoHess.TravelPlazaLocations = function()
{
	this.__pattern = "/TravelPlazaLocations";
	this._result = "/TravelPlazaLocations";
}
RoutingObjects.WilcoHess.TravelPlazaLocations.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.index_aspx = function()
{
	this.__pattern = "/index.aspx";
	this._result = "/index.aspx";
}
RoutingObjects.HessExpress.index_aspx.prototype.GetURL = function(gasNetworkId)
{
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 0)
		{
			 var RoutingObject = new RoutingObjects.index_aspx();
			 return RoutingObject.GetURL();
		}
		 var HessExpressRoutingObject = new RoutingObjects.HessExpress.index_aspx();
		 return HessExpressRoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.StoreListPageOne = function()
{
	this.__pattern = "/StoresList";
	this._result = "/StoresList";
}
RoutingObjects.HessExpress.StoreListPageOne.prototype.GetURL = function(gasNetworkId)
{
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.StoreListPageOne();
			 return HessExpressRoutingObject.GetURL();
		}
		 var RoutingObject = new RoutingObjects.StoreListPageOne();
		 return RoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects");
RoutingObjects.index_aspx = function()
{
	this.__pattern = "/index.aspx";
	this._result = "/index.aspx";
}
RoutingObjects.index_aspx.prototype.GetURL = function(gasNetworkId)
{
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 0)
		{
			 var RoutingObject = new RoutingObjects.index_aspx();
			 return RoutingObject.GetURL();
		}
		 var HessExpressRoutingObject = new RoutingObjects.HessExpress.index_aspx();
		 return HessExpressRoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects");
RoutingObjects.StoreListPageOne = function()
{
	this.__pattern = "/StoresList";
	this._result = "/StoresList";
}
RoutingObjects.StoreListPageOne.prototype.GetURL = function(gasNetworkId)
{
	if(!gasNetworkId)
		return this._result;
	else
	{
		if(gasNetworkId == 86)
		{
			 var HessExpressRoutingObject = new RoutingObjects.HessExpress.StoreListPageOne();
			 return HessExpressRoutingObject.GetURL();
		}
		 var RoutingObject = new RoutingObjects.StoreListPageOne();
		 return RoutingObject.GetURL();

	}
}


_registerNamespace("RoutingObjects");
RoutingObjects.LoveContestRulesRedirect = function()
{
	this.__pattern = "/contestRules.aspx";
	this._result = "/contestRules.aspx";
}
RoutingObjects.LoveContestRulesRedirect.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.FreePhone = function()
{
	this.__pattern = "/freephone";
	this._result = "/freephone";
}
RoutingObjects.HessExpress.FreePhone.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.freephoneqr  = function()
{
	this.__pattern = "/freephoneqr";
	this._result = "/freephoneqr";
}
RoutingObjects.HessExpress.freephoneqr .prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.Ideas = function()
{
	this.__pattern = "/Ideas";
	this._result = "/Ideas";
}
RoutingObjects.HessExpress.Ideas.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.HessExpress");
RoutingObjects.HessExpress.JambaGrandOpening = function()
{
	this.__pattern = "/JambaGrandOpening";
	this._result = "/JambaGrandOpening";
}
RoutingObjects.HessExpress.JambaGrandOpening.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.HighlandCorp");
RoutingObjects.HighlandCorp.JobPostings = function()
{
	this.__pattern = "/JobPostings";
	this._result = "/JobPostings";
}
RoutingObjects.HighlandCorp.JobPostings.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.Popingo");
RoutingObjects.Popingo.PopingosJobPostings = function()
{
	this.__pattern = "/JobPostings";
	this._result = "/JobPostings";
}
RoutingObjects.Popingo.PopingosJobPostings.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects");
RoutingObjects.SSLRoute = function(stationId, pageName)
{
	this.__pattern = "/SSL/Store/{StationId}/{PageName}.aspx";
	this._result = "/SSL/Store/{StationId}/{PageName}.aspx";
	this.StationId = GetRoutingFriendlyParameterValue(stationId, 1, '/,*,{,},%');
	this.PageName = GetRoutingFriendlyParameterValue(pageName, 1, '/,*,{,},%');
}
RoutingObjects.SSLRoute.prototype.GetURL = function(gasNetworkId)
{
	this._result = this._result.replace(/{StationId}/i, this.StationId);
	this._result = this._result.replace(/{PageName}/i, this.PageName);
	return this._result;
}


_registerNamespace("RoutingObjects");
RoutingObjects.RORSiteMap = function()
{
	this.__pattern = "/ror.xml";
	this._result = "/ror.xml";
}
RoutingObjects.RORSiteMap.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects");
RoutingObjects.WebSiteMap = function()
{
	this.__pattern = "/sitemap.xml";
	this._result = "/sitemap.xml";
}
RoutingObjects.WebSiteMap.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects");
RoutingObjects.CampaignClickTracker = function()
{
	this.__pattern = "/wudfn1.aspx";
	this._result = "/wudfn1.aspx";
}
RoutingObjects.CampaignClickTracker.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects");
RoutingObjects.CampaignTracker = function()
{
	this.__pattern = "/spacer.aspx";
	this._result = "/spacer.aspx";
}
RoutingObjects.CampaignTracker.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects");
RoutingObjects.TestingFile = function()
{
	this.__pattern = "/About";
	this._result = "/About";
}
RoutingObjects.TestingFile.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


_registerNamespace("RoutingObjects.MeyerOil");
RoutingObjects.MeyerOil.Mach1Jobposting = function()
{
	this.__pattern = "/JobPostings";
	this._result = "/JobPostings";
}
RoutingObjects.MeyerOil.Mach1Jobposting.prototype.GetURL = function(gasNetworkId)
{
	return this._result;
}


