if(typeof Microsoft == "undefined") Microsoft={};
if(typeof Microsoft.CommerceServer == "undefined") Microsoft.CommerceServer={};
if(typeof Microsoft.CommerceServer.Site == "undefined") Microsoft.CommerceServer.Site={};
if(typeof Microsoft.CommerceServer.Site.Catalogs == "undefined") Microsoft.CommerceServer.Site.Catalogs={};
if(typeof Microsoft.CommerceServer.Site.Catalogs.ProfileAjaxServices == "undefined") Microsoft.CommerceServer.Site.Catalogs.ProfileAjaxServices={};
Microsoft.CommerceServer.Site.Catalogs.ProfileAjaxServices_class = function() {};
Object.extend(Microsoft.CommerceServer.Site.Catalogs.ProfileAjaxServices_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetProfile: function() {
		return this.invoke("GetProfile", {}, this.GetProfile.getArguments().slice(0));
	},
	url: '/ajaxpro/Microsoft.CommerceServer.Site.Catalogs.ProfileAjaxServices,Microsoft.CommerceServer.Retail2002.Catalogs.vb.ashx'
}));
Microsoft.CommerceServer.Site.Catalogs.ProfileAjaxServices = new Microsoft.CommerceServer.Site.Catalogs.ProfileAjaxServices_class();

