
X-Ost Maranello è un' azienda specializzata nella produzione di scarichi personalizzati artigianali per auto
sportive delle case automobilistiche più famose come Ferrari, Lamborghini, Porsche, Aston Martin, Jaguar...
X-Ost Maranello is a company specializes in the production of exhaust system custom for sports cars
of the most famous car manufacturers like Ferrari, Lamborghini, Porsche, Aston Martin, Jaguar ...
|
 |
|
 |
|
|
|
|
<%
lenScriptName = InStr (request.ServerVariables("SCRIPT_NAME"),".asp")
'response.write lenScriptName
nomeScriptName = mid (request.ServerVariables("SCRIPT_NAME"),1,lenScriptName-1)
'response.write nomeScriptName
extScriptName = mid (request.ServerVariables("SCRIPT_NAME"),lenScriptName)
'response.write extScriptName
if (request.ServerVariables("QUERY_STRING") <> "") then
extScriptName = extScriptName & "?"
end if
if (Mid(strReverse(nomeScriptName),1,4) = "gne_") then
nomeScriptName = Mid(nomeScriptName,1,lenScriptName-5)
end if
nomeScriptNameIta = nomeScriptName & extScriptName & request.ServerVariables("QUERY_STRING")
'response.Write(InStr(nomeScriptName,"gest") = 0)
if (InStr(nomeScriptName,"gest") = 0) then
nomeScriptName = nomeScriptName & "_eng"
end if
nomeScriptNameEng = nomeScriptName & extScriptName & request.ServerVariables("QUERY_STRING")
%>
  |
|
 |
|
 |
|