
// This file contains values which change from site to site, and from language
// to language.

//LOCALE = "en_GB"
var qs = new Querystring()
//LOCALE = qs.get("locale");
LOCALE = qs.get("ln")

if (LOCALE == null || LOCALE == ""){
   LOCALE = "/en_GB";
}
LOCALE = LOCALE.substring(1);
//window.alert("LOCALE="+LOCALE)

switch (LOCALE){
 case "en_GB" :
    // Insert the base of the omniture report name (it will be appended later
    // with prod or preprod)
    OMNITURE_REPORT_BASE_NAME = "nissaneuuk";
    // Language code (i.e. cs, fr...)
    OMNITURE_LANGUAGE_CODE = "en";
    // Country code (i.e. czechrepublic)
    OMNITURE_COUNTRY_CODE = "unitedkingdom";
    // Site name
    OMNITURE_SITE_NAME = "4x4";
    // Currency code
    OMNITURE_CURRENCY_CODE = "";
  break;
 case "pl_PL" :
    // Insert the base of the omniture report name (it will be appended later
    // with prod or preprod)
    OMNITURE_REPORT_BASE_NAME = "nissaneupl";
    // Language code (i.e. cs, fr...)
    OMNITURE_LANGUAGE_CODE = "pl";
    // Country code (i.e. czechrepublic)
    OMNITURE_COUNTRY_CODE = "poland";
    // Site name
    OMNITURE_SITE_NAME = "4x4";
    // Currency code
    OMNITURE_CURRENCY_CODE = "";
  break;
  case "sk_SK" :
    // Insert the base of the omniture report name (it will be appended later
    // with prod or preprod)
    OMNITURE_REPORT_BASE_NAME = "nissaneusk";
    // Language code (i.e. cs, fr...)
    OMNITURE_LANGUAGE_CODE = "sk";
    // Country code (i.e. czechrepublic)
    OMNITURE_COUNTRY_CODE = "slovakia";
    // Site name
    OMNITURE_SITE_NAME = "4x4";
    // Currency code
    OMNITURE_CURRENCY_CODE = "";
  break;
  case "cz_CZ" :
    // Insert the base of the omniture report name (it will be appended later
    // with prod or preprod)
    OMNITURE_REPORT_BASE_NAME = "nissaneucz";
    // Language code (i.e. cs, fr...)
    OMNITURE_LANGUAGE_CODE = "cz";
    // Country code (i.e. czechrepublic)
    OMNITURE_COUNTRY_CODE = "czechrepublic";
    // Site name
    OMNITURE_SITE_NAME = "4x4";
    // Currency code
    OMNITURE_CURRENCY_CODE = "";
  break;
  case "hu_HU" :
    // Insert the base of the omniture report name (it will be appended later
    // with prod or preprod)
    OMNITURE_REPORT_BASE_NAME = "nissaneuhu";
    // Language code (i.e. cs, fr...)
    OMNITURE_LANGUAGE_CODE = "hu";
    // Country code (i.e. czechrepublic)
    OMNITURE_COUNTRY_CODE = "hungary";
    // Site name
    OMNITURE_SITE_NAME = "4x4";
    // Currency code
    OMNITURE_CURRENCY_CODE = "";
  break;
  case "ee_EE" :
    // Insert the base of the omniture report name (it will be appended later
    // with prod or preprod)
    OMNITURE_REPORT_BASE_NAME = "nissaneuee";
    // Language code (i.e. cs, fr...)
    OMNITURE_LANGUAGE_CODE = "ee";
    // Country code (i.e. czechrepublic)
    OMNITURE_COUNTRY_CODE = "estonia";
    // Site name
    OMNITURE_SITE_NAME = "4x4";
    // Currency code
    OMNITURE_CURRENCY_CODE = "";
  break;
  case "ru_EE" :
    // Insert the base of the omniture report name (it will be appended later
    // with prod or preprod)
    OMNITURE_REPORT_BASE_NAME = "nissaneuee";
    // Language code (i.e. cs, fr...)
    OMNITURE_LANGUAGE_CODE = "ru";
    // Country code (i.e. czechrepublic)
    OMNITURE_COUNTRY_CODE = "estonia";
    // Site name
    OMNITURE_SITE_NAME = "4x4";
    // Currency code
    OMNITURE_CURRENCY_CODE = "";
  break;
  case "lt_LT" :
    // Insert the base of the omniture report name (it will be appended later
    // with prod or preprod)
    OMNITURE_REPORT_BASE_NAME = "nissaneult";
    // Language code (i.e. cs, fr...)
    OMNITURE_LANGUAGE_CODE = "lt";
    // Country code (i.e. czechrepublic)
    OMNITURE_COUNTRY_CODE = "lithuania";
    // Site name
    OMNITURE_SITE_NAME = "4x4";
    // Currency code
    OMNITURE_CURRENCY_CODE = "";
  break;
  case "lv_LV" :
    // Insert the base of the omniture report name (it will be appended later
    // with prod or preprod)
    OMNITURE_REPORT_BASE_NAME = "nissaneulv";
    // Language code (i.e. cs, fr...)
    OMNITURE_LANGUAGE_CODE = "lv";
    // Country code (i.e. czechrepublic)
    OMNITURE_COUNTRY_CODE = "latvia";
    // Site name
    OMNITURE_SITE_NAME = "4x4";
    // Currency code
    OMNITURE_CURRENCY_CODE = "";
  break;
  case "ru_LV" :
    // Insert the base of the omniture report name (it will be appended later
    // with prod or preprod)
    OMNITURE_REPORT_BASE_NAME = "nissaneulv";
    // Language code (i.e. cs, fr...)
    OMNITURE_LANGUAGE_CODE = "ru";
    // Country code (i.e. czechrepublic)
    OMNITURE_COUNTRY_CODE = "latvia";
    // Site name
    OMNITURE_SITE_NAME = "4x4";
    // Currency code
    OMNITURE_CURRENCY_CODE = "";
  break;
  case "ru_UA" :
    // Insert the base of the omniture report name (it will be appended later
    // with prod or preprod)
    OMNITURE_REPORT_BASE_NAME = "nissaneulv";
    // Language code (i.e. cs, fr...)
    OMNITURE_LANGUAGE_CODE = "ru";
    // Country code (i.e. czechrepublic)
    OMNITURE_COUNTRY_CODE = "ukrain";
    // Site name
    OMNITURE_SITE_NAME = "4x4";
    // Currency code
    OMNITURE_CURRENCY_CODE = "";
  break;
  case "fi_FI" :
    // Insert the base of the omniture report name (it will be appended later
    // with prod or preprod)
    OMNITURE_REPORT_BASE_NAME = "nissaneufi";
    // Language code (i.e. cs, fr...)
    OMNITURE_LANGUAGE_CODE = "fi";
    // Country code (i.e. czechrepublic)
    OMNITURE_COUNTRY_CODE = "finland";
    // Site name
    OMNITURE_SITE_NAME = "4x4";
    // Currency code
    OMNITURE_CURRENCY_CODE = "";
  break;
  case "no_NO" :
    // Insert the base of the omniture report name (it will be appended later
    // with prod or preprod)
    OMNITURE_REPORT_BASE_NAME = "nissaneuno";
    // Language code (i.e. cs, fr...)
    OMNITURE_LANGUAGE_CODE = "no";
    // Country code (i.e. czechrepublic)
    OMNITURE_COUNTRY_CODE = "norway";
    // Site name
    OMNITURE_SITE_NAME = "4x4";
    // Currency code
    OMNITURE_CURRENCY_CODE = "";
  break;
  case "dk_DK" :
    // Insert the base of the omniture report name (it will be appended later
    // with prod or preprod)
    OMNITURE_REPORT_BASE_NAME = "nissaneudk";
    // Language code (i.e. cs, fr...)
    OMNITURE_LANGUAGE_CODE = "dk";
    // Country code (i.e. czechrepublic)
    OMNITURE_COUNTRY_CODE = "denmark";
    // Site name
    OMNITURE_SITE_NAME = "4x4";
    // Currency code
    OMNITURE_CURRENCY_CODE = "";
  break;
  case "se_SE" :
    // Insert the base of the omniture report name (it will be appended later
    // with prod or preprod)
    OMNITURE_REPORT_BASE_NAME = "nissaneuse";
    // Language code (i.e. cs, fr...)
    OMNITURE_LANGUAGE_CODE = "se";
    // Country code (i.e. czechrepublic)
    OMNITURE_COUNTRY_CODE = "sweden";
    // Site name
    OMNITURE_SITE_NAME = "4x4";
    // Currency code
    OMNITURE_CURRENCY_CODE = "";
  break;
   case "de_CH" :
    // Insert the base of the omniture report name (it will be appended later
    // with prod or preprod)
    OMNITURE_REPORT_BASE_NAME = "nissaneuch";
    // Language code (i.e. cs, fr...)
    OMNITURE_LANGUAGE_CODE = "de";
    // Country code (i.e. czechrepublic)
    OMNITURE_COUNTRY_CODE = "switzerland";
    // Site name
    OMNITURE_SITE_NAME = "4x4";
    // Currency code
    OMNITURE_CURRENCY_CODE = "";
  break;
   case "fr_CH" :
    // Insert the base of the omniture report name (it will be appended later
    // with prod or preprod)
    OMNITURE_REPORT_BASE_NAME = "nissaneuch";
    // Language code (i.e. cs, fr...)
    OMNITURE_LANGUAGE_CODE = "fr";
    // Country code (i.e. czechrepublic)
    OMNITURE_COUNTRY_CODE = "switzerland";
    // Site name
    OMNITURE_SITE_NAME = "4x4";
    // Currency code
    OMNITURE_CURRENCY_CODE = "";
  break;
    case "de_DE" :
    // Insert the base of the omniture report name (it will be appended later
    // with prod or preprod)
    OMNITURE_REPORT_BASE_NAME = "nissaneude";
    // Language code (i.e. cs, fr...)
    OMNITURE_LANGUAGE_CODE = "de";
    // Country code (i.e. czechrepublic)
    OMNITURE_COUNTRY_CODE = "germany";
    // Site name
    OMNITURE_SITE_NAME = "4x4";
    // Currency code
    OMNITURE_CURRENCY_CODE = "";
  break;
   case "de_AT" :
    // Insert the base of the omniture report name (it will be appended later
    // with prod or preprod)
    OMNITURE_REPORT_BASE_NAME = "nissaneuat";
    // Language code (i.e. cs, fr...)
    OMNITURE_LANGUAGE_CODE = "de";
    // Country code (i.e. czechrepublic)
    OMNITURE_COUNTRY_CODE = "austria";
    // Site name
    OMNITURE_SITE_NAME = "4x4";
    // Currency code
    OMNITURE_CURRENCY_CODE = "";
  break;
  case "fr_FR" :
    // Insert the base of the omniture report name (it will be appended later
    // with prod or preprod)
    OMNITURE_REPORT_BASE_NAME = "nissaneufr";
    // Language code (i.e. cs, fr...)
    OMNITURE_LANGUAGE_CODE = "fr";
    // Country code (i.e. czechrepublic)
    OMNITURE_COUNTRY_CODE = "france";
    // Site name
    OMNITURE_SITE_NAME = "4x4";
    // Currency code
    OMNITURE_CURRENCY_CODE = "";
  break;
  case "nl_NL" :
    // Insert the base of the omniture report name (it will be appended later
    // with prod or preprod)
    OMNITURE_REPORT_BASE_NAME = "nissaneunl";
    // Language code (i.e. cs, fr...)
    OMNITURE_LANGUAGE_CODE = "nl";
    // Country code (i.e. czechrepublic)
    OMNITURE_COUNTRY_CODE = "netherland";
    // Site name
    OMNITURE_SITE_NAME = "4x4";
    // Currency code
    OMNITURE_CURRENCY_CODE = "";
  break;
  case "it_IT" :
    // Insert the base of the omniture report name (it will be appended later
    // with prod or preprod)
    OMNITURE_REPORT_BASE_NAME = "nissaneuit";
    // Language code (i.e. cs, fr...)
    OMNITURE_LANGUAGE_CODE = "it";
    // Country code (i.e. czechrepublic)
    OMNITURE_COUNTRY_CODE = "italy";
    // Site name
    OMNITURE_SITE_NAME = "4x4";
    // Currency code
    OMNITURE_CURRENCY_CODE = "";
  break;
  case "es_ES" :
    // Insert the base of the omniture report name (it will be appended later
    // with prod or preprod)
    OMNITURE_REPORT_BASE_NAME = "nissaneues";
    // Language code (i.e. cs, fr...)
    OMNITURE_LANGUAGE_CODE = "es";
    // Country code (i.e. czechrepublic)
    OMNITURE_COUNTRY_CODE = "spain";
    // Site name
    OMNITURE_SITE_NAME = "4x4";
    // Currency code
    OMNITURE_CURRENCY_CODE = "";
  break;
  case "pt_PT" :
    // Insert the base of the omniture report name (it will be appended later
    // with prod or preprod)
    OMNITURE_REPORT_BASE_NAME = "nissaneupt";
    // Language code (i.e. cs, fr...)
    OMNITURE_LANGUAGE_CODE = "pt";
    // Country code (i.e. czechrepublic)
    OMNITURE_COUNTRY_CODE = "portugal";
    // Site name
    OMNITURE_SITE_NAME = "4x4";
    // Currency code
    OMNITURE_CURRENCY_CODE = "";
  break;
  default :
    // Insert the base of the omniture report name (it will be appended later
    // with prod or preprod)
    OMNITURE_REPORT_BASE_NAME = "nissaneuuk";
    // Language code (i.e. cs, fr...)
    OMNITURE_LANGUAGE_CODE = "en";
    // Country code (i.e. czechrepublic)
    OMNITURE_COUNTRY_CODE = "unitedkingdom";
    // Site name
    OMNITURE_SITE_NAME = "4x4";
    // Currency code
    OMNITURE_CURRENCY_CODE = "";
  break;
}
 

