addNamespace("LazydaysDotCom");
LazydaysDotCom.AjaxCurrentInventoryItem_class = Class.create();
Object.extend(LazydaysDotCom.AjaxCurrentInventoryItem_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	initialize: function() {
		this.url = '/ajaxpro/LazydaysDotCom.AjaxCurrentInventoryItem,App_Code.ervdekod.ashx';
	}
}));
LazydaysDotCom.AjaxCurrentInventoryItem = new LazydaysDotCom.AjaxCurrentInventoryItem_class();

