 
    (function() {
        var path = '//easy.myfonts.net/v2/js?sid=234427(font-family=Delgado+Sans)&amp;key=J7hWUdSfaO',
            protocol = ('https:' == document.location.protocol ? 'https:' : 'http:'),
            trial = document.createElement('script');
        trial.type = 'text/javascript';
        trial.async = true;
        trial.src = protocol + path;
        var head = document.getElementsByTagName("head")[0];
        head.appendChild(trial);
    })();
