

var Relay = {
	Urls : {
		HomeIndex                             : "/",
		HomeUpgrade                           : "/Home/Upgrade",
		AccountManageSettings                 : "/Account/Manage/Settings",
		AccountManageOrders                   : "/Account/Manage/Orders",
		AccountManagePayments                 : "/Account/Manage/Payments",
		AccountManageRefill                   : "/Account/Manage/Refill",
		AccountAddFavorite                    : "/Account/AddFavorite",
		AccountDeleteFavorite                 : "/Account/DeleteFavorite",
		AccountAddCreditCard                  : "/Account/AddCreditCard",
		AccountRemoveCreditCard               : "/Account/RemoveCreditCard",
		AccountSetIsRefillCustomer            : "/Account/SetIsRefillCustomer",
		AccountSetIsAutomaticCheckoutCustomer : "/Account/SetIsAutomaticCheckoutCustomer",
		AccountCreateRefillList               : "/Account/CreateRefillList",
		AccountSetRefillPickupLocation        : "/Account/SetRefillPickupLocation",
		AccountSetRefillPickupDay             : "/Account/SetRefillPickupDay",
		CatalogRate                           : "/Catalog/Rate",
		CatalogReview                         : "/Catalog/Review",
		CatalogDetails                        : "/Catalog/Details",
		CatalogIndex                          : "/Catalog",
		CatalogAutoSuggest                    : "/Catalog/AutoSuggest",
		CatalogRequest                        : "/Catalog/CustomerRequest",
		ListEdit                              : "/List/Edit",
		ListCreate                            : "/List/Create",
		ListDelete                            : "/List/Delete",
		ListAdd                               : "/List/Add",
		ListRemove                            : "/List/Remove",
		ListSetVisibility                     : "/List/SetVisibility",
		ListCopy                              : "/List/Copy",
		ListBookmark                          : "/List/Bookmark",
		ListAddToCart                         : "/List/AddToCart",
		RefillIntro                           : "/Refill/Intro",
		RefillDelivery                        : "/Refill/Delivery",
		RefillGuide                           : "/Refill/Guide",
		RefillStart                           : "/Refill/Start",
		RefillReview                          : "/Refill/Review",
		RefillAdd                             : "/Refill/Add",
		RefillRemove                          : "/Refill/Remove",
		RefillRemoveAll                       : "/Refill/RemoveAll",
		RefillUpdate                          : "/Refill/Update",
		RefillPostpone                        : "/Refill/Postpone",
		RefillPostponeAll                     : "/Refill/PostponeAll",
		RefillSetAllCycle                     : "/Refill/SetAllCycle",
		RefillAdvance                         : "/Refill/Advance",
		RefillPreviewList                     : "/Refill/RefillPreviewList",
		RefillListSubscribeTable              : "/Refill/RefillListSubscribeTable",
		RefillOrderSubscribeTable             : "/Refill/RefillOrderSubscribeTable",
		RefillCartSubscribeTable              : "/Refill/RefillCartSubscribeTable",
		RefillEditTable                       : "/Refill/RefillEditTable",
		OrderReview                           : "/Order/Review",
		OrderDelivery                         : "/Order/Delivery",
		OrderBilling                          : "/Order/Billing",
		OrderReceipt                          : "/Order/Receipt",
		OrderEmptyCart                        : "/Order/EmptyCart",
		OrderValidate                         : "/Order/Validate",
		OrderApplyActions                     : "/Order/ApplyActions",
		OrderAddToCart                        : "/Order/AddToCart",
		OrderAddCode                          : "/Order/AddCode",
		OrderRemoveCode                       : "/Order/RemoveCode",
		OrderSetQuantity                      : "/Order/SetQuantity",
		OrderSetSubstitution                  : "/Order/SetSubstitution",
		OrderAddToList                        : "/Order/AddToList",
		OrderReviewSetQuantity                : "/Order/ReviewSetQuantity",
		OrderDisableAutocheckout              : "/Order/DisableAutocheckout",
		HowItWorksShoppingAndOrdering         : "/HowItWorks/ShoppingAndOrdering#jump"
	}
};
