AnonymousStart_class = function() {};
Object.extend(AnonymousStart_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetSpecialQuestion: function(vType) {
		return this.invoke("GetSpecialQuestion", {"vType":vType}, this.GetSpecialQuestion.getArguments().slice(1));
	},
	CreateVolunteer: function(vSurveyId, vResult) {
		return this.invoke("CreateVolunteer", {"vSurveyId":vSurveyId, "vResult":vResult}, this.CreateVolunteer.getArguments().slice(2));
	},
	GetCountryList: function() {
		return this.invoke("GetCountryList", {}, this.GetCountryList.getArguments().slice(0));
	},
	GetProvinceList: function(vCountryId) {
		return this.invoke("GetProvinceList", {"vCountryId":vCountryId}, this.GetProvinceList.getArguments().slice(1));
	},
	GetCityList: function(vCountryId, vProvinceList) {
		return this.invoke("GetCityList", {"vCountryId":vCountryId, "vProvinceList":vProvinceList}, this.GetCityList.getArguments().slice(2));
	},
	url: '/ajaxpro/NetRanking.Web.Page.Quill.AnonymousStart,NetRanking.Web.ashx'
}));
AnonymousStart = new AnonymousStart_class();


