
document.write('<table height="110" width="100%">');
document.write('  <tbody>');
document.write("    <tr>");
document.write('      <td rowspan="2" align="left" width="10%">');
document.write('      <a target="_new" href="http://www.unicas.it">');
document.write('      <img src="./immagini/logo_cassino2.gif" border="0" height="100"></a> </td>');
document.write('      <td rowspan="2" align="left" width="11%">');
document.write('      <a target="_new" href="http://webuser.unicas.it/lai/robotica/"> <img src="./immagini/logo_lai.jpg" border="0"  height="100"></a></td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('      <td align="center" width="44%"> <font size="+1"><b>Welcome to the Home Page of </b></font> <b><br>');
document.write('      <i> <font color="#000080" size=6> Filippo Arrichiello </font> </i> </b>');
document.write('      </td>');
document.write('      <td rowspan="2" align="right" width="25%">');
document.write('      <a target="_new" href="http://www.prisma.unina.it">');
document.write('      <img src="./immagini/logo_prisma.gif" border="0"');
document.write(' height="100"></a> </td>');
document.write('    </tr>');
document.write('  </tbody>');
document.write('</table>');

