Volunteer_class = function() {};
Object.extend(Volunteer_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCities: function(countryName) {
		return this.invoke("GetCities", {"countryName":countryName}, this.GetCities.getArguments().slice(1));
	},
	CheckCaptcha: function(captchaText, name, surname, gender, country, city, birthYear, email, phoneNum, occupation, company, howToJoin, newsChecked) {
		return this.invoke("CheckCaptcha", {"captchaText":captchaText, "name":name, "surname":surname, "gender":gender, "country":country, "city":city, "birthYear":birthYear, "email":email, "phoneNum":phoneNum, "occupation":occupation, "company":company, "howToJoin":howToJoin, "newsChecked":newsChecked}, this.CheckCaptcha.getArguments().slice(13));
	},
	url: '/ajaxpro/Volunteer,App_Web_hsgf9_fk.ashx'
}));
Volunteer = new Volunteer_class();

