$(document).ready(function() {
    // the position of the .com/ in the browsers href and then get everything after it
    $('a[href=' + window.location.href.substring(window.location.href.indexOf('naxpo.com/') + 9) + ']').css('color', '#818181');
});
