// JavaScript Document


document.write('<table width="98%" border="0" cellspacing="5" cellpadding="0"><tr align="center">');
							
document.write('<td width="20%"  > <a href="home.html" class="pagine" >Home</a></td>');
							
document.write('<td width="20%"  > <a href="storia.html" class="pagine">Il Paesaggio</a></td>');
							
document.write('<td width="20%"  > <a href="servizi.html" class="pagine">Servizi</a></td>');
							
document.write('<td width="20%" ><a href="stanze.html" class="pagine">Casale</a></td>');
							
document.write('<td width="20%" > <a href="contatti.html" class="pagine">Contatti</a></td>');
						  
document.write('</tr></table>');