if(typeof ItemsList == "undefined") ItemsList={};
ItemsList_class = function() {};
Object.extend(ItemsList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	url: '/ajaxpro/ItemsList,Web_deploy.ashx'
}));
ItemsList = new ItemsList_class();

