%@ Language=VBScript %> <% OPTION EXPLICIT%> <% setLocale("en-gb") dim objCompetition dim objCompetitions set objCompetitions = new clsCompetitions if true <> objCompetitions.LoadAllCompetitions(true) then Response.Redirect "ErrorHandler.asp" end if %>
<% set objcompetition = nothing set objcompetitions = nothing %>