com Niv Orlian is the author and the owner of Soccer Fans website that provides information on various topics 3 ELSE HOMEP = HOMEP + 1 AWAYP = AWAYP + 1 END IF IF AWAYWIN AWAYTHRESHOLD THEN AWAYP = AWAYP + 3 ELSE HOMEP = HOMEP + 1 DRAWP = DRAWP + 1 END IF IF HOMEWIN HOMETHRESHOLD THEN HOMEP = HOMEP + 3 ELSE DRAWP = DRAWP + 1 AWAYP = AWAYP + 1 END IF This means we now have a total vote count for each of the three possible outcomes. HW = number of home wins for home team HD = number of draws for home team HL = number of home losses for home team AW = number of away wins for away team AD