<%EnableSessionState=False host = Request.ServerVariables("HTTP_HOST") if host = "bnbboston.com" or host = "www.bnbboston.com" then response.redirect("http://bnbboston.com/index.html") elseif host = "s232862268.onlinehome.us" or host = "www.s232862268.onlinehome.us" then response.redirect("http://s232862268.onlinehome.us/webtestYali/index.html") else 'if we get no host or undefined host response.redirect("http://bnbboston.com/color.html") end if %>