addNamespace("Information_NewsDetail");
Information_NewsDetail_class = Class.create();
Information_NewsDetail_class.prototype = (new AjaxPro.Request()).extend({
	SaveDate: function(ADate, CDate, EDate, GUID, callback) {
		return this.invoke("SaveDate", {"ADate":ADate, "CDate":CDate, "EDate":EDate, "GUID":GUID}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/Information_NewsDetail,App_Web_newsdetail.aspx.578a4be5.ashx";
	}
})
Information_NewsDetail = new Information_NewsDetail_class();

