if(typeof Press_Detail == "undefined") Press_Detail={};
Press_Detail_class = function() {};
Object.extend(Press_Detail_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckCode: function(val) {
		return this.invoke("CheckCode", {"val":val}, this.CheckCode.getArguments().slice(1));
	},
	SessionDingYue: function(time_begin, time_end, number) {
		return this.invoke("SessionDingYue", {"time_begin":time_begin, "time_end":time_end, "number":number}, this.SessionDingYue.getArguments().slice(3));
	},
	url: '/ajaxpro/Press_Detail,App_Web_detail.aspx.81ed8220.ashx'
}));
Press_Detail = new Press_Detail_class();

