var Config = {
    defaultPath: "https://public-aa-ru.b2b-bosch.com/dealerlocator/",
    route: {
        "www.bosch-auto-ru":"https://customers.bosch.ru:8443/dealerlocator/",
        "auto.bosch-ru.web100.com.ua":"https://public-aa-ru.b2b-bosch.com/dealerlocator/",
        "auto.bosch-ru.web100.dev":"https://customers.platform.web100.com.ua:9443/dealerlocator/",
        'auto.bosch.ru':"https://public-aa-ru.b2b-bosch.com/dealerlocator/",
        'www.auto.bosch.ru':"https://public-aa-ru.b2b-bosch.com/dealerlocator/"
    },
    getRootPath: function(path){
        var path = path || "";        
        var host = window.location.host;
        var result = Config.route[host];
        if(typeof(result)=='undefined'){
            result = Config.defaultPath;            
        }
        if(path!=''){
            result += path;
        }        
        return result;
    },
    getParam: function(){

    },
    setParam: function(){
        
    }
}
