if(typeof MyHomePoint == "undefined") MyHomePoint={};
if(typeof MyHomePoint.Web == "undefined") MyHomePoint.Web={};
if(typeof MyHomePoint.Web.App == "undefined") MyHomePoint.Web.App={};
if(typeof MyHomePoint.Web.App.Register == "undefined") MyHomePoint.Web.App.Register={};
MyHomePoint.Web.App.Register.DefaultPage_class = function() {};
Object.extend(MyHomePoint.Web.App.Register.DefaultPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AccountNameExists: function(accountName) {
		return this.invoke("AccountNameExists", {"accountName":accountName}, this.AccountNameExists.getArguments().slice(1));
	},
	url: '/App/ajaxpro/MyHomePoint.Web.App.Register.DefaultPage,MyHomePoint.Web.App.ashx'
}));
MyHomePoint.Web.App.Register.DefaultPage = new MyHomePoint.Web.App.Register.DefaultPage_class();

