// teams.txt records = 20 // change this to the number of actual records (not including the header) header = ["Team", " P ", " W ", " D ", " L ", " F ", " A ", " Pts "] record1 = ["Manchester United", "27", "19", "6", "2", "59", "17", "63"] record2 = ["Arsenal", "27", "14", "8", "5", "43", "23", "50"] record3 = ["Sunderland", "27", "12", "8", "7", "32", "25", "44"] record4 = ["Liverpool", "26", "13", "6", "7", "47", "28", "45"] record5 = ["Ipswich Town", "26", "12", "4", "10", "37", "33", "40"] record6 = ["Chelsea", "26", "10", "8", "8", "48", "33", "38"] record7 = ["Newcastle United", "26", "11", "4", "11", "32", "37", "37"] record8 = ["Leicester City", "26", "11", "6", "9", "27", "29", "39"] record9 = ["Charlton Athletic", "27", "11", "7", "9", "36", "38", "40"] record10 = ["Leeds United", "27", "11", "7", "9", "39", "35", "40"] record11 = ["Tottenham Hotspur", "27", "9", "9", "9", "31", "34", "36"] record12 = ["Southampton", "26", "9", "8", "9", "31", "34", "35"] record13 = ["West Ham United", "25", "7", "10", "8", "32", "30", "31"] record14 = ["Aston Villa", "25", "8", "9", "8", "28", "27", "33"] record15 = ["Everton", "27", "8", "7", "12", "30", "40", "31"] record16 = ["Middlesbrough", "27", "5", "12", "10", "31", "34", "27"] record17 = ["Derby", "27", "6", "10", "11", "27", "43", "28"] record18 = ["Manchester City", "27", "5", "8", "14", "30", "46", "23"] record19 = ["Coventry City", "26", "5", "6", "15", "23", "45", "21"] record20 = ["Bradford", "24", "3", "7", "16", "16", "48", "16"]