$(document).ready(function() {
   $("#shop_region_select").change(function(){ 
        document.location=$(this).val();
   });
});
