if(typeof front == "undefined") front={};
if(typeof front.frontOldProductClass == "undefined") front.frontOldProductClass={};
front.frontOldProductClass_class = function() {};
Object.extend(front.frontOldProductClass_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getHomePageOldProductList: function() {
		return this.invoke("getHomePageOldProductList", {}, this.getHomePageOldProductList.getArguments().slice(0));
	},
	getVouchOldProductList: function(order) {
		return this.invoke("getVouchOldProductList", {"order":order}, this.getVouchOldProductList.getArguments().slice(1));
	},
	getNewOldProductList: function(order) {
		return this.invoke("getNewOldProductList", {"order":order}, this.getNewOldProductList.getArguments().slice(1));
	},
	getNewOldProductInfoList: function(order) {
		return this.invoke("getNewOldProductInfoList", {"order":order}, this.getNewOldProductInfoList.getArguments().slice(1));
	},
	getHotOldProductInfo: function(order, counts) {
		return this.invoke("getHotOldProductInfo", {"order":order, "counts":counts}, this.getHotOldProductInfo.getArguments().slice(2));
	},
	getVouchOldProductInfo: function() {
		return this.invoke("getVouchOldProductInfo", {}, this.getVouchOldProductInfo.getArguments().slice(0));
	},
	getNewOldProductListB: function(columnID) {
		return this.invoke("getNewOldProductListB", {"columnID":columnID}, this.getNewOldProductListB.getArguments().slice(1));
	},
	getHotOldProductList: function(columnID) {
		return this.invoke("getHotOldProductList", {"columnID":columnID}, this.getHotOldProductList.getArguments().slice(1));
	},
	getNewOldProductInfoB: function(columnID) {
		return this.invoke("getNewOldProductInfoB", {"columnID":columnID}, this.getNewOldProductInfoB.getArguments().slice(1));
	},
	getHotOldProductInfoB: function(columnID) {
		return this.invoke("getHotOldProductInfoB", {"columnID":columnID}, this.getHotOldProductInfoB.getArguments().slice(1));
	},
	url: '/ajaxpro/front.frontOldProductClass,App_Code.ashx'
}));
front.frontOldProductClass = new front.frontOldProductClass_class();

