<% @language=vbscript %> <% if ucase(Request.ServerVariables("http_host"))="WWW.ENVASES-COMETA.COM.MX" or ucase(Request.ServerVariables("http_host"))="ENVASES-COMETA.COM.MX" then Response.Redirect "dc_/Envases/Cometa.htm" elseif ucase(Request.ServerVariables("http_host"))="WWW.ENVASES-COMETA.COM" or ucase(Request.ServerVariables("http_host"))="ENVASES-COMETA.COM" then Response.Redirect "dc_/Envases/Cometa.htm" elseif ucase(Request.ServerVariables("http_host"))="WWW.ICOMETA.COM" or ucase(Request.ServerVariables("http_host"))="ICOMETA.COM" then Response.Redirect "dc_/Envases/Cometa.htm" elseif ucase(Request.ServerVariables("http_host"))="WWW.MERCAPAPEL.COM" or ucase(Request.ServerVariables("http_host"))=" MERCAPAPEL.COM" then Response.Redirect "Mercapapel/index.htm" elseif ucase(Request.ServerVariables("http_host"))="WS.DC-PRODUCTOS.COM" then Response.Redirect "dc_/default.asp" elseif ucase(Request.ServerVariables("http_host"))="WWW.INTEGO.COM.MX" or ucase(Request.ServerVariables("http_host"))="INTEGO.COM.MX" then Response.Redirect "ws/default.aspx" elseif ucase(Request.ServerVariables("http_host"))="WWW.DECOLOR.COM.MX" then Response.Redirect "decolor/decolor.jpg" ' Response.Redirect "cxc/default.htm" elseif ucase(Request.ServerVariables("http_host")) = "WWW.MICUENTA.COM.MX" then Response.Redirect "cxc/default.htm" elseif ucase(Request.ServerVariables("http_host")) = "WWW.CUENTA.COM.MX" then Response.Redirect "cxc/default.htm" elseif ucase(Request.ServerVariables("http_host")) = "WWW.CUENTANET.NET" then Response.Redirect "cxc/default.htm" elseif ucase(Request.ServerVariables("http_host")) = "WWW.MICUENTA.NET" then Response.Redirect "cxc/default.htm" elseif ucase(Request.ServerVariables("http_host")) = "WWW.TUCUENTA.COM.MX" then Response.Redirect "cxc/default.htm" elseif ucase(Request.ServerVariables("http_host")) = "WWW.TUCUENTA.NET" then Response.Redirect "cxc/default.htm" else Response.Redirect "dc_/default.asp" end if %>