var urls = {    "dev.gigas.com": { "url": "://f.fontdeck.com/s/css/5xaamvxbIsgWBUcYoOAHZqtxRxA/dev.gigas.com/6991.css" },
                        "integration.gigas.com": { "url": "://f.fontdeck.com/s/css/5xaamvxbIsgWBUcYoOAHZqtxRxA/integration.gigas.com/6991.css" },
                        "gigas.com": { "url": "://f.fontdeck.com/s/css/5xaamvxbIsgWBUcYoOAHZqtxRxA/gigas.com/6991.css" }
                    }
        prot = ('https:' == document.location.protocol ? 'https' : 'http');
        WebFontConfig = {
          custom: {
          urls: [ prot + urls[window.location.hostname].url ] }
        };
        
        (function() {
          var wf = document.createElement('script');
          wf.src = prot +   
          '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
          wf.type = 'text/javascript';
          wf.async = 'true';
          var s = document.getElementsByTagName('script')[0];
          s.parentNode.insertBefore(wf, s);
        })();
        
        /*if(window.location.hostname == 'dev.gigas.com')
        {
            link = $("nav section ul li a:contains('ayuda')");
            link.attr("href").replace("4", "7");
        }*/

