Thank you very much for taking the time assist me and give me some pointers. I guess my final concern is, how do I reference each game distinctly using just 1 script? Is that possible? I have some experience with C/C++ so my logic behind this would be to just call the parse function and passing the proper parameters and having the script display the proper game information result. I feel like having to create a new script for each game would be excessive. Then again, I can be completely wrong...which is why I am here..
Hope this makes sense, as I will have 62 games, with a home, away, winner and loser for each game.
to give you an idea...here is a jsfiddle
in this instance, Games 1 & 2 have been played and now have a winner and loser. Games 3 and 4 have not been played (or are in progress) and do not have a winner or loser yet. How would i call those games to be displayed properly in their match-wrapper?