<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
$(document).ready(function(){
    var seoHrefs = {'b9a25941ebf98d5df8cf677e3be93eeb':'aHR0cDovL3JpbWVrcy5ydT9mcm9tPXBvZ2F6YW0ucnUmdXRtX3NvdXJjZT1wb2dhemFtJnV0bV9tZWRpdW09dG9wX2J1dHRvbnNfd2hlZWxzJnV0bV9jYW1wYWlnbj1wYXJ0bmVy'};
    $('[data-hashString]').each(function(){
        var key = $(this).attr('data-hashString');
        if ($(this).attr('data-hashType') == 'href' &amp;&amp; seoHrefs.hasOwnProperty(key)){
            $(this).attr('href', Base64.decode(seoHrefs[key]));
        }
    });
});
        </pre></body></html>