if(typeof Users_RequestActivation == "undefined") Users_RequestActivation={};
Users_RequestActivation_class = function() {};
Object.extend(Users_RequestActivation_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	DoesUserExist: function(username) {
		return this.invoke("DoesUserExist", {"username":username}, this.DoesUserExist.getArguments().slice(1));
	},
	url: '/ajaxpro/Users_RequestActivation,App_Web_cg2qivun.ashx'
}));
Users_RequestActivation = new Users_RequestActivation_class();

