$(function(){
    $('.logo_city_switcher').change(function(){
        location.href = $(this).val();
    });
});
