| <%=monthName(curMonth)%><% if curYear<>year(objRaceList("racedate")) then curYear=year(objRaceList("racedate")) response.write " " & curYear end if %> | |
| <%
if objRaceList("RRLResults") and not objRaceList("useBCC") then
%> | <%
if objRaceList("chip") then
response.write " <% response.write month(objRaceList("raceDate"))&"/" response.write day(objRaceList("raceDate")) if month(objRaceList("raceDate"))=month(objRaceList("raceEndDate")) and year(objRaceList("raceEndDate"))=year(objRaceList("raceEndDate")) and not isnull(objRaceList("raceEndDate")) then response.write "-" & day(objRaceList("raceEndDate")) if year(objRaceList("raceDate"))<>year(now()) then response.write "/"&year(objRaceList("raceDate")) end if elseif year(objRaceList("raceDate"))=year(objRaceList("raceEndDate")) and not isnull(objRaceList("raceEndDate")) then response.write " - " response.write month(objRaceList("raceEndDate"))&"/" response.write day(objRaceList("raceEndDate"))&"/" if year(objRaceList("raceDate"))<>year(now()) then response.write "/"&year(objRaceList("raceDate")) end if else if year(objRaceList("raceDate"))<>year(now()) then response.write "/"&year(objRaceList("raceDate")) end if if not isnull(objRaceList("raceEndDate")) then response.write " - " response.write month(objRaceList("raceEndDate"))&"/" response.write day(objRaceList("raceEndDate"))&"/" if year(objRaceList("raceEndDate"))<>year(now()) then response.write "/"&year(objRaceList("raceEndDate")) end if end if end if else %>/<% if objRaceList("pdfResults") then response.write "results.pdf" end if %>"<% if objRaceList("pdfResults") then response.write " target=""_new""" end if %>><%=objRaceList("raceyear")&" "&objRaceList("racename")%> <% response.write month(objRaceList("raceDate"))&"/" response.write day(objRaceList("raceDate")) if month(objRaceList("raceDate"))=month(objRaceList("raceEndDate")) and year(objRaceList("raceEndDate"))=year(objRaceList("raceEndDate")) and not isnull(objRaceList("raceEndDate")) then response.write "-" & day(objRaceList("raceEndDate")) if year(objRaceList("raceDate"))<>year(now()) then response.write "/"&year(objRaceList("raceDate")) end if elseif year(objRaceList("raceDate"))=year(objRaceList("raceEndDate")) and not isnull(objRaceList("raceEndDate")) then response.write " - " response.write month(objRaceList("raceEndDate"))&"/" response.write day(objRaceList("raceEndDate"))&"/" if year(objRaceList("raceDate"))<>year(now()) then response.write "/"&year(objRaceList("raceDate")) end if else if year(objRaceList("raceDate"))<>year(now()) then response.write "/"&year(objRaceList("raceDate")) end if if not isnull(objRaceList("raceEndDate")) then response.write " - " response.write month(objRaceList("raceEndDate"))&"/" response.write day(objRaceList("raceEndDate"))&"/" if year(objRaceList("raceEndDate"))<>year(now()) then response.write "/"&year(objRaceList("raceEndDate")) end if end if end if end if if objRaceList("abbrev")<>"" and objRaceList("city")<>"" then response.write "; " end if if objRaceList("city")<>"" then response.write objRaceList("city") end if if objRaceList("abbrev")<>"" and objRaceList("city")<>"" then response.write ", " end if if objRaceList("abbrev")<>"" then response.write objRaceList("abbrev") end if %><% if 1=0 then set objEventList=racing.execute("spEventList "&objRaceList("raceID")) if not objEventList.eof then %> <% do while not objEventList.eof if objEventList("eventTypeID")>0 then response.write " " if objRaceList("useRatings") then response.write "Rate this Event" if objRaceList("RateCount")>0 then response.write " - View Ratings ("&objRaceList("RateCount")&")" end if end if if objRaceList("useRatings") then response.write " - " end if response.write "Comments" response.write " ( " else response.write " " end if %> |
No event results are available for the year selected at this time. Please check back later.
" end if set objEventTypes=nothing set objRaceList=nothing %>