if(typeof Qiying == "undefined") Qiying={};
if(typeof Qiying.WebModules == "undefined") Qiying.WebModules={};
if(typeof Qiying.WebModules.Ajax == "undefined") Qiying.WebModules.Ajax={};
Qiying.WebModules.Ajax.Login_class = function() {};
Object.extend(Qiying.WebModules.Ajax.Login_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ComLogoName: function(name, password) {
		return this.invoke("ComLogoName", {"name":name, "password":password}, this.ComLogoName.getArguments().slice(2));
	},
	url: '/ajaxpro/Qiying.WebModules.Ajax.Login,020job.ashx'
}));
Qiying.WebModules.Ajax.Login = new Qiying.WebModules.Ajax.Login_class();

