addNamespace("web");
web.Index_class = Class.create();
Object.extend(web.Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	initialize: function() {
		this.url = '/ajaxpro/web.Index,web.ashx';
	}
}));
web.Index = new web.Index_class();


