if(typeof front == "undefined") front={};
if(typeof front.frontSoftClass == "undefined") front.frontSoftClass={};
front.frontSoftClass_class = function() {};
Object.extend(front.frontSoftClass_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getNewSoftListA: function() {
		return this.invoke("getNewSoftListA", {}, this.getNewSoftListA.getArguments().slice(0));
	},
	getNewSoftListB: function() {
		return this.invoke("getNewSoftListB", {}, this.getNewSoftListB.getArguments().slice(0));
	},
	getNewSoftListC: function(oneColumnID) {
		return this.invoke("getNewSoftListC", {"oneColumnID":oneColumnID}, this.getNewSoftListC.getArguments().slice(1));
	},
	getNewSoftListD: function(twoColumnID) {
		return this.invoke("getNewSoftListD", {"twoColumnID":twoColumnID}, this.getNewSoftListD.getArguments().slice(1));
	},
	getHotSoftList: function() {
		return this.invoke("getHotSoftList", {}, this.getHotSoftList.getArguments().slice(0));
	},
	getHotSoftListB: function(oneColumnID) {
		return this.invoke("getHotSoftListB", {"oneColumnID":oneColumnID}, this.getHotSoftListB.getArguments().slice(1));
	},
	getHotSoftListC: function(twoColumnID) {
		return this.invoke("getHotSoftListC", {"twoColumnID":twoColumnID}, this.getHotSoftListC.getArguments().slice(1));
	},
	getHomePageTwoColumnListA: function(order) {
		return this.invoke("getHomePageTwoColumnListA", {"order":order}, this.getHomePageTwoColumnListA.getArguments().slice(1));
	},
	url: '/ajaxpro/front.frontSoftClass,App_Code.ashx'
}));
front.frontSoftClass = new front.frontSoftClass_class();

