Thanks worked. What I did is:
// These are used to load the scores page from the NFL.com web site.
var scoresIframe = null;
// var scoresUrlBase = "http://www.nfl.com/scores/2011/REG"
var scoresUrlBase = "http://www.nfl.com/scores/2011/PRE"
var loadCheckIntervalID = null;
var loadCheckInterval = 1000; // one second.
var loadCheckMaxWaitTime = 30000; // 30 seconds.
var loadStartTime = 0;
So when regulare season starts I can just switch the comment // lines and ready to go. This way next year when I look at this code Ill remember.
Did the same type thing for the databases in "includes/config.asp [pre season and regular season]
'Location of the database.
const DATABASE_FILE_PATH = "./data/NFL.preseason.mdb"
'const DATABASE_FILE_PATH = "./data/NFL.mdb"
Here the comment out is '