// DisplayBottom.js

function DisplayBottom() {

//<!-- Copyright and credits -->
document.write('<table id="bottom" border="0" cellspacing="0" cellpadding="0" width="780"><tr><td height="53">');

//<!-- Copyright -->
document.write('<div id="copyright"><br>' + "&#169;" + '<a class="copy" href="mailto:webmaster@lse.te.it" title="Scrivete al Webmaster">' + "Webmaster" + '</a><br>');

document.write("Ultimo aggiornamento: " + document.lastModified);

document.write('<br>' + "URL: " + '<a target="_parent" class="copy" href="http://lse.te.it/" title="La Home Page del Liceo">' + "http://lse.te.it/" + '</a><br><br></div>');
//<!-- End copyright -->

document.write('</td></tr><tr><td id="bottomcredits">');

//<!-- Credits -->
document.write('<div id="credits">');

document.write('<a target="_blank" href="http://www.jgsoft.com"><img src="img/edpad.gif" border=0 height=31 width=88 title="Vai al sito dal quale poter scaricare Editpad" alt="EditPad"></a>' + "&nbsp;");

document.write('<a target="_blank" href="http://www.bradsoft.com/topstyle/"><img src="img/tslite.gif" border=0 height=31 width=88 title="Vai al sito dal quale poter scaricare Top Style Lite" alt="Top Style 2.0"></a>' + "&nbsp;");

document.write('<a target="_blank" href="http://www.w3.org/Style/CSS/Buttons"><img src="img/mwcos.gif" border=0 height=31 width=88 title="Sito ufficiale CSS" alt="Cascading Style Sheets"></a>' + "&nbsp;");

document.write('<a target="_blank" href="http://jigsaw.w3.org/css-validator"><img src="img/vcss.gif" border=0 height=31 width=88 title="Validatore di CSS" alt="Valid CSS!"></a>' + "&nbsp;");

document.write('<a target="_blank" href="http://www.adobe.it/products/acrobat/readstep2.html"><img src="img/getacro.gif" border=0 height=31 width=88 title="Scaricate il lettore gratuito Acrobat Reader" alt="Scaricate il lettore gratuito Acrobat Reader"></a>' + "&nbsp;");

document.write('<a target="_blank" href="http://www.macromedia.com/downloads/"><img src="img/get_flash_player.gif" border=0 height=31 width=88 title="Scaricate Macromedia Flash Player" alt="Scaricate Macromedia Flash Player"></a>');

document.write('</div>');
//<!--End credits -->

document.write('</td></tr></table>');
//<!-- End Copyright and credits -->

}

