function gotoURL(){
window.open(document.league.date.value)
return false
}
function gotoURL2004(){
window.open(document.league2004.date.value)
return false
}
function gotoURL2006(){
window.open(document.league2006.date.value)
return false
}
function gotoURL2007(){
window.open(document.league2007.date.value)
return false
}
function gotoURL2008(){
window.open(document.league2008.date.value)
return false
}
 