<%@ LANGUAGE="VBScript" %> <% if instr(1, Ucase(Request.ServerVariables("server_name")), "RVM") then response.redirect("http://basesext.sdm.qc.ca/rvm/index.html") elseif instr(1, Ucase(Request.ServerVariables("server_name")), "FACTUAL") then response.redirect("http://basesext.sdm.qc.ca/factual/index.html") elseif instr(1, Ucase(Request.ServerVariables("server_name")), "VMJSDM") then response.redirect("http://basesbiblio.sdm.qc.ca/vmj/sdm/banque.html") elseif instr(1, Ucase(Request.ServerVariables("server_name")), "VMJ") then response.redirect("http://vmj.sdm.qc.ca/vmj/index.html") elseif instr(1, Ucase(Request.ServerVariables("server_name")), "GOLIATH") AND Left(Request.ServerVariables("remote_addr"),9) = "192.168.0" then response.redirect("http://intranet.sdm.qc.ca/bases-sdm/goliath.html") else response.redirect("http://www.sdm.qc.ca") end if %>