if(typeof onlineexam == "undefined") onlineexam={};
if(typeof onlineexam.forgetpassword == "undefined") onlineexam.forgetpassword={};
onlineexam.forgetpassword_class = function() {};
Object.extend(onlineexam.forgetpassword_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	fp: function(UserName, EmailID) {
		return this.invoke("fp", {"UserName":UserName, "EmailID":EmailID}, this.fp.getArguments().slice(2));
	},
	url: '/ajaxpro/onlineexam.forgetpassword,onlineexam.ashx'
}));
onlineexam.forgetpassword = new onlineexam.forgetpassword_class();

