function ttnewsCatSelect( select ) {
  location.href = select.options[ select.options.selectedIndex ].value;
}

