addNamespace("Index");
Index_class = Class.create();
Object.extend(Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCountAndNewJoin: function() {
		return this.invoke("GetCountAndNewJoin", {}, this.GetCountAndNewJoin.getArguments().slice(0));
	},
	initialize: function() {
		this.url = '/ajaxpro/Index,App_Web_drgu9qan.ashx';
	}
}));
Index = new Index_class();

