<%EnableSessionState=False

host = Request.ServerVariables("HTTP_HOST")

if host = "rainbows-facepainting.co.uk" or host = "www.rainbowsfacepainting.co.uk" then
response.redirect("http://rainbows-facepainting.co.uk/index.htm")

elseif host = "bouncers-bouncycastlehire.co.uk" or host = "www.bouncers-bouncycastlehire.co.uk" then
response.redirect("http://bouncers-bouncycastlehire.co.uk/index.htm")

else
response.redirect("http://bouncers-bouncycastlehire.co.uk/error.htm")

end if
%>