if(typeof core_uc_top == "undefined") core_uc_top={};
core_uc_top_class = function() {};
Object.extend(core_uc_top_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Login: function(username, password) {
		return this.invoke("Login", {"username":username, "password":password}, this.Login.getArguments().slice(2));
	},
	IsLogin: function() {
		return this.invoke("IsLogin", {}, this.IsLogin.getArguments().slice(0));
	},
	url: '/ajaxpro/core_uc_top,R_Core.ashx'
}));
core_uc_top = new core_uc_top_class();

