if(typeof WantedInThePast == "undefined") WantedInThePast={};
WantedInThePast_class = function() {};
Object.extend(WantedInThePast_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SearchOldProducts: function(p_searchString) {
		return this.invoke("SearchOldProducts", {"p_searchString":p_searchString}, this.SearchOldProducts.getArguments().slice(1));
	},
	url: '/ajaxpro/WantedInThePast,App_Web_wantedinthepast.aspx.cdcab7d2.ashx'
}));
WantedInThePast = new WantedInThePast_class();

