//
// insert a bottom part to any page. Remember to escape all " => \", or use '
// M.Galli aug 1999
//
function loadbottom (){
 document.write('<BR><HR>') ; 
 document.write('<CENTER><IMG SRC="../comuni/line_rainbow.gif"></CENTER>' ) ;
 document.write('<HR><BASEFONT SIZE=2><P>') ;
 document.write('<TABLE WIDTH="100%"><TR>') ;
 document.write('<TD align=left>') ;
 document.write('<A HREF="mailto:marcello.galli@bologna.enea.it"> ') ;
 document.write('<IMG SRC="../comuni/mail.gif" ALT="Web Designer"> ') ;
 document.write('&copy; L.Solmi 99, Web Designer </A></TD>') ;
 document.write('<TD align=center ><A HREF="../index.html" > ') ;
 document.write('<IMG SRC="../comuni/home.gif" ALT="mail to Efeso" >Back to Home </A></TD> ') ;
 document.write('<TD align=right ><A HREF="mailto:ferdbalz@tin.it"> ') ;
 document.write('<IMG SRC="../comuni/mail.gif" ALT="mail to Efeso" >Mail Us </A></TD> ') ;
 document.write('</TABLE><HR>') ; 
}
