def instantiateTeams(self, skip=0, year=2011):
     """
     Calling this function once establishes all of the Team objects in the Datastore.
     It does this by calling up USFIRST to search for Tpids. We have to do this in
     waves to avoid going over the GAE timeout.
     """
     
     #TeamTpidHelper actually creates Team objects.
     TeamTpidHelper.scrapeTpid(self.IMPOSSIBLY_HIGH_TEAM_NUMBER, skip, year)