Care Instructions for Non-Food Safe Products (Lazy Susans; Coasters; Chess Boards; Serving Trays)

1.  Do NOT use product for chopping / cutting food.
2.  DO NOT IMMERSE IN WATER OR PLACE IN DISHWASHER
3.  To clean:  Use soft cloth to wipe with any wood furniture cleaner or warm, soapy water.
4.   Dry immediately with soft, dry cloth.
$(document).ready(function() { thumbnails = $('img[src*="/products/"]').not(':first'); if (thumbnails.length) { thumbnails.bind('click', function() { var arrImage = $(this).attr('src').split('?')[0].split('.'); var strExtention = arrImage.pop(); var strRemaining = arrImage.pop().replace(/_[a-zA-Z0-9@]+$/,''); var strNewImage = arrImage.join('.')+"."+strRemaining+"."+strExtention; if (typeof variantImages[strNewImage] !== 'undefined') { productOptions.forEach(function (value, i) { optionValue = variantImages[strNewImage]['option-'+i]; if (optionValue !== null && $('.single-option-selector:eq('+i+') option').filter(function() { return $(this).text() === optionValue }).length) { $('.single-option-selector:eq('+i+')').val(optionValue).trigger('change'); } }); } }); } });