if(typeof Iteam == "undefined") Iteam={};
if(typeof Iteam.Trex == "undefined") Iteam.Trex={};
if(typeof Iteam.Trex.Web == "undefined") Iteam.Trex.Web={};
if(typeof Iteam.Trex.Web.Site == "undefined") Iteam.Trex.Web.Site={};
Iteam.Trex.Web.Site.Ajax_class = function() {};
Object.extend(Iteam.Trex.Web.Site.Ajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	vote: function(categoryId, grade) {
		return this.invoke("vote", {"categoryId":categoryId, "grade":grade}, this.vote.getArguments().slice(2));
	},
	url: '/ajaxpro/Iteam.Trex.Web.Site.Ajax,Site.ashx'
}));
Iteam.Trex.Web.Site.Ajax = new Iteam.Trex.Web.Site.Ajax_class();

