|
Via Legnano is the crossroad linking Corso Roma with Piazza Marconi, the
second on the right for those coming from Piazza Garibaldi and passing through the most renowned street of Alessandria.
The left scheme highlights the position of the restaurant by comparison with the city main streets, while the map on the left shows the position of Alessandria in the province motorway
branches.
<%
set FileObj=CreateObject("Scripting.FileSystemObject")
filetesto = "d:/EU_Alessandria/arcimboldo.net/aggiornamenti/carta.txt"
set instream = FileObj.OpenTextFile(filetesto,1,true)
do while not instream.AtEndOfStream
valore = instream.Readline
response.write " " & valore & " "
loop
instream.close
%>

. |