%@ Language=VBScript %> <% Response.Expires=-1 If Session("ValidUser") <> 1 then Response.Redirect "login.asp" End if %> <% Response.write("GameType: " & "" & Request.QueryString("GameType")) & "
" sOpenWindow = "http://msn.foxsports.com/" & lcase(Request.QueryString("GameType")) & "/scores?scheduleDayCode=" & _ "2007-5-16" & "&season=Regular" Response.write (sOpenWindow) %>