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