if(typeof front == "undefined") front={};
if(typeof front.frontComputerReading == "undefined") front.frontComputerReading={};
front.frontComputerReading_class = function() {};
Object.extend(front.frontComputerReading_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getNewComputerReadingListA: function(order, counts) {
		return this.invoke("getNewComputerReadingListA", {"order":order, "counts":counts}, this.getNewComputerReadingListA.getArguments().slice(2));
	},
	getNewComputerReadingListB: function(order, counts) {
		return this.invoke("getNewComputerReadingListB", {"order":order, "counts":counts}, this.getNewComputerReadingListB.getArguments().slice(2));
	},
	getVouchComputerReadingList: function() {
		return this.invoke("getVouchComputerReadingList", {}, this.getVouchComputerReadingList.getArguments().slice(0));
	},
	getNewComputerReadingListC: function(columnID) {
		return this.invoke("getNewComputerReadingListC", {"columnID":columnID}, this.getNewComputerReadingListC.getArguments().slice(1));
	},
	getHotComputerReadingList: function(columnID) {
		return this.invoke("getHotComputerReadingList", {"columnID":columnID}, this.getHotComputerReadingList.getArguments().slice(1));
	},
	url: '/ajaxpro/front.frontComputerReading,App_Code.ashx'
}));
front.frontComputerReading = new front.frontComputerReading_class();

