%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%
Dim Conn, dbPath
dbPath = "E:\Inetpub\fantasyfootballsearch.com\wwwroot\fpdb\fantasynew.mdb"
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open "PROVIDER=MICROSOFT.JET.OLEDB.4.0;DATA SOURCE=" & dbPath
%>
<%
' *** Restrict Access To Page: Grant or deny access to this page
MM_authorizedUsers=""
MM_authFailedURL="login_failed.asp"
MM_grantAccess=false
If Session("MM_Username") <> "" Then
If (true Or CStr(Session("MM_UserAuthorization"))="") Or _
(InStr(1,MM_authorizedUsers,Session("MM_UserAuthorization"))>=1) Then
MM_grantAccess = true
End If
End If
If Not MM_grantAccess Then
MM_qsChar = "?"
If (InStr(1,MM_authFailedURL,"?") >= 1) Then MM_qsChar = "&"
MM_referrer = Request.ServerVariables("URL")
if (Len(Request.QueryString()) > 0) Then MM_referrer = MM_referrer & "?" & Request.QueryString()
MM_authFailedURL = MM_authFailedURL & MM_qsChar & "accessdenied=" & Server.URLEncode(MM_referrer)
Response.Redirect(MM_authFailedURL)
End If
%>
The Training Camp Blog with Jeff Mans Fantasy Football Search Season Pass
Just a few hours ago Brett Favre was boarding a plane in Mississippi and now he is already on the ground in Minnesota with a signed contract, a jersey and a helmet. Favre trotted out to the practice field to visit with his new teammates and the coaching staff this afternoon. He eventually threw a couple of balls around but didn't do any drills or heavy work.
There are already reports that Favre is starting for the Vikings this Friday night which just shows how orchestrated this whole thing really is. Don't buy into Favre too much this season or trust me, you will get burned.
0 Comments:
Post a Comment
<< Home