$(document).ready(function() {
  $('#jump_store').change(function() {
    document.location.href = 'http://' + $(this).val() + '.bandwagonstore.com/';
  });
});
