if(typeof UCAS == "undefined") UCAS={};
if(typeof UCAS.Controls == "undefined") UCAS.Controls={};
if(typeof UCAS.Controls.ForumFilter == "undefined") UCAS.Controls.ForumFilter={};
UCAS.Controls.ForumFilter_class = function() {};
Object.extend(UCAS.Controls.ForumFilter_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	url: '/ajaxpro/UCAS.Controls.ForumFilter,UCAS.Controls.ashx'
}));
UCAS.Controls.ForumFilter = new UCAS.Controls.ForumFilter_class();

