$(function() {
  switch_page = function(obj) {
    url = $("option:selected", obj).val();
    window.location.href = url;
//    alert(url);
  }
})