<% If InStr( UCase(Request.ServerVariables("SERVER_NAME")), UCase("smarter-faster.com") ) > 0 Then Response.Redirect("/smarter-faster") ElseIf InStr( UCase(Request.ServerVariables("SERVER_NAME")), UCase("bailjumpersband.com") ) > 0 Then Response.Redirect("/bailjumpersband") ElseIf InStr( UCase(Request.ServerVariables("SERVER_NAME")), UCase("subdomain3.HostingAccountDomain.com") ) > 0 Then Response.Redirect("/subdomain3/home.asp") End If %>