if(typeof Show == "undefined") Show={};
if(typeof Show.Web == "undefined") Show.Web={};
if(typeof Show.Web.Skins == "undefined") Show.Web.Skins={};
if(typeof Show.Web.Skins.Controls == "undefined") Show.Web.Skins.Controls={};
if(typeof Show.Web.Skins.Controls.LoginControl == "undefined") Show.Web.Skins.Controls.LoginControl={};
Show.Web.Skins.Controls.LoginControl_class = function() {};
Object.extend(Show.Web.Skins.Controls.LoginControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckAutoLogin: function(loginName, pwd, comadminUrl) {
		return this.invoke("CheckAutoLogin", {"loginName":loginName, "pwd":pwd, "comadminUrl":comadminUrl}, this.CheckAutoLogin.getArguments().slice(3));
	},
	CheckVCode: function(vCode) {
		return this.invoke("CheckVCode", {"vCode":vCode}, this.CheckVCode.getArguments().slice(1));
	},
	LoginOut: function() {
		return this.invoke("LoginOut", {}, this.LoginOut.getArguments().slice(0));
	},
	UpdateDownCount: function(newsId) {
		return this.invoke("UpdateDownCount", {"newsId":newsId}, this.UpdateDownCount.getArguments().slice(1));
	},
	url: '/ajaxpro/Show.Web.Skins.Controls.LoginControl,Show.Web.ashx'
}));
Show.Web.Skins.Controls.LoginControl = new Show.Web.Skins.Controls.LoginControl_class();

