so your saying that you want to let this run, forever.. and when a new day comes (ie: midnight)..it should automatically load that days text file?
is this correct?
if so.. you will have to do as I stated.. (which I dont think is very efficient)
but you'd have to have a timer run.. setInterval()
that checks the date every hour or so...
