<%
	var sname = new String(Request.ServerVariables("SERVER_NAME"));
	var sname = sname.toUpperCase();
	if (sname.indexOf("MANUSRISCO")>0)
		Response.Redirect("http://manusrisco.orchidtech.com/manus"+Request.ServerVariables("URL")+"?"+Request.ServerVariables("QUERY_STRING"));
	else
		Response.Redirect("http://www.orchidtech.com/index.html?"+Request.ServerVariables("QUERY_STRING"));
	
%>
