if(typeof front == "undefined") front={};
if(typeof front.frontSdInfo == "undefined") front.frontSdInfo={};
front.frontSdInfo_class = function() {};
Object.extend(front.frontSdInfo_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getNewSDListA: function(order) {
		return this.invoke("getNewSDListA", {"order":order}, this.getNewSDListA.getArguments().slice(1));
	},
	getNewSDListB: function(order) {
		return this.invoke("getNewSDListB", {"order":order}, this.getNewSDListB.getArguments().slice(1));
	},
	getNewSDListC: function(columnID) {
		return this.invoke("getNewSDListC", {"columnID":columnID}, this.getNewSDListC.getArguments().slice(1));
	},
	getHotSDList: function(order) {
		return this.invoke("getHotSDList", {"order":order}, this.getHotSDList.getArguments().slice(1));
	},
	getHotSDListB: function(columnID) {
		return this.invoke("getHotSDListB", {"columnID":columnID}, this.getHotSDListB.getArguments().slice(1));
	},
	url: '/ajaxpro/front.frontSdInfo,App_Code.ashx'
}));
front.frontSdInfo = new front.frontSdInfo_class();

