Warning: include_once(include/functions.php) [function.include-once]: failed to open stream: No such file or directory in C:\inetpub\vhosts\spondoro.com\httpdocs\results\default.php on line 4

Warning: include_once() [function.include]: Failed opening 'include/functions.php' for inclusion (include_path='.;C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP5\pear;./includes;./pear') in C:\inetpub\vhosts\spondoro.com\httpdocs\results\default.php on line 4
set objEventYear=racing.execute("spEventYear 1") if not objEventYear.eof then minYear=objEventYear("raceYear") do while not objEventYear.eof maxYear=objEventYear("raceYear") objEventYear.movenext loop objEventYear.movefirst else minyear=null maxyear=null end if eventYear=request("eventYear") if isnull(eventYear) or not isnumeric(eventYear) then eventYear=maxYear elseif eventYear Spondoro.com: <% if eventYear="Null" then response.write year(now()) else response.write eventYear end if %> <%=eventtype%> Results

<% if eventYear="Null" then response.write year(now()) else response.write eventYear end if %> <%=eventtype%> Results

Find events

<% do while not objEventYear.eof if csng(eventYear)<>csng(objEventYear("raceyear")) then response.write ""&objEventYear("raceYear")&"" else response.write objEventYear("raceYear") end if objEventYear.movenext if not objEventYear.eof then response.write " | " end if loop %>

<% set objRaceList=racing.execute("spRaceList 1,"&eventtypeid&", 0, "& eventYear) if not objRaceList.eof then %> <% curMonth=0 curYear=year(now()) do while not objRaceList.eof if month(objRaceList("racedate"))<>curmonth then curMonth=month(objRaceList("racedate")) %><% end if %> <% loop %>
 <%=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 %>RL<% else response.write "  " end if %><% if objRaceList("chip") then response.write "" end if if objRaceList("pdfResults") then response.write "" end if if objRaceList("resultsURL")<>"" and not isnull(objRaceList("resultsURL")) then %>"<% if lcase(left(objRaceList("resultsURL"),7))="http://" then %> target="_blank"<% 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 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 "" end if objEventList.movenext loop end if set objEventList=nothing end if ' rate this race / photos / comments ' if objRaceList("useRatings") or len(objRaceList("photolink"))>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 " ()" if len(objRaceList("photolink"))>0 then response.write " - " response.write "Photos" end if ' end if objRaceList.movenext if not objRaceList.eof then response.write "

" else response.write "
" end if %>
<% else response.write "

No event results are available for the year selected at this time. Please check back later.

" end if set objEventTypes=nothing set objRaceList=nothing %>