<% EnableSessionState=False host = Request.ServerVariables("HTTP_HOST") if host = "smartmetric.com" or host = "www.smartmetric.com" then response.redirect("http://smartmetric.com/smartmetric.org") else ' if we get no host or undefined host response.redirect("http://smartmetric.org") end if %>