Blog creado el 23 de Agosto de 2005 en Barcelona.
Idea original, secciones y reportajes: Manu y Nur.
Contador gratuito
Calendario
http://webernado.com
function calendar()
{
var monthNames = new Array("Enero", "Febrero", "Marzo", "Abril",
"Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre");
var today = new Date();
var thisDay = today.getDate();
var monthDays = new Array(31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31);
var nmonth = new Array(01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12);
year = today.getYear();
// ¿año bisiesto?
if (((year % 4 == 0) && (year % 100 != 0)) || (year % 400 == 0))
monthDays[1] = 29;
// achar o numero de dias deste mes
nDays = monthDays[today.getMonth()];
nummonth = nmonth[today.getMonth()];
if (nummonth ");
document.write("");
document.write("");
document.write(monthNames[ today.getMonth() ] + " " + year);
document.write("");
document.write("DLMaMiJVS");
document.write("");
column = 0;
for (i=0, column=0; i");
for (i=1; i");
if (i == thisDay)
document.write("/"+ year + "/" + nummonth + "/index.html#" + year + "-" + nummonth + "-" + day + "\">" + i + "");
else if (i /"+ year + "/" + nummonth + "/index.html#" + year + "-" + nummonth + "-" + day + "\">" + i + "");
else document.write(i);
column++;
if (column == 7)
{
document.write(""); // inicio de nueva linea
column = 0;
}
}
document.write("");
document.writeln("");
}
calendar();
//-->
El Tiempo
Technorati Profile
cerrar