<!-- //Begin
function go_to_description() {
if (document.Big12Schools.Big12.options[0].selected) {
window.location.href = "#";}
else if (document.Big12Schools.Big12.options[1].selected) {
window.location.href = "http://www.big12sports.com";}
else if (document.Big12Schools.Big12.options[2].selected) {
window.location.href = "http://www.baylorbears.com";}  
else if (document.Big12Schools.Big12.options[3].selected) {
window.location.href = "http://www.cubuffs.com";}
else if (document.Big12Schools.Big12.options[4].selected) {
window.location.href = "http://www.cyclones.com";}
else if (document.Big12Schools.Big12.options[5].selected) {
window.location.href = "http://www.kuathletics.com";}
else if (document.Big12Schools.Big12.options[6].selected) {
window.location.href = "http://www.mutigers.com";}
else if (document.Big12Schools.Big12.options[7].selected) {
window.location.href = "http://www.huskers.com";}  
else if (document.Big12Schools.Big12.options[8].selected) {
window.location.href = "http://www.soonersports.com";}
else if (document.Big12Schools.Big12.options[9].selected) {
window.location.href = "http://www.okstate.com";}
else if (document.Big12Schools.Big12.options[10].selected) {
window.location.href = "http://www.texassports.com";}
else if (document.Big12Schools.Big12.options[11].selected) {
window.location.href = "http://www.aggieathletics.com";}
else if (document.Big12Schools.Big12.options[12].selected) {
window.location.href = "http://www.texastech.com";} 
return true;    
}
// End -->
