<!--
function goaction(){
var url = document.teams.squad.options[document.teams.squad.selectedIndex].value;
window.location.href = url;
}
-->
