﻿$(function()
{
    $('a[id$=lnkLanguage]')
        .css({ 'color': 'black', 'text-decoration': 'none', 'cursor': 'default', 'font-size': 'smaller' })
        .text('[No disponible en español]')
        .attr('href', '#');
        
});
