addNamespace("YJnet.modules");
YJnet.modules.inc_top_news_class = Class.create();
YJnet.modules.inc_top_news_class.prototype = (new AjaxPro.Request()).extend({
	getArticleByClassID: function(classID, callback) {
		return this.invoke("getArticleByClassID", {"classID":classID}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/YJnet.modules.inc_top_news,YJnet.ashx";
	}
})
YJnet.modules.inc_top_news = new YJnet.modules.inc_top_news_class();

