pct = Team's net winning percentage, including the effects of 
	the team's referees.

W, T, L = Team's wins, ties, and losses

GF, GA = Goals for and goals against

Tpct = Team's winning percentage on the field.  A tie counts 
	as half a win.

RW = Referee wins.  This number is the greater of 
	a) assignments completed by the team's referees (code A) 
	and by pre-arranged substitutes on behalf of the team 
	(code B) or b) the number of games worked by the team's 
	referees (all codes).

RL = Referee losses.  This is the number of assignments that 
	were NOT completed by the team's referees nor by 
	pre-arranged substitutes.

Rpct = Referee winning percentage = RW / (RW + RL).

Spts = Sportsmanship points (coaches, players, spectators) 
	accumulated to date.

The team's net winning percentage is a combination of Tpct 
	and Rpct, prorated so that Rpct counts for 3 games at 
	the end of the year.  For example, if at the end of the 
	year a team has 20 referee wins and 5 referee losses so 
	that Rpct = .800, they are credited with 2.4 wins and 
	0.6 loss.  Since there are11 weeks in the season, the 
	formula is:

        Tpct + (3/11) Rpct
  pct = ------------------
              14/11