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