% urlhost = Request.ServerVariables("HTTP_HOST") If urlhost <> "home.cndns.com" Then Response.Status="301 Moved Permanently" Response.AddHeader "Location"," http://www.cndns.com/cn/mail/" Response.End End If %>