addNamespace("LazydaysDotCom");
LazydaysDotCom.CurrentInventoryAjaxMethods_class = Class.create();
Object.extend(LazydaysDotCom.CurrentInventoryAjaxMethods_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCurrentInventoryDescription: function(ldStockNumber) {
		return this.invoke("GetCurrentInventoryDescription", {"ldStockNumber":ldStockNumber}, this.GetCurrentInventoryDescription.getArguments().slice(1));
	},
	initialize: function() {
		this.url = '/ajaxpro/LazydaysDotCom.CurrentInventoryAjaxMethods,App_Code.ervdekod.ashx';
	}
}));
LazydaysDotCom.CurrentInventoryAjaxMethods = new LazydaysDotCom.CurrentInventoryAjaxMethods_class();

