<%@ LANGUAGE="VBScript" %> <% pageTITLE = "Play Along at Virtual Thunder!" %> Racing Around America: Play along!
<%=pageTITLE%> <%=currentDATE%>
Play Virtual Thunder

Virtual Thunder: The Interactive Racing Experience
<% Dim adoLIST Set adoLIST = ExecuteSP( dbVirtualThunder, "select t.* from view_trackdetails t WITH (NOLOCK) where t.isvt>0 order by t.trkname, t.trkcity" ) If not adoLIST.EOF Then %> <% End If Set adoLIST = Nothing adoLIST = Empty CloseDataConn() %>
Play along with these speedways: <% While not adoLIST.EOF dSPEEDWAY = setvalid( adoLIST("trkname"), "- " & adoLIST("trkname") & "", empty ) ''dSPEEDWAY = setvalid( adoLIST("trkname"), "- " & adoLIST("trkname") & "", empty ) Response.Write "
" & dSPEEDWAY adoLIST.MoveNext Wend %>
Play along with all the series and racing events found on this web site at
Virtual Thunder: The Interactive Racing Experience

Virtual Thunder is a totally free game that let's you get more involved with your favorite racing events. Simply make qualifying and race predictions for upcoming events and get scored against the actual results.

Virtual Thunder is not fantasy racing - the game format is as simple as picking your favorite drivers and teams. No salary caps, teams to manage or limited trades. Just select teams from the provided entry list. Challenge yourself, compete with your friends and enhance your racing experience.

Virtual Thunder is easy, fun and free!
Visit Virtual Thunder and start playing today.
www.virtualthunder.com

Play Virtual Thunder
<%=pageTITLE%> <%=currentDATE%>