$(document).ready(function() {
  if($('#SortMomToMom')){
    $('#SortMomToMom').bind("change", function(e){
      window.location = $('#SortMomToMom')[0].options[$('#SortMomToMom')[0].options.selectedIndex].value;
    });  
  }
});
