if (ip_country == 'AT') {
    //window.location.href = 'http://shop.vorwerk.com/kobold_at';
} else if (ip_country == 'CH') {
    window.location.href = 'http://www.vorwerk-shop.com/ch/html/';
} else if (ip_country == 'FR') {
    window.location.href = 'http://shop.vorwerk.com/vorwerk_fr';
} else if (ip_country == 'ES') {
    window.location.href = 'http://shop.vorwerk.com/vorwerk_es';
} else if (ip_country == 'IT') {
    //window.location.href = 'http://kobold.vorwerk.com/it/';
} else if (ip_country == 'CZ') {
    window.location.href = 'http://shop.vorwerk.com/vorwerk_cz';
} else if ((ip_country == 'TR') || (ip_country == 'SK') || (ip_country == 'HU')
        || (ip_country == 'GB') || (ip_country == 'HR') || (ip_country == 'SI')
        || (ip_country == 'NL') || (ip_country == 'NO')) {
    //window.location.href = 'http://vorwerk.com/html/vorwerk_all_over_the_world.html';
} else if (ip_country != 'DE') {
    //window.location.href = 'http://vorwerk.com/html/vorwerk_all_over_the_world.html';
}

