if(typeof new_newsdetail == "undefined") new_newsdetail={};
new_newsdetail_class = function() {};
Object.extend(new_newsdetail_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SetTb: function(ItemID, Contents) {
		return this.invoke("SetTb", {"ItemID":ItemID, "Contents":Contents}, this.SetTb.getArguments().slice(2));
	},
	Pager: function(ItemID, CurrentPage) {
		return this.invoke("Pager", {"ItemID":ItemID, "CurrentPage":CurrentPage}, this.Pager.getArguments().slice(2));
	},
	url: '/ajaxpro/new_newsdetail,App_Web_newsdetail.aspx.cdcab7d2.aa4agwxo.ashx'
}));
new_newsdetail = new new_newsdetail_class();

