addNamespace("index");
index_class = Class.create();
index_class.prototype = (new AjaxPro.AjaxClass()).extend({
	GetDataTable: function() {
		return this.invoke("GetDataTable", {}, this.GetDataTable.getArguments().slice(0));
	},
	initialize: function() {
		this.url = '/ajaxpro/index,App_Web_8mngi2i9.ashx';
	}
});
index = new index_class();

