<% Response.Buffer=true p = Request.QueryString("p") cid = Request.QueryString("cid") Set con = Server.CreateObject("ADODB.Connection") con.ConnectionString = "Driver=SQL Server;Server=DBPRIME;Database=RaceMaster;uid=sa;pwd=Pasta4Rasta" con.open Set Session("connection") = con 'Response.write("Connection to database Successful!!!") Response.cookies("SERVER") = "dbprime" welcomecookie = request.cookies("NASCARSMSWELCOME") if welcomecookie <> "" then 'delete cookie Response.cookies("NASCARSMSWELCOME").Expires = "January 1, 1999" 'if cookie is "TRUE" then user just signed up 'if coookie is "FAVORITES" then user has already received to the favorites page to bookmark else if p = "" then Response.Redirect("prelogin.asp") else if cid = "" then Response.Redirect("prelogin.asp?p=" & p) else Response.Redirect("prelogin.asp?p=" & p & "&cid=" & cid) end if end if end if %> MySpeedway / NASCAR Silicon Motor Speedway



Welcome to MySpeedway!



Add this page to your favorites list!

Add this page to your favorites/bookmarks so you can easily re-login to MySpeedway.