// JavaScript Document

document.write('<ul id="leftnavsobre">');
 
// START LINKS //
 
<!-- Copy and paste to add more links.  Note the first link starts the list, so don't copy that.  -->
 
document.write('<li>');
document.write('<a href="03eventos_agenda.html" id="eventosnav_agenda">agenda</a>');
 
document.write('</li><li>');
document.write('<a href="03eventos_fotos.html" id="eventosnav_fotos">fotos</a>');
 
document.write('</li>');
 
// END LINKS //
 
document.write('</ul>');
