<!--

function popLeaguesSweeps() {
	window.open('http://www.usta.com/sweepstakes/leagues','leaguespopup','width=730,height=600,left=10,top=10');
}

function popTournamentsSweeps() {
	window.open('http://www.usta.com/sweepstakes/tournaments','tournamentspopup','width=730,height=600,left=10,top=10');
}

function openTournaments() {
	location.href = "http://tournaments.usta.com/";
}

function openLeagues() {
	location.href = "http://national.usta.com/";
}

function popAOL() {
	window.open('http://free.aol.com/microsite/index.adp?promo=547209&menuChoice=4','aolpopup');
}

// -->