<%
strThispage=Request.ServerVariables("SCRIPT_NAME")
lingua= Left(Trim(strThisPage),4)
if ( lingua = "/en/") then
str_link= mid(Trim(strThisPage),4,len(strThisPage)-3)
%>
<%=str_link%>">
<% else %>
<%=Request.ServerVariables("SCRIPT_NAME")%>">
<% end if %>