<!--
//Use escape(string) to remove unsupported characters
function LeagueChange(select,id,name,teamtype) {
       location.href='default.asp?Page=Archive&Archive=Players&name=' + escape(name) + '&league=' + id + '&combo=' + teamtype + '&selected=' + select
       }
//-->

