if(typeof front == "undefined") front={};
if(typeof front.frontMarketInfoClass == "undefined") front.frontMarketInfoClass={};
front.frontMarketInfoClass_class = function() {};
Object.extend(front.frontMarketInfoClass_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getNewMarketInfoListA: function() {
		return this.invoke("getNewMarketInfoListA", {}, this.getNewMarketInfoListA.getArguments().slice(0));
	},
	getNewMarketInfoListB: function(order) {
		return this.invoke("getNewMarketInfoListB", {"order":order}, this.getNewMarketInfoListB.getArguments().slice(1));
	},
	getNewMarketInfoListC: function(order) {
		return this.invoke("getNewMarketInfoListC", {"order":order}, this.getNewMarketInfoListC.getArguments().slice(1));
	},
	getNewMarketInfoListD: function(columnID) {
		return this.invoke("getNewMarketInfoListD", {"columnID":columnID}, this.getNewMarketInfoListD.getArguments().slice(1));
	},
	getHotMarketInfoListA: function(columnID) {
		return this.invoke("getHotMarketInfoListA", {"columnID":columnID}, this.getHotMarketInfoListA.getArguments().slice(1));
	},
	url: '/ajaxpro/front.frontMarketInfoClass,App_Code.ashx'
}));
front.frontMarketInfoClass = new front.frontMarketInfoClass_class();

