addNamespace("uc_ProductList");
uc_ProductList_class = Class.create();
Object.extend(uc_ProductList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	initialize: function() {
		this.url = '/ajaxpro/uc_ProductList,App_Web_c89qdeti.ashx';
	}
}));
uc_ProductList = new uc_ProductList_class();

