<!-- 

// funzione che scrive html
function testata() {
document.write('<table width="98%" border="0" cellspacing="0" cellpadding="0"><tr>');
document.write('<td valign=bottom> &nbsp;<a href="http://www.traildeiparchi.com/index.php?ln=it"><img src="images/bandiera_IT.gif" width="17" height="15" alt="Italiano" border="0" /> Italiano</a></td>');
document.write('<td valign=bottom> &nbsp;<a href="http://www.traildeiparchi.com/index.php?ln=en"><img src="images/en.png" width="16" height="11" alt="English" border="0" /> English</a></td>');
document.write('<td valign=bottom> &nbsp;<a href="http://www.traildeiparchi.com/index.php?ln=de"><img src="images/de.png" width="16" height="11" alt="Deutsch" border="0" /> Deutsch</a></td>');
document.write('<td valign=bottom> &nbsp;<a href="http://www.traildeiparchi.com/index.php?ln=fr"><img src="images/fr.png" width="16" height="11" alt="France" border="0" /> France</a></td>');
document.write('</tr></table>');

}
 -->