if(typeof FeiDuMagazine == "undefined") FeiDuMagazine={};
if(typeof FeiDuMagazine.BLL == "undefined") FeiDuMagazine.BLL={};
if(typeof FeiDuMagazine.BLL.AjaxLogin_class == "undefined") FeiDuMagazine.BLL.AjaxLogin_class={};
FeiDuMagazine.BLL.AjaxLogin_class = function() {};
Object.extend(FeiDuMagazine.BLL.AjaxLogin_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Login: function(username, pwd, isFirst, vCode, index) {
		return this.invoke("Login", {"username":username, "pwd":pwd, "isFirst":isFirst, "vCode":vCode, "index":index}, this.Login.getArguments().slice(5));
	},
	ReadLogin: function(username, pwd, isFirst) {
		return this.invoke("ReadLogin", {"username":username, "pwd":pwd, "isFirst":isFirst}, this.ReadLogin.getArguments().slice(3));
	},
	ReadCheck: function(username, filename, type) {
		return this.invoke("ReadCheck", {"username":username, "filename":filename, "type":type}, this.ReadCheck.getArguments().slice(3));
	},
	returnUrl: function(filecode) {
		return this.invoke("returnUrl", {"filecode":filecode}, this.returnUrl.getArguments().slice(1));
	},
	turnUrl: function() {
		return this.invoke("turnUrl", {}, this.turnUrl.getArguments().slice(0));
	},
	IsNoFresh: function(currentPage) {
		return this.invoke("IsNoFresh", {"currentPage":currentPage}, this.IsNoFresh.getArguments().slice(1));
	},
	url: '/ajaxpro/FeiDuMagazine.BLL.AjaxLogin,FeiDuMagazine.ashx'
}));
FeiDuMagazine.BLL.AjaxLogin = new FeiDuMagazine.BLL.AjaxLogin_class();

