<%EnableSessionState=False host = Request.ServerVariables("HTTP_HOST") if host = "brianpaine.com" or host = "www.brianpaine.com" then response.redirect("http://brianpaine.com/brianpaine/index.htm") elseif host = "paineware.com" or host = "www.paineware.com" then response.redirect("http://paineware.com/paineware/index.htm") elseif host = "dancemanager.org" or host = "www.dancemanager.org" then response.redirect("http://dancemanager.org/dancemanager/index.htm") elseif host = "dmcompete.com" or host = "www.dmcompete.com" then response.redirect("http://dancemanager.org/dmcompete/index.htm") end if %>