if(typeof HCRS == "undefined") HCRS={};
if(typeof HCRS.Web == "undefined") HCRS.Web={};
if(typeof HCRS.Web.FITSHD == "undefined") HCRS.Web.FITSHD={};
if(typeof HCRS.Web.FITSHD.FITAjaxClass == "undefined") HCRS.Web.FITSHD.FITAjaxClass={};
HCRS.Web.FITSHD.FITAjaxClass_class = function() {};
Object.extend(HCRS.Web.FITSHD.FITAjaxClass_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendRadom: function(Mobile, imgCode) {
		return this.invoke("SendRadom", {"Mobile":Mobile, "imgCode":imgCode}, this.SendRadom.getArguments().slice(2));
	},
	ValidateMobile: function(Mobile, imgCode, validateCode) {
		return this.invoke("ValidateMobile", {"Mobile":Mobile, "imgCode":imgCode, "validateCode":validateCode}, this.ValidateMobile.getArguments().slice(3));
	},
	ValidateUser: function(username, password, IsCheck) {
		return this.invoke("ValidateUser", {"username":username, "password":password, "IsCheck":IsCheck}, this.ValidateUser.getArguments().slice(3));
	},
	SendComment: function(property_id, Comment, Score) {
		return this.invoke("SendComment", {"property_id":property_id, "Comment":Comment, "Score":Score}, this.SendComment.getArguments().slice(3));
	},
	GetComment: function(property_id) {
		return this.invoke("GetComment", {"property_id":property_id}, this.GetComment.getArguments().slice(1));
	},
	GetCommentList: function(property_id) {
		return this.invoke("GetCommentList", {"property_id":property_id}, this.GetCommentList.getArguments().slice(1));
	},
	GetHotelName: function(property_id) {
		return this.invoke("GetHotelName", {"property_id":property_id}, this.GetHotelName.getArguments().slice(1));
	},
	GetOrders: function() {
		return this.invoke("GetOrders", {}, this.GetOrders.getArguments().slice(0));
	},
	GetQuestion: function(username) {
		return this.invoke("GetQuestion", {"username":username}, this.GetQuestion.getArguments().slice(1));
	},
	GetEmailQuestion: function(email) {
		return this.invoke("GetEmailQuestion", {"email":email}, this.GetEmailQuestion.getArguments().slice(1));
	},
	SendPassWord: function(username, Answer) {
		return this.invoke("SendPassWord", {"username":username, "Answer":Answer}, this.SendPassWord.getArguments().slice(2));
	},
	ChangeEmail: function(username, password, oemail, nemail) {
		return this.invoke("ChangeEmail", {"username":username, "password":password, "oemail":oemail, "nemail":nemail}, this.ChangeEmail.getArguments().slice(4));
	},
	ChangePassword: function(opassword, npassword1, npassword2) {
		return this.invoke("ChangePassword", {"opassword":opassword, "npassword1":npassword1, "npassword2":npassword2}, this.ChangePassword.getArguments().slice(3));
	},
	IsExsituser: function(user) {
		return this.invoke("IsExsituser", {"user":user}, this.IsExsituser.getArguments().slice(1));
	},
	IsExsitEmail: function(mail) {
		return this.invoke("IsExsitEmail", {"mail":mail}, this.IsExsitEmail.getArguments().slice(1));
	},
	url: '/ajaxpro/HCRS.Web.FITSHD.FITAjaxClass,App_Code.ashx'
}));
HCRS.Web.FITSHD.FITAjaxClass = new HCRS.Web.FITSHD.FITAjaxClass_class();

