var monthNames = new Array(
			"Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre");
var months = new Array(
			"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12");
fecha= new Date();
anio=fecha.getFullYear();
mes=fecha.getMonth();
mestxt=monthNames[mes];
mesNum=months[mes];

document.write('<table width="100%" border="0" cellspacing="1" cellpadding="3">');

document.write('	<tr><td bgcolor=#FFFFFF><font class="content">');

document.write('	<center>');

document.write('	<font class="content">');

//document.write('<a href="/'+anio+'-Actividades-'+mestxt+'.html"><b>'+mestxt+'</b></a>');

//document.write('	<hr size="1" noshadow>');

document.write('<a href="/actividades/'+anio+'/'+mesNum+'/index.html"><b>'+mestxt+'</b></a>');

document.write('	<hr size="1" noshadow>');

document.write('<br><a href="/actividades/2012/index.html"<b>Actividades del 2012.</b></a><br><br>');

document.write('	<hr size="1" noshadow>');

document.write('<br><a href="/2011-Actividades.html"<b>Actividades del 2011.</b></a><br><br>');

document.write('	<hr size="1" noshadow>');

document.write('<br><a href="/2010-Actividades.html"<b>Actividades del 2010.</b></a><br><br>');

document.write('	<hr size="1" noshadow>');

document.write('<br><a href="/2009-Actividades.html"<b>Actividades del 2009.</b></a><br><br>');

document.write('	<hr size="1" noshadow>');


document.write('<br><a href="/2008-Actividades.html"<b>Actividades del 2008.</b></a><br><br>');

document.write('	<hr size="1" noshadow>');


document.write('</font></center>');

document.write('	</font></td></tr></table></td></tr></table><br>');

document.write('	<img src="http://www.libreacceso.org/images/pix.gif" border="0" width="150" height="1"></td><td>&nbsp;&nbsp;</td><td width="100%" valign="top"><table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor="#A8CEEE"><tr><td>');

