
function test(parts){
  location.replace(parts.options[parts.selectedIndex].value);
}

