﻿$(function()
{
    if (document.URL.toUpperCase().indexOf("GLOSSARY") == -1)
    {
        $('a[id$=lnkLanguage]')
        .css({ 'color': 'black', 'text-decoration': 'none', 'cursor': 'default', 'font-size': 'smaller' })
        .text('[No disponible en español]');
    }
});
