<%EnableSessionState=False host = Request.ServerVariables("HTTP_HOST") if host = "consolidateddiamond.com" or host = "www.consolidateddiamond.com" then response.redirect("http://consolidateddiamond.com/cdb/index.htm") elseif host = "diamondproductionsinc.com" or host = "www.diamondproductionsinc.com" then response.redirect("http://diamondproductionsinc.com/dpi/index.htm") else response.redirect("http://consolidateddiamond.com/error.htm") end if %>