function goToHome() { window.location = "./index.html"; }

function goToCoaches() { window.location = "./Coaches/index.html"; }

function goToGuestbook() { window.location = "./Guestbook/index.html"; }

function goToBoosters() { window.location = "./BoosterClub/index.html"; }

function goToSchedule() { window.location = "./10Schedule.html"; }

function goToNews() { window.location = "./News/index.html"; }

function goToAwayDirections() { window.location = "./Directions/index.html"; }

function goToTeams() { window.location = "./TheTeams/index.html"; }

function goToAwards() { window.location = "./Awards/index.html"; }

function goToAlumni() { window.location = "./alumni/index.html"; }

function goToLinks() { window.location = "./Links/index.html"; }

function goToRSSFeed() { window.location = "./CollegeNews/index.php"; }

function goToVideo() { window.location = "./Video/index.html"; }

function goToJagsInT() { window.location = "http://www.byclax.com"; }

function goToPremier() { window.location = "http://www.premierlacrosse.com"; }

function goToAllTimeRecordCategories() { window.location = "./AllTimeRecords/index.html"; }

function goToPhotos() { window.location = "./PhotoGallery/index.html"; }

function goToAllTimeCareerLeaders() { window.location = "../AllTimeRecords/allTimeCareerLeaders.html"; }

function goToGVHS() { window.location = "http://www.garnetvalleyschools.com/"; }

function hov(loc,cls){
   if(loc.className)
      loc.className=cls;}

