if(typeof front == "undefined") front={};
if(typeof front.frontNewsClass == "undefined") front.frontNewsClass={};
front.frontNewsClass_class = function() {};
Object.extend(front.frontNewsClass_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getNewsJRJJList: function() {
		return this.invoke("getNewsJRJJList", {}, this.getNewsJRJJList.getArguments().slice(0));
	},
	getNewNewsListA: function(order) {
		return this.invoke("getNewNewsListA", {"order":order}, this.getNewNewsListA.getArguments().slice(1));
	},
	getNewNewsListA1: function(columnID) {
		return this.invoke("getNewNewsListA1", {"columnID":columnID}, this.getNewNewsListA1.getArguments().slice(1));
	},
	getHotNewsListA: function(columnID) {
		return this.invoke("getHotNewsListA", {"columnID":columnID}, this.getHotNewsListA.getArguments().slice(1));
	},
	getNewNewsListB: function(order) {
		return this.invoke("getNewNewsListB", {"order":order}, this.getNewNewsListB.getArguments().slice(1));
	},
	getNewNewsListC: function(order) {
		return this.invoke("getNewNewsListC", {"order":order}, this.getNewNewsListC.getArguments().slice(1));
	},
	url: '/ajaxpro/front.frontNewsClass,App_Code.ashx'
}));
front.frontNewsClass = new front.frontNewsClass_class();

