|
Centuryland reserved for
<%
tipo=request.querystring ("tipo")
if tipo = "ibn" then
tipo = " Italy by Night"
end if
if tipo = "ev" then
tipo = "Eventi socio-culturali"
end if
if tipo = "ms" then
tipo = " Century Megastore"
end if
if tipo = "ric" then
tipo = "Attivitą ricettive"
end if
if tipo = "imm" then
tipo = "Real Estate Agency for 5 proposal"
end if
if tipo = "pri" then
tipo = "management of private Real-Estate"
end if
if tipo = "mp" then
tipo = "Market Place (Century Business)"
end if
if tipo = "fs" then
tipo = "Servizi per la casa"
end if
if tipo = "sal" then
tipo = "servizi per la salute"
end if
if tipo = "as" then
tipo = "Altri servizi"
end if
if tipo = "via" then
tipo = "Agenzie Viaggi"
end if
response.write (tipo)
%>
|