if(typeof CMS == "undefined") CMS={};
if(typeof CMS.OBB == "undefined") CMS.OBB={};
CMS.OBB_class = function() {};
Object.extend(CMS.OBB_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ServerSideGenerateSubDomain: function(companyName) {
		return this.invoke("ServerSideGenerateSubDomain", {"companyName":companyName}, this.ServerSideGenerateSubDomain.getArguments().slice(1));
	},
	ServerSideCheckSubDomain: function(subDomain) {
		return this.invoke("ServerSideCheckSubDomain", {"subDomain":subDomain}, this.ServerSideCheckSubDomain.getArguments().slice(1));
	},
	url: '/ajaxpro/CMS.OBB,Catalyst.Web.CMS.ashx'
}));
CMS.OBB = new CMS.OBB_class();

