<% If InStr( UCase(Request.ServerVariables("SERVER_NAME")), UCase("support.linktechnologies.com.au") ) > 0 Then Response.Redirect("http://www.link247.com.au/linkcustomersupport") ElseIf InStr( UCase(Request.ServerVariables("SERVER_NAME")), UCase("http://support.linktechnologies.com.au") ) > 0 Then Response.Redirect("http://www.link247.com.au/linkcustomersupport") End If %>