Pre-Owned Specials

function showExpiredImages() { var images = document.querySelectorAll('img'); images.forEach(function(img) { img.style.display = 'block'; }); }