rollcall_RollIndex_class = function() {};
Object.extend(rollcall_RollIndex_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getValue: function(rollId, rollNei) {
		return this.invoke("getValue", {"rollId":rollId, "rollNei":rollNei}, this.getValue.getArguments().slice(2));
	},
	url: '/ajaxpro/rollcall_RollIndex,App_Web_eqh-iat3.ashx'
}));
rollcall_RollIndex = new rollcall_RollIndex_class();


