indexbody_class = function() {};
Object.extend(indexbody_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	addcamp: function(userid, campid) {
		return this.invoke("addcamp", {"userid":userid, "campid":campid}, this.addcamp.getArguments().slice(2));
	},
	url: '/ajaxpro/indexbody,App_Web_ugxrmsa8.ashx'
}));
indexbody = new indexbody_class();


