jQuery(function($){
    $('select#static-switcher').change(function(){
        location.href = $(this).val();
    });
});

