addNamespace("index");
index_class = function() {};
Object.extend(index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	url: '/ajaxpro/index,bpum.ashx'
}));
index = new index_class();


