---------------------------
<%@ Language="VBScript" %>
<%
' ASP permanent URL redirect -
Response.Status="301 Moved Permanently"
Response.AddHeader "Location", "http://www.championscatalogue.co.uk"
Response.End
%>
----------------------------
-------------------------------