<%
SELECT CASE language_id
CASE 1
redirect_path = "https://Switzerland.isyours.com/f/contact/ba0.asp"
CASE 3
redirect_path = "https://Switzerland.isyours.com/d/contact/ba0.asp"
CASE 4
redirect_path = "https://Switzerland.isyours.com/i/contatti/ba0.asp"
CASE 5
redirect_path = "https://Switzerland.isyours.com/s/contacto/ba0.asp"
CASE 6
redirect_path = "https://Switzerland.isyours.com/r/kontakty/ba0.asp"
CASE ELSE
redirect_path = "https://Switzerland.isyours.com/e/contact/ba0.asp"
END SELECT
response.redirect redirect_path
%>