var footballGames = new Array();

addGame(footballGames,
	new Date(2007,8,01,18,07,0,0), //Date
	"Western Carolina", //opp
	"Tuscaloosa", //loc
	"PPV", //broadcast
	"0-0", //alltime
	"2003:  37-29", // lastscore
	"TBD"); //rankings

printCurrentGame(footballGames,"Football");

