addNamespace("GetPassword");
GetPassword_class = Class.create();
GetPassword_class.prototype = (new AjaxPro.Request()).extend({
	initialize: function() {
		this.url = "/onlinesvr/ajaxpro/GetPassword,App_Web_aognp45w.ashx";
	}
})
GetPassword = new GetPassword_class();

