var toolfactory = toolfactory || {};
toolfactory.common = toolfactory.common || {};
toolfactory.common.configuration = toolfactory.common.configuration || {};


toolfactory.common.configuration.globals = toolfactory.common.configuration.globals ||
(function () {
    "use strict";

    var GlobalClass = function() {
        this.language = document.documentElement.lang;
        this.acceptCookiesTermscookieName = 'cookiesAccept';
        this.airportCookieName = 'aeropuerto';

        this.application = 'logitravelfi';this.logincookieName = 'tokenlogitravelfi';this.secureUrl = 'https://ssl.logitravel.fi';this.operativeUrl = 'https://www.logitravel.fi/operativaLogi';this.baseUrl = 'https://www.logitravel.fi';this.cdnUrlSecure = 'https://ssl.logitravel.fi';this.cdnUrl = 'https://cdn.logitravel.fi';this.applicationCode = 40;this.languageCode = 'FI';this.checkoutUrl = 'https://ssl.logitravel.fi/checkout/';this.culture = 'fi-FI';this.googleMapsClientId = '';this.googleMapsApiKey  = 'AIzaSyDzknjuqAdKv3DF7VM7Y9SYcVYLHmy8ijE';this.textDirection = 'ltr';this.urlAutocomplete = '//autocomplete.toolfactory.tech';this.market = 'fi';this.currency = 'eur';this.timeValidateNavegationCookie = '1';


        this.originAirport = 'MAD'; 
    };

    return new GlobalClass();
})();

