%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<%
FormMemberNo = Request.QueryString("FormMemberNo")
FormEmail = Request.QueryString("FormEmail")
thankyou = Request.QueryString("thankyou")
FormError = Request.QueryString("error")
%>
Members Registration
<%
if FormError <> "" then
%>
Please check your information -
<%=FormError%>
<%
else if thankyou = 1 then
response.Write("
Thank you for registering.")
else
%>
If you are a current member please fill in you details above. This will allow us to keep you up to date with news & give you access to the members section of this site<%
end if
end if
%>

Welcome to our new website, we hope that you will find what you want and
more on the following
pages. If you can’t find the information you were
looking for, please let us know, we will be making
regular updates and
changes as required. If you would like to make a contribution to any section,
please send it in, we are keen to make this your website too.