This should work, it simply keeps requesting the main file on talkthetour.com. Each request = 1 visit... if a bunch of people do this it'll unlock the dates much faster....
For anyone that wants to do this, go here and get wget:
http://www.interlog.com/~tcharron/wgetwin.html
I then wrote a batch file called cp.bat that contains everything between the lines:
-----------------------------------------------
:start
wget --tries=0 --cache=off http://www.talkthetour.com/main.swf
del main.swf
goto start
:end
-----------------------------------------------
Put the batch file and wget in the same directory and run the batch file (cp.bat).