===============================================================================
ASP Football Pool Scores Mod
===============================================================================

This mod adds a scoreboard to the bottom of each page which will display live
game information pulled from the NFL.com web site (see
http://static.nfl.com/liveupdate/scorestrip/scorestrip.json). The display
will automatically update every 30 seconds or so.

It also includes a modified version of the updateScores.asp page to make
entering game scores easier for the Administrator. Just click the "Load" button
and it will check the NFL.com scores page (see
http://www.nfl.com/scores?season=2008&week=Week+1 for an example) for final
game scores and prefill the appropriate form fields. You can then click the
"Update" button to save them.

To install this mod, copy all the included files to your pool directory (you
may wish to back up your existing files first).

Please note that these features rely on data located on the NFL.com web site.
Therefore, they may stop working at any time should that site change.
Also note that your host must support the Microsoft XMLHTTP object
(Microsoft.XMLHTTP). This is used in the new server-side ASP scripts for
accessing those URLs on the NFL.com site. 

New Files
---------
getHtmlScores.asp (fetches the NFL scores page)
getJson.asp (fetches the NFL scoreboard feed)
graphics/loading.gif
graphics/smokedGlassBg.png

Modified Files
--------------
updateScores.asp
includes/menu.asp (added HTML for the live scoreboard)
scripts/menu.js (added code for updating the live scoreboard)
styles/menu.css (added styles for the live scoreboard)

Note: Some of the alternate themes offered for the pool use custom images for
form buttons. The modified updateScores.asp page includes two new buttons.
If you're using one of those themes, you can find the new images you'll need in
the included graphics folder. Just copy the appropriate images to your pool's
graphics folder.


