any way to reduce the font and size of the pitboard? Quite a lot of people have a reduced resolution and the pitboard takes up a little too much room. Just a thought 
                
            









	IF ($player_1_name == "")
	THEN
	  $player_1_name=$Username;
	  $player_1_weight=$start_weight;
	  $next_weight=$start_weight+5;
	ELSE
	  IF ($player_2_name == "")
	  THEN
	    $player_2_name=$Username;
	    $player_2_weight=$next_weight;
	    $next_weight=$next_weight+5;
	  ELSE
	    IF ($player_3_name == "")
	    THEN
	      $player_3_name=$Username;
	      $player_3_weight=$next_weight;
	      $next_weight=$next_weight+5;
	    ENDIF
	  ENDIF
	ENDIF