addNamespace("PubWeb.Controls");
PubWeb.Controls.ArticleControl_class = function() {};
Object.extend(PubWeb.Controls.ArticleControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	login: function(emaid, pwd) {
		return this.invoke("login", {"emaid":emaid, "pwd":pwd}, this.login.getArguments().slice(2));
	},
	url: '/ajaxpro/PubWeb.Controls.ArticleControl,PubWeb.ashx'
}));
PubWeb.Controls.ArticleControl = new PubWeb.Controls.ArticleControl_class();


