function goHere(num){
	if(num == 1) {
		location.href='default.asp';
	}
	else if(num == 2){
		location.href='schedules.asp';
	}
	else if(num == 3){
		location.href='rosters.asp';
	}
	else if(num == 4){
		location.href='jags.asp';
	}
	else if(num == 5){
		location.href='videos.asp';
	}
	else if(num == 6){
		location.href='/gallery/';
	}
	else if(num == 7){
		location.href='/cal/';
	}
	else if(num == 8){
		location.href='/geeklog/';
	}

}
