if(typeof AjaxFunctions == "undefined") AjaxFunctions={};
AjaxFunctions_class = function() {};
Object.extend(AjaxFunctions_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendCallBackEmail: function(EmailAddress, Name, Phone, sPageName, PageUrl) {
		return this.invoke("SendCallBackEmail", {"EmailAddress":EmailAddress, "Name":Name, "Phone":Phone, "sPageName":sPageName, "PageUrl":PageUrl}, this.SendCallBackEmail.getArguments().slice(5));
	},
	ForgetPassword: function(strUsername) {
		return this.invoke("ForgetPassword", {"strUsername":strUsername}, this.ForgetPassword.getArguments().slice(1));
	},
	ChangePassword: function(strOldPassword, strNewPassword) {
		return this.invoke("ChangePassword", {"strOldPassword":strOldPassword, "strNewPassword":strNewPassword}, this.ChangePassword.getArguments().slice(2));
	},
	url: '/careers/ajaxpro/AjaxFunctions,App_Code.ashx'
}));
AjaxFunctions = new AjaxFunctions_class();

