if(typeof TellBrad == "undefined") TellBrad={};
if(typeof TellBrad.Utility == "undefined") TellBrad.Utility={};
if(typeof TellBrad.Utility.TellAjax == "undefined") TellBrad.Utility.TellAjax={};
TellBrad.Utility.TellAjax_class = function() {};
Object.extend(TellBrad.Utility.TellAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetStates: function(CountryCode) {
		return this.invoke("GetStates", {"CountryCode":CountryCode}, this.GetStates.getArguments().slice(1));
	},
	GetSubCategory: function(CategoryCode) {
		return this.invoke("GetSubCategory", {"CategoryCode":CategoryCode}, this.GetSubCategory.getArguments().slice(1));
	},
	GetCompany: function(CategoryCode) {
		return this.invoke("GetCompany", {"CategoryCode":CategoryCode}, this.GetCompany.getArguments().slice(1));
	},
	GetCompanyBySubCat: function(SubCatCode) {
		return this.invoke("GetCompanyBySubCat", {"SubCatCode":SubCatCode}, this.GetCompanyBySubCat.getArguments().slice(1));
	},
	CheckAvailability: function(strName) {
		return this.invoke("CheckAvailability", {"strName":strName}, this.CheckAvailability.getArguments().slice(1));
	},
	CheckCompnayUserAvailability: function(strName) {
		return this.invoke("CheckCompnayUserAvailability", {"strName":strName}, this.CheckCompnayUserAvailability.getArguments().slice(1));
	},
	url: '/ajaxpro/TellBrad.Utility.TellAjax,App_Code.keczll5d.ashx'
}));
TellBrad.Utility.TellAjax = new TellBrad.Utility.TellAjax_class();

