addNamespace("CMS");
CMS_class = function() {};
Object.extend(CMS_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	populatedll: function(ddl, type) {
		return this.invoke("populatedll", {"ddl":ddl, "type":type}, this.populatedll.getArguments().slice(2));
	},
	url: '/tonergraham/ajaxpro/CMS,App_Code.2jxhpjpq.ashx'
}));
CMS = new CMS_class();


