News
-
Miss Tillie's fight with canine lymphoma
Miss Tillie's fight with canine lymphoma - In spite of the poor prognosis for canine lymphoma we have had our wonderful little Miss Tillie for 26 months more than we would have
/* Product Tag Filters – Good for any number of filters on any type of collection pages */ var collFilters = jQuery('.coll-filter'); collFilters.change(function() { var newTags = []; collFilters.each(function() { if (jQuery(this).val()) { newTags.push(jQuery(this).val()); } }); if (newTags.length) { var query = newTags.join('+'); window.location.href = jQuery('tag').attr('href').replace('/' + 'tag', '/' + query); } else { window.location.href = '/collections/types?q='; } });