addNamespace("CZSME");
CZSME.index_class = function() {};
Object.extend(CZSME.index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoginInfo: function(UserID, PassWord) {
		return this.invoke("LoginInfo", {"UserID":UserID, "PassWord":PassWord}, this.LoginInfo.getArguments().slice(2));
	},
	GetPicNews: function() {
		return this.invoke("GetPicNews", {}, this.GetPicNews.getArguments().slice(0));
	},
	url: '/ajaxpro/CZSME.index,CZSME.ashx'
}));
CZSME.index = new CZSME.index_class();

