document.write("
<script type = "text/javascript"
src = "https://www.domain.com/mm5/clientside.mvc?T=93863264&amp;Filename=ImageMachine.js"
integrity = "sha512-fhk1n1VHnJQT/Rq7/EXvw6UD00WNIs5eklCqkex98mDwggzrgUrBYKdU0fJaKDgzDKzV0ipP+tpJLcX68upoTQ=="
crossorigin = "use-credentials"
async defer></script>
<script type = "text/javascript" >
(function(obj, eventType, fn) {
if (obj.addEventListener) {
obj.addEventListener(eventType, fn, false);
} else if (obj.attachEvent) {
obj.attachEvent('on' + eventType, fn);
}
})(window, 'imagemachine_override', function() {
ImageMachine.prototype.ImageMachine_Generate_Thumbnail = function(thumbnail_image, main_image, closeup_image, type_code) {
var thumbnail, span, img;
thumbnail = document.createElement('li');
span = document.createElement('span'); // to vertically center the thumbnail images
thumbnail.appendChild(span);
if (typeof(thumbnail_image) == 'string' && thumbnail_image.length > 0) {
img = document.createElement('img');
img.src = thumbnail_image;
thumbnail.appendChild(img);
}
return thumbnail;
}
});
</script>
image_output - Snippet hosted by \"Cacher\"
");