if(typeof Item == "undefined") Item={};
Item_class = function() {};
Object.extend(Item_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetReview: function(subjectID) {
		return this.invoke("GetReview", {"subjectID":subjectID}, this.GetReview.getArguments().slice(1));
	},
	GetDown: function(subjectID) {
		return this.invoke("GetDown", {"subjectID":subjectID}, this.GetDown.getArguments().slice(1));
	},
	GetTactic: function(subjectID) {
		return this.invoke("GetTactic", {"subjectID":subjectID}, this.GetTactic.getArguments().slice(1));
	},
	GetImage: function(subjectID) {
		return this.invoke("GetImage", {"subjectID":subjectID}, this.GetImage.getArguments().slice(1));
	},
	url: '/ajaxpro/Item,Web_deploy1.ashx'
}));
Item = new Item_class();

