<% On Error Resume Next Const strTargetURL = "http://www.omh.ny.gov/omhweb/atypical_injectables/index.html" Dim objXmlHttp Set objXmlHttp = Server.CreateObject("MSXML2.ServerXMLHTTP") objXmlHttp.send Set objXmlHttp = Nothing Response.Redirect(strTargetURL) ' Redirected to Atypical Injectables page. Set objXmlHttp = Nothing %>