% sname = Request.ServerVariables("SERVER_NAME") sname = ucase(sname) if InStr(sname,"ATLANTICSHORESVELO") <> 0 then response.redirect "atlanticshoresvelo" elseif InStr(sname,"CLEARWATERCLASSIC") <> 0 then response.redirect "http://floridacycling.com/event_Overview.htm" end if %>
<% ' FP_ASP -- ASP Automatically generated by a Frontpage Component. Do not Edit. FP_CharSet = "windows-1252" FP_CodePage = 1252 %>
|