

document.write('<link href="css/style.css" rel="stylesheet" type="text/css">')





document.write('<table class="table-arancio2"   width="100%" cellspacing="10" >');

document.write('<tr>');
document.write('<tr height="15" valign="bottom">');



document.write('<td>');

document.write('<a href="index.htm" target="_self" class="rosso1">');
document.write("home");
document.write('</td>');










document.write('<td>');
document.write('<a href="dove_dormire.htm" target="_self" class="rosso1">');
document.write("dove<BR>dormire");
document.write('</td>');





document.write('<td>');
document.write('<a href="dove_mangiare.htm" target="_self" class="rosso1">');
document.write("dove<BR>mangiare");
document.write('</td>');








document.write('<td>');
document.write('<a href="prezzi.htm" target="_self" class="rosso1">');
document.write("prezzi");
document.write('</td>');




document.write('<td>');
document.write('<a href="cartina.htm" target="_self" class="rosso1">');
document.write("cartina");
document.write('</td>');












document.write('<td>');
document.write('<a href="info.htm" target="_self" class="rosso1">');
document.write("info");
document.write('</td>');






document.write('<td>');
document.write('<a href="altre_proposte.htm" target="_self" class="rosso1">');
document.write("altre<BR>proposte..");
document.write('</td>');





document.write('<td>');
document.write('<a href="visitare.htm" target="_self" class="rosso1">');
document.write("visitare<br>mantova e dintorni..");
document.write('</td>');




document.write('<td>');
document.write('<a href="eventi.htm" target="_self" class="rosso1">');
document.write("eventi");
document.write('</td>');




document.write('<td>');
document.write('<a href="link.htm" target="_self" class="rosso1">');
document.write("link utili");
document.write('</td>');

document.write('</tr>');

document.write('</table>');

